VirtualBox

source: vbox/trunk/src/VBox/Runtime/r3/posix

Revision Log Mode:


Legend:

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

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette