VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @53347   10 years vboxsync Runtime/r0drv/solaris: Implemented RTTimerChangeInterval() and fix …
(edit) @53019   10 years vboxsync Runtime/r0drv/linux: use RT_NS_1SEC macro instead of numeric constant.
(edit) @52997   10 years vboxsync Runtime/r0drv/solaris: Fix timeouts to work for semevents when using …
(edit) @52996   10 years vboxsync Runtime/r0drv/solaris: Fix timeouts to work for semevents when using …
(edit) @52983   10 years vboxsync Runtime/r0drv/solaris: missed header update.
(edit) @52982   10 years vboxsync Runtime/r0drv/solaris: fixed overwriting the caller stack while …
(edit) @52822   10 years vboxsync Runtime: Fix RTTimeMilliTS() on FreeBSD. Use macros for time units …
(edit) @52803   10 years vboxsync added GFP_NOWARN to the remaining vmalloc/kmalloc operations
(edit) @52750   10 years vboxsync VBoxUSB/solaris: undo temporary change.
(edit) @52748   10 years vboxsync VBoxUSB/solaris: Another shot at getting logging, temporary change.
(edit) @52618   10 years vboxsync HostDrivers, Runtime, Devices, Additions: TSC delta measurement and …
(edit) @52581   10 years vboxsync Runtime/r0drv/linux: Reimplemented RTMpOnAll() to be used to execute …
(edit) @52553   10 years vboxsync HostDrivers/solaris, Runtime/r0drv: Fix calling RTThreadPreemptIs* too …
(edit) @52502   10 years vboxsync spaces.
(edit) @52420   10 years vboxsync Runtime, VBoxNetAdp: Linux 3.17 fixes
(edit) @51938   10 years vboxsync Runtime/r0drv: RHEL7 hack
(edit) @51770   10 years vboxsync Merged in iprt++ dev branch.
(edit) @51721   10 years vboxsync Runtime/r0drv/solaris: Doxygen bugref comment.
(edit) @50811   11 years vboxsync spinlock-r0drv-linux.c: Backed out r83590 as I don't want false …
(edit) @50685   11 years vboxsync symdbdata.h: Added windows 8.1 info and fixed the 8.0 entries.
(edit) @50682   11 years vboxsync windows 8.1.
(edit) @50667   11 years vboxsync Runtime/r0drv/solaris: Parameter comment.
(edit) @50649   11 years vboxsync Runtime/r0drv/solaris: 32-bit build, shut up gcc.
(edit) @50077   11 years vboxsync Runtime/r0drv/linux: Use GFP_NOWARN for our memory allocations as …
(edit) @50008   11 years vboxsync supdrv,iprt: Added VBOX_WITH_TEXT_MODMEM_HACK for getting VMMR0.r0
(edit) @49718   11 years vboxsync Various FreeBSD fixes submitted Bernhard Froehlich
(edit) @49651   11 years vboxsync r0drv/linux/memobj: Linux 3.13 fix
(edit) @49287   11 years vboxsync thread-r0drv-nt.cpp: Changed RTThreadPreemptIsPendingTrusty to always …
(edit) @48935   11 years vboxsync Runtime: Whitespace and svn:keyword cleanups by scm.
(edit) @48905   11 years vboxsync Promoted Runtime/include/internal/ldrMach-O.h to …
(edit) @48462   11 years vboxsync r0drv/linux: todos.
(edit) @48384   11 years vboxsync todo
(edit) @48383   11 years vboxsync Runtime/r0drv: be on the safe side
(edit) @48382   11 years vboxsync Runtime/r0drv: Depend only on kernel config define rather than the version.
(edit) @48186   11 years vboxsync comma.
(edit) @48185   11 years vboxsync r0drv/solaris/timer: Implement one-shot timers the right way.
(edit) @48182   11 years vboxsync r0drv/solaris/timer: Make one-shot CPU specific timers work, fix …
(edit) @48168   11 years vboxsync r0drv/solaris: Clarify why INT64_MAX.
(edit) @48167   11 years vboxsync nit.
(edit) @48165   11 years vboxsync r0drv/solaris/timer: Fix specific periodic timers, one-shot any-cpu …
(edit) @48148   11 years vboxsync Runtime/r0drv/solaris: Fix race with specific timers and enabled …
(edit) @48051   11 years vboxsync Runtime/threadctxhooks: A tick saved is a tick earned.
(edit) @48042   11 years vboxsync Solaris/LogRel: Update comment and some minor cosmetics.
(edit) @48035   11 years vboxsync Runtime/threadctxhooks: Paranoia.
(edit) @47955   11 years vboxsync r0drv/linux/threadctxhooks: Assert may fail, don't assert here.
(edit) @47907   11 years vboxsync Runtime/r0drv/threadctxhooks: Added an assertion.
(edit) @47734   11 years vboxsync Runtime/threadctxhooks/linux: Again, Assert not AssertPtr for bools.
(edit) @47733   11 years vboxsync Runtime/threadctxhooks/linux: Assert() not AssertPtr() for booleans.
(edit) @47639   11 years vboxsync RTThreadPreemptIsPending/darwin: Seems three more bits have been added …
(edit) @47637   11 years vboxsync Runtime/r0drv/nt: fix Windows r0drv timers
(edit) @47572   11 years vboxsync Runtime/threadctxhooks: RTThreadCtxHooksAreRegistered().
(edit) @47428   11 years vboxsync Addressed some warnings.
(edit) @47380   11 years vboxsync build fix
(edit) @47375   11 years vboxsync r0drv/linux: Unintentional commit of release logging.
(edit) @47373   11 years vboxsync nit.
(edit) @47370   11 years vboxsync iprt/thread.h: Define/document the return values more explicitly when …
(edit) @47364   11 years vboxsync r0drv/solaris/threadctxhooks: Msg is redundant as the conditional …
(edit) @47354   11 years vboxsync Runtime/r0drv/solaris: Free the hook object if the owner thread has …
(edit) @47352   11 years vboxsync Runtime/r0drv: Reference counting for kernel thread-context hooks.
(edit) @47304   11 years vboxsync spaces.
(edit) @47302   11 years vboxsync r0drv/threadctxhooks: Use the right function prototypes on S10, S11 as …
(edit) @47229   11 years vboxsync Runtime/r0drv/threadctxhooks: Assert on Linux that the hook invocation …
(edit) @47206   11 years vboxsync IPRT: Kernel thread-context hooks, Solaris implementation.
(edit) @47201   11 years vboxsync Runtime/r0drv: build fix.
(edit) @47200   11 years vboxsync Runtime/r0drv: build fix.
(edit) @47199   11 years vboxsync IPRT: Kernel thread-context hooks, linux implementation. Extended …
(edit) @47115   11 years vboxsync initterm-r0drv.cpp: RTR0TermForced must not forget to set g_crtR0Users …
(edit) @46663   12 years vboxsync Runtime/r0drv/linux: numa hack
(edit) @46567   12 years vboxsync RTMemAllocEx for ring-3.
(edit) @46565   12 years vboxsync alloc-r0drv.cpp: Typo, fortunatey harmless and strict builds only.
(edit) @46231   12 years vboxsync GetTickCount isn't usable, bit the bullet and read interrupt time from …
(edit) @46223   12 years vboxsync Must use same time source in user and kernel land otherwise we might …
(edit) @45927   12 years vboxsync *: a few uint32_t warnings
(edit) @45634   12 years vboxsync symdbdata.h: Regenerated from solserv. w2k bits added.
(edit) @45633   12 years vboxsync Updated ntBldSymDb.cpp to handle w2k symbols and correctly detect some …
(edit) @45540   12 years vboxsync threadpreempt-r0drv-darwin.cpp: Check for AST_QUANTUM as well.
(edit) @45445   12 years vboxsync quiet
(edit) @45444   12 years vboxsync IPRT: Use MmIsAddressValid since the try/except stuff doesn't …
(edit) @45443   12 years vboxsync IPRT: Better way of finding QuantumEnd and DpcQueueDepth.
(edit) @45440   12 years vboxsync ntBldSymDb.cpp: PAE kernel names.
(edit) @45438   12 years vboxsync ntBldSymDb.cpp: Fixes.
(edit) @45433   12 years vboxsync preemption hook todos.
(edit) @45423   12 years vboxsync ntBldSymDb.cpp: Fixes and symbol pack data.
(edit) @45405   12 years vboxsync ntBldSymDb.cpp: back to the os version info detection code.
(edit) @45383   12 years vboxsync -> laptop
(edit) @45357   12 years vboxsync ntBldSymDb.cpp: -> weinstadt
(edit) @45350   12 years vboxsync More ntBldSymDb.cpp work.
(edit) @45211   12 years vboxsync Hacking in progress.
(edit) @45090   12 years vboxsync Runtime/r0drv/solaris: Don't log when preemption is disabled as …
(edit) @44867   12 years vboxsync Linux 3.9.0 rc0 compile fix
(edit) @44677   12 years vboxsync memobj-r0drv-solaris.c: Fixed mapping of RTR0MEMOBJTYPE_PHYS objects …
(edit) @44579   12 years vboxsync BUGZ:6602 Reverted r83596.
(edit) @44544   12 years vboxsync Linux r0drv: implement DO_NOT_DISABLE_PROVE_LOCKING option.
(edit) @44538   12 years vboxsync BUGZ:6602 Do not disable lock validator on debug build.
(edit) @44535   12 years vboxsync BUGZ: 6570,6602 Disable lock validator for linux r0drv when …
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44451   12 years vboxsync BUGZ:6570 Add comment.
(edit) @44443   12 years vboxsync BUGZ:6570 Fixed. Split RTSPINLOCK_FLAGS_INTERRUPT_UNSAFE/SAFE …
(edit) @44302   12 years vboxsync Runtime: work around gcc bug 55940, see public ticket 11035
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