VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11682   16 years vboxsync iprt/VBox/logbackdoor-redirect: Gave RTLogLoggerEx a body.
(edit) @11680   16 years vboxsync iprt/vbox: ooops. debug #error.
(edit) @11679   16 years vboxsync iprt/vbox: Don't start gdb more than once when VBOX_ASSERT=gdb is enabled.
(edit) @11677   16 years vboxsync iprt/vbox: Made VBOX_ASSERT work again. Added VBOX_ASSERT_TERM for …
(edit) @11645   16 years vboxsync svn:executable
(edit) @11640   16 years vboxsync backdoor-redirect: this is required for 64-bit guests
(edit) @11601   16 years vboxsync iprt: added a @todo on an slightly obscure bug.
(edit) @11597   16 years vboxsync iprt: RTR3Init is called more than once (IPC and now nspr init), so do …
(edit) @11596   16 years vboxsync iprt: Added RTThreadCreateV and RTThreadCreateF which takes a format …
(edit) @11562   16 years vboxsync Runtime: Remove fifo implementation, request queues are much better
(edit) @11557   16 years vboxsync iprt: RTRandAdvCreateNonPseudo -> RTRandAdvCreateSystemFaster; …
(edit) @11555   16 years vboxsync Runtime: little threadsafe fifo implementation for passing things to …
(edit) @11543   16 years vboxsync tstUuid: Display the fixed bits and the value they make up.
(edit) @11539   16 years vboxsync oops. backed out accidental tstUuid change in 35114.
(edit) @11538   16 years vboxsync pcnet: Rearranged the giant frame detection, adding the VLAN EtherType …
(edit) @11528   16 years vboxsync Solaris build fix.
(edit) @11523   16 years vboxsync iprt: Implemented the /dev/urandom base random generator as a RTRAND …
(edit) @11521   16 years vboxsync IN_MODULE only
(edit) @11519   16 years vboxsync Linux additions: properly install and compile the kernel modules
(edit) @11468   16 years vboxsync - first working XPCOM binding version - implemented check for …
(edit) @11413   16 years vboxsync Runtime: small fix to the UUID code, splitting the ClockSeq field and …
(edit) @11393   16 years vboxsync tstUuid: experiment.
(edit) @11391   16 years vboxsync Moved annoying log messages to either level4 or private logging. Added …
(edit) @11381   16 years vboxsync Fix for unicode RTStrFormat testcase on Unix
(edit) @11380   16 years vboxsync export
(edit) @11376   16 years vboxsync RTStrFormat fix for aligned unicode strings.
(edit) @11356   16 years vboxsync RTSystemQueryOSInfo/Win: Don't include "Service Pack" in the output, …
(edit) @11355   16 years vboxsync tstSystemQueryOSInfo: don't require the driver.
(edit) @11352   16 years vboxsync iprt: Implemented RTSystemQueryOSInfo for windows.
(edit) @11350   16 years vboxsync iprt: Added RTSystemQueryOSInfo.
(edit) @11347   16 years vboxsync iprt/rand: Added a generic RTRandAdv API for use with any random …
(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) @11326   16 years vboxsync iprt/tstTSC: Use mp.h
(edit) @11324   16 years vboxsync iprt/RTMpGetOnlineSet: Hack to make solaris build…
(edit) @11320   16 years vboxsync iprt: dropping RTSystemProcessor*
(edit) @11313   16 years vboxsync stupid warning
(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) @11239   16 years vboxsync right place
(edit) @11226   16 years vboxsync DoxyFile: No more DECLGCCALLBACKMEMBER
(edit) @11205   16 years vboxsync Added mp-solaris.cpp for RTMpGetXxxFrequency()
(edit) @11173   16 years vboxsync IPRT: Added ASMModS64ByS32RetS32 and ASMModU64ByU32RetU32.
(edit) @11172   16 years vboxsync IPRT/RTRand: cosmetics - don't take the address of an array.
(edit) @11137   16 years vboxsync Solaris/vboxguest: fixed missing symbol RTLogWriteStdout.
(edit) @11133   16 years vboxsync compiler warnings
(edit) @11127   16 years vboxsync iprt/tstHandleTable: Fixed uninitialized variable.
(edit) @11126   16 years vboxsync iprt: Fixed copy & past bug in RTRandU64Ex (weird why this didn't show …
(edit) @11115   16 years vboxsync More EOL fixes.
(edit) @11078   16 years vboxsync iprt: common/misc/rand.cpp -> common/rand/rand.cpp
(edit) @11077   16 years vboxsync iprt: created common/rand.
(edit) @11064   16 years vboxsync iprt/RTRandUxy: Improved the distribution when not using the max …
(edit) @11060   16 years vboxsync RTNetIPv4IsUDPValid: the UDP checksum is optional, so don't fail if …
(edit) @11049   16 years vboxsync IPRT/RTNetIPv4: Rewrote the RTNETDHCP header as RTNETBOOTP and …
(edit) @11044   16 years vboxsync IPRT/RTNetIPv4: Simple TCP validation.
(edit) @11038   16 years vboxsync iprt/RTNetIPv4: The checksums are in network endian, corrected the …
(edit) @11032   16 years vboxsync iprt: Added missing locking to rtR0MpNotificationNativeInit/Term on …
(edit) @11029   16 years vboxsync IPRT: Integrated vbi v2 fixes (r0drv/solaris/vbi)
(edit) @11024   16 years vboxsync Playing around.
(edit) @11023   16 years vboxsync Playing around.
(edit) @11021   16 years vboxsync tstMemAutoPtr: cosmetics.
(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) @11017   16 years vboxsync iprt: Some RTMemAutoPtr optimizations.
(edit) @11016   16 years vboxsync IPRT: Added tstMemAutoPtr - a testcase for RTMemAutoPtr.
(edit) @11013   16 years vboxsync iprt/net: iSum -> u32Sum since it's kind of important that this …
(edit) @11012   16 years vboxsync iprt: More IPv4 validating / checksumming.
(edit) @10998   16 years vboxsync iprt: Use the byte swapper routines from iprt/asm.h.
(edit) @10995   16 years vboxsync iprt: Added ASMByteSwapU16/64 and unit test for them + U32.
(edit) @10982   16 years vboxsync iprt: More IPv4 checksum calculation.
(edit) @10972   16 years vboxsync RTTimerLRCreateEx: Fixed parameter validation for one shot timers.
(edit) @10966   16 years vboxsync IPRT: some more IP checksumming stuff (hope it works).
(edit) @10964   16 years vboxsync IPRT: added RTNETTCP to iprt/net.h and started on the IPv4 checksum …
(edit) @10954   16 years vboxsync IPRT: Integrated vbi v2 changes (r0drv/solaris/vbi).
(edit) @10951   16 years vboxsync IPRT: Extended RTStrValidateEncodingEx with a …
(edit) @10949   16 years vboxsync IPRT: Added RTStrNLen and RTStrNLenEx.
(edit) @10948   16 years vboxsync tstTimer: windows doesn't have the extended timer API.
(edit) @10947   16 years vboxsync tstOnce: extended the checks a bit.
(edit) @10946   16 years vboxsync tstTimer: some adjustments.
(edit) @10944   16 years vboxsync iprt: RTTimerLR - low resolution timer API (< 10 Hz).
(edit) @10941   16 years vboxsync iprt/posix timers: Cleanup fixing the create/destroy races, a …
(edit) @10940   16 years vboxsync IPRT: Implemented the RTOnce API.
(edit) @10935   16 years vboxsync More moving around of files in Linux 2.6.27
(edit) @10920   16 years vboxsync POSIX timers with SIGEV_SIGNAL and a dedicated thread
(edit) @10911   16 years vboxsync IPRT: Added RTPathSetCurrent.
(edit) @10905   16 years vboxsync tstStrFormat: Fixed %RGv and %RGp bustage. Added %RRv test.
(edit) @10866   16 years vboxsync Fixed missing 'el' and reinserted the blank lines.
(edit) @10864   16 years vboxsync Update for future Linux 2.6.27.
(edit) @10854   16 years vboxsync Disable use of posix timers on Solaris, working around the missing …
(edit) @10848   16 years vboxsync Export to OSE
(edit) @10839   16 years vboxsync RTSemEventDestroy: Don't bitch on NIL_RTSEMEVENT.
(edit) @10827   16 years vboxsync It's not very clear what this Contention field really means. Seems to …
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