VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @36254   14 years vboxsync GIP,++: Lots of CPUs (disabled).
(edit) @36239   14 years vboxsync IPRT: set Linux R0 thread priority, compilation warning
(edit) @36233   14 years vboxsync IPRT: linux R0 threads
(edit) @36232   14 years vboxsync RTCPUSET, SUPDrv: Preparation for supporting 256 CPUs/cores/threads.
(edit) @36223   14 years vboxsync SUPDrv.c: Reverted r70430 - Linux does not implement the two functions …
(edit) @36218   14 years vboxsync PCI: interrupts work
(edit) @36191   14 years vboxsync oops
(edit) @36190   14 years vboxsync IPRT,Drivers: Committed a modified version of the …
(edit) @36062   14 years vboxsync HostDriver/Solaris/Makefile: redundant line.
(edit) @35662   14 years vboxsync fix for r69559
(edit) @35647   14 years vboxsync Linux 2.6.38-rc1 autoconf.h mess
(edit) @35495   14 years vboxsync header included twice
(edit) @35494   14 years vboxsync typo
(edit) @35403   14 years vboxsync supR3HardenedVerifyFsObject: Moved the type check up before the …
(edit) @35381   14 years vboxsync The DIRDEP is deprecated, use dir/ or $$(dir $$@) instead.
(edit) @35380   14 years vboxsync Makefiles: The PATH_<target> variable is deprated, use …
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @35311   14 years vboxsync UPR3HardenedMain.cpp: next attempt at getting Solaris privileges …
(edit) @35307   14 years vboxsync SUPR3HardenedMain.cpp: next attempt at properly updating privileges on …
(edit) @35294   14 years vboxsync Linux hosts: quick fix for CONFIG_DEBUG_SET_MODULE_RONX
(edit) @35191   14 years vboxsync Some cleanup. Pass RTLDRLOAD_FLAGS_LOCAL instead of 0, since it's defined.
(edit) @35188   14 years vboxsync Use RTERRINFO in SUPLib for hardening APIs and such.
(edit) @35183   14 years vboxsync RTLdrLoadEx use RTERRINFO.
(edit) @35152   14 years vboxsync *: added fFlags parameter to SUPR3HardenedLdrLoadAppPriv(), …
(edit) @35051   14 years vboxsync warnings
(edit) @34972   14 years vboxsync SUPDrv: Had to grow SUPLDROPEN::u.In.szFilename from 196 to 260 chars …
(edit) @34959   14 years vboxsync Added RTLdrLoadEx for exposing dlerror info.
(edit) @34856   14 years vboxsync The gip timer is not high-res on linux.
(edit) @34701   14 years vboxsync SUPR3HardenedMain: back out failed attempt to handle privilege …
(edit) @34563   14 years vboxsync VRDPAuth -> VBoxAuth.
(edit) @34484   14 years vboxsync VBOX_ONLY_EXTPACKS preparations.
(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*
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