VirtualBox

source: vbox/trunk/src/VBox/HostDrivers

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @20905   15 years vboxsync tstSupSem-Zombie: minor adjustments.
(edit) @20904   15 years vboxsync build fix.
(edit) @20903   15 years vboxsync SUP: Added a testcase to make sure threads exit when the process exits.
(edit) @20866   15 years vboxsync SUP: Removed two obsolete allocation APIs.
(edit) @20864   15 years vboxsync SUP,*: API cleanup.
(edit) @20862   15 years vboxsync SUP: Made SUPPageLock and SUPPageUnlock internal to SUP.
(edit) @20861   15 years vboxsync SUPLib.cpp: removed outdated SUPPageAlloc/windows hack, SUPPageAlloc …
(edit) @20860   15 years vboxsync SUP: Bumped major version because of layout changes in RTLOGGER. …
(edit) @20802   15 years vboxsync gcc warnings
(edit) @20791   15 years vboxsync SUPR3PageProtect: don't call mprotect on locked memory.
(edit) @20779   15 years vboxsync Use net_device_ops in vboxnetadp.ko, kernels 2.6.29 and above.
(edit) @20732   15 years vboxsync NetAdp/win: fix for bug 4033: host-only connection priority should be …
(edit) @20691   15 years vboxsync VBoxNetAdp-linux.c: removed warning
(edit) @20602   15 years vboxsync fixed tstInt
(edit) @20529   15 years vboxsync HostDrivers/*/darwin/*load*.sh: nfs fixes.
(edit) @20528   15 years vboxsync SUP: SUPR0PageProtect & SUPR0PageProtect - for creating guard (hyper) …
(edit) @20527   15 years vboxsync darwin/load.sh: nfs fix.
(edit) @20504   15 years vboxsync SUPDrvIOC.h: some hints.
(edit) @20414   16 years vboxsync #3783: Apply the workaround to pre-2.6.18 kernels as well.
(edit) @20394   16 years vboxsync SUPLib-darwin.cpp: Pass idCpu along.
(edit) @20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20366   16 years vboxsync HostDrivers: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20345   16 years vboxsync #3783: Include missing linux/ip.h.
(edit) @20341   16 years vboxsync #3783: Compilation fix.
(edit) @20339   16 years vboxsync Corrected version checks
(edit) @20338   16 years vboxsync Reset minor version back to 0
(edit) @20323   16 years vboxsync Changed major version as the export table has changed
(edit) @20315   16 years vboxsync Corrected wrong exports
(edit) @20284   16 years vboxsync #3783: Tx checksum offloading workaround for CentOS 5.2 (2.6.18).
(edit) @20144   16 years vboxsync #3917: Rx offloading bug fixed.
(edit) @20124   16 years vboxsync IPRT,SUP: Minor driver version change - added …
(edit) @20106   16 years vboxsync Support: Fix build error when compiling in debug mode on FreeBSD HEAD
(edit) @20077   16 years vboxsync #3917: Tiny debugging addition.
(edit) @19957   16 years vboxsync VMM,SUPDrv-win,Config.kmk: VBOX_WITH_VMMR0_DISABLE_PREEMPTION
(edit) @19938   16 years vboxsync HostDrivers/*/linux/Makefile: Added --no-print-directory to the …
(edit) @19932   16 years vboxsync SUPDrv: Expose the RTThreadPreempt API to modules.
(edit) @19924   16 years vboxsync IPRT,SUP: Renamed RTPathProgram to RTPathExecDir to make it clear what …
(edit) @19923   16 years vboxsync tstSupSem.cpp: Extended the interruptibility test with a time wait …
(edit) @19895   16 years vboxsync tstSupSem.cpp: Extended it to cover interruptibility.
(edit) @19894   16 years vboxsync SUPLibSem.cpp: Set cMillies.
(edit) @19893   16 years vboxsync SUPDrvIOC.h: Incremented the minor IOCtl interface version.
(edit) @19892   16 years vboxsync SUPLib: Implemented ring-3 version of the semaphore API and created a …
(edit) @19890   16 years vboxsync SUPDrv.c: Corrected wrong arguments.
(edit) @19889   16 years vboxsync SUPDrvIOC.h: More natural member order in SUPSEMOP.
(edit) @19884   16 years vboxsync Solaris/USB: bits.
(edit) @19881   16 years vboxsync SUPDrv.c: Implemented the SEM_CREATE and SEM_OP IOCtls.
(edit) @19868   16 years vboxsync SUPDrvIOC.h: sketched out the semaphore interface between ring-3 and …
(edit) @19867   16 years vboxsync SUPDrv.c: fix wrong assertion.
(edit) @19866   16 years vboxsync SUP: Expose ring-0 event semaphores to ring-3, part 1.
(edit) @19843   16 years vboxsync Support/FreeBSD: Fix the host panic when unloading the support driver. …
(edit) @19745   16 years vboxsync Support,FreeBSD: HEAD needs D_NEEDMINOR flag for cloning
(edit) @19730   16 years vboxsync Backed out 47346
(edit) @19729   16 years vboxsync RTLogSetDefaultInstanceThread change; ring 0 logging fix for multiple VCPUs
(edit) @19672   16 years vboxsync Support: Change SUP_IOCTL_QUERY_FUNCS to an unbuffered request because …
(edit) @19671   16 years vboxsync Support,VMMR0: enable disabling of interrupts again and remove …
(edit) @19647   16 years vboxsync Solaris/VBoxNetAdp: fixed hostname file.
(edit) @19640   16 years vboxsync Solaris/VBoxNetFlt: dl_primstr.
(edit) @19604   16 years vboxsync Solaris/VBoxNetFlt: do the attach work ourselves rather than dl_attach.
(edit) @19599   16 years vboxsync Solaris/VBoxNetAdp: added static hostname file for persistence.
(edit) @19592   16 years vboxsync HostDrivers/Support,VMMR0: Use critical_enter and critical_exit to …
(edit) @19571   16 years vboxsync Solaris/VBoxNetFlt: enable style 2 opens on trunk.
(edit) @19564   16 years vboxsync SUPLib-freebsd: Tab to spaces
(edit) @19563   16 years vboxsync HostDrivers,Runtime/r0drv-freebsd: Fix compiling on FreeBSD 8. Thanks …
(edit) @19483   16 years vboxsync Solaris/VBoxNetFlt: redundant prototypes.
(edit) @19455   16 years vboxsync linux kernel modules: prevent some superflous output during build
(edit) @19454   16 years vboxsync VMM++: More on poking. Fixed broken R0 stats (wrong way of calling …
(edit) @19404   16 years vboxsync SUPR0.def: Added RTProcSelf and RTMpPokeCpu.
(edit) @19394   16 years vboxsync SUPDrv: expose RTMpPokeCpu, minor version incremented.
(edit) @19393   16 years vboxsync SUPDrv: expose RTMpPokeCpu, minor version incremented.
(edit) @19388   16 years vboxsync vboxdrv, Solaris/VBoxNetFlt: RTStrDup and some fixes. (flt part …
(edit) @19380   16 years vboxsync Solaris/VBoxNetFlt: strdup fix.
(edit) @19343   16 years vboxsync Fixes for the kernel driver: * Should compile with FreeBSD 8 (not …
(edit) @19342   16 years vboxsync Support/FreeBSD: RTStrPrintf does not work with hardened builds. Use …
(edit) @19339   16 years vboxsync Solaris/VBoxNetFlt: Use RT_C_IS_DIGIT.
(edit) @19323   16 years vboxsync Solaris/VBoxNetFlt: #3183 DLPI style 2 support (disabled, untested).
(edit) @19281   16 years vboxsync Support: Disable debug logging for release builds
(edit) @19271   16 years vboxsync Solaris/vboxdrv: suspend/resume ring0 notifications.
(edit) @19257   16 years vboxsync Reapplied 46658 + fix
(edit) @19255   16 years vboxsync Backed out 46655-57 for now
(edit) @19252   16 years vboxsync SUPCallVMMR0(Ex) arguments must include the VCPU id. Note: support …
(edit) @19148   16 years vboxsync typo
(edit) @19147   16 years vboxsync #3854: Error checking for skb_gso_segment().
(edit) @19135   16 years vboxsync More debug logging for linux netfilter.
(edit) @19114   16 years vboxsync Additional logging in netfilter.
(edit) @19083   16 years vboxsync NetAdp/win: static IP config on install
(edit) @19038   16 years vboxsync VBoxNetAdp: added missing header
(edit) @19013   16 years vboxsync VBoxNetAdp: OSE fix
(edit) @19012   16 years vboxsync VBoxNetAdp: OSE fix
(edit) @18973   16 years vboxsync #2954: Dynamic add/remove for virtual adapters. Moved all …
(edit) @18968   16 years vboxsync SUPDrv-freebsd.c: nitpicking.
(edit) @18915   16 years vboxsync Support/FreeBSD: Do reference counting to prevent the driver from …
(edit) @18900   16 years vboxsync Installer/win: non-difx NetFlt install
(edit) @18878   16 years vboxsync Solaris/VBoxNetFlt: fixed error printing.
(edit) @18863   16 years vboxsync Proper build fix for Solaris.
(edit) @18862   16 years vboxsync Solaris quick build fix.
(edit) @18859   16 years vboxsync #2957: Dynamic add/remove via /dev/vboxnetctl ioctls.
(edit) @18850   16 years vboxsync SUPDrv.c: 64-bit darwin selectors.
(edit) @18810   16 years vboxsync burn fix
(edit) @18807   16 years vboxsync NetFlt/win: rename Host Interface -> Bridged in notify object
(edit) @18803   16 years vboxsync Backed out r45795.
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