VirtualBox

source: vbox/trunk/src/VBox/Additions/common/VBoxGuest/linux/Makefile

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @77504   6 years vboxsync Add/linux: Workaround for GNU make that does not sport MAKEFILE_LIST …
(edit) @77404   6 years vboxsync More linux kernel module Makefile cleanups: Try make 2.6.0 thru 2.6.5 …
(edit) @77403   6 years vboxsync More linux kernel module Makefile cleanups: Simplified VBOXMOD_INCL by …
(edit) @77399   6 years vboxsync More linux kernel module Makefile cleanups: $(subst MOD_%, VBOXMOD_%,*)
(edit) @77398   6 years vboxsync More linux kernel module Makefile cleanups: MOD_DEFS -> implicit -D
(edit) @77397   6 years vboxsync More linux kernel module Makefile cleanups: MOD_DEFS -> implicit -D
(edit) @77393   6 years vboxsync More linux kernel module Makefile cleansup.
(edit) @77390   6 years vboxsync Renamed the common linux makefile includes to use a more conventional …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @70160   7 years vboxsync VboxGuest: linux & freebsd needs more source to deal with string …
(edit) @70159   7 years vboxsync VboxGuest: linux & freebsd needs more source to deal with string …
(edit) @70095   7 years vboxsync VBoxGuest: More host options.
(edit) @69838   7 years vboxsync VBoxGuest needs strformatnum.cpp on linux and freebsd.
(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) @69308   7 years vboxsync VBoxGuest: scm updates
(edit) @68641   7 years vboxsync VBoxGuestLib: Renaming ring-0 files.
(edit) @68582   7 years vboxsync merging vbglioc r117760: FreeBSD adjustments and fixes (GAs).
(edit) @67293   8 years vboxsync Linux host/guest kernel modules: add __udivmoddi4() to satisfy 32-bit …
(edit) @66546   8 years vboxsync Additions/VBoxGuest: missing directory in CLEAN rule
(edit) @66415   8 years vboxsync IPRT: split %RKv formatting into separate function.
(edit) @61081   9 years vboxsync allow to compile with gcc configured with --enable-default-pie (e.g. …
(edit) @54609   10 years vboxsync Seems someone forgot to merge VBoxGuest2.cpp into VBoxGuest.cpp, …
(edit) @54524   10 years vboxsync Additions/common/VBoxGuest: fix missing symbols in Linux vboxguest module.
(edit) @53241   10 years vboxsync fix Linux Additions in addition to r96716
(edit) @52789   10 years vboxsync VMMDev/Main, Additions: Guest heartbeat implementation. VMMDev reports …
(edit) @52421   10 years vboxsync Additions/linux: added -Wno-declaration-after-statement to prevent …
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @42330   12 years vboxsync Additions: add semmutex to fix the missing symbols after r79384
(edit) @37233   14 years vboxsync IRPT: Adding RTErrVarsSave/Restore/++ to preserve errno, …
(edit) @36583   14 years vboxsync Additions/linux/installer: clean-up in the VBoxGuest kernel makefile
(edit) @36510   14 years vboxsync Additions/linux: make vboxguest.ko makefile use generic header and footer
(edit) @36408   14 years vboxsync log rotation review and adjustments: Don't delete any excess files if …
(edit) @36293   14 years vboxsync Linux additions / host drivers: fixed compilation with DKMS
(edit) @36274   14 years vboxsync Guest-Linux: fix vboxguest loading (reg: r70454)
(edit) @36190   14 years vboxsync IPRT,Drivers: Committed a modified version of the …
(edit) @33184   14 years vboxsync Additions/VBoxGuest/linux/Makefile: cleanup of the 'clean' target
(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) @32183   14 years vboxsync Linux Installer/Additions: attempt to properly register the host/guest …
(edit) @31518   14 years vboxsync VBoxGuest: linux/freebsd source file export and building.
(edit) @31498   14 years vboxsync Additions/linux/vboxguest: more missing files and a missing include
(edit) @31146   14 years vboxsync Additions/linux/vboxguest: fix missing symbol/function
(edit) @29056   15 years vboxsync Linux/FreeBSD Additions: fixed missing RTStrCopy
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28283   15 years vboxsync Linux HostDrivers/Additions: fixed missing symbol …
(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) @25451   15 years vboxsync Additions/linux: make the kernel modules build with 64bit Linux 2.4
(edit) @25097   15 years vboxsync Linux installer: depmod -ae => depmod -a (the latter is …
(edit) @21549   15 years vboxsync iprt/log.h: Use the spinning mutexes.
(edit) @21506   15 years vboxsync VBoxGuest,VMMDev: New HGCM cancellation request.
(edit) @21337   15 years vboxsync IPRT,HostDrv,AddDrv: Export public IPRT symbols for the linux kernel …
(edit) @21137   15 years vboxsync VBoxGuest-linux: building, logging and a bugfix. (it loads now)
(copy) @21118   15 years vboxsync VBoxGuest (common): building on linux.
copied from trunk/src/VBox/Additions/linux/module/Makefile.module
(edit) @21015   15 years vboxsync Linux guest kernel modules: prevent some superflous output during build
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