|
|
@10839
|
16 years |
vboxsync |
RTSemEventDestroy: Don't bitch on NIL_RTSEMEVENT.
|
|
|
@10644
|
16 years |
vboxsync |
r=bird: The file mode is the 3rd argument to open. If no mode is …
|
|
|
@10634
|
16 years |
vboxsync |
Runtime: implement Unix access permissions in RTFileOpen
|
|
|
@10614
|
16 years |
vboxsync |
Enable posix timers by default by all users of the code (requirement …
|
|
|
@10544
|
16 years |
vboxsync |
Performance API, version 0, with fixed COMDefs.h.
|
|
|
@10534
|
16 years |
vboxsync |
Backed out Performance API changes.
|
|
|
@10528
|
16 years |
vboxsync |
Performance API, version 0, webservice broken.
|
|
|
@10218
|
16 years |
vboxsync |
POSIX timers, take two. No signals at all.
|
|
|
@9935
|
16 years |
vboxsync |
r=bird: Review comments, work to be done. Marked the …
|
|
|
@9932
|
16 years |
vboxsync |
r=bird: (todo) Must dedicate a thread for taking the signals, we …
|
|
|
@9904
|
16 years |
vboxsync |
Global and per-VM CPU usage API added
|
|
|
@9839
|
16 years |
vboxsync |
New implementation of RTTimer... using POSIX timers.
|
|
|
@9444
|
17 years |
vboxsync |
Added iTick to FNTIMER (the timer callback).
|
|
|
@9416
|
17 years |
vboxsync |
Return VERR_NOT_SUPPORTED if RTTIMER_FLAGS_CPU_* is set.
|
|
|
@9355
|
17 years |
vboxsync |
d_name can be defined as <= MAX_PATH (solaris does this). Clearified …
|
|
|
@8913
|
17 years |
vboxsync |
made RTFileGetMaxSizeEx() OS-specific
|
|
|
@8706
|
17 years |
vboxsync |
r=bird: the timeout handling is busted since we're using absolute wall …
|
|
|
@8653
|
17 years |
vboxsync |
Added RTSemRWIsWriteOwner, RTSemRWGetWriteRecursion and …
|
|
|
@8652
|
17 years |
vboxsync |
Lock counting.
|
|
|
@8651
|
17 years |
vboxsync |
Moved the strictness indicators into internal/strict.h.
|
|
|
@8649
|
17 years |
vboxsync |
Count mutex locks.
|
|
|
@8561
|
17 years |
vboxsync |
To/FromNative - posix.
|
|
|
@8256
|
17 years |
vboxsync |
rebranding, eol
|
|
|
@8245
|
17 years |
vboxsync |
rebranding: IPRT files again.
|
|
|
@8170
|
17 years |
vboxsync |
Rebranding: replacing more innotek strings.
|
|
|
@8155
|
17 years |
vboxsync |
The Big Sun Rebranding Header Change
|
|
|
@7986
|
17 years |
vboxsync |
Runtime: Fixed RTSemEventMultiSignal(): pthread_cond_signal => …
|
|
|
@7938
|
17 years |
vboxsync |
Solaris: semrw-posix fix.
|
|
|
@7922
|
17 years |
vboxsync |
Fixed darwin build error.
|
|
|
@7920
|
17 years |
vboxsync |
Adjusted the RTSemRW interface to do recursion. Updated the posix …
|
|
|
@7426
|
17 years |
vboxsync |
RTUCS2 -> RTUTF16.
|
|
|
@7418
|
17 years |
vboxsync |
UCS-2 -> UTF-16.
|
|
|
@7357
|
17 years |
vboxsync |
compile fix.
|
|
|
@7355
|
17 years |
vboxsync |
for fun.
|
|
|
@6954
|
17 years |
vboxsync |
Implemented RTTls for posix threads.
|
|
|
@6945
|
17 years |
vboxsync |
doc
|
|
|
@6738
|
17 years |
vboxsync |
split up the linux and posix semaphore implementations (ring-3) to …
|
|
|
@6553
|
17 years |
vboxsync |
r=bird: Don't create more RuntimeLnx32* legacy. No VBox in IPRT, so …
|
|
|
@6536
|
17 years |
vboxsync |
Runtime: added a reduced ("shared") R3 guest runtime which will work …
|
|
|
@6480
|
17 years |
vboxsync |
typo
|
|
|
@5999
|
17 years |
vboxsync |
The Giant CDDL Dual-License Header Change.
|
|
|
@5702
|
17 years |
vboxsync |
Free a previously allocated memory.
|
|
|
@5591
|
17 years |
vboxsync |
Leopard build fix.
|
|
|
@5588
|
17 years |
vboxsync |
Leopard build fix.
|
|
|
@5581
|
17 years |
vboxsync |
Fixed O_NONBLOCK / RTFILE_O_NON_BLOCK.
|
|
|
@5449
|
17 years |
vboxsync |
Runtime: Suppress "uninitialized values" valgrind errors.
|
|
|
@5445
|
17 years |
vboxsync |
sigh.
|
|
|
@5444
|
17 years |
vboxsync |
now then?
|
|
|
@5443
|
17 years |
vboxsync |
better?
|
|
|
@5346
|
17 years |
vboxsync |
On solaris ENOSYS doesn't mean what we think it does. mkdir returns it …
|
|
|
@5324
|
17 years |
vboxsync |
removed the sizeof(pthread_t) == sizeof(void *) assumption.
|
|
|
@4636
|
17 years |
vboxsync |
Fixed bug in rtPathUserHomeByEnv.
|
|
|
@4556
|
17 years |
vboxsync |
blanks and (long).
|
|
|
@4475
|
17 years |
vboxsync |
Some adjustments to RTEnv and RTProcCreate. Should work on darwin now.
|
|
|
@4372
|
17 years |
vboxsync |
Finally corrected the RTFileRead, RTFileReadAt, RTFileWrite and …
|
|
|
@4071
|
17 years |
vboxsync |
Biggest check-in ever. New source code headers for all (C) innotek files.
|
|
|
@4029
|
17 years |
vboxsync |
Added missing checks and a fallback path for RTPathUserHome.
|
|
|
@4026
|
17 years |
vboxsync |
Modified RTPathUserHome to return the value from the passwd file for …
|
|
|
@3980
|
17 years |
vboxsync |
Solaris.
|
|
|
@3916
|
17 years |
vboxsync |
Solaris.
|
|
|
@3888
|
17 years |
vboxsync |
Solaris.
|
|
|
@3672
|
17 years |
vboxsync |
RT_OS_* and RT_ARCH_* for Runtime/ and Support/
|
|
|
@3365
|
17 years |
vboxsync |
Runtime: Fixed the POSIX version of RTPathAbs() so that it now …
|
|
|
@2981
|
18 years |
vboxsync |
InnoTek -> innotek: all the headers and comments.
|
|
|
@2933
|
18 years |
vboxsync |
Make '.' mean hidden when converting from unix to dos file mode.
|
|
|
@2629
|
18 years |
vboxsync |
some flags and fixed broken RTTimeLocaleNow on windows.
|
|
|
@2616
|
18 years |
vboxsync |
export to OSE
|
|
|
@2612
|
18 years |
vboxsync |
Implemented local time functions. (not properly tested yet)
|
|
|
@2478
|
18 years |
vboxsync |
[Mm]akefile -> Makefile.kmk
|
|
|
@2477
|
18 years |
vboxsync |
export
|
|
|
@1816
|
18 years |
vboxsync |
moved magics to a common header to avoid duplicating the same defines …
|
|
|
@1810
|
18 years |
vboxsync |
oops.
|
|
|
@1809
|
18 years |
vboxsync |
oops.
|
|
|
@1807
|
18 years |
vboxsync |
Adopted the posix timer code to support the three new timer APIs
|
|
|
@1766
|
18 years |
vboxsync |
Introduce a dummy thread name parameter to rtThreadMain to allow …
|
|
|
@1494
|
18 years |
vboxsync |
two new RTEnv APIs.
|
|
|
@1470
|
18 years |
vboxsync |
Runtime: Stubbed RTTimerStart/Stop.
|
|
|
@1389
|
18 years |
vboxsync |
bad ctrl key.
|
|
|
@1387
|
18 years |
vboxsync |
Split out the posix file lock stuff.
|
|
|
@1290
|
18 years |
vboxsync |
if dlopen fails, don't report a general error but VERR_FILE_NOT_FOUND …
|
|
|
@1204
|
18 years |
vboxsync |
split out the RTTimeNow and moved the messy linux stuff out of …
|
|
|
@937
|
18 years |
vboxsync |
RTPathExists.
|
|
|
@936
|
18 years |
vboxsync |
RTEnv (incomplete).
|
|
|
@891
|
18 years |
vboxsync |
RTRand API (feel free to improve the fallback code).
|
|
|
@845
|
18 years |
vboxsync |
stupid, stupid, me
|
|
|
@635
|
18 years |
vboxsync |
warning.
|
|
|
@537
|
18 years |
vboxsync |
Make runtime build on FreeBSD.
|
|
|
@533
|
18 years |
vboxsync |
Fixed the RTMemExecAlloc issue with selinux enabled systems (and the …
|
|
|
@403
|
18 years |
vboxsync |
Need RTThreadWait in ring-0 too when using the generic timers, so …
|
|
|
@341
|
18 years |
vboxsync |
Allocate exec memory in the first 2GB on linux. (bit of a hack currently)
|
|
|
@248
|
18 years |
vboxsync |
Removed RTThreadExit again
|
|
|
@244
|
18 years |
vboxsync |
Added RTThreadExit for win32 & os2. Posix & l4 version not implemented
|
|
|
@197
|
18 years |
vboxsync |
A stab at generic timers (untested).
|
|
|
@1
|
55 years |
vboxsync |
import
|