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) @13213   16 years vboxsync iprt/timer-posix.cpp: Don't access private siginfo members, that's not …
(edit) @12960   16 years vboxsync ;
(edit) @12907   16 years vboxsync typo
(edit) @12146   16 years vboxsync IPRT/ldrNative-posix: LogRel dlopen errors so we can get the exact …
(edit) @11836   16 years vboxsync IPRT: Implemented RTR3Init*WithProgramPath. Added RTPathParse. Cleaned …
(edit) @11790   16 years vboxsync warnings
(edit) @11557   16 years vboxsync iprt: RTRandAdvCreateNonPseudo -> RTRandAdvCreateSystemFaster; …
(edit) @11523   16 years vboxsync iprt: Implemented the /dev/urandom base random generator as a RTRAND …
(edit) @11468   16 years vboxsync - first working XPCOM binding version - implemented check for …
(edit) @11352   16 years vboxsync iprt: Implemented RTSystemQueryOSInfo for windows.
(edit) @11350   16 years vboxsync iprt: Added RTSystemQueryOSInfo.
(edit) @11337   16 years vboxsync Runtime: new function for daemonizing, implemented on posix systems …
(edit) @11327   16 years vboxsync iprt: removed system-*.cpp
(edit) @11243   16 years vboxsync iprt/RTMpGetCount-posix: Avoid using _SC_NPROCESSORS_ONLN.
(edit) @11133   16 years vboxsync compiler warnings
(edit) @11020   16 years vboxsync iprt: Added a RT_NO_THROW macro for wrapping up the throw() stuff, …
(edit) @10941   16 years vboxsync iprt/posix timers: Cleanup fixing the create/destroy races, a …
(edit) @10920   16 years vboxsync POSIX timers with SIGEV_SIGNAL and a dedicated thread
(edit) @10911   16 years vboxsync IPRT: Added RTPathSetCurrent.
(edit) @10854   16 years vboxsync Disable use of posix timers on Solaris, working around the missing …
(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 …
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