VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @91789   3 years vboxsync SUPDrv,IPRT,VBoxGuest: Don't export ellipsis functions from SUPDrv, as …
(edit) @91785   3 years vboxsync SUPDrv: Added SUPR0HCPhysToVirt implementation for FreeBSD (untested). …
(edit) @90829   3 years vboxsync IPRT,VMM,SUPDrv,++: Reworked the IPRT logger structure and how the VMM …
(edit) @90780   3 years vboxsync SUP: VALID_PTR -> RT_VALID_PTR.
(edit) @87700   4 years vboxsync SUPDrv,++: Experimental support for wrapping .r0 modules in native …
(edit) @85129   4 years vboxsync SUPLib: Make the suplibOs* hidden. bugref:9794
(edit) @83886   5 years vboxsync IPRT: Implement RTStrEnd in assembly & C++, drop the inlining. memchr …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @77107   6 years vboxsync SUPDrv-freebsd.cpp: Compile fix
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76474   6 years vboxsync scm --fix-err-h src/ (bugref:9344)
(edit) @76326   6 years vboxsync iprt/err.h: Split out the RT_SUCCESS, RT_FAILURE, functions and error …
(edit) @75282   6 years vboxsync SUPDrv: Adding supdrvOSLdrQuerySymbol so we don't have to save a copy …
(edit) @75003   6 years vboxsync SUPDrv: Adjusted ep validation a little in prep for bugref:9232
(edit) @71198   7 years vboxsync SUPDrv,VMMR0: Prepped for extending the fast I/O control interface a …
(edit) @69836   7 years vboxsync Fix kernel module breakage due to a missing file
(edit) @69768   7 years vboxsync VBoxGuest,SUPDrv: linux+freebsd needs RTStrCat.
(edit) @69762   7 years vboxsync IPRT,SUPDrv,VBoxGuest: common/err/errinfo.cpp is now needed for kernel …
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @69371   7 years vboxsync HostDrivers: more scm updates
(edit) @69335   7 years vboxsync export_modules -> export_modules.sh
(edit) @68686   7 years vboxsync Split out the compile time assertions from iprt/assert.h and put them …
(edit) @66573   8 years vboxsync supR3HardenedFatalMsgV: close driver, postpone fork. bugref:8838
(edit) @66415   8 years vboxsync IPRT: split %RKv formatting into separate function.
(edit) @62490   8 years vboxsync (C) 2016
(edit) @60603   9 years vboxsync Assorted compile fixes for FreeBSD
(edit) @59217   9 years vboxsync SUPDrv: Fix incomplete renaming of VBoxDrvFreeBSDDtr (r103540).
(edit) @58872   9 years vboxsync SUPDrv: linux debugging aid.
(edit) @58340   9 years vboxsync HostDrivers: Doxygen fixes
(edit) @57943   9 years vboxsync added utf16.h and latin1.h to the various files_ files
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57108   9 years vboxsync supdrv: Added SUPKERNELFEATURES_SMAP to SUPR0GetKernelFeatures and …
(edit) @56335   10 years vboxsync *.def,*.sed,*.m,*.mm: whitespace and svn properties
(edit) @56293   10 years vboxsync HostDrivers: Updated (C) year.
(edit) @55982   10 years vboxsync build fix
(edit) @55095   10 years vboxsync Assorted fixes for FreeBSD hosts, VBox compiles and runs again without …
(edit) @54581   10 years vboxsync HostDrivers/Support: add and use supdrvOSAreCpusOfflinedOnSuspend(). …
(edit) @54419   10 years vboxsync HostDrivers/Support: fix the Linux modules
(edit) @54331   10 years vboxsync SUPDrv.c -> SUPDrv.cpp; SUPDrvSem.c -> SUPDrvSem.cpp
(edit) @54327   10 years vboxsync SUPDrv: Split out the GIP related code into SUPDrvGip.cpp.
(edit) @54224   10 years vboxsync SUP,IPRT: Started as a build fix ended up as a cleanup (mostly …
(edit) @53480   10 years vboxsync HostDrivers/support: freebsd fix.
(edit) @53396   10 years vboxsync HostDrivers/Support: Don't try measuring TSC deltas on OSes that …
(edit) @53002   10 years vboxsync VBoxDrv-win.cpp: Keep the error info string from failed VBoxDrv and …
(edit) @52576   10 years vboxsync missing ';'.
(edit) @52575   10 years vboxsync SUPDrv: Several fixes, thanks to Mathias Krause.
(edit) @52192   10 years vboxsync HostDrivers/Support, VMM: support CONFIG_PAX_KERNEXEC Linux kernels
(edit) @51770   10 years vboxsync Merged in iprt++ dev branch.
(edit) @49718   11 years vboxsync Various FreeBSD fixes submitted Bernhard Froehlich
(edit) @49634   11 years vboxsync SUPDrv: Added an interface for probing MSRs.
(edit) @47537   11 years vboxsync HostDrivers/Support: Introduce reference counting for the session …
(edit) @47199   11 years vboxsync IPRT: Kernel thread-context hooks, linux implementation. Extended …
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44182   12 years vboxsync SUPDrv-freebsd.c: /dev/vboxdrvu (untested).
(edit) @44173   12 years vboxsync SUPDrv,SUPLib: Introducing /dev/vboxdrvu on darwin (other platforms …
(edit) @43435   12 years vboxsync Support/FreeBSD: Add SUPDRV_WITH_RELEASE_LOGGER and change RTR0Term to …
(edit) @43394   12 years vboxsync VMM: HM cleanup.
(edit) @43389   12 years vboxsync VMM: HM cleanup
(edit) @42596   12 years vboxsync FreeBSD: Fix debug build of kernel module (thanks to Bernhard Froehlich)
(edit) @41067   13 years vboxsync supdrvOSLdrNotifyOpened so we can record the load address in NVRAM if …
(edit) @40917   13 years vboxsync FreeBSD: Fix building the kernel module
(edit) @40800   13 years vboxsync SUPDrv: More exports.
(edit) @40777   13 years vboxsync SUPDrv: tracing infastructure coding…
(edit) @39522   13 years vboxsync Support/FreeBSD: errno and IPRT error code mixup
(edit) @39521   13 years vboxsync FreeBSD: Certain fixes to run on CURRENT and clean up the support …
(edit) @37955   13 years vboxsync Moved VBox/x86.h/mac to iprt/x86.h/mac.
(edit) @37596   13 years vboxsync *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
(edit) @37249   14 years vboxsync SUPDrv: solaris native loading tweaking.
(edit) @37233   14 years vboxsync IRPT: Adding RTErrVarsSave/Restore/++ to preserve errno, …
(edit) @36796   14 years vboxsync Fix FreeBSD host drivers
(edit) @36408   14 years vboxsync log rotation review and adjustments: Don't delete any excess files if …
(edit) @36254   14 years vboxsync GIP,++: Lots of CPUs (disabled).
(edit) @36190   14 years vboxsync IPRT,Drivers: Committed a modified version of the …
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33379   14 years vboxsync Spaces to tabs in Makefiles
(edit) @33376   14 years vboxsync FreeBSD: Implement RTSemEvent{|Multi}WaitEx
(edit) @33111   14 years vboxsync FreeBSD: build fixes (thanks to Bernhard Froehlich)
(edit) @32572   14 years vboxsync VMM,SUPDrv,IPRT: More changes for related to the priodic preemption …
(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) @31829   14 years vboxsync IPRT,SUP: Moved the strformat*.cpp completely out of RuntimeR0 on all …
(edit) @29501   15 years vboxsync HostDrivers/Support: FreeBSD build fix
(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) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28476   15 years vboxsync semmutex-r0drv-freebsd.c: A quick sketch, very incomplete though and …
(edit) @28317   15 years vboxsync RTMemPageFree + all users: Added size parameter to RTMemPageFree so we …
(edit) @26881   15 years vboxsync HostDrivers/FreeBSD: Build fixes
(edit) @26180   15 years vboxsync *: The rest of the %V* format specifiers are history.
(edit) @25536   15 years vboxsync iprt/assert.h: Added RTAssertMsg2Add[Weak][V] for dumping the lock …
(edit) @25532   15 years vboxsync files_*,Makefile: s/RTAssertMsg2V/RTAssertMsg2/
(edit) @25528   15 years vboxsync IPRT,SUPDrv,++: AssertMsg[12] -> AssertMsg1Weak, AssertMsg1, …
(edit) @25484   15 years vboxsync SUPDrv: Fixed recent regression that may cause the SUPDRVSESSION …
(edit) @25471   15 years vboxsync HostDrivers/Support/FreeBSD: Install missing header
(edit) @25465   15 years vboxsync SUPDrv,++: Made SUPDrv.c platform agnostic and renamed …
(edit) @25406   15 years vboxsync IPRT,PDMCritSect: Lock validation can only be performed in ring-3; …
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