VirtualBox

source: vbox/trunk/src/VBox/HostDrivers

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2020   18 years vboxsync unbroke Darwin and OS/2.
(edit) @2014   18 years vboxsync r=bird: some cleanup of the cPages change.
(edit) @1895   18 years vboxsync fixed more checks
(edit) @1893   18 years vboxsync fixed another check
(edit) @1892   18 years vboxsync dropped obsolete check
(edit) @1891   18 years vboxsync support driver major version change
(edit) @1890   18 years vboxsync Attempt to fix ALSA on Linux kernels <= 2.6.17: use mmap not memalign …
(edit) @1869   18 years vboxsync Fixed wrong u64LastMonotime usage (the cause of all the trouble). …
(edit) @1862   18 years vboxsync Forgot to commit sup.h with the correctly aligned GIP.
(edit) @1851   18 years vboxsync spelling
(edit) @1850   18 years vboxsync Corrected the heuristics for detecing async GIP mode, fixed GIP layout …
(edit) @1842   18 years vboxsync test the minimum requirement and no the required one.
(edit) @1841   18 years vboxsync warning.
(edit) @1840   18 years vboxsync Support driver interface cleanup.
(edit) @1819   18 years vboxsync Copy internal/magics.h
(edit) @1783   18 years vboxsync No catalog file just yet.
(edit) @1782   18 years vboxsync added 64 bits inf file
(edit) @1672   18 years vboxsync typo
(edit) @1666   18 years vboxsync make VBOX_VERSION visible with modinfo
(edit) @1563   18 years vboxsync Rewrote it to use per-cpu timers instead of smp_call_function.
(edit) @1547   18 years vboxsync export
(edit) @1486   18 years vboxsync build fix.
(edit) @1480   18 years vboxsync No longer require contiguous memory for the VM structure. Did long …
(edit) @1397   18 years vboxsync Use VBOX_VERSION_STRING when possible.
(edit) @1355   18 years vboxsync nc
(edit) @1199   18 years vboxsync make debug builds work in fake mode.
(edit) @1197   18 years vboxsync export
(edit) @1193   18 years vboxsync Ported the support driver to OS/2.
(edit) @1192   18 years vboxsync comment.
(edit) @1183   18 years vboxsync typos
(edit) @1059   18 years vboxsync document TscInvariant
(edit) @1054   18 years vboxsync Check for some power feature in 0x8000007 eax:8 like linux does.
(edit) @1049   18 years vboxsync supdrvOSGetCPUCount on win32 and darwin.
(edit) @1047   18 years vboxsync Added X2 / NG opteron detection for enabling the async tsc gip mode.
(edit) @1028   18 years vboxsync SMP break.
(edit) @1027   18 years vboxsync Initial GIP change. Missing detection of SMP systems with TSC drift.
(edit) @1008   18 years vboxsync fixed eol-style
(edit) @1003   18 years vboxsync export to OSE
(edit) @987   18 years vboxsync added target install_rpm, needed for building vboxdrv.ko for rpm
(edit) @982   18 years vboxsync fixed bustage.
(edit) @981   18 years vboxsync Debug only.
(edit) @978   18 years vboxsync install build_in_tmp
(edit) @970   18 years vboxsync removed that OpenSUSE hack, it should really not be necessary
(edit) @969   18 years vboxsync allow non admin users to open the TAP driver
(edit) @960   18 years vboxsync Darwin hacking.
(edit) @914   18 years vboxsync PVMR0 changes for darwin.
(edit) @913   18 years vboxsync Made it work on darwin and implemented the profiling.
(edit) @912   18 years vboxsync increase support driver version to ensure a recent linux driver
(edit) @876   18 years vboxsync protect locked pages against fork()
(edit) @874   18 years vboxsync Paranoia for 64-bit restore issue.
(edit) @680   18 years vboxsync Driver entry point name
(edit) @679   18 years vboxsync WIN32 / WIN64.
(edit) @667   18 years vboxsync Move the hack to SUPLib-l4.cpp.
(edit) @555   18 years vboxsync TAP interface update (TAP_IOCTL_TRANSFER_ETHPACKETS)
(edit) @541   18 years vboxsync export it.
(edit) @506   18 years vboxsync TAP update
(edit) @418   18 years vboxsync swapgs on AMD64 entry.
(edit) @417   18 years vboxsync the thunks aren't needed.
(edit) @411   18 years vboxsync Additional Linux installer makefile fixes
(edit) @410   18 years vboxsync added missing include to unbreak module compilation
(edit) @409   18 years vboxsync added missing include to unbreak module compilation
(edit) @406   18 years vboxsync Fail the testcase if SUPCallVMMR0 fails.
(edit) @403   18 years vboxsync Need RTThreadWait in ring-0 too when using the generic timers, so …
(edit) @398   18 years vboxsync oops.
(edit) @397   18 years vboxsync Completed most of VBOX_WITHOUT_IDT_PATCHING. (hope I didn't break …
(edit) @392   18 years vboxsync Added a process specifier to the APIs dealing with user addresses.
(edit) @390   18 years vboxsync iprt/process.h
(edit) @389   18 years vboxsync process-r0drv-linux.c needs building too..
(edit) @387   18 years vboxsync Use RTR0ProcHandleSelf / RTProcSelf. Implemented clientDied() cleanup …
(edit) @386   18 years vboxsync Free the last failure.
(edit) @378   18 years vboxsync client/provider stuff (not complete). And some bugfixes.
(edit) @375   18 years vboxsync Fixed the kernel module makefiles for OpenSUSE's non-standard build system
(edit) @345   18 years vboxsync made the Makefile compatible with (older) GNU make again to fix our …
(edit) @342   18 years vboxsync typo
(edit) @339   18 years vboxsync Removed int3+ret blocking interrupt gate calls on Linux/GNU (amd64).
(edit) @331   18 years vboxsync Bool and AMD64 hacking.
(edit) @325   18 years vboxsync forgot to export them
(edit) @324   18 years vboxsync Makefile.kmk -> Makefile.kup
(edit) @314   18 years vboxsync I use it.
(edit) @260   18 years vboxsync Fixed the vboxdrv kernel module on 2.4 series kernels
(edit) @241   18 years vboxsync <asm/nmi.h> not available on Linux 2.4
(edit) @232   18 years vboxsync Don't install vboxdrv.ko anymore to out/.../bin because this module is …
(edit) @220   18 years vboxsync 32-bit kernel doesn't mean 32-bit cpu - I really hope this doesn't …
(edit) @219   18 years vboxsync MALLOC (kalloc) fails on relativly small amounts, use IOMallocAliged then.
(edit) @216   18 years vboxsync
(edit) @213   18 years vboxsync make 'make -C <linux> M=$(pwd)' work
(edit) @206   18 years vboxsync Init/term R0 runtime.
(edit) @195   18 years vboxsync Created a script for loading the kernel extension (for development) …
(edit) @135   18 years vboxsync Slightly relaxed NMI check (see #1602)
(edit) @84   18 years vboxsync Support/linux/Makefile: fixed typo; 'make clean' should work even …
(edit) @83   18 years vboxsync kext layout.
(edit) @82   18 years vboxsync small cosmetical fix to get my syntax checker back on line
(edit) @81   18 years vboxsync Fixes to the Linux installer to prevent things getting deleted which …
(edit) @57   18 years vboxsync remove /etc/vbox/module_not_compiled if 'make install' was successful
(edit) @51   18 years vboxsync fixed libgcc
(edit) @42   18 years vboxsync Seems the _IO and _IOWR macros has changed.
(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