VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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   11 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
(edit) @44238   12 years vboxsync Runtime/FreeBSD: Build fix
(edit) @43856   12 years vboxsync Runtime/timer: actually disable the interrupts while having the …
(edit) @43699   12 years vboxsync r0drv/solaris: comment spaces.
(edit) @43637   12 years vboxsync Linux 3.7 fixes
(edit) @43578   12 years vboxsync debug build fix
(edit) @43437   12 years vboxsync Runtime/FreeBSD: Shorten wait channel name to 6 characters (thanks to …
(edit) @43434   12 years vboxsync Fix comments (thanks to Ed Maste)
(edit) @43403   12 years vboxsync r0drv/haiku: cleanup.
(edit) @43381   12 years vboxsync the-darwin-kernel.h: kIOMemoryMapperNone was introduced in 10.6 it seems.
(edit) @43375   12 years vboxsync memobj-r0drv-darwin.cpp: 10.8.2 fixes.
(edit) @43373   12 years vboxsync Additions/Haiku: missed commits.
(edit) @43366   12 years vboxsync Haiku Additions: cleanup, missed file.
(edit) @43363   12 years vboxsync Haiku Additions.
(edit) @43355   12 years vboxsync r0drv/darwin: memobj-r0drv-darwin; complete() and prepare() must be …
(edit) @43304   12 years vboxsync Forward ported r78691 from 4.1: Extend r80723 / r78414 to Snow Leopard.
(edit) @43303   12 years vboxsync Forward ported r78414 from 4.1: Fix VERR_NO_MEMORY loading VMMR0.r0
(edit) @42835   12 years vboxsync Runtime/r0drv/solaris: custom r0 assert diversion.
(edit) @42784   12 years vboxsync Linux 3.6-rc1 compile fix, spaces
(edit) @42597   12 years vboxsync Runtime/FreeBSD: Fix build on recent 10-CURRENT (thanks to Garrett …
(edit) @42496   12 years vboxsync Runtime/FreeBSD: Fix R0 spinlocks breaking VBox
(edit) @42154   12 years vboxsync VS2010 preps.
(edit) @42037   12 years vboxsync Runtime/Darwin: RT_BIT -> iprt/x86.h constants (please review)
(edit) @42035   12 years vboxsync r0drv/darwin/memobj: RT_ALIGN_Z.
(edit) @42025   12 years vboxsync A few missed copyright year updates.
(edit) @42024   12 years vboxsync VMM: RDTSCP support on Intel. Segregated some common CPU features from …
(edit) @41968   12 years vboxsync Runtime/r0drv/solaris: comments, spaces.
(edit) @41946   12 years vboxsync r0drv/solaris/dbgkrnlinfo: initialize with NIL_RTDBGKRNLINFO.
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