VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13908   16 years vboxsync Fixed include order, a bunch of GCC 3.3 warnings, OS/2 build.
(edit) @13891   16 years vboxsync warning
(edit) @13841   16 years vboxsync The VBox format types - they are not retired, just sligtly deprecated …
(edit) @13840   16 years vboxsync Hex format types (Vhx[sd] -> Rhx[sd]).
(edit) @13839   16 years vboxsync And yet more %V* -> %R* changes…
(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) @13832   16 years vboxsync IN_GC -> IN_RC.
(edit) @13813   16 years vboxsync #1865: Final VMM cleanups.
(edit) @13775   16 years vboxsync EXPORT_SYMBOL after implementation of the function/variable; fixed warning
(edit) @13770   16 years vboxsync superflous
(edit) @13764   16 years vboxsync EXPORT_SYMBOL must be placed after the function/variable was …
(edit) @13717   16 years vboxsync VMM,IPRT: More GC->RC and similar cleanups.
(edit) @13675   16 years vboxsync mark multiple allocated pages as compound
(edit) @13666   16 years vboxsync rtR0MemObjNativeMapUser/linux: vm_insert_page should not be used when …
(edit) @13665   16 years vboxsync rtMemAlloc/linux: Don't fool ourselves trying to allocate executable …
(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) @13549   16 years vboxsync Just RTSTR_MAX.
(edit) @13547   16 years vboxsync Makefiles: Eliminated a handful of places where we create extremely …
(edit) @13513   16 years vboxsync false positive but fixing does not hurt
(edit) @13512   16 years vboxsync cast not necessary
(edit) @13489   16 years vboxsync ;
(edit) @13488   16 years vboxsync rtR0PowerNotificationInit bugfix.
(edit) @13487   16 years vboxsync Bugfix
(edit) @13486   16 years vboxsync quick workaround to unbust the mac driver.
(edit) @13481   16 years vboxsync IPRT: FreeBSD and OS/2 want the powernotifications too.
(edit) @13478   16 years vboxsync IPRT: set all properties.
(edit) @13476   16 years vboxsync IPRT: don't OR together status codes.
(edit) @13475   16 years vboxsync compile fix
(edit) @13474   16 years vboxsync Compile fix
(edit) @13472   16 years vboxsync IPRT: Added a couple of function for simple string pattern matching …
(edit) @13470   16 years vboxsync Compile fix
(edit) @13469   16 years vboxsync Build the new power management code
(edit) @13468   16 years vboxsync Export
(edit) @13467   16 years vboxsync more chcon hacking.
(edit) @13466   16 years vboxsync Power notification API added.
(edit) @13443   16 years vboxsync Runtime/Makefile: new chcon that doesn't cause warning. seems to work.
(edit) @13408   16 years vboxsync why?
(edit) @13334   16 years vboxsync comment
(edit) @13332   16 years vboxsync leave that out for now
(edit) @13331   16 years vboxsync leave that out for now
(edit) @13330   16 years vboxsync leave that out for the moment
(edit) @13325   16 years vboxsync r0drv.linux: more missing files
(edit) @13323   16 years vboxsync vbi: fixes to vbi_stimer_begin.
(edit) @13319   16 years vboxsync linux kernel modules: export symbols where they are implemented
(edit) @13316   16 years vboxsync r0drv.linux: added missing function
(edit) @13314   16 years vboxsync Created assert-r0drv-linux.c (finally).
(edit) @13313   16 years vboxsync fixed warnings.
(edit) @13312   16 years vboxsync fixed warnings.
(edit) @13310   16 years vboxsync build fix.
(edit) @13309   16 years vboxsync hrmpf. forgot iprt/asm.h, C compilers rock…
(edit) @13307   16 years vboxsync assert-r0drv-solaris: minor adjustments.
(edit) @13306   16 years vboxsync IPRT,++: some assert.h cleanup, making a suitable place to call …
(edit) @13300   16 years vboxsync typo.
(edit) @13299   16 years vboxsync iprt: removed code duplicated in r0drv/solaris/vbi, copy back later …
(edit) @13298   16 years vboxsync iprt/r0drv/solaris/RTTimerCreateEx: initialize fAllCpu(s) and …
(edit) @13297   16 years vboxsync Runtime/vbi: Use MUTEX_SPIN for vbi too.
(edit) @13275   16 years vboxsync iprt: reverted r37922, it is not needed after I purge out/
(edit) @13274   16 years vboxsync iprt: temporarily disable RTThreadPreemptRestore for Windows hosts as …
(edit) @13272   16 years vboxsync mp-r0drv-nt.cpp: updated w2k8 todos.
(edit) @13262   16 years vboxsync iprt: RTThreadPreemptIsEanbled - check the interrupt flags too.
(edit) @13260   16 years vboxsync iprt: non-vbi solaris fix.
(edit) @13259   16 years vboxsync iprt: fixing windows burns.
(edit) @13255   16 years vboxsync build fix (log.cpp).
(edit) @13254   16 years vboxsync IPRT: Added RTThreadPreemptIsEnabled, RTThreadPreemptDisable and …
(edit) @13248   16 years vboxsync Runtime/Solaris: Use MUTEX_SPIN with dispatch level. (Temporary …
(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) @13103   16 years vboxsync warning
(edit) @13083   16 years vboxsync Runtime: no need to add \n to the end of 'unknown status' error text
(edit) @13009   16 years vboxsync @todo is written always in a / */ or / comment, doxygen won't pick …
(edit) @13000   16 years vboxsync Implemented kernel driver build flag to allow better debuggability of …
(edit) @12989   16 years vboxsync VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into …
(edit) @12960   16 years vboxsync ;
(edit) @12945   16 years vboxsync vbi v3
(edit) @12922   16 years vboxsync warnings
(edit) @12912   16 years vboxsync warning
(edit) @12907   16 years vboxsync typo
(edit) @12906   16 years vboxsync fixed type
(edit) @12905   16 years vboxsync fixed check
(edit) @12892   16 years vboxsync AssertMsgRC
(edit) @12874   16 years vboxsync IPRT: added a testcase for RTSemPingPong and some state inspection methods.
(edit) @12821   16 years vboxsync annoying warning
(edit) @12780   16 years vboxsync Makefiles: fixed misbehaving 'docs' target in VBOX_SINGLE_MAKEFILE=1 …
(edit) @12595   16 years vboxsync improved r36823 (handle jiffies wraparounds)
(edit) @12591   16 years vboxsync #2247 (public), #3193 (internal): handle jiffies wrap around
(edit) @12581   16 years vboxsync IPRT/log: Added a fallback path that deals with failure to obtain the …
(edit) @12548   16 years vboxsync iprt/tstTSC: Extended it with an option (-f) for sampling the …
(edit) @12423   16 years vboxsync IPRT/SUP: Renamed RTLdrOpenAppSharedLib to RTLdrOpenAppPriv. Hardend …
(edit) @12360   16 years vboxsync 2.6.27 vboxdrv compile fix
(edit) @12302   16 years vboxsync iprt: fixed RTMemExec leak in RTLogDestroy.
(edit) @12292   16 years vboxsync iprt: Fixed spinlock leak in rtR0MpNotification
(edit) @12287   16 years vboxsync Fixed Tolkien birthdate.
(edit) @12247   16 years vboxsync Runtime/Makefiles: eliminated PATH_TARGET, pushed them up to the root …
(edit) @12170   16 years vboxsync Makefiles: VBOX_KBUILD_HACKING -> VBOX_SINGLE_MAKEFILE
(edit) @12160   16 years vboxsync IPRT/semfastmutex-r0drv-nt: Fail RTSemFastMutexRequest calls with IRQL …
(edit) @12159   16 years vboxsync log: don't assert on lock failure, just return. (todo count)
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