VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @52581   10 years vboxsync Runtime/r0drv/linux: Reimplemented RTMpOnAll() to be used to execute …
(edit) @52563   10 years vboxsync asn1: clear stuff on decode failure.
(edit) @52553   10 years vboxsync HostDrivers/solaris, Runtime/r0drv: Fix calling RTThreadPreemptIs* too …
(edit) @52545   10 years vboxsync sigh.
(edit) @52542   10 years vboxsync fix it in the function being called instead.
(edit) @52540   10 years vboxsync RTCrPkcs7VerifySignedData: initialize hThisDigest to NIL_RTCRDIGEST to …
(edit) @52538   10 years vboxsync IPRT,SUP: First part of timestamp counter signatures support.
(edit) @52537   10 years vboxsync IPRT,SUP: First part of timestamp counter signatures support.
(edit) @52536   10 years vboxsync RTAsn1ObjId_Compare: bugfix.
(edit) @52534   10 years vboxsync Another load configuration kludge, this time for ntdll/xp.
(edit) @52533   10 years vboxsync ASN.1 decoding: limit nesting.
(edit) @52521   10 years vboxsync x509-template.h: Parameters are completely optional if timestamp …
(edit) @52503   10 years vboxsync Started working on PKCS #7 attributes.
(edit) @52502   10 years vboxsync spaces.
(edit) @52457   10 years vboxsync IPRT: Tell the windows debugger the name of our threads.
(edit) @52454   10 years vboxsync ASMMultU32ByU32DivByU32: Cleaned up mess. Tested on x86 and amd64-msc.
(edit) @52444   10 years vboxsync fix
(edit) @52443   10 years vboxsync Runtime: added ASMMultU32ByU32DivByU32() and fixed early clobber …
(edit) @52420   10 years vboxsync Runtime, VBoxNetAdp: Linux 3.17 fixes
(edit) @52405   10 years vboxsync ldrPE.cpp: Fixed RTLDRPROP_IMPORT_COUNT, the gnu loader includes all …
(edit) @52403   10 years vboxsync SUP,IPRT: Extended RTLdrQueryPropEx with a pvBits parameter, …
(edit) @52399   10 years vboxsync Runtime/memsafer-r3: fix
(edit) @52380   10 years vboxsync Runtime: comment nit.
(edit) @52364   10 years vboxsync nt.h: NtOpenKey, NtQuerySecurityObject, NtQueryValueKey, RtlEqualSid, …
(edit) @52345   10 years vboxsync Runtime: Implemented ASMAtomicUo[Inc|Dec]U32() with updated testcase. …
(edit) @52338   10 years vboxsync typo
(edit) @52335   10 years vboxsync RTBigNum: Added shift APIs, implemented a faster division algorithm, …
(edit) @52334   10 years vboxsync alloc-win.cpp: Two more PAGE_OFFSET_MASK cases missing uintptr_t cast …
(edit) @52333   10 years vboxsync alloc-ef.cpp: s/~PAGE_OFFSET_MASK/~(uintptr_t)PAGE_OFFSET_MASK/g
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