VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @54253   10 years vboxsync tstRTInlineAsm.cpp: Benchmark ASMReadTSC, ASMReadTscWithAux and ASMGetIDTR.
(edit) @54252   10 years vboxsync SUPDrv,GIP,TM: Combined fOsTscDeltasInSync and fTscDeltasRoughlyInSync …
(edit) @54248   10 years vboxsync timer-r0drv-solaris: nit.
(edit) @54238   10 years vboxsync Runtime/r0drv/solaris: timer todo and nit.
(edit) @54236   10 years vboxsync Runtime/r0drv/solaris: unused since r98298.
(edit) @54233   10 years vboxsync Runtime/r0drv/solaris: fixed forceful rescheduling of timer-callback …
(edit) @54224   10 years vboxsync SUP,IPRT: Started as a build fix ended up as a cleanup (mostly …
(edit) @54215   10 years vboxsync Runtime,TM: Use GIP's fTscDeltasAreRoughlyInSync.
(edit) @54208   10 years vboxsync IPRT,SUPDrv: Support more than 255 CPUs via RTTIME_FLAGS_XXX, bumping …
(edit) @54207   10 years vboxsync Updated .def files with new RTTimeNanoTS* names.
(edit) @54202   10 years vboxsync IPRT,TM: Implemented GIP TSC delta processing in the RTTimeNanoTS code.
(edit) @54194   10 years vboxsync undid some incorrect fixes.
(edit) @54193   10 years vboxsync Runtime/r0drv/timer-r0drv-solaris: nit.
(edit) @54190   10 years vboxsync timer-r0drv-solaris.c: It's now safe to advertise that we can do high …
(edit) @54189   10 years vboxsync timer-r0drv-solaris.c: Implemented changing interval and stopping …
(edit) @54188   10 years vboxsync RTTimerChangeInterval now returns VERR_INVALID_STATE if not a periodic …
(edit) @54184   10 years vboxsync uint8_t isn't enough for a cpu index any more.
(edit) @54183   10 years vboxsync timer-r0drv-solaris.c: Cleanups. Got rid of 2-3 allocations in …
(edit) @54000   10 years vboxsync extpack build fix
(edit) @53993   10 years vboxsync VBoxDTrace needs RuntimeR0.
(edit) @53948   10 years vboxsync header fixes
(edit) @53900   10 years vboxsync IPRT: Implemented X.509 OtherName.
(edit) @53877   10 years vboxsync ldrPE: Windows 10 IMAGE_LOAD_CONFIG_DIRECTORY update.
(edit) @53839   10 years vboxsync Runtime/r3/win/path-win.cp: fixed SHGetFolderPathW() prototype
(edit) @53833   10 years vboxsync Runtime: looks like the 32-bit compiler does something silly
(edit) @53825   10 years vboxsync Runtime: try the official Windows XP+ way to get the home (profile) …
(edit) @53819   10 years vboxsync iprt/nt/nt.h: Added a bunch of Ldr APIs.
(edit) @53818   10 years vboxsync RTLdr: Added RTLDR_O_IGNORE_ARCH_IF_NO_CODE for PE resource dlls and …
(edit) @53805   10 years vboxsync added more missing Windows resource files
(edit) @53768   10 years vboxsync RTMpOnSpecific/r0drv-nt: Sketched out an alternative implementation …
(edit) @53765   10 years vboxsync mp-r0drv-nt.cpp: RTMpSpecific should only use broadcast IPIs when …
(edit) @53762   10 years vboxsync build fix
(edit) @53720   10 years vboxsync IPRT/r0drv/nt: More RTMpPokeCpu work, this time for 32-bit windows 7 …
(edit) @53718   10 years vboxsync RTMpPokeCpu+RTMpOn*/r0drv-nt: Reworked RTMpOn* using KeIpiGenericCall …
(edit) @53717   10 years vboxsync IPRT/r0drv/nt: Fixed crash in rtmpNtDPCWrapper.
(edit) @53624   10 years vboxsync scm automatic cleanups.
(edit) @53597   10 years vboxsync Runtime/xml: improved log statement
(edit) @53542   10 years vboxsync Committed a bit too much
(edit) @53538   10 years vboxsync oops
(edit) @53537   10 years vboxsync Build fix
(edit) @53536   10 years vboxsync Runtime/socket: Add timeout argument to RTTcpClientConnectEx to …
(edit) @53525   10 years vboxsync iprt: added RTR3InitIsInitialized
(edit) @53492   10 years vboxsync Some fixes for windows cross build using wine.
(edit) @53489   10 years vboxsync build fix.
(edit) @53487   10 years vboxsync Split rtSocketBindRawAddr from rtSocketBind.
(edit) @53472   10 years vboxsync tstPrfRT: suplib trick.
(edit) @53471   10 years vboxsync IPRT/r3/nt&win: Precision time APIs for NT (not enabled).
(edit) @53470   10 years vboxsync timesupA.asm: Disabled SUPTscDeltaApply macro invocation, see review …
(edit) @53457   10 years vboxsync RTimer/r0drv/nt: Rearm the interval timers ourselves to avoid rounding …
(edit) @53456   10 years vboxsync RTTime/r0drv/nt: Use higher precision APIs to get times when available.
(edit) @53430   10 years vboxsync VMM/TM: First step in introducing the invariant TM mode.
(edit) @53427   10 years vboxsync Runtime/r0drv/linux: fix RTR0MemKernelIsValidAddr() for 64-bit Linux …
(edit) @53404   10 years vboxsync Runtime/r0drv/solaris: supress warning with explict cast, caused due …
(edit) @53403   10 years vboxsync Runtime/r0drv/solaris: Revert r96951, reprogramming the cyclic doesn't …
(edit) @53384   10 years vboxsync Adjust private logger flags.
(edit) @53347   10 years vboxsync Runtime/r0drv/solaris: Implemented RTTimerChangeInterval() and fix …
(edit) @53294   10 years vboxsync Runtime/generic/RTTimerCreate-generic: nits and comment.
(edit) @53278   10 years vboxsync IPRT: Added experimental malloc replacement feature, add …
(edit) @53177   10 years vboxsync typo (found by gcc)
(edit) @53175   10 years vboxsync build fix
(edit) @53173   10 years vboxsync IPRT,SUPDrv: Added new 'ringbuf[=size]' log destination for cases …
(edit) @53081   10 years vboxsync Runtime/r3: do not use a hard-coded stack size in rtSchedRunThread(), …
(edit) @53074   10 years vboxsync Runtime/http: force TLSv1
(edit) @53033   10 years vboxsync IPRT: store-inmem: use ASMAtomicIncU32
(edit) @53019   10 years vboxsync Runtime/r0drv/linux: use RT_NS_1SEC macro instead of numeric constant.
(edit) @53015   10 years vboxsync asn1-ut-string.cpp: Two bugfixes in the RTAsn1String_QueryUtf8 method.
(edit) @53010   10 years vboxsync IPRT: Added electric fence allocator for ASN.1.
(edit) @53009   10 years vboxsync IPRT: Windows 10 OS type.
(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) @52988   10 years vboxsync Runtime: fixed assertion
(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) @52964   10 years vboxsync Runtime/memsafer-r3.cpp: argh
(edit) @52963   10 years vboxsync Runtime/memsafer-r3.cpp: Refine previous fix, don't ignore …
(edit) @52960   10 years vboxsync Runtime/memsafer-r3: Ignore calls to SUPR3PageProtect failing with …
(edit) @52953   10 years vboxsync SUP: Use LdrRegisterDllNotification when available to make sure we see …
(edit) @52947   10 years vboxsync SUP: Implemented early VM process vboxdrv initialization.
(edit) @52944   10 years vboxsync IPRT: Separated out RTPathAbs from the posix, fixing it up for windows …
(edit) @52943   10 years vboxsync SUP: The child side of early VM process init.
(edit) @52942   10 years vboxsync duh
(edit) @52941   10 years vboxsync Use our own heap in the hope that we can use it before ntdll is really …
(edit) @52940   10 years vboxsync Eliminating some more kernel32.dll dependencies, marking APIs we like …
(edit) @52877   10 years vboxsync Import NtQuerySystemInformation.
(edit) @52845   10 years vboxsync RTLdrOpenInMemory: Fixed colon that should've been a semicolon, …
(edit) @52839   10 years vboxsync rtldrPE_EnumSegments: Fixed double sizeof() for 8 char section names.
(edit) @52835   10 years vboxsync rtDwarfAbbrev_LookupMiss: Missing uPrevCode assignment.
(edit) @52833   10 years vboxsync time.cpp: Used the wrong days-in-month for non-leap-years when …
(edit) @52823   10 years vboxsync Runtime: Fix typo in r96224.
(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) @52759   10 years vboxsync timer-posix.cpp: timer_settime returns 0 or -1 + errno, not errno as …
(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) @52627   10 years vboxsync SUP: Fixed comctl32.dll resolving (generic winsxs) and fixed a crash …
(edit) @52618   10 years vboxsync HostDrivers, Runtime, Devices, Additions: TSC delta measurement and …
(edit) @52608   10 years vboxsync asn-ut-time-decode.cpp: Fixed bug in fraction decoding.
(edit) @52607   10 years vboxsync forgot a RT_STRICT.
(edit) @52600   10 years vboxsync IPRT: Added support for microsoft timestamp counter signatures. This …
(edit) @52592   10 years vboxsync NetFlt/win: NDIS6: fixes, enable disconnect interface, PM support for …
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