VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @96755   2 years vboxsync RTSignTool: scm fix. bugref:8691
(edit) @96754   2 years vboxsync RTSignTool: Added commands for extracting root certificates for both a …
(edit) @96753   2 years vboxsync RTSignTool: Added commands for extracting root certificates for both a …
(edit) @96730   2 years vboxsync IPRT/RTSignTool: A failed attempt at doing multiple timestamps for a …
(edit) @96729   2 years vboxsync IPRT/getopt: Added index variant with 0 or 1 and optionally and w/ …
(edit) @96717   2 years vboxsync iprt: Linux: r0drv: Prevent build failure on 5.8+ 32-bit kernels, …
(edit) @96716   2 years vboxsync Backed out r153600: Incorrect fix, bugref:4567:65.
(edit) @96715   2 years vboxsync iprt: Linux: r0drv: make vmalloc call compatible with Linux 5.8 …
(edit) @96710   2 years vboxsync IPRT/stream: Check that rtStrmGetFile doesn't return NIL_RTFILE before …
(edit) @96622   2 years vboxsync IPRT: Added RTTimeFormatDuration[Ex] for duration/interval formatting.
(edit) @96610   2 years vboxsync IPRT/path: Added fFlags parameter to RTPathAppendEx and RTPathJoinEx …
(edit) @96609   2 years vboxsync IPRT/path: Added fFlags parameter to RTPathAppendEx and RTPathJoinEx …
(edit) @96606   2 years vboxsync IPRT: Now the GetVersionExW fallback should be correct. bugref:10261
(edit) @96599   2 years vboxsync IPRT/localipc-win.cpp: Eliminated need for …
(edit) @96597   2 years vboxsync IPRT: More correctly fake the extended GetVersionExW/RtlGetVersion …
(edit) @96596   2 years vboxsync IPRT/nocrt: Corrected incorrect edx return value from ftol2 …
(edit) @96595   2 years vboxsync IPRT/nocrt: Corrected main executable entrypoint parameter mixup (no …
(edit) @96593   2 years vboxsync /Config.kmk,IPRT,ValKit/Config.kmk: Found an undocumented linker …
(edit) @96589   2 years vboxsync IPRT/nocrt: Split the as much read-only data out of the .rdata segment …
(edit) @96588   2 years vboxsync IPRT/nocrt: Added workaround for NT3.1 not knowing about …
(edit) @96587   2 years vboxsync IPRT/env-win.cpp: GetEnvironmentVariableW doesn't set …
(edit) @96586   2 years vboxsync IPRT/nocrt: The pcbWritten parameter of WriteFile must always be …
(edit) @96582   2 years vboxsync IPRT: Darwin's libpthread doesn't validate pthread_getspecific input, …
(edit) @96580   2 years vboxsync IPRT/nocrt: Forgot to add rtVccRangeCheckFailed when working on …
(edit) @96579   2 years vboxsync IPRT/nocrt: Build fix. bugref:10261
(edit) @96578   2 years vboxsync IPRT: One incorrect RT_H2LE_U64 use and another one with a 0 constant …
(edit) @96573   2 years vboxsync IPRT/nocrt: Fail fast and safer stack corruption. bugref:10261
(edit) @96569   2 years vboxsync IPRT: Added translation for ERROR_SERVICE_ALREADY_RUNNING to …
(edit) @96568   2 years vboxsync IPRT/nocrt: Fixed alloca_probe/chkstk issue where it would partly …
(edit) @96563   2 years vboxsync NetBSD/GA: adapt to sleepq 9.9.98 changes. bugref:8547
(edit) @96560   2 years vboxsync IPRT/nocrt: Removed old C_specific_handler symbol stub. bugref:10261
(edit) @96559   2 years vboxsync IPRT/nocrt: GSHandlerCheck_SEH and a basic C_specific_handler. …
(edit) @96549   2 years vboxsync IPRT: Fixes for tstRTErr-1.cpp after windows error info reduction.
(edit) @96542   2 years vboxsync IPRT: Added RTUtf16FindAscii. bugref:10261
(edit) @96528   2 years vboxsync IPRT/Makefile.kmk: Need RuntimeR3 or RuntimeR3NoAsan for the device …
(edit) @96525   2 years vboxsync /Config.kmk,IPRT/Makefile.kmk: We need a RuntimR3NoAsan.lib for asan …
(edit) @96519   2 years vboxsync IPRT/thread-posix.cpp: Try initialize g_SelfKey to a non-valid value …
(edit) @96511   2 years vboxsync /Config.kmk,VMM,IPRT: Converted all run-at-compile-time tests and more …
(edit) @96507   2 years vboxsync IPRT/nocrt: The xml.cpp stuff won't ever work without exceptions. …
(edit) @96505   2 years vboxsync IPRT: Dynamically resolve GetProcessAffinityMask, …
(edit) @96504   2 years vboxsync IPRT: Added RTMsgSyntax and RTMsgSyntaxV. bugref:10261
(edit) @96495   2 years vboxsync IPRT: Switched pipe-win.cpp to use the nt-and-windows.h header and …
(edit) @96476   2 years vboxsync IPRT: Resolve IsDebuggerPresent and GetSystemTimeAsFileTime …
(edit) @96475   2 years vboxsync IPRT: Resolve SetHandleInformation and GetHandleInformation …
(edit) @96471   2 years vboxsync IPRT/nocrt: Don't assert in sized delete operators. bugref:10261
(edit) @96453   2 years vboxsync IPRT,Add: Build fixes related to VBoxAddInstallNt3x and …
(edit) @96448   2 years vboxsync IPRT/nocrt: A few tricks to avoid dragging in log.cpp into static …
(edit) @96446   2 years vboxsync IPRT/critsect-generic.cpp: AssertReleaseMsgRC instead of …
(edit) @96444   2 years vboxsync IPRT: Split out the public init data into separate files and made it …
(edit) @96442   2 years vboxsync IPRT: Split out the public init data into separate files and made it …
(edit) @96441   2 years vboxsync IPRT/nocrt: Mangling fix in nocrt-WinMainCRTStartup-win.asm. bugref:10261
(edit) @96420   2 years vboxsync IPRT/nocrt: Implemented GSHandlerCheck so we can avoid overrunning …
(edit) @96419   2 years vboxsync IPRT/nocrt: SEH64 for memmove.asm. bugref:10261
(edit) @96415   2 years vboxsync IPRT/nocrt: No AssertLogRelMsgFailed in RTErrConvertFromWin32 when in …
(edit) @96412   2 years vboxsync update copyright and license notice text in generators
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @96400   2 years vboxsync IPRT/nocrt: Build fix related to RuntimeR3NoCrt users. bugref:10261
(edit) @96388   2 years vboxsync IPRT/nocrt: Introduced an internal rtNoCrtFatalMsg/Write API to be …
(edit) @96373   2 years vboxsync IPRT/nocrt: Implemented wcslen. bugref:10261
(edit) @96371   2 years vboxsync IPRT/nocrt: Cooked up ftol2 and ftol2_sse, stubbed …
(edit) @96370   2 years vboxsync IPRT/nocrt: x86 stack support routines. bugref:10261
(edit) @96369   2 years vboxsync IPRT/nocrt: nocrt_atexit alias fix. bugref:10261
(edit) @96368   2 years vboxsync iprt/asmdefs.mac,IPRT/nocrt: Mangling fixes for fastcall compiler …
(edit) @96367   2 years vboxsync bldprogs/genalias,IPRT/Makefile.kmk: Adjustments for targeting win.x86 …
(edit) @96354   2 years vboxsync IPRT/nocrt: Defined cout and cerr; implemented ostream::flush and …
(edit) @96345   2 years vboxsync IPRT/nocrt: Added missing implemention of new placement operators. …
(edit) @96338   2 years vboxsync IPRT/nocrt: Implemented powf. bugref:10261
(edit) @96337   2 years vboxsync IPRT/nocrt: Split out the core of the pow() code into a common …
(edit) @96321   2 years vboxsync IPRT/nocrt: Implemented pow(). bugref:10261
(edit) @96307   2 years vboxsync Runtime/common/fs/isomakercmd-man.xml: comment fix
(edit) @96306   2 years vboxsync Runtime/VBox/errmsgvboxcom.xsl: comment fix
(edit) @96298   2 years vboxsync IPRT/nocrt: Implemented frexp, frexpf and frexpl. bugref:10261
(edit) @96282   2 years vboxsync IPRT/nocrt: Implemented expf. bugref:10261
(edit) @96281   2 years vboxsync IPRT/nocrt: Implemented exp. [scm] bugref:10261
(edit) @96280   2 years vboxsync IPRT/nocrt: Implemented exp. bugref:10261
(edit) @96279   2 years vboxsync IPRT/nocrt: Implemented log2f and added testing of log2 and log2f. …
(edit) @96278   2 years vboxsync IPRT/nocrt: Fixed div/0 bug in feraiseexcept. bugref:10261
(edit) @96276   2 years vboxsync IPRT/nocrt: log2 implementation. bugref:10261
(edit) @96273   2 years vboxsync IPRT/nocrt: tan + tanf testcase and code brushup. bugref:10261
(edit) @96271   2 years vboxsync IPRT: Don't include the windows error defines in the static libraries …
(edit) @96270   2 years vboxsync IPRT/nocrt: Release build fixes. bugref:10261
(edit) @96269   2 years vboxsync IPRT: Don't include the windows error defines in the static libraries …
(edit) @96268   2 years vboxsync IPRT/testcase: Some more VBOX_WITH_VALIDATIONKIT_UNITTESTS_PACKING …
(edit) @96258   2 years vboxsync IPRT/nocrt: strstr fix. bugref:10261
(edit) @96246   2 years vboxsync IPRT,ValKit: Moved the whitelist to ValKit/Config.kmk so the IPRT …
(edit) @96244   2 years vboxsync Runtime/testcase/Makefile.kmk: Only include ValKit/Config.kmk if it …
(edit) @96242   2 years vboxsync IPRT/nocrt: Adapted the reworked sin and cos code for sinf and cosf; …
(edit) @96241   2 years vboxsync IPRT/nocrt: Forgot to remove rtNoCrtMathSinCore from sin.asm after …
(edit) @96240   2 years vboxsync IPRT/nocrt: Reworking the sin and cos code to take into account which …
(edit) @96238   2 years vboxsync IPRT/nocrt: Converted atan.asm and atanf.asm to SEH64 and adjusted …
(edit) @96235   2 years vboxsync IPRT/stream.cpp: Better fix, don't let VERR_INVALID_UTF8_ENCODING make …
(edit) @96234   2 years vboxsync IPRT/stream.cpp: Assert if UTF-8 to UTF-16/current-cp fails during …
(edit) @96224   2 years vboxsync IPRT/tstRTNoCrt-2: atan[f] tests. bugref:10261
(edit) @96223   2 years vboxsync IPRT/nocrt: sqrt[f] tests. bugref:10261
(edit) @96222   2 years vboxsync iprt/types.h,strtonum.cpp: QNAN values does not need to have bit zero …
(edit) @96220   2 years vboxsync IPRT/nocrt: log[f] tests and brushed up the code with SEH64 stuff. …
(edit) @96219   2 years vboxsync IPRT/nocrt: Fixed buggy remainder[fl] code. Added tests for it. …
(edit) @96218   2 years vboxsync IPRT/nocrt: Fixed buggy remainder[fl] code. Added tests for it. …
(edit) @96217   2 years vboxsync IPRT/nocrt: Corrected ldexp[fl] for 64-bit windows (registers …
(edit) @96216   2 years vboxsync IPRT/nocrt: fabs[f] tests and 64-bit code improvements. bugref:10261
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