VirtualBox

source: vbox/trunk/src/VBox/HostDrivers

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.
(edit) @66527   8 years vboxsync build fix
(edit) @66526   8 years vboxsync HostDrivers/Support: bugref:8740: additional checks for non-Windows hosts
(edit) @66525   8 years vboxsync Windows hardening: bugref:8750: blacklist scrobj.dll
(edit) @66484   8 years vboxsync SUPHardNt: Improved file version dumping. Version hack for dgmaster.sys.
(edit) @66428   8 years vboxsync HostDrivers/Support: use correct format specifier
(edit) @66424   8 years vboxsync Runtime/r0drv: rtStrFormatKernelAddress() for Linux
(edit) @66415   8 years vboxsync IPRT: split %RKv formatting into separate function.
(edit) @66351   8 years vboxsync SUP: Logging fix.
(edit) @66305   8 years vboxsync HostDrivers/Support/Lib: typo
(edit) @66293   8 years vboxsync HostDrivers/Support: cast to RTR0PTR because the format specifier …
(edit) @66287   8 years vboxsync HostDrivers/Support/Lib: use 'RKv' format specifier
(edit) @66222   8 years vboxsync HostDrivers, Additions: don't use three stars as this string is used …
(edit) @66191   8 years vboxsync bugref:4567: Linux kernel driver maintenance: do not try to do test …
(edit) @66078   8 years vboxsync HostDrivers/linux/Makefile: don't ignore build errors in vboxnetftl / …
(edit) @66073   8 years vboxsync build fix
(edit) @66072   8 years vboxsync HostDrivers, Additions: remove more rules for compiling Linux R0 modules
(edit) @66069   8 years vboxsync HostDriver: copy and paste
(edit) @66066   8 years vboxsync HostDrivers, Additions: !VBOX_ONLY_DOCS
(edit) @66061   8 years vboxsync HostDrivers,Additions: don't test build the Linux host/guest kernel …
(edit) @66050   8 years vboxsync HostDrivers/Makefile.kmk: Moved the linux kernel module 'check' rule …
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