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) @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; …
(edit) @25278   15 years vboxsync SUPDrv: Major IOC version change - preparing to use the native ring-0 …
(edit) @25260   15 years vboxsync SUPDRV_USE_NATIVE_LOADER -> VBOX_WITH_NATIVE_R0_LOADER
(edit) @25258   15 years vboxsync SUPDrv: Sketched out support for native module loading. (OS parts are …
(edit) @24886   15 years vboxsync HostDrivers/FreeBSD: remove the need to overwrite OBJS definition. …
(edit) @24855   15 years vboxsync HostDrivers/FreeBSD: makefile fix
(edit) @23961   15 years vboxsync IPRT: Three new format types: %RTmac, %RTnaipv4 and %RTnapiv6.
(edit) @23725   15 years vboxsync SUPDrv: Started splitting out platform agonstic code to avoid clashes …
(edit) @23711   15 years vboxsync HostDriver/Support/linux: Copy used header files for SUPR0QueryVTCaps. …
(edit) @23526   15 years vboxsync HostDrivers/FreeBSD: Use the same method to build the kernel drivers …
(edit) @22678   15 years vboxsync HostDrivers/Support/FreeBSD: Unlock the giant before cleaning up. …
(edit) @22078   15 years vboxsync freebsd/SUPDrv-freebsd.def: LF
(edit) @22077   15 years vboxsync HostDrivers/Support: header and svn props cleanup.
(edit) @21292   15 years vboxsync svn:eol-style native
(edit) @20106   16 years vboxsync Support: Fix build error when compiling in debug mode on FreeBSD HEAD
(edit) @19843   16 years vboxsync Support/FreeBSD: Fix the host panic when unloading the support driver. …
(edit) @19745   16 years vboxsync Support,FreeBSD: HEAD needs D_NEEDMINOR flag for cloning
(edit) @19671   16 years vboxsync Support,VMMR0: enable disabling of interrupts again and remove …
(edit) @19592   16 years vboxsync HostDrivers/Support,VMMR0: Use critical_enter and critical_exit to …
(edit) @19564   16 years vboxsync SUPLib-freebsd: Tab to spaces
(edit) @19563   16 years vboxsync HostDrivers,Runtime/r0drv-freebsd: Fix compiling on FreeBSD 8. Thanks …
(edit) @19343   16 years vboxsync Fixes for the kernel driver: * Should compile with FreeBSD 8 (not …
(edit) @19342   16 years vboxsync Support/FreeBSD: RTStrPrintf does not work with hardened builds. Use …
(edit) @18968   16 years vboxsync SUPDrv-freebsd.c: nitpicking.
(edit) @18915   16 years vboxsync Support/FreeBSD: Do reference counting to prevent the driver from …
(edit) @16030   16 years vboxsync SUPDrv-freebsd.c: Made it compile again.
(edit) @13865   16 years vboxsync SUP: pass idCpu up on all platforms (save OS/2), handle it in ring-0 …
(edit) @13862   16 years vboxsync Compile fixes
(edit) @13858   16 years vboxsync Pass the VMCPU id to the ring 0 callbacks.
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @11725   16 years vboxsync #3076: Merged in the branch with the alternate driver authentication …
(edit) @10662   16 years vboxsync Increased the IOC version to 7.4 with the exporting of …
(edit) @10377   16 years vboxsync Implemented the IDC methods. Moved the setting of the R0Process and …
(edit) @10263   16 years vboxsync Inter-Driver Communication (IDC) interface for the support driver. The …
(edit) @10258   16 years vboxsync Inter-Driver Communication (IDC) interface for the support driver. The …
(edit) @10256   16 years vboxsync SUPDRVIOC.h -> (../)SUPDrvIOC.h
(edit) @10254   16 years vboxsync Renamed SUPDRV.h to SUPDrvInternal.h.
(edit) @9477   17 years vboxsync space
(edit) @9470   17 years vboxsync Generic timer code for async GIP mode.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7272   17 years vboxsync Use MP functions in the runtime.
(edit) @7206   17 years vboxsync Added SUPR0ExecuteCallback. Currently a stub.
(edit) @6286   17 years vboxsync
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @4988   17 years vboxsync did the freebsd device skeleton. the cloning doesn't seem quiet stable …
(edit) @4925   17 years vboxsync Added a LogRel with additional driver open info. Return the …
(edit) @4897   17 years vboxsync oops.
(edit) @4882   17 years vboxsync Fixed casing of suplibOsIOCtlFast.
(edit) @4872   17 years vboxsync freebsd too.
(edit) @4811   17 years vboxsync Split VMMR0Entry into VMMR0EntryInt, VMMR0EntryFast and VMMr0EntryEx. …
(edit) @4800   17 years vboxsync Redid the supdrv interface. works on windows and linux while the other …
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4016   17 years vboxsync FreeBSD hacking.
(edit) @3677   17 years vboxsync Implemented some more FreeBSD ring-0 driver code.
(edit) @3626   17 years vboxsync FreeBSD kernel module (at the hello world stage).
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @1890   18 years vboxsync Attempt to fix ALSA on Linux kernels <= 2.6.17: use mmap not memalign …
(add) @541   18 years vboxsync export it.
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