VirtualBox

source: vbox/trunk/src/VBox/HostDrivers

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @70277   7 years vboxsync Trailing spaces.
(edit) @70273   7 years vboxsync USB/win: Use port speed already reported by OS to disginguish between …
(edit) @70161   7 years vboxsync Linux drivers: check for unresolved symbols at build time. …
(edit) @70137   7 years vboxsync SUPR3HardenedMainImports-win.cpp: not where there is similar code in iprt.
(edit) @69836   7 years vboxsync Fix kernel module breakage due to a missing file
(edit) @69797   7 years vboxsync Linux/NetFlt: (bugref:8599) Fixed duplicate EtherType when …
(edit) @69774   7 years vboxsync Fix typo in comments.
(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) @69744   7 years vboxsync VBoxPci-linux.c: use kernel_write instead of vfs_write as of Linux …
(edit) @69539   7 years vboxsync Linux/NetFlt: (bugref:9036) Drop UFO support to prevent compilation …
(edit) @69534   7 years vboxsync Linux drivers: only do test builds of drivers which are enabled. …
(edit) @69531   7 years vboxsync Linux and FreeBSD drivers: use -src not -mod for all install rules. …
(edit) @69529   7 years vboxsync Linux drivers: make it easier to use different kernel headers. …
(edit) @69528   7 years vboxsync Linux drivers: move module test build function to Config.kmk. …
(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) @69488   7 years vboxsync HostDrivers: Adjust *mod.c scm config
(edit) @69474   7 years vboxsync *: scm updates - header files should have 'svn:keywords=Id Revision' …
(edit) @69374   7 years vboxsync HostDrivers: more scm updates
(edit) @69371   7 years vboxsync HostDrivers: more scm updates
(edit) @69335   7 years vboxsync export_modules -> export_modules.sh
(edit) @69250   7 years vboxsync HostDrivers: scm updates
(edit) @69249   7 years vboxsync Support: scm updates
(edit) @69152   7 years vboxsync Linux drivers: fix export scripts. burgref:9009: Release process: …
(edit) @69111   7 years vboxsync (C) year
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @69030   7 years vboxsync VBoxNetAdp/solaris: Bump the maximum MTU size to 9706 bytes to support …
(edit) @68708   7 years vboxsync Drivers/Linux: add a Make variable to disable compile-time test …
(edit) @68686   7 years vboxsync Split out the compile time assertions from iprt/assert.h and put them …
(edit) @68682   7 years vboxsync Drivers/Linux: make host kernel modules use make file templates. …
(edit) @68671   7 years vboxsync include file build fixes (kmk -C include)
(edit) @68627   7 years vboxsync Linux driver make files: clean up. bugref:4567: Linux kernel driver …
(edit) @68610   7 years vboxsync Linux driver make files: reverted r117833.
(edit) @68609   7 years vboxsync Linux driver make files: clean up. bugref:4567: Linux kernel driver …
(edit) @68529   7 years vboxsync SUPDrv: nits
(edit) @68500   7 years vboxsync NetLwf/Win: (bugref:8976) Align outgoing packets at word boundary.
(edit) @68344   7 years vboxsync SUPR3HardendeVerify.cpp: Skip double root slashes on UNIXy systems. …
(edit) @68112   7 years vboxsync NetLwf/Win: (bugref:8488) Do not attach NetLwf filters to host-only …
(edit) @68056   7 years vboxsync AdpCtl: (bugref:8866) Guess missing netmask and bring interface up
(edit) @67982   7 years vboxsync SUPDrvIOC.h: Documented need to skip a version because 5.1 is using it.
(edit) @67981   7 years vboxsync Windows 7+
(edit) @67979   7 years vboxsync Added RTUTf16NICmpAscii.
(edit) @67978   7 years vboxsync Oops
(edit) @67977   7 years vboxsync More updates.
(edit) @67968   7 years vboxsync Some updates.
(edit) @67955   7 years vboxsync VMM,SUPDrv: Started on some session/VMMR0 nits. I/O control interface …
(edit) @67954   7 years vboxsync win/SUPDrv-win*: Changed SUPR0Printf from directly passing the …
(edit) @67950   7 years vboxsync supHardNtVpNewImage: Always log the 8dot3->long conversion results. …
(edit) @67904   7 years vboxsync SUPLibLdr.cpp: log typo
(edit) @67823   7 years vboxsync Another typo.
(edit) @67822   7 years vboxsync Typos.
(edit) @67821   7 years vboxsync SUP, VMM: Added interface to read CPU microcode revision, used in VMM …
(edit) @67757   7 years vboxsync AdpCtl: bugref:8866: play safe and use snprintf()
(edit) @67687   7 years vboxsync AdpCtl: (bugref:8866) Complete re-write with 'ip' command support
(edit) @67550   7 years vboxsync HostDrivers/Support/SUPR3HardenedMain-win: bugref:8810: version tweak
(edit) @67493   7 years vboxsync HostDrivers/Support/win: translate the error when the VBoxDrv module …
(edit) @67460   7 years vboxsync SUPDrv: Minor I/O control version bump missing from r115808.
(edit) @67431   7 years vboxsync Main: ASMBitSetRange and ASMBitFirstClear don't do the right thing for …
(edit) @67295   7 years vboxsync Linux host/guest kernel modules: add __udivmoddi4() to satisfy 32-bit …
(edit) @67294   7 years vboxsync Linux host/guest kernel modules: add __udivmoddi4() to satisfy 32-bit …
(edit) @67293   7 years vboxsync Linux host/guest kernel modules: add __udivmoddi4() to satisfy 32-bit …
(edit) @67138   8 years vboxsync HostDrivers/Support, VMM: bugref:8864: On Linux 4.12 the GDT is mapped …
(edit) @67137   8 years vboxsync HostDrivers/Support, VMM: bugref:8864: On Linux 4.12 the GDT is mapped …
(edit) @67136   8 years vboxsync HostDrivers/Support, VMM: bugref:8864: On Linux 4.12 the GDT is mapped …
(edit) @67063   8 years vboxsync HostDrivers/Linux make files: added a todo.
(edit) @66963   8 years vboxsync NetAdp/Win: (bugref:8488) Allow installing NetAdp without NetLwf, load …
(edit) @66858   8 years vboxsync HostDrivers/Support: fall-thru
(edit) @66847   8 years vboxsync Support/posix: use the alternative approach
(edit) @66846   8 years vboxsync Support/posix: harder than expected
(edit) @66845   8 years vboxsync Support/posix: harder than expected
(edit) @66844   8 years vboxsync Support/posix: Just use push imm64…
(edit) @66843   8 years vboxsync Support/posix: Fix order of the pushed return address
(edit) @66842   8 years vboxsync Support/Hardening: Use realpath() to get absolute paths upon …
(edit) @66841   8 years vboxsync Support/posix: Don't clobber a register when patching relative calls …
(edit) @66799   8 years vboxsync Support: Save and restore the content of rax because it clobbered when …
(edit) @66794   8 years vboxsync Support: Implement strategy for relative call instructions when …
(edit) @66719   8 years vboxsync NetLwf: Failure to allocate pools in attach produces a system event
(edit) @66714   8 years vboxsync HostDrivers/Support: introduced IN_DIS_STATIC
(edit) @66655   8 years vboxsync SUPLib-win.cpp/suplibOsTerm: Fixed assertion.
(edit) @66654   8 years vboxsync SUPLib-win.cpp/suplibOsTerm: Fixed assertion.
(edit) @66632   8 years vboxsync HostDrivers/Support: Allow following symlinks on Linux for libraries …
(edit) @66627   8 years vboxsync SUPR3HardeningVerify.cpp: Adjusted preprocessor indent in …
(edit) @66613   8 years vboxsync NetLwf: Commented out ClsID in add-registry section of .inf file to …
(edit) @66608   8 years vboxsync HostDrivers/Support: bugref:8740 Relax the path constraints
(edit) @66605   8 years vboxsync HostDrivers/Support: properly export files
(edit) @66581   8 years vboxsync VMM: Nested Hw.virt: Implemented various SVM intercepts in IEM, …
(edit) @66577   8 years vboxsync SUPLib-win.cpp: Use NtClose in term since we cannot import from …
(edit) @66573   8 years vboxsync supR3HardenedFatalMsgV: close driver, postpone fork. bugref:8838
(edit) @66554   8 years vboxsync HostDrivers/Support: Relax the verification for /usr/lib/iconv on …
(edit) @66551   8 years vboxsync HostDrivers/Support: Convert AssertReleaseMsg into AssertLogRelMsg
(edit) @66548   8 years vboxsync revert last commit
(edit) @66547   8 years vboxsync Support: Close the handle to the support driver before forking
(edit) @66545   8 years vboxsync HostDrivers/Support: SUPR0 reauired by loadgeneratorR0
(edit) @66538   8 years vboxsync Support: fixed logging
(edit) @66536   8 years vboxsync build fix
(edit) @66534   8 years vboxsync typo
(edit) @66533   8 years vboxsync HostDrivers: try to omit SUPR0 and SUPR3Hardened for ValidationKit
(edit) @66529   8 years vboxsync SUPHardNt: Update DG versions with fix.
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