VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @82972   5 years vboxsync Copyright year updates - manual ones.
(edit) @82969   5 years vboxsync Copyright year updates - manual ones.
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82898   5 years vboxsync IPRT/memobj-r0drv-darwin.cpp: Don't set the …
(edit) @82886   5 years vboxsync IPRt/memobj-r0drv-darwin.cpp: Turns out kIOMapPrefault wasn't allowed …
(edit) @82877   5 years vboxsync IPRT/memobj-r0drv-darwin.cpp: Only apply the cb += PAGE_SIZE …
(edit) @82868   5 years vboxsync IPRT/memobj-r0drv-darwin.cpp: Added support for alignments other than …
(edit) @82861   5 years vboxsync IPRT/memobj-r0drv-darwin.cpp: Prefault user mappings too when the …
(edit) @82860   5 years vboxsync IPRT/memobj-r0drv-darwin.cpp: rtR0MemObjNativeMapKernel wasn't forcing …
(edit) @82856   5 years vboxsync IPRT/assert-r0drv-darwin.cpp: Make sure we get the output to the …
(edit) @82809   5 years vboxsync IPRT/dbgkrnlinfo-r0drv-darwin.cpp: build fixes.
(edit) @82806   5 years vboxsync IPRT/dbgkrnlinfo-r0drv-darwin.cpp: Implemented using the loaded kernel …
(edit) @82590   5 years vboxsync SUPDrv,IPRT: Adding SUPR0HCPhysToVirt to linux & solaris; introducing …
(edit) @82589   5 years vboxsync IPRT/memobj-r0drv-nt.cpp: Use MmAllocatePagesForMdl rather than …
(edit) @81649   5 years vboxsync Linux 5.4: no more arbitrary executable pages and more changes, …
(edit) @81641   5 years vboxsync IPRT/memobj-r0drv-linux.cpp: Implemented sub-mappings in kernel space. …
(edit) @81621   5 years vboxsync IPRT/memobj-r0drv-linux.cpp: Implemented sub-mappings in kernel space. …
(edit) @81620   5 years vboxsync IPRT/memobj-r0drv-os2.cpp: Implemented sub-mappings in kernel space. …
(edit) @81587   5 years vboxsync IPRT/memobj-r0drv-linux.c: Don't mark allocations as executable unless …
(edit) @81586   5 years vboxsync IPRT/alloc-r0drv-linux.c: Shouldn't need to mark pages allocated by …
(edit) @81096   5 years vboxsync IPRT,SUP,*: Increased RTCPUSET_MAX_CPUS to 1024 for AMD64, except for …
(edit) @81069   5 years vboxsync IPRT/timer-r0drv-linux.c: Guess we could schedule timers with the same …
(edit) @81061   5 years vboxsync IPRT/timer-r0drv-linux.c: Rewriting the drop-behind handling in the …
(edit) @80735   5 years vboxsync linux kernel 5.3 fixes: tickref:18911, contribution from Larry.Finger …
(edit) @80713   5 years vboxsync Additions/linux: ticketref:18917: VBox 6.0.10 GAs fail to compile on …
(edit) @80712   5 years vboxsync Additions/linux: ticketref:18917: VBox 6.0.10 GAs fail to compile on …
(edit) @80585   5 years vboxsync Runtime: Some renaming to stay consistent (*Get* always returns what …
(edit) @80530   5 years vboxsync IPRT/semmutex-r0drv-nt.cpp: Fixed is-owned check. bugref:9218
(edit) @80433   5 years vboxsync Linux/host and guest drivers: support SLES 12 SP4 kernel (which SUSE …
(edit) @80328   5 years vboxsync IPRT/memobj-r0drv-solaris.c: Implemented mapping or sub-ranges as …
(edit) @80327   5 years vboxsync IPRT/memobj-r0drv-linux.c: Implemented mapping or sub-ranges as …
(edit) @80321   5 years vboxsync IPRT/memobj-r0drv-linux.c: Implemented mapping or sub-ranges as …
(edit) @80290   5 years vboxsync IPRT/timer-r0drv-linux.c: A shot at working around the unit test …
(edit) @79025   5 years vboxsync Linux/host and guest drivers: support more openSUSE 15.0 and 15.1 kernels.
(edit) @78566   6 years vboxsync IPRT: comment
(edit) @78314   6 years vboxsync IPRT/nt: Implemented offSub & cbSub in the NT versions of …
(edit) @78278   6 years vboxsync IPRT/nt: Implemented offSub & cbSub in the NT versions of …
(edit) @78120   6 years vboxsync IPRT: Started adding a RTR0MemObjMapUserEx function that takes offSub …
(edit) @77816   6 years vboxsync SupHardNt: Made RTNtPathExpand8dot3Path() work correctly in kernel …
(edit) @77730   6 years vboxsync IPRT/memobj-r0drv-linux.c: Use gpf_t rather than unsigned to avoid …
(edit) @77727   6 years vboxsync IPRT,HostDrivers: Fixed some warnings.
(edit) @77549   6 years vboxsync linux/vboxsf: Workaround for kernel_read/write calls (get_user_pages …
(edit) @77473   6 years vboxsync IPRT: Fixed buggy Nt3Fb_ExReleaseFastMutex and made the kernel symbol …
(edit) @77464   6 years vboxsync Runtime/r0drv/linux: handle get_user_pages back-port to Linux 4.4.168. …
(edit) @77417   6 years vboxsync iprt/the-linux-kernel.h: Build fix for 2.6.0...3. bugref:9172
(edit) @77367   6 years vboxsync Runtime/r0drv/linux: handle get_user_pages back-port to Linux 4.4.168. …
(edit) @77208   6 years vboxsync memobj-r0drv-linux.c: todo
(edit) @77198   6 years vboxsync Drivers/Linux: fixes for upcoming Linux 5.1 kernel. bugref:4567: Linux …
(edit) @77172   6 years vboxsync IRPT/alloc-r0drv-nt.cpp: Make sure we free early untagged allocations …
(edit) @77131   6 years vboxsync the-freebsd-kernel.h,memobj-r0drv-freebsd.cpp: Build fix for newer …
(edit) @77129   6 years vboxsync the-freebsd-kernel.h,memobj-r0drv-freebsd.cpp: Some cleanup to reduce …
(edit) @77128   6 years vboxsync mp-r0drv-freebsd.cpp: Fix compliation on newer FreeBSD kernels where …
(edit) @77120   6 years vboxsync IPRT: Some license header cleanups.
(edit) @76859   6 years vboxsync drivers/linux: adjust for new access_ok signature. bugref:4567: Linux …
(edit) @76714   6 years vboxsync initterm-r0drv-os2.cpp: drop RT_STRICT.
(edit) @76585   6 years vboxsync *: scm --fix-header-guard-endif
(edit) @76560   6 years vboxsync IPRT: Use IPRT_INCLUDED_SRC_ as header guard prefix for files around …
(edit) @76557   6 years vboxsync include/iprt: Use IPRT_INCLUDED_ rather than _iprt_ as header guard …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76513   6 years vboxsync IPRT: scm --fix-header-guards. bugref:9344
(edit) @76452   6 years vboxsync IPRT: Ran scm --fix-err-h. bugref:9344
(edit) @76426   6 years vboxsync iprt/string.h: Dropped including utf16.h and let those who need it …
(edit) @76409   6 years vboxsync iprt/string.h: Dropped including utf16.h and let those who need it …
(edit) @76364   6 years vboxsync *: string.h sans err.h fix. bugref:9344
(edit) @76346   6 years vboxsync *: Preparing for iprt/string.h, iprt/json.h and iprt/serialport.h no …
(edit) @76055   6 years vboxsync IPRT/semevent*-r0drv-darwin.cpp: Must disable interrupts prior to …
(edit) @76053   6 years vboxsync IPRT/initterm-r0drv-nt.cpp: Pre-initialize g_uRtNtVersion early so the …
(edit) @75704   6 years vboxsync IPRT/r0drv/darwin: RTSemEventSignal and RTSemEventMultiSignal seems to …
(edit) @75665   6 years vboxsync iprt: adjust time-r0drv-linux.c for Linux 4.20. bugref:4567: Linux …
(edit) @75578   6 years vboxsync IPRT/memobj-r0drv-nt.cpp: Allow mapping RTR0MEMOBJTYPE_PHYS_NC …
(edit) @75553   6 years vboxsync IPRT/drv/os2: leave a hint regarding too early logging.
(edit) @75462   6 years vboxsync IPRT/RTMpOn-r0drv-generic.cpp: Build fix.
(edit) @75275   6 years vboxsync IPRT/dbgkrnlinfo-r0drv-nt.cpp: Must manually initialize …
(edit) @75133   6 years vboxsync IPRT: Shut up some warnings.
(edit) @75129   6 years vboxsync IPRT: Make Watcom C an alterntive for compiling the OS/2 kernel code …
(edit) @75043   6 years vboxsync IPRT/r0drv/darwin: Implemented RTFileSeek. bugref:9232
(edit) @75042   6 years vboxsync IPRT/r0drv/darwin: Implemented RTFileSeek. bugref:9232
(edit) @75039   6 years vboxsync IPRT/r0drv/darwin: Split out RTFile* from dbgkrnlinfo. Added …
(edit) @74967   6 years vboxsync iprt/mp-r0drv-linux.c: Attempt at fixing !CONFIG_SMP warnings.
(edit) @74638   6 years vboxsync IPRT: Initial adaption of the kstuff loader code. bugref:9232
(edit) @74406   6 years vboxsync IPRT/rtR0MemKernelCopyLnxWorker: Added missing jump back from .fixup …
(edit) @73347   6 years vboxsync iprt/the-nt-kernel.h: comment typo
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @72889   6 years vboxsync r0drv/linux: adjust kernel header file for an openSUSE 15.0 kernel …
(edit) @72691   6 years vboxsync iprt/formats/mach-o.h,dbgkrnlinfo-r0drv-darwin.cpp: Deal with new load …
(edit) @72640   6 years vboxsync RTThreadPreemptIsPossible/linux: CONFIG_PREEMPT_VOLUNTARY does not …
(edit) @72639   6 years vboxsync IPRT,VMM: Try use KeShouldYieldProcessor to implement …
(edit) @72614   6 years vboxsync Windows 17134/64 sym update.
(edit) @70698   7 years vboxsync Linux drivers: fix a burn due to improved error checking. bugref:4567: …
(edit) @70690   7 years vboxsync Linux drivers: fix a burn due to improved error checking. bugref:4567: …
(edit) @70460   7 years vboxsync Fix Guest Additions vboxsf sendfile() caching problems (see #2548), …
(edit) @70458   7 years vboxsync Runtime: Adapt Linux R0 timer implementation to work with the upcoming …
(edit) @70387   7 years vboxsync iprt/nt3fakes-r0drv-nt.cpp: fix for xp
(edit) @70381   7 years vboxsync nt3fakesA-r0drv-nt.asm: Make scm happy.
(edit) @70362   7 years vboxsync iprt/rtR0Nt3InitVersion: Turned out registry has no version info …
(edit) @70341   7 years vboxsync IPRT: More NT 3.1 compatibility tweaking.
(edit) @70336   7 years vboxsync iprt/r0drv-nt: Working on NT 3.1 compatibility.
(edit) @70335   7 years vboxsync iprt/time-r0drv-nt.cpp: Cleanups, making it compatible with NT 3.10.
(edit) @70334   7 years vboxsync iprt: Moved ZwYieldExecution prototype to iprt/nt/nt.h.
(edit) @70292   7 years vboxsync dbgkrnlinfo-r0drv-nt.cpp: Fixed MmGetSystemRoutineAddress fallback.
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