VirtualBox

source: vbox/trunk/src/VBox/Additions/linux/module

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6757   17 years vboxsync Converted the (recursive) linux makefiles to sub-makefiles.
(edit) @6693   17 years vboxsync Replaced VBOXLNX32GUESTR0 by VBOXGUESTR0, …
(edit) @6574   17 years vboxsync Linux kernel modules: added override
(edit) @6573   17 years vboxsync
(edit) @6571   17 years vboxsync Linux kernel modules: allow to build from kBuild (KERNELRELEASE set), …
(edit) @6463   17 years vboxsync Additions (common): fixed todo (r27351)
(edit) @6280   17 years vboxsync Guest Additions: added a ring 3 library function to set the interrupt …
(edit) @6279   17 years vboxsync Guest Additions (Linux): fixed a recession in the …
(edit) @6278   17 years vboxsync Guest Additions (Linux): fixed VBOXGUEST_IOCTL_WAITEVENT ioctl in …
(edit) @6277   17 years vboxsync Guest Additions (Linux): move printk logging to backdoor logging
(edit) @6231   17 years vboxsync Guest Additions: add R3 backdoor logging for Linux guests
(edit) @6159   17 years vboxsync Linux kernel module Makefiles: use KDIR if set
(edit) @6042   17 years vboxsync Linux additions: print VBox version and module interface version …
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5935   17 years vboxsync prevent compiler warning about unused RTASSERTVAR
(edit) @5900   17 years vboxsync Fixed typo.
(edit) @5893   17 years vboxsync Guest Additions (Linux): replaced compiler_assert by AssertCompiler in …
(edit) @5867   17 years vboxsync Guest Additions (Linux kernel module): logging change
(edit) @5821   17 years vboxsync Additions (Linux): compiler assertions 2 - no, it was my fault
(edit) @5820   17 years vboxsync Additions (Linux): our compile-time assertions do not work with old …
(edit) @5817   17 years vboxsync Additions (Linux): added support for waiting for host events from …
(edit) @5753   17 years vboxsync fixed header.
(edit) @5606   17 years vboxsync ALIGNP SIZEOFMEMB
(edit) @5431   17 years vboxsync IPRT reorg
(edit) @5429   17 years vboxsync IPRT reorg
(edit) @5425   17 years vboxsync IPRT reorg
(edit) @5227   17 years vboxsync semaphore-r0drv-lnx.c split.
(edit) @5226   17 years vboxsync Added r0drv/linux/semeventmulti-r0drv-linux.c
(edit) @5225   17 years vboxsync semaphore-r0drv-lnx.c split.
(edit) @5042   17 years vboxsync Fixes to the Linux additions - use and export functions from the runtime
(edit) @5002   17 years vboxsync Linux 2.4 expects us to compile the guest modules with optimisation on
(edit) @4998   17 years vboxsync Fix hgcm connect from Linux Additions guest R3
(edit) @4997   17 years vboxsync Add RTErrConvertToErrno.c to the main Linux Additions module
(edit) @4996   17 years vboxsync Fix logging in src/VBox/Additions/linux/module/hgcmcall.c
(edit) @4924   17 years vboxsync Linux kernel module put_user fix. Code is unused but would not compile …
(edit) @4860   17 years vboxsync Activated the full backdoor logger in release builds of the Linux …
(edit) @4780   17 years vboxsync Another typo
(edit) @4745   17 years vboxsync Linux Additions smoke test fix
(edit) @4744   17 years vboxsync /me was sleeping again, makefiles recognise if and not #if
(edit) @4741   17 years vboxsync /me: wake up.
(edit) @4739   17 years vboxsync Fix a burning testbox - add divdi3 symbol and friends to Linux guest …
(edit) @4729   17 years vboxsync Restructured the Linux shared folders guest module and made it use …
(edit) @4710   17 years vboxsync Linux Additions kernel module logging, part 2
(edit) @4707   17 years vboxsync Added backdoor logging to the Linux kernel modules, with full logging …
(edit) @4328   17 years vboxsync RT_OS_LINUX
(edit) @4299   17 years vboxsync Linux guest kernel module adaption to 2.6.22
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3400   17 years vboxsync Linux modules: don't demand on the MODULE_DIR if we don't install the …
(edit) @3304   17 years vboxsync likely isn't available in all kernels (like 2.4.18), so stick to what …
(edit) @3218   17 years vboxsync Fixed a memory leak
(edit) @3142   18 years vboxsync Moved the X11 guest clipboard connection and disconnection code into …
(edit) @3096   18 years vboxsync added another missing file to additions
(edit) @3095   18 years vboxsync fix for building the Linux guest additions
(edit) @2988   18 years vboxsync InnoTek -> innotek part 4: more miscellaneous files.
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2980   18 years vboxsync InnoTek -> innotek: actual code changes (headers follow).
(edit) @2717   18 years vboxsync INST_ADDITIONS
(edit) @2642   18 years vboxsync typo
(edit) @2641   18 years vboxsync export to OSE, added proper license
(edit) @2639   18 years vboxsync share files between Makefile.kmk and export_modules
(edit) @2478   18 years vboxsync [Mm]akefile -> Makefile.kmk
(edit) @2197   18 years vboxsync some cleanup
(edit) @2195   18 years vboxsync cosmetical fixes
(edit) @2182   18 years vboxsync consider asynchronous HGCM requests
(edit) @2143   18 years vboxsync export to OSE
(edit) @2100   18 years vboxsync Rewrote the hgcm code in the additions kernel module for improved …
(edit) @2099   18 years vboxsync Fixed a typo in the Linux kernel module makefiles
(edit) @1825   18 years vboxsync Added a missing runtime header file to the Linux additions kernel modules
(edit) @1667   18 years vboxsync vbox version visible in additions modules
(edit) @1643   18 years vboxsync Hack to remove RTGCPTR from Linux guest additions
(edit) @1621   18 years vboxsync Fix for the Linux guest HGCM call ioctl
(edit) @1619   18 years vboxsync Added an HGCM call ioctl to the Linux Additions kernel module. The …
(edit) @1183   18 years vboxsync typos
(edit) @1067   18 years vboxsync removed dead code; cosmetics
(edit) @1002   18 years vboxsync use build_in_tmp from Support
(edit) @979   18 years vboxsync use build_in_tmp to build Linux modules in /tmp not in installation …
(edit) @971   18 years vboxsync unified additions linux/*/Makefile.module a bit with …
(edit) @762   18 years vboxsync - Additions, Config.kmk, Runtime: o Make the additions build on …
(edit) @719   18 years vboxsync Changed the Linux Additions to compile everything from source (no more …
(edit) @411   18 years vboxsync Additional Linux installer makefile fixes
(edit) @375   18 years vboxsync Fixed the kernel module makefiles for OpenSUSE's non-standard build system
(edit) @214   18 years vboxsync make 'make -C <linux> M=$(pwd)' work
(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