VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14856   16 years vboxsync Runtime: moved initialization of g_u64ProgramStart*TS down to be …
(edit) @14832   16 years vboxsync build fix.
(edit) @14831   16 years vboxsync whole bunch: avoid runtime.h, include individual headers indead.
(edit) @14468   16 years vboxsync linuxevent*-sems.cpp, Makefile.kmk: update the explanation and dropped …
(edit) @14429   16 years vboxsync when building against glibc 2.6, use the Posix implementation of the …
(edit) @14412   16 years vboxsync semevent-linux.cpp: Use ASMAtomicCmpXchgExU32 to avoid doing unlocked …
(edit) @14324   16 years vboxsync RTPathStripFilename root fix.
(edit) @14318   16 years vboxsync Fix a couple of words doubled in comments. No code changes.
(edit) @14298   16 years vboxsync Corrected a couple of grammos.
(edit) @14065   16 years vboxsync path-win.cpp: shut up 64-bit MSC warnings.
(edit) @14064   16 years vboxsync fileio-win.cpp: shut up 64-bit MSC warnings (valid ones this time).
(edit) @14062   16 years vboxsync RTDirRead/RTDirReadEx: sizes are size_t not unsigned.
(edit) @14060   16 years vboxsync stream.cpp: shut up 64-bit MSC warning.
(edit) @14058   16 years vboxsync iprt: More 64-bit MSC warnings.
(edit) @14054   16 years vboxsync iprt: RTPath - lenths are size_t not unsigned.
(edit) @14052   16 years vboxsync iprt: RTPath - lenths are size_t not unsigned.
(edit) @14050   16 years vboxsync iprt: RTPath - lenths are size_t not unsigned.
(edit) @13908   16 years vboxsync Fixed include order, a bunch of GCC 3.3 warnings, OS/2 build.
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13836   16 years vboxsync s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
(edit) @13664   16 years vboxsync not necessary
(edit) @13661   16 years vboxsync space
(edit) @13660   16 years vboxsync IPRT: RTThreadPoke update - don't use signal but sigaction (more well …
(edit) @13653   16 years vboxsync IPRT: RTThreadPoke for posix.
(edit) @13306   16 years vboxsync IPRT,++: some assert.h cleanup, making a suitable place to call …
(edit) @13213   16 years vboxsync iprt/timer-posix.cpp: Don't access private siginfo members, that's not …
(edit) @13104   16 years vboxsync IPRT: Added todos for implementing INodeId and INodeIdDevice using the …
(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) @12108   16 years vboxsync iprt/mp-solaris: build fix.
(edit) @12105   16 years vboxsync iprt: Solaris R3 implementation of RTMp*Present*.
(edit) @11842   16 years vboxsync build fix
(edit) @11841   16 years vboxsync IPRT: RTR3InitEx.
(edit) @11840   16 years vboxsync rtProcInitExePath-solaris: build fix.
(edit) @11839   16 years vboxsync path.cpp: build fix.
(edit) @11838   16 years vboxsync IPRT: Implemented RTR3Init*WithProgramPath. Added RTPathParse. Cleaned …
(edit) @11836   16 years vboxsync IPRT: Implemented RTR3Init*WithProgramPath. Added RTPathParse. Cleaned …
(edit) @11822   16 years vboxsync IPRT: RTR3Init cleanup.
(edit) @11810   16 years vboxsync RTMpIsCpuOnline() for Darwin
(edit) @11794   16 years vboxsync SUP: SUPInit(ppSession=NULL, cbReserved=0) -> SUPR3Init(ppSession)
(edit) @11790   16 years vboxsync warnings
(edit) @11725   16 years vboxsync #3076: Merged in the branch with the alternate driver authentication …
(edit) @11719   16 years vboxsync CPU speed fix for Solaris
(edit) @11708   16 years vboxsync Fix for huge MHz numbers reported by list hostinfo on darwin
(edit) @11597   16 years vboxsync iprt: RTR3Init is called more than once (IPC and now nspr init), so do …
(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) @11356   16 years vboxsync RTSystemQueryOSInfo/Win: Don't include "Service Pack" in the output, …
(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) @11333   16 years vboxsync iprt/mp-solaris: and another…
(edit) @11331   16 years vboxsync iprt/mp-solaris: build fix
(edit) @11330   16 years vboxsync iprt/mp-solaris: build fix
(edit) @11329   16 years vboxsync iprt/mp-solaris: Filled in more missing bits.
(edit) @11328   16 years vboxsync iprt/mp-solaris: Added RTMpIsCpuOnline and implemented RTMpIsCpuOnline.
(edit) @11327   16 years vboxsync iprt: removed system-*.cpp
(edit) @11324   16 years vboxsync iprt/RTMpGetOnlineSet: Hack to make solaris build…
(edit) @11273   16 years vboxsync typo
(edit) @11272   16 years vboxsync RTMpGetCount/solaris: Prefer _SC_NPROCESSORS_MAX over _SC_NPROCESSORS_CONF.
(edit) @11256   16 years vboxsync Runtime: implement RTMpGetCount/RTMpGetOnlineCount.
(edit) @11243   16 years vboxsync iprt/RTMpGetCount-posix: Avoid using _SC_NPROCESSORS_ONLN.
(edit) @11241   16 years vboxsync iprt/r3/mp-solaris r=bird: - kstat doesn't appear to be serialized …
(edit) @11205   16 years vboxsync Added mp-solaris.cpp for RTMpGetXxxFrequency()
(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) @11019   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) @10616   16 years vboxsync comment
(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) @10482   16 years vboxsync cosmetics.
(edit) @10481   16 years vboxsync cosmetics.
(edit) @10470   16 years vboxsync warning
(edit) @10452   16 years vboxsync Cooked up some basic RTMp for darwin.
(edit) @10446   16 years vboxsync Adjusted cpu frequency logic a bit. Make more generous assumptions …
(edit) @10445   16 years vboxsync forgotten fclose, cleanup
(edit) @10442   16 years vboxsync Implement getting CPU frequency values on Linux.
(edit) @10421   16 years vboxsync _SC_NPROCESSORS_CONF doesn't work.
(edit) @10419   16 years vboxsync Linux implementation of the RTMp* bits we current need in ring-3.
(edit) @10218   16 years vboxsync POSIX timers, take two. No signals at all.
(edit) @9950   16 years vboxsync Corrected NtQueryTimerResolution (max resolution == the lower number), …
(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) @9906   16 years vboxsync build fixes for undefined VERR_NOT_IMPLEMENTED
(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) @9786   16 years vboxsync fixed docs.
(edit) @9785   16 years vboxsync Update the return value.
(edit) @9749   16 years vboxsync spaces
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