VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/Support

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @34448   14 years vboxsync SUPR3HardenedMain: copy/paste bug
(edit) @34445   14 years vboxsync SUPR3HardenedMain: attempt to properly fix the updating of privileges …
(edit) @34372   14 years vboxsync comment update
(edit) @34364   14 years vboxsync SUPR3HardenedMain: on Solaris don't touch the privilege set for the …
(edit) @34321   14 years vboxsync SUPDrv.c: Set the windows timer granularity to 1024, 1000, 512 or 500 …
(edit) @34280   14 years vboxsync SUPR3HardenedVerify.cpp: Fixed bugs in supR3HardenedVerifyDir+File.
(edit) @34241   14 years vboxsync PDM: Added search paths to the device and driver DLL CFGM nodes so …
(edit) @33940   14 years vboxsync Support/linux: cosmetics
(edit) @33939   14 years vboxsync Support/linux: the user does not need to disable the Local APIC …
(edit) @33878   14 years vboxsync SUPLib.cpp: log R0 load failure better in release builds.
(edit) @33874   14 years vboxsync typo
(edit) @33873   14 years vboxsync typo
(edit) @33872   14 years vboxsync SUPR3HardenedVerify.cpp: hack to make the code work on Solaris 10, as …
(edit) @33859   14 years vboxsync iprt/vfs: more code.
(edit) @33832   14 years vboxsync Support: warning
(edit) @33811   14 years vboxsync build fix
(edit) @33806   14 years vboxsync ExtPack changes, related IPRT changes.
(edit) @33741   14 years vboxsync more build fixing.
(edit) @33740   14 years vboxsync build fix
(edit) @33739   14 years vboxsync missing header updates + include.
(edit) @33738   14 years vboxsync SUPR3HardenedVerify.cpp: Rewrote the new code a bit.
(edit) @33701   14 years vboxsync SUPLib: Some new hardening APIs (almost done).
(edit) @33623   14 years vboxsync ExtPack: More code.
(edit) @33595   14 years vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(edit) @33590   14 years vboxsync VRDE: removed VBOX_WITH_VRDP from source code, also some obsolete code …
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33383   14 years vboxsync tstSupSem: Fix return code check
(edit) @33379   14 years vboxsync Spaces to tabs in Makefiles
(edit) @33376   14 years vboxsync FreeBSD: Implement RTSemEvent{|Multi}WaitEx
(edit) @33375   14 years vboxsync SUPDrv: dtrace experiments.
(edit) @33269   14 years vboxsync IPRT: A quick replacement of the RTMemPage* and RTMemExec* APIs on …
(edit) @33167   14 years vboxsync SUPDrv,SUPLib: Expose the high resolution event semaphore APIs.
(edit) @33144   14 years vboxsync IPRT: Reimplemented ring-0 event semaphores for solaris.
(edit) @33111   14 years vboxsync FreeBSD: build fixes (thanks to Bernhard Froehlich)
(edit) @33033   14 years vboxsync IPRT: Implemented RTSemEventWaitEx[Debug] for ring-0 linux.
(edit) @33032   14 years vboxsync tstSupSem.cpp: Some more tests.
(edit) @33011   14 years vboxsync IPRT,SUPDrv,VBoxGuest: Reimplemented RTSemEventWait* so that it can …
(edit) @32755   14 years vboxsync SUPDrv.c: Some timer debugging assistance.
(edit) @32579   14 years vboxsync build fix
(edit) @32572   14 years vboxsync VMM,SUPDrv,IPRT: More changes for related to the priodic preemption …
(edit) @32537   14 years vboxsync Linux host drivers: another fix for the clean rule (the kernel …
(edit) @32507   14 years vboxsync SUPR0.def: build fix.
(edit) @32504   14 years vboxsync SUPDrv,IPRT,VMM,DevAPIC: Added RTTimerCanDoHighResolution and exposed …
(edit) @32431   14 years vboxsync scm cleanup
(edit) @32417   14 years vboxsync Backed out r65776
(edit) @32414   14 years vboxsync Export more avl functions
(edit) @32408   14 years vboxsync fixed the Provider in .inf files
(edit) @32394   14 years vboxsync more branding and header fixes
(edit) @32388   14 years vboxsync more branding fixes
(edit) @32375   14 years vboxsync rc branding fixes part 2
(edit) @32358   14 years vboxsync Documented why SUPR3QueryVTCaps is there.
(edit) @32256   14 years vboxsync Linux host kernel modules: some minor Makefile fixes
(edit) @32183   14 years vboxsync Linux Installer/Additions: attempt to properly register the host/guest …
(edit) @32036   14 years vboxsync Removed X86_PTE_PAE_PG_MASK, renamed X86_PTE_PAE_PG_MASK_FULL to …
(edit) @32035   14 years vboxsync Changing the remaining X86_PTE_PAE_PG_MASK uses to …
(edit) @31900   14 years vboxsync OSE compile fixes
(edit) @31847   14 years vboxsync iprt: removed crc32.h and crc64.h, use crc.h instead.
(edit) @31842   14 years vboxsync FreeBSD: build fix
(edit) @31840   14 years vboxsync Linux support kernel module build fix
(edit) @31829   14 years vboxsync IPRT,SUP: Moved the strformat*.cpp completely out of RuntimeR0 on all …
(edit) @31250   14 years vboxsync adding missing files for compiling Linux host kernel modules
(edit) @31245   14 years vboxsync HostDrivers/*/linux/Makefile: Disabled IPRT_DEBUG_SEMS.
(edit) @31165   14 years vboxsync SUPR0.def: remove non-tag versions.
(edit) @31163   14 years vboxsync windows build fix
(edit) @31162   14 years vboxsync windows build fix
(edit) @31157   14 years vboxsync iprt,++: Tag allocation in all builds with a string, defaulting to …
(edit) @30961   14 years vboxsync IPRT/vboxdrv: We have RTTimeSystemNanoTS in ring-0 now, so use it.
(edit) @30489   14 years vboxsync Support/testcase/tstSupSem: Process spawn testing for multi release …
(edit) @30471   14 years vboxsync Support/testcase/tstSupSem: Added fork test for RTSemEvent*
(edit) @30360   14 years vboxsync supdrv/win: fix typo
(edit) @30320   14 years vboxsync *: Replaced memchr(psz, '\0', cb) with RTStrEnd(psz, cb) and worked …
(edit) @30112   14 years vboxsync iprt/asm.h,*: Added ASMAtomicWriteNullPtr and ASMAtomicUoWriteNullPtr …
(edit) @30111   14 years vboxsync iprt/asm.h,*: Revised the ASMAtomic*Ptr functions and macros. The new …
(edit) @30110   14 years vboxsync VBOXR0DRV isn't 10.4 on x86 any longer.
(edit) @29978   15 years vboxsync SUPDrv.c: Temporarily changed VERR_NO_MEMORY in the LDR code with …
(edit) @29844   15 years vboxsync HostDrivers-OSX: removed Tiger support
(edit) @29826   15 years vboxsync Rebranding: HostDrivers on Mac OS X
(edit) @29501   15 years vboxsync HostDrivers/Support: FreeBSD build fix
(edit) @29285   15 years vboxsync SUPR0IdcClientStubs.c: asm.h
(edit) @29261   15 years vboxsync build fix
(edit) @29255   15 years vboxsync darwin+asm.h build fixes.
(edit) @29250   15 years vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @29246   15 years vboxsync files_*: iprt/asm-amd64-x86.h
(edit) @28906   15 years vboxsync Linux installation fix
(edit) @28900   15 years vboxsync Note about known failure
(edit) @28893   15 years vboxsync No longer necessary
(edit) @28891   15 years vboxsync Move more of the runtime into the support driver (Windows host only)
(edit) @28854   15 years vboxsync branding
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28663   15 years vboxsync comment
(edit) @28661   15 years vboxsync Already loaded error translation
(edit) @28659   15 years vboxsync Wrong format specifier
(edit) @28545   15 years vboxsync fixed VBoxGuesControlSvc for hardened builds
(edit) @28532   15 years vboxsync Solaris/r0drv: RTSemMutex implementation.
(edit) @28505   15 years vboxsync SUPDrv: Solaris: fix trunk builds till r0drv sem is implemented.
(edit) @28477   15 years vboxsync SUPR0.def: RTSemMutex*
(edit) @28476   15 years vboxsync semmutex-r0drv-freebsd.c: A quick sketch, very incomplete though and …
(edit) @28462   15 years vboxsync IPRT,SUPDrv: Basic testcase for ring-0 RTSemMutex*.
(edit) @28317   15 years vboxsync RTMemPageFree + all users: Added size parameter to RTMemPageFree so we …
(edit) @28283   15 years vboxsync Linux HostDrivers/Additions: fixed missing symbol …
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