VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @98439   22 months vboxsync src/VBox/*.kmk: Automatic scm cleanups. bugref:10348
(edit) @98409   22 months vboxsync IPRT/*.kmk: Automatic scm cleanups. bugref:10348
(edit) @98325   23 months vboxsync Runtime,Main: Remove the now unused and deprecated RTTar* API in favor …
(edit) @98323   23 months vboxsync Runtime,Main: Remove the now unused and deprecated RTTar* API in favor …
(edit) @98322   23 months vboxsync Runtime,Main: Remove the now unused and deprecated RTTar* API in favor …
(edit) @98307   23 months vboxsync Runtime/RTS3: Retire unused implementation, can be resurrected if required
(edit) @98256   23 months vboxsync *.kmk: s/VBOX_NTDLL/VBoxNtDll/ (sdk) bugref:10348
(edit) @98255   23 months vboxsync *.kmk,configure*: s/VBOX_ZLIB_STATIC/VBoxZlibStatic/ …
(edit) @98254   23 months vboxsync *.kmk,configure*: s/VBoXLibXml2/VBoxLibXml2 (typo) bugref:10348
(edit) @98253   23 months vboxsync *.kmk,configure*: s/VBOX_LIBXML2/VBoxLibXml2 (sdk) bugref:10348
(edit) @98249   23 months vboxsync /*.kmk,configure*: …
(edit) @98242   23 months vboxsync IPRT/Makefile.kmk: RuntimeR0Drv_SDKS.win should not include OpenSSL. …
(edit) @98241   23 months vboxsync *.kmk,configure*: s/VBOX_OPENSSL2/VBoxOpenSsl/ …
(edit) @98240   23 months vboxsync *.kmk,configure*: s/VBOX_LZF/VBoxLzf/ (SDK) bugref:10348
(edit) @98238   23 months vboxsync *.kmk,configure*: s/VBOX_LIBCURL/VBoxLibCurl/ (SDK) bugref:10348
(edit) @98181   23 months vboxsync /Config.kmk,IPRT/Makefile.kmk: Removed unused RuntimeR3NoCRTGCC …
(edit) @98169   23 months vboxsync *.kmk: s/VBOXR3TSTEXE/VBoxR3TstExe/ bugref:10348
(edit) @98151   23 months vboxsync IPRT/vcc: Split out the stack probing code (_chkstk) from …
(edit) @98126   23 months vboxsync *.kmk: s/VBOXGUESTR0LIB/VBoxGuestR0DrvLib/ …
(edit) @98107   23 months vboxsync Manual (C) year updates.
(edit) @98106   23 months vboxsync Manual (C) year updates.
(edit) @98104   23 months vboxsync IPRT/RTTimeZoneGetCurrent-posix.cpp: Skip quoting before uinsg ZONE …
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @98093   23 months vboxsync IPRT/zip + libs/liblzf: Older versions of system-provided liblzf do …
(edit) @98092   23 months vboxsync IPRT/zip + libs/liblzf: Older versions of system-provided liblzf do …
(edit) @98004   2 years vboxsync IPRT: VBOX_ONLY_VALIDATIONKIT warnings.
(edit) @98002   2 years vboxsync Runtime/ldr/ldrELFRelocatable: Fix groking ELF binaries with DT_DEBUG …
(edit) @98001   2 years vboxsync IPRT/errinfolog.cpp: Can't use parameter va_list with %N, must pass …
(edit) @97955   2 years vboxsync IPRT: Warnings (add/linux).
(edit) @97948   2 years vboxsync IPRT/testcases: Added a first (minimal) testcase for the No-CRT vector …
(edit) @97947   2 years vboxsync IPRT/testcases: Added a first (minimal) testcase for the No-CRT vector …
(edit) @97912   2 years vboxsync IPRT/alloc-r0drv-freebsd.c: Missing exec alloc cleanup.
(edit) @97911   2 years vboxsync IPRT/alloc-r0drv-freebsd.c: scm fix.
(edit) @97910   2 years vboxsync IPRT/r0drv: Kicked out RTMEMHDR_FLAG_EXEC and associated code now that …
(edit) @97909   2 years vboxsync IPRT/alloc-r0drv.cpp: Drop support for RTMEMALLOCEX_FLAGS_EXEC in ring-0.
(edit) @97908   2 years vboxsync IPRT: Removed the RTMemExecAlloc interface. [oops]
(edit) @97907   2 years vboxsync IPRT: Removed the RTMemExecAlloc interface.
(edit) @97906   2 years vboxsync IPRT/log: Retired the RTMemExecAlloc code and replaced the …
(edit) @97905   2 years vboxsync IPRT,SUPDrv: Dropping RTR0MemExecDonate and associated SUPDrv-linux …
(edit) @97904   2 years vboxsync IPRT/r3/allocex: Implement RTMEMALLOCEX_FLAGS_EXEC using …
(edit) @97901   2 years vboxsync IPRT/memobj-r0drv-solaris.c: Implemented support for the fExecutable …
(edit) @97900   2 years vboxsync IPRT/alloc-r0drv-solaris.c: doxygen indent
(edit) @97896   2 years vboxsync IPRT/memobj-r0drv-solaris.h: Make it build on S10 too.
(edit) @97894   2 years vboxsync IPRT/socket,localipc: Map AF_LOCAL to AF_UNIX if the former isn't …
(edit) @97875   2 years vboxsync IPRT/ldrPE: Corrections to mke tstLdr-4 pass.
(edit) @97874   2 years vboxsync IPRT/tstLdr-4: Switch from RTMemExecAlloc to RTMemPageAlloc + …
(edit) @97872   2 years vboxsync IPRT/alloc-r0drv-linux.c: nits
(edit) @97868   2 years vboxsync IPRT/nocrt: Added the NLG bits to the 32-bit (x86) exception handler …
(edit) @97866   2 years vboxsync IPRT/nocrt: Added an exception handler to rtVccEh4DoLocalUnwind and …
(edit) @97863   2 years vboxsync IPRT/nocrt: Some _except_handler4 cleanups. bugref:10261 ticketref:21303
(edit) @97862   2 years vboxsync IPRT/nocrt: Added a simple structured exception handling (SEH) …
(edit) @97861   2 years vboxsync IPRT/nocrt: Fixes to C_specific_handler. bugref:10261 ticketref:21303
(edit) @97825   2 years vboxsync IPRT: Added RTCListBase::filter() + testcases.
(edit) @97823   2 years vboxsync IPRT: Added RTCListBase == and != operator support + testcases.
(edit) @97778   2 years vboxsync IPRT/RTSystemFirmware/solaris: Add a Solaris-specific implementation …
(edit) @97767   2 years vboxsync IPRT/RTSystemFirmware/solaris: Add a Solaris-specific implementation …
(edit) @97766   2 years vboxsync IPRT/RTSystemFirmware/solaris: Add a Solaris-specific implementation …
(edit) @97685   2 years vboxsync IPRT/fs-posix.cpp: Update RTFsQueryType() to use statvfs(2) instead of …
(edit) @97647   2 years vboxsync IPRT: Windows and 32-bit linux build fixes for RTProcSignalName.
(edit) @97646   2 years vboxsync IPRT: Added RTProcSignalName and a generic implementation of it.
(edit) @97465   2 years vboxsync IPRT/crypto: Corrected and unified the error checking of d2i_TYPE …
(edit) @97336   2 years vboxsync IPRT/dbgmoddbghelp.cpp: no need for memcmp if old filename is shorter …
(edit) @97298   2 years vboxsync IPRT/test.cpp: Provide more info with the sub-test name length assertion.
(edit) @97210   2 years vboxsync IPRT/alloc-ef: Drop unused DISQPVPARAMVAL stack variable. The type is …
(edit) @96959   2 years vboxsync IPRT/RTCrPkcs7: Fix copy/paste in error message, making the failure …
(edit) @96925   2 years vboxsync VMM,RuntimeR0: Flush the log buffer directly to the parent VMM if …
(edit) @96924   2 years vboxsync IPRT/log: Corrected RTLogGetDestinations to return the right field. …
(edit) @96923   2 years vboxsync IPRT/fatvfs.cpp: Do int18h instead of 19h in the FAT non-boot code.
(edit) @96892   2 years vboxsync IPRT: Fixing OS/2 ar issue after r153702 (loggig via CPUID). [typo]
(edit) @96891   2 years vboxsync IPRT: Fixing OS/2 ar issue after r153702 (loggig via CPUID).
(edit) @96864   2 years vboxsync Runtime: Implement RTUdpCreateServerSocket(), bugref:9822
(edit) @96861   2 years vboxsync IPRT/Vfs,Main/Unattended: Detect fedora ISOs, various code cleanups. …
(edit) @96858   2 years vboxsync IPRT/RTCrDigestFinal: Corrected underflow (warning) / overflow (error) …
(edit) @96857   2 years vboxsync IPRT/ldrELF: Fixed bug in rtldrELFLnxKModHashImage. bugref:10287
(edit) @96820   2 years vboxsync IPRT/RTProcCreateEx/posix: Do not assume locale order in composite …
(edit) @96817   2 years vboxsync IPRT,VBoxGuest,SUPDrv: RTLogWriteVmm build fixes and optimizations of …
(edit) @96814   2 years vboxsync IPRT,VBoxGuest,SUPDrv: Added a inline assembly version of …
(edit) @96811   2 years vboxsync VMM,IPRT,VBoxGuest,SUPDrv: Added a more efficient interface for guest …
(edit) @96810   2 years vboxsync IPRT/log.cpp: Make sure we don't recurse forever via …
(edit) @96809   2 years vboxsync IPRT/thread.cpp: Avoid endless recursion during early IPRT init phase …
(edit) @96783   2 years vboxsync RTSignTool: Corrected help for the hash-exe command. bugref:8691
(edit) @96781   2 years vboxsync RTSignTool: Added the --self-signed-roots-from-system option to …
(edit) @96779   2 years vboxsync IPRT/ldrELF: Added some basic linux kernel signature support, …
(edit) @96778   2 years vboxsync RTSignTool: Added a hash-exe command.
(edit) @96777   2 years vboxsync RTSignTool,IPRT/ldrPE.cpp: Corrected incorrect signature alignment …
(edit) @96764   2 years vboxsync RTSignTool: Added --input argument aliases for --exe to simplify …
(edit) @96763   2 years vboxsync IPRT/crypto: Put the optional OpenSSL related members in RTCRKEYINT at …
(edit) @96757   2 years vboxsync IPRT/ldrELF: Added some basic linux kernel signature support, …
(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 …
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