VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @36190   14 years vboxsync IPRT,Drivers: Committed a modified version of the …
(edit) @33033   14 years vboxsync IPRT: Implemented RTSemEventWaitEx[Debug] for ring-0 linux.
(edit) @33011   14 years vboxsync IPRT,SUPDrv,VBoxGuest: Reimplemented RTSemEventWait* so that it can …
(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) @32504   14 years vboxsync SUPDrv,IPRT,VMM,DevAPIC: Added RTTimerCanDoHighResolution and exposed …
(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) @31829   14 years vboxsync IPRT,SUP: Moved the strformat*.cpp completely out of RuntimeR0 on all …
(edit) @31245   14 years vboxsync HostDrivers/*/linux/Makefile: Disabled IPRT_DEBUG_SEMS.
(edit) @30961   14 years vboxsync IPRT/vboxdrv: We have RTTimeSystemNanoTS in ring-0 now, so use it.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28462   15 years vboxsync IPRT,SUPDrv: Basic testcase for ring-0 RTSemMutex*.
(edit) @28283   15 years vboxsync Linux HostDrivers/Additions: fixed missing symbol …
(edit) @28156   15 years vboxsync VBoxNetFlt-linux: GSO to host and wire experiment, the former is a …
(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) @25465   15 years vboxsync SUPDrv,++: Made SUPDrv.c platform agnostic and renamed …
(edit) @25097   15 years vboxsync Linux installer: depmod -ae => depmod -a (the latter is …
(edit) @23725   15 years vboxsync SUPDrv: Started splitting out platform agonstic code to avoid clashes …
(edit) @21549   15 years vboxsync iprt/log.h: Use the spinning mutexes.
(edit) @21351   15 years vboxsync HstDrv: Made vboxnetadp and vboxnetflt use IPRT from vboxdrv.
(edit) @21285   15 years vboxsync SUPDrv: Export the RTR0MemUser/Kernel APIs. (Needed for the …
(edit) @19938   16 years vboxsync HostDrivers/*/linux/Makefile: Added --no-print-directory to the …
(edit) @19866   16 years vboxsync SUP: Expose ring-0 event semaphores to ring-3, part 1.
(edit) @19455   16 years vboxsync linux kernel modules: prevent some superflous output during build
(edit) @18254   16 years vboxsync leftover
(edit) @18250   16 years vboxsync enable vm_insert_page() for Linux 2.6.23+
(edit) @17935   16 years vboxsync Additions/linux: fixed kernel detection
(edit) @15691   16 years vboxsync Linux host kernel modules: removed 2.4 cruft; fixed …
(edit) @14436   16 years vboxsync deb/rpm: fixed vboxnetflt module compilation
(edit) @14432   16 years vboxsync fix linux builds
(edit) @13773   16 years vboxsync clean one more file
(edit) @13715   16 years vboxsync disabled VBOX_USE_INSERT_PAGE by default - somewhat unclear what goes …
(edit) @13651   16 years vboxsync set VBOX_USE_INSERT_PAGE = 1 as default linux host kernel module flag
(edit) @13473   16 years vboxsync Linux module fixes
(edit) @13320   16 years vboxsync small fix
(edit) @13314   16 years vboxsync Created assert-r0drv-linux.c (finally).
(edit) @13306   16 years vboxsync IPRT,++: some assert.h cleanup, making a suitable place to call …
(edit) @13000   16 years vboxsync Implemented kernel driver build flag to allow better debuggability of …
(edit) @12099   16 years vboxsync iprt: splitting out some log stuff from log.cpp so we can avoid some …
(edit) @11725   16 years vboxsync #3076: Merged in the branch with the alternate driver authentication …
(edit) @11476   16 years vboxsync Linux support: define VBOX_WITH_64_BITS_GUESTS on AMD64 hosts; added …
(edit) @10313   16 years vboxsync left a test change in (26 instead of 24).
(edit) @10303   16 years vboxsync lose the space in ifeq.
(edit) @10266   16 years vboxsync EXPORT_SYMTAB on 2.4
(edit) @10255   16 years vboxsync SUPDRVShared.c -> SUPDrv.c
(edit) @10250   16 years vboxsync Cleaned out the last bits of the USE_NEW_OS_* stuff.
(edit) @9977   16 years vboxsync is needed for some older kernels/distros
(edit) @9494   17 years vboxsync fixed + re-enabled USE_NEW_OS_INTERFACE_FOR_GIP code for Linux
(edit) @9492   17 years vboxsync disabled the new GIP timer interface
(edit) @9488   17 years vboxsync fixed vboxdrv compilation
(edit) @9481   17 years vboxsync udivdi3
(edit) @9470   17 years vboxsync Generic timer code for async GIP mode.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7985   17 years vboxsync clean rule
(edit) @7344   17 years vboxsync Linking fix.
(edit) @7343   17 years vboxsync Compilation fix.
(edit) @7276   17 years vboxsync RTMpOn stubs for linux.
(edit) @7183   17 years vboxsync Added RTStrFormatTypeRegister/SetUser/Deregister for runtime …
(edit) @7130   17 years vboxsync Linux kmod: VBOX_REDHAT_KABI
(edit) @7032   17 years vboxsync Ring-0 semaphore debugging aid (linux).
(edit) @6857   17 years vboxsync Linux modules: unbreak compilation against Linux 2.4
(edit) @6574   17 years vboxsync Linux kernel modules: added override
(edit) @6571   17 years vboxsync Linux kernel modules: allow to build from kBuild (KERNELRELEASE set), …
(edit) @6530   17 years vboxsync Support driver (Linux): added gcc (u)div/mod support
(edit) @6493   17 years vboxsync Made it possible to make debug versions of vboxdrv on linux. This will …
(edit) @6159   17 years vboxsync Linux kernel module Makefiles: use KDIR if set
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5234   17 years vboxsync improve kernel version check
(edit) @5227   17 years vboxsync semaphore-r0drv-lnx.c split.
(edit) @5177   17 years vboxsync disable IDT_PATCHING code in the Linux vboxdrv module
(edit) @4829   17 years vboxsync inverted VBOX_WITHOUT_IDT_PATCHING.
(edit) @4174   17 years vboxsync 2.6.10-gentoo-r6 needed divdi3 for some reason.
(edit) @4163   17 years vboxsync Use the RTR0MemObj API on Linux. (seems to work - just disable it in …
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3672   17 years vboxsync RT_OS_* and RT_ARCH_* for Runtime/ and Support/
(edit) @3400   17 years vboxsync Linux modules: don't demand on the MODULE_DIR if we don't install the …
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2099   18 years vboxsync Fixed a typo in the Linux kernel module makefiles
(edit) @1183   18 years vboxsync typos
(edit) @987   18 years vboxsync added target install_rpm, needed for building vboxdrv.ko for rpm
(edit) @970   18 years vboxsync removed that OpenSUSE hack, it should really not be necessary
(edit) @411   18 years vboxsync Additional Linux installer makefile fixes
(edit) @389   18 years vboxsync process-r0drv-linux.c needs building too..
(edit) @375   18 years vboxsync Fixed the kernel module makefiles for OpenSUSE's non-standard build system
(edit) @345   18 years vboxsync made the Makefile compatible with (older) GNU make again to fix our …
(edit) @342   18 years vboxsync typo
(edit) @331   18 years vboxsync Bool and AMD64 hacking.
(edit) @213   18 years vboxsync make 'make -C <linux> M=$(pwd)' work
(edit) @84   18 years vboxsync Support/linux/Makefile: fixed typo; 'make clean' should work even …
(edit) @81   18 years vboxsync Fixes to the Linux installer to prevent things getting deleted which …
(edit) @57   18 years vboxsync remove /etc/vbox/module_not_compiled if 'make install' was successful
(add) @1   55 years vboxsync import
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