VirtualBox

source: vbox/trunk/src/VBox/Runtime/r0drv

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4671   17 years vboxsync Must free MDL returned by MmAllocatePagesForMdl with ExFreePool
(edit) @4544   17 years vboxsync 'u' is #defined by sys/user.h when in _KERNEL mode, that's great since …
(edit) @4543   17 years vboxsync Spaces.
(edit) @4542   17 years vboxsync Some freebsd fixes.
(edit) @4474   17 years vboxsync Solaris.
(edit) @4287   17 years vboxsync Solaris
(edit) @4233   17 years vboxsync please keep in mind that this file is part of the Linux kernel module …
(edit) @4230   17 years vboxsync Ported time-r0drv to NT.
(edit) @4229   17 years vboxsync Ported thread2-r0drv to Nt (completely untested).
(edit) @4224   17 years vboxsync shouldn't be here.
(edit) @4223   17 years vboxsync bugfixes.
(edit) @4222   17 years vboxsync warning.
(edit) @4221   17 years vboxsync forgot one inverted assertion.
(edit) @4220   17 years vboxsync some ideas for virtual address reserving.
(edit) @4219   17 years vboxsync RTR0MemObj for NT (untested).
(edit) @4179   17 years vboxsync Solaris changes.
(edit) @4178   17 years vboxsync Solaris changes.
(edit) @4160   17 years vboxsync Some bug fixes and allocation fallbacks.
(edit) @4159   17 years vboxsync Changed from $ to $.
(edit) @4158   17 years vboxsync Fixed build error and changed from $ to $.
(edit) @4155   17 years vboxsync RTR0MemGetAddressR3 & RTR0MemObjLockUser. Linux memobj impl.
(edit) @4154   17 years vboxsync work in progress. (bed time)
(edit) @4136   17 years vboxsync Added RTR0MemObjAllocPhysNC. Changed the two APIs taking ring-3 …
(edit) @4135   17 years vboxsync Use size_t for the page index. Added API for querying the ring-3 address.
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4049   17 years vboxsync Some untested FreeBSD memory code.
(edit) @4038   17 years vboxsync some notes from kernel digging.
(edit) @4020   17 years vboxsync Spelling
(edit) @3990   17 years vboxsync
(edit) @3989   17 years vboxsync export
(edit) @3985   17 years vboxsync export
(edit) @3984   17 years vboxsync grr
(edit) @3983   17 years vboxsync export
(edit) @3982   17 years vboxsync export
(edit) @3977   17 years vboxsync Implemented the timer and time apis for freebsd, stubbed the memobj ones.
(edit) @3760   17 years vboxsync use panic.
(edit) @3706   17 years vboxsync AssertMsg1/2.
(edit) @3705   17 years vboxsync RTStrPrintfV
(edit) @3699   17 years vboxsync double underscore cleanup.
(edit) @3680   17 years vboxsync Implemented some more FreeBSD ring-0 driver code.
(edit) @3679   17 years vboxsync Implemented some more FreeBSD ring-0 driver code.
(edit) @3676   17 years vboxsync typos.
(edit) @3672   17 years vboxsync RT_OS_* and RT_ARCH_* for Runtime/ and Support/
(edit) @3336   17 years vboxsync two more imports.
(edit) @3334   17 years vboxsync Fixed inverted interrupt[ia]ble test.
(edit) @3305   17 years vboxsync change_page_attr was introduced somewhere in the 2.4.21..28 range. …
(edit) @3282   17 years vboxsync FSHELPER.
(edit) @3236   17 years vboxsync comment.
(edit) @3225   17 years vboxsync RTR0MemObjMapKernel for OS/2.
(edit) @3224   17 years vboxsync DOS16DEVIOCTL*
(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) @2652   18 years vboxsync The tag should be easy to spot (IPRT).
(edit) @2477   18 years vboxsync export
(edit) @2475   18 years vboxsync Makefile.kmk -> Makefile.kup
(edit) @1870   18 years vboxsync rtThreadMain bustage.
(edit) @1816   18 years vboxsync moved magics to a common header to avoid duplicating the same defines …
(edit) @1460   18 years vboxsync Partial fix for the VirtualBox startup hang - don't allocate …
(edit) @1300   18 years vboxsync Fix eol style properties for header files
(edit) @1206   18 years vboxsync use the mscount member of the GIS for system monotonic time source on OS/2.
(edit) @1191   18 years vboxsync svn properties.
(edit) @1190   18 years vboxsync Ported IPRT to ring-0 OS/2.
(edit) @1189   18 years vboxsync Corrected bug in the multiple release event semaphore wait code. Added …
(edit) @403   18 years vboxsync Need RTThreadWait in ring-0 too when using the generic timers, so …
(edit) @395   18 years vboxsync Log allocation failures.
(edit) @394   18 years vboxsync Use the vm_map_wire mode as it appears to be kinder to heap consumption.
(edit) @393   18 years vboxsync Duh. my bug - a horrible memory leak.
(edit) @392   18 years vboxsync Added a process specifier to the APIs dealing with user addresses.
(edit) @388   18 years vboxsync .cpp -> .c
(edit) @385   18 years vboxsync RTProcSelf, RTR0ProcHandleSelf, RTR0PROCESS.
(edit) @384   18 years vboxsync early commit.
(edit) @377   18 years vboxsync vm_map_wire/vm_map_unwire (alternative that didn't make any difference …
(edit) @331   18 years vboxsync Bool and AMD64 hacking.
(edit) @291   18 years vboxsync compile fix
(edit) @290   18 years vboxsync compile fix
(edit) @289   18 years vboxsync AMD64 exec heap. (I wonder if this compiles...)
(edit) @260   18 years vboxsync Fixed the vboxdrv kernel module on 2.4 series kernels
(edit) @218   18 years vboxsync An attempt at locking which doesn't seem to work very well..
(edit) @217   18 years vboxsync hacking darwin memory objects.
(edit) @207   18 years vboxsync cleaning up some header stuff.
(edit) @205   18 years vboxsync fixed incorrect assertions.
(edit) @201   18 years vboxsync event sems
(edit) @199   18 years vboxsync fast mutex sems.
(edit) @197   18 years vboxsync A stab at generic timers (untested).
(edit) @191   18 years vboxsync just some sketches on how to solve the memory area problem on linux.
(edit) @136   18 years vboxsync Fixed the-linux-kernel.h for kernels 2.4.28 to 2.4.34
(edit) @36   18 years vboxsync shut up.
(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