# # ChangeLog for trunk/src/VBox/Runtime in vbox # # Generated by Trac 1.4.3.2 # Feb 10, 2025 12:51:18 PM Sun, 07 Jul 2019 00:40:40 GMT vboxsync [79570] * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/path.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/path/RTPathPurgeFilename.cpp (added) * trunk/src/VBox/Runtime/testcase/tstRTPath.cpp (modified) IPRT: Added RTPathPurgeFilename for making valid filenames out of ... Fri, 05 Jul 2019 20:37:19 GMT vboxsync [79562] * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/string.h (modified) * trunk/src/VBox/Runtime/common/string/strtonum.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstStrToNum.cpp (modified) IPRT: Added RTSTRCONVERTHEXBYTES_F_SEP_COLON as well as a ... Fri, 05 Jul 2019 19:37:47 GMT vboxsync [79561] * trunk/src/VBox/Runtime/r3/posix/ldrNative-posix.cpp (modified) IPRT/process-creation-posix.cpp: Try to dynamically resolve crypt_r ... Fri, 05 Jul 2019 15:42:51 GMT vboxsync [79559] * trunk/include/iprt/ldr.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Runtime/common/ldr/ldrNative.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/ldrNative-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/process-creation-posix.cpp (modified) IPRT/process-creation-posix.cpp: Try to dynamically resolve crypt_r ... Thu, 04 Jul 2019 09:25:21 GMT vboxsync [79522] * trunk/include/VBox/log.h (modified) * trunk/src/VBox/Devices/Network/lwip-new/vbox/include/lwip-log.h (modified) * trunk/src/VBox/Runtime/VBox/log-vbox.cpp (modified) VBox/log.h: Kicked out most event group (base classes are still ... Thu, 04 Jul 2019 09:25:05 GMT vboxsync [79521] * trunk/src/VBox/Runtime/testcase/Makefile.kmk (modified) * trunk/src/VBox/Runtime/testcase/tstLog.cpp (modified) VBox/log.h: Kicked out most event group (base classes are still ... Wed, 03 Jul 2019 12:54:38 GMT vboxsync [79496] * trunk/src/VBox/Runtime/r3/win/dllmain-win.cpp (modified) IPRT/DllMain: Don't put a 8KB buffer on the stack that we only need ... Wed, 03 Jul 2019 12:52:53 GMT vboxsync [79495] * trunk/src/VBox/Runtime/r3/win/thread-win.cpp (modified) IPRT/thread-win.cpp: Don't give windows a 64KB aligned stack size, ... Tue, 02 Jul 2019 15:17:18 GMT vboxsync [79468] * trunk/src/VBox/Runtime/r3/posix/dir-posix.cpp (modified) IPRT/RTDirRemove/posix: Ignore trailing slash when statting final ... Tue, 02 Jul 2019 15:14:30 GMT vboxsync [79467] * trunk/src/VBox/Runtime/r3/posix/dir-posix.cpp (modified) IPRT/RTDirRemove/posix: Ignore trailing slash when statting final ... Sat, 29 Jun 2019 00:06:56 GMT vboxsync [79427] * trunk/src/VBox/Runtime/common/rest/RTCRestClientApiBaseOci.cpp (modified) IPRT/rest: Fix inverted logic to specify kDoCall_RequireBody flag. ... Fri, 28 Jun 2019 20:34:58 GMT vboxsync [79421] * trunk/include/iprt/dir.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Runtime/r3/dir.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/dir-posix.cpp (modified) IPRT: Added a flag to RTDirCreate for ignoring the umask and added ... Fri, 28 Jun 2019 13:00:16 GMT vboxsync [79413] * trunk/src/VBox/Runtime/r3/tcp.cpp (modified) IPRT/tcp: RTTcpClientCancelConnect must not attempt close an already ... Fri, 28 Jun 2019 12:02:45 GMT vboxsync [79411] * trunk/include/iprt/cpp/restclient.h (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestClientApiBaseOci.cpp (modified) IPRT/rest: Added kDoCall_RequireBody flag to help ociSignRequest to ... Thu, 27 Jun 2019 02:43:23 GMT vboxsync [79370] * trunk/src/VBox/Runtime/r3/nt/direnum-r3-nt.cpp (modified) IPRT/direnum-r3-nt.cpp: Fixed enumerating directories we're not ... Sun, 23 Jun 2019 14:31:54 GMT vboxsync [79293] * trunk/src/VBox/Runtime/r3/fs.cpp (modified) IPRT/rtFsModeFromUnix: Don't mark the special '.' and '..' entries as ... Fri, 21 Jun 2019 20:38:29 GMT vboxsync [79284] * trunk/src/VBox/Runtime/common/misc/RTFileModeToFlags.cpp (modified) IPRT/RTFileModeToFlagsEx: Added support for 'a' and 'a+' access mode. ... Tue, 18 Jun 2019 08:53:44 GMT vboxsync [79200] * trunk/include/iprt/file.h (modified) * trunk/src/VBox/Runtime/generic/createtemp-generic.cpp (modified) iprt/file.h,createtemp-generic.cpp: nits Fri, 14 Jun 2019 16:33:05 GMT vboxsync [79155] * trunk/src/VBox/Runtime/common/fs/fatvfs.cpp (modified) * trunk/src/VBox/Runtime/common/vfs/vfsbase.cpp (modified) * trunk/src/VBox/Runtime/generic/RTDirSetMode-generic.cpp (modified) * trunk/src/VBox/Runtime/include/internal/fs.h (modified) * trunk/src/VBox/Runtime/r3/fs.cpp (modified) * trunk/src/VBox/Runtime/r3/nt/RTFileSetMode-r3-nt.cpp (modified) * trunk/src/VBox/Runtime/r3/nt/RTPathQueryInfo-nt.cpp (modified) * trunk/src/VBox/Runtime/r3/nt/RTPathSetMode-r3-nt.cpp (modified) * trunk/src/VBox/Runtime/r3/nt/direnum-r3-nt.cpp (modified) * trunk/src/VBox/Runtime/r3/nt/dirrel-r3-nt.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/dir-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/fileio-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/fs2-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/path-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/dir-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/direnum-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/fileio-win.cpp (modified) IPRT/rtFsModeFromDos: Pass desired object type when normalizing mode ... Thu, 06 Jun 2019 14:33:47 GMT vboxsync [79025] * trunk/src/VBox/Additions/linux/drm/vbox_drv.c (modified) * trunk/src/VBox/Additions/linux/drm/vbox_drv.h (modified) * trunk/src/VBox/Additions/linux/drm/vbox_main.c (modified) * trunk/src/VBox/Additions/linux/drm/vbox_mode.c (modified) * trunk/src/VBox/Additions/linux/drm/vbox_ttm.c (modified) * trunk/src/VBox/Runtime/r0drv/linux/waitqueue-r0drv-linux.h (modified) Linux/host and guest drivers: support more openSUSE 15.0 and 15.1 ... Thu, 06 Jun 2019 12:12:09 GMT vboxsync [79020] * trunk/src/VBox/Runtime/r3/win/alloc-win.cpp (modified) RTMemPageAllocExTag/win: Shut up VirtualLock assertion for now. Thu, 06 Jun 2019 10:04:32 GMT vboxsync [79019] * trunk/Config.kmk (modified) * trunk/src/VBox/Additions/common/VBoxService/Makefile.kmk (modified) * trunk/src/VBox/Additions/linux/lightdm-greeter/Makefile.kmk (modified) * trunk/src/VBox/GuestHost/OpenGL/Makefile.kmk (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Storage/testcase/Makefile.kmk (modified) * trunk/src/VBox/ValidationKit/Config.kmk (modified) *.kmk: Don't link against libcrypt on linux, we resolve crypt_r ... Wed, 05 Jun 2019 22:44:34 GMT vboxsync [79014] * trunk/src/VBox/Runtime/r3/posix/process-creation-posix.cpp (modified) IPRT/process-creation-posix.cpp: Try to dynamically resolve crypt_r ... Wed, 05 Jun 2019 19:24:42 GMT vboxsync [79012] * trunk/src/VBox/Runtime/r3/posix/process-creation-posix.cpp (modified) IPRT/process-creation-posix.cpp: Try to dynamically resolve crypt_r ... Wed, 05 Jun 2019 19:22:09 GMT vboxsync [79011] * trunk/src/VBox/Runtime/r3/posix/process-creation-posix.cpp (modified) IPRT/process-creation-posix.cpp: Try to dynamically resolve crypt_r ... Wed, 05 Jun 2019 18:16:36 GMT vboxsync [79010] * trunk/src/VBox/Runtime/r3/posix/process-creation-posix.cpp (modified) IPRT/process-creation-posix.cpp: Use reentrant functions for ... Wed, 05 Jun 2019 18:09:26 GMT vboxsync [79009] * trunk/src/VBox/Runtime/r3/posix/process-creation-posix.cpp (modified) IPRT/process-creation-posix.cpp: Use reentrant functions for ... Wed, 05 Jun 2019 17:24:03 GMT vboxsync [79007] * trunk/src/VBox/Runtime/r3/posix/process-creation-posix.cpp (modified) IPRT/process-creation-posix.cpp: Use reentrant functions for ... Wed, 05 Jun 2019 15:51:51 GMT vboxsync [79005] * trunk/src/VBox/Runtime/generic/http-curl.cpp (modified) IPRT/RTHttp: Use RTLdrLoadSystem to find libproxy.so.1. bugref:8352 Wed, 05 Jun 2019 15:49:08 GMT vboxsync [79003] * trunk/src/VBox/Runtime/common/ldr/ldrNative.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/ldrNative-posix.cpp (modified) IPRT: Implemented rtldrNativeLoadSystem for posix systems. ... Tue, 04 Jun 2019 16:34:14 GMT vboxsync [78971] * trunk/src/VBox/Runtime/r3/poll.cpp (modified) RTPoll/darwin: Add POLLHUP to the events when RTPOLL_EVT_ERROR is ... Tue, 04 Jun 2019 00:39:03 GMT vboxsync [78947] * trunk/include/iprt/dir.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/HostServices/SharedFolders/testcase/tstSharedFolderService.cpp (modified) * trunk/src/VBox/HostServices/SharedFolders/teststubs.h (modified) * trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/generic/RTDirSetMode-generic.cpp (copied) SharedFolderSvc,IPRT: Implemented changing attributes/mode via a ... Fri, 31 May 2019 19:46:58 GMT vboxsync [78906] * trunk/src/VBox/Runtime/common/math/gcc/quad.h (modified) VBoxGuest/linux: Try speed up GA installation by combining the IPRT ... Tue, 28 May 2019 22:43:30 GMT vboxsync [78833] * trunk/src/VBox/Runtime/testcase/tstRTPoll.cpp (modified) tstRTPoll: Check read results after the socket and pipe we waited on ... Tue, 28 May 2019 22:42:24 GMT vboxsync [78832] * trunk/src/VBox/Runtime/r3/poll.cpp (modified) IPRT/poll.cpp: A shot at the missing POLLHUP for sockets on solaris. ... Tue, 28 May 2019 14:16:34 GMT vboxsync [78821] * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/tcp.h (modified) * trunk/src/VBox/Runtime/r3/tcp.cpp (modified) IPRT/socket.h: Added RTTcpSetBufferSize. bugref:9474 Tue, 28 May 2019 07:54:49 GMT vboxsync [78803] * trunk/src/VBox/Runtime/VBox/log-vbox.cpp (modified) API: add IGuestMonitorInfoChangedEvent. Forgotten file from last ... Fri, 24 May 2019 15:28:44 GMT vboxsync [78732] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/string/RTUtf16CopyEx.cpp (copied) IPRT/string: Implemented RTUtf16CopyEx. Fri, 24 May 2019 13:48:20 GMT vboxsync [78731] * trunk/src/VBox/Runtime/common/fs/isomaker.cpp (modified) IPRT/isomaker: Removed incorrect assertion in rtFsIsoMakerWalkPathBySpec. Fri, 24 May 2019 13:46:38 GMT vboxsync [78730] * trunk/src/VBox/Runtime/r3/posix/dir-posix.cpp (modified) IPRT/RTDirRemove/posix: Translate EEXIST to VERR_DIR_NOT_EMTPY as ... Fri, 24 May 2019 01:42:36 GMT vboxsync [78705] * trunk/src/VBox/Runtime/common/path/RTPathParentLength.cpp (modified) * trunk/src/VBox/Runtime/common/path/RTPathParentLength.cpp.h (modified) IPRT/path: Added RTPathParentLength and RTPathParentLengthEx. [build ... Fri, 24 May 2019 00:11:00 GMT vboxsync [78702] * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/path.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/path/RTPathParentLength.cpp (added) * trunk/src/VBox/Runtime/common/path/RTPathParentLength.cpp.h (added) * trunk/src/VBox/Runtime/common/path/rtpath-root-length-template.cpp.h (added) * trunk/src/VBox/Runtime/testcase/tstRTPath.cpp (modified) IPRT/path: Added RTPathParentLength and RTPathParentLengthEx. bugref:9172 Mon, 20 May 2019 20:59:49 GMT vboxsync [78607] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/r3/os2/serialport-os2.cpp (added) * trunk/src/VBox/ValidationKit/utils/Makefile.kmk (modified) Runtime/RTSerialPort,ValidationKit/SerialTest: Add implementation for ... Fri, 17 May 2019 12:24:22 GMT vboxsync [78566] * trunk/src/VBox/Runtime/r0drv/nt/time-r0drv-nt.cpp (modified) IPRT: comment Fri, 17 May 2019 11:15:02 GMT vboxsync [78561] * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/shmem.h (modified) * trunk/src/VBox/Runtime/r3/posix/shmem-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/shmem-win.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTShMem.cpp (modified) Runtime/RTShMem,tstRTShMem: Add API to delete a named shared memory ... Thu, 09 May 2019 09:07:10 GMT vboxsync [78456] * trunk/src/VBox/Runtime/VBox/VBoxRTImp.def (modified) IPRT/memsafer: Added RTMemSaferGetSize. [forgot VBoxRTImp.def] ... Tue, 07 May 2019 10:22:44 GMT vboxsync [78426] * trunk/src/VBox/Runtime/Makefile.kmk (modified) iprt/asm-amd64-x86.h: Don't use __readeflags & __writeeflags as they ... Tue, 07 May 2019 10:15:39 GMT vboxsync [78425] * trunk/src/VBox/Runtime/common/asm/ASMGetFlags.asm (moved) * trunk/src/VBox/Runtime/common/asm/ASMSetFlags.asm (moved) * trunk/src/VBox/ValidationKit/bootsectors/bs3kit/Makefile.kmk (modified) iprt/asm-amd64-x86.h: Don't use __readeflags & __writeeflags as they ... Mon, 06 May 2019 23:24:31 GMT vboxsync [78417] * trunk/src/VBox/Main/glue/string.cpp (modified) * trunk/src/VBox/Runtime/common/string/ministring.cpp (modified) Utf8Str,RTCString: Assert that C-string pointer parameters in ... Mon, 06 May 2019 18:10:42 GMT vboxsync [78400] * trunk/src/VBox/Runtime/common/path/RTPathAbsEx.cpp (modified) RTPathAbsEx: logging. Fri, 03 May 2019 11:30:04 GMT vboxsync [78373] * trunk/src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTSymlink.cpp (modified) tstRTSymlink: Use the enmType parameter so recent w10 stop failing. ... Tue, 30 Apr 2019 09:02:35 GMT vboxsync [78356] * trunk/src/VBox/Runtime/common/fs/isovfs.cpp (modified) IPRT/isovfs.cpp: Ignore 2nd primary descriptor. Mon, 29 Apr 2019 13:12:56 GMT vboxsync [78348] * trunk/src/VBox/Runtime/r3/posix/rtmempage-exec-mmap-heap-posix.cpp (modified) IPRT/mem: Added RTMemPageAllocEx so we can try lock memory and try ... Mon, 29 Apr 2019 10:15:06 GMT vboxsync [78345] * trunk/src/VBox/Runtime/r3/posix/rtmempage-exec-mmap-heap-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/rtmempage-exec-mmap-posix.cpp (modified) IPRT/mem: Added RTMemPageAllocEx so we can try lock memory and try ... Fri, 26 Apr 2019 20:30:19 GMT vboxsync [78337] * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/memsafer.h (modified) * trunk/src/VBox/Runtime/generic/memsafer-generic.cpp (modified) * trunk/src/VBox/Runtime/r3/memsafer-r3.cpp (modified) IPRT/memsafer: Added RTMemSaferGetSize. Fri, 26 Apr 2019 19:54:48 GMT vboxsync [78335] * trunk/src/VBox/Runtime/r3/memsafer-r3.cpp (modified) IPRT/mem: Use RTMEMPAGEALLOC_F_ADVISE_LOCKED & ... Fri, 26 Apr 2019 19:53:32 GMT vboxsync [78334] * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/mem.h (modified) * trunk/src/VBox/Runtime/r3/posix/rtmempage-exec-mmap-heap-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/rtmempage-exec-mmap-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/alloc-win.cpp (modified) IPRT/mem: Added RTMemPageAllocEx so we can try lock memory and try ... Fri, 26 Apr 2019 08:29:34 GMT vboxsync [78314] * trunk/src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp (modified) IPRT/nt: Implemented offSub & cbSub in the NT versions of ... Wed, 24 Apr 2019 17:20:10 GMT vboxsync [78281] * trunk/src/VBox/Runtime/common/rest/RTCRestClientApiBase.cpp (modified) IPRT/rest: doCall - always call consumeBody Wed, 24 Apr 2019 16:03:59 GMT vboxsync [78278] * trunk/src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp (modified) IPRT/nt: Implemented offSub & cbSub in the NT versions of ... Wed, 24 Apr 2019 14:10:29 GMT vboxsync [78272] * trunk/src/VBox/Runtime/common/rest/rest-binary.cpp (modified) IPRT/rest: RTCRestBinaryResponse::receiveHttpCallback if we are ... Mon, 22 Apr 2019 23:25:02 GMT vboxsync [78252] * trunk/src/VBox/Runtime/generic/http-curl.cpp (modified) IPRT/http: render therefore unto the download callback the user data ... Thu, 18 Apr 2019 14:59:30 GMT vboxsync [78207] * trunk/src/VBox/Runtime/r3/dir.cpp (modified) IPRT/RTDirFlushParent: Missing +1 in yesterday's changes. bugref:9172 Thu, 18 Apr 2019 12:03:22 GMT vboxsync [78205] * trunk/src/VBox/Runtime/r3/fs.cpp (modified) IPRT/rtFsModeFromDos: Ignore read-only DOS attribute on directories. ... Thu, 18 Apr 2019 01:40:11 GMT vboxsync [78200] * trunk/src/VBox/Runtime/r3/nt/pathint-nt.cpp (modified) IPRT/pathint-nt.cpp: Dealth with three more RTPATH_MAX buffers. ... Wed, 17 Apr 2019 21:50:13 GMT vboxsync [78187] * trunk/include/iprt/path.h (modified) * trunk/src/VBox/Runtime/r3/dir2.cpp (modified) IPRT,FsPerf: Added RTDIR_F_NO_ABS_PATH and RTDIRRMREC_F_NO_ABS_PATH ... Wed, 17 Apr 2019 21:36:59 GMT vboxsync [78186] * trunk/include/iprt/dir.h (modified) * trunk/src/VBox/Runtime/r3/dir.cpp (modified) * trunk/src/VBox/Runtime/r3/dir2.cpp (modified) * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) IPRT,FsPerf: Added RTDIR_F_NO_ABS_PATH and RTDIRRMREC_F_NO_ABS_PATH ... Wed, 17 Apr 2019 20:26:41 GMT vboxsync [78184] * trunk/src/VBox/Runtime/r3/dir.cpp (modified) * trunk/src/VBox/Runtime/r3/win/path-win.cpp (modified) IPRT/RTPathGetCurrent/win: Upper case the drive letter so it is ... Wed, 17 Apr 2019 19:55:14 GMT vboxsync [78183] * trunk/src/VBox/Runtime/common/crypto/cipher-openssl.cpp (modified) Runtime/common/crypto/cipher-openssl.cpp: Fix copy and paste bug Wed, 17 Apr 2019 18:32:29 GMT vboxsync [78178] * trunk/src/VBox/Runtime/r3/dir.cpp (modified) * trunk/src/VBox/Runtime/r3/dir2.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/path-posix.cpp (modified) IPRT: Relaxing RTPATH_MAX in a couple of places. bugref:9172 Wed, 17 Apr 2019 12:30:08 GMT vboxsync [78153] * trunk/include/iprt/path.h (modified) * trunk/src/VBox/Runtime/common/path/RTPathAbsDup.cpp (modified) * trunk/src/VBox/Runtime/common/path/RTPathAbsEx.cpp (modified) * trunk/src/VBox/Runtime/common/path/RTPathAbsExDup.cpp (modified) * trunk/src/VBox/Runtime/r3/dir.cpp (modified) * trunk/src/VBox/Runtime/r3/win/path-win.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTPath.cpp (modified) IPRT: Added RTPATHABS_F_ENSURE_TRAILING_SLASH to RTPathAbsEx and ... Fri, 12 Apr 2019 13:20:50 GMT vboxsync [78120] * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/memobj.h (modified) * trunk/src/VBox/Runtime/include/internal/memobj.h (modified) * trunk/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp (modified) * trunk/src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c (modified) * trunk/src/VBox/Runtime/r0drv/haiku/memobj-r0drv-haiku.c (modified) * trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c (modified) * trunk/src/VBox/Runtime/r0drv/memobj-r0drv.cpp (modified) * trunk/src/VBox/Runtime/r0drv/netbsd/memobj-r0drv-netbsd.c (modified) * trunk/src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp (modified) * trunk/src/VBox/Runtime/r0drv/os2/memobj-r0drv-os2.cpp (modified) * trunk/src/VBox/Runtime/r0drv/solaris/memobj-r0drv-solaris.c (modified) IPRT: Started adding a RTR0MemObjMapUserEx function that takes offSub ... Thu, 11 Apr 2019 09:59:13 GMT vboxsync [78109] * trunk/src/VBox/Runtime/r3/dir2.cpp (modified) IPRT/dir2.cpp: Don't curse at directories (comment typo). Wed, 10 Apr 2019 17:33:18 GMT vboxsync [78104] * trunk/include/iprt/path.h (modified) * trunk/src/VBox/Devices/Network/slirp/tftp.c (modified) * trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp (modified) * trunk/src/VBox/Runtime/common/path/RTPathAbsExDup.cpp (modified) * trunk/src/bldprogs/scm.cpp (modified) IPRT,*: Added fFlags to RTPathAbsExDup so it matches the new ... Wed, 10 Apr 2019 15:51:59 GMT vboxsync [78098] * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/path.h (modified) * trunk/src/VBox/HostServices/SharedFolders/vbsfpathabs.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/path/RTPathAbsEx.cpp (moved) * trunk/src/VBox/Runtime/common/path/RTPathAbsExDup.cpp (modified) * trunk/src/VBox/Runtime/generic/RTPathAbs-generic.cpp (deleted) * trunk/src/VBox/Runtime/r3/generic/dirrel-r3-generic.cpp (modified) * trunk/src/VBox/Runtime/r3/nt/dirrel-r3-nt.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTPath.cpp (modified) IPRT,*: Cleaning up RTPathAbsExEx, renaming it to RTPathAbsEx and ... Wed, 10 Apr 2019 15:50:11 GMT vboxsync [78097] * trunk/src/VBox/Runtime/VBox/log-vbox.cpp (modified) log-vbox.cpp: bird stuff Wed, 10 Apr 2019 15:34:29 GMT vboxsync [78096] * trunk/src/VBox/Runtime/Makefile.kmk (modified) IPRT/Makefile.kmk: darwin build fix (RTPathAbsExEx). bugref:9172 Wed, 10 Apr 2019 14:22:43 GMT vboxsync [78091] * trunk/src/VBox/Runtime/Makefile.kmk (modified) *,IPRT: Use new RTPathAbsExEx function instead of RTPathAbsEx. [build ... Wed, 10 Apr 2019 14:19:04 GMT vboxsync [78090] * trunk/src/VBox/HostServices/SharedFolders/vbsfpathabs.cpp (modified) * trunk/src/VBox/Main/src-all/SharedFolderImpl.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Runtime/common/path/RTPathAbsEx.cpp (modified) * trunk/src/VBox/Runtime/common/path/RTPathAbsExDup.cpp (modified) * trunk/src/VBox/Runtime/generic/RTPathAbs-generic.cpp (modified) * trunk/src/VBox/Runtime/r3/generic/dirrel-r3-generic.cpp (modified) * trunk/src/VBox/Runtime/r3/nt/dirrel-r3-nt.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTPath.cpp (modified) *,IPRT: Use new RTPathAbsExEx function instead of RTPathAbsEx. ... Tue, 09 Apr 2019 16:02:32 GMT vboxsync [78066] * trunk/include/iprt/http.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkReply.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/net/tstSSLCertDownloads.cpp (modified) * trunk/src/VBox/Runtime/generic/http-curl.cpp (modified) IPRT,GUI: Workaround for certificate downloads getting redirected to ... Tue, 09 Apr 2019 10:16:54 GMT vboxsync [78053] * trunk/src/VBox/Runtime/common/misc/uri.cpp (modified) iprt/path.h: Use RT_FLEXIBLE_ARRAY in RTPATHPARSED and RTPATHSPLIT to ... Tue, 09 Apr 2019 01:30:42 GMT vboxsync [78050] * trunk/src/VBox/Runtime/include/internal/dir.h (modified) * trunk/src/VBox/Runtime/r3/dir.cpp (modified) * trunk/src/VBox/Runtime/r3/nt/direnum-r3-nt.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/dir-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/direnum-win.cpp (modified) IPRT/dir: Lifting RTPATH_MAX restriction on RTDirOpen*. bugref:9172 Tue, 09 Apr 2019 01:23:41 GMT vboxsync [78049] * trunk/src/VBox/Runtime/common/path/RTPathAbsExEx.cpp (modified) IPRT: Working on new RTPathAbsEx implementation, temporarily called ... Tue, 09 Apr 2019 01:21:09 GMT vboxsync [78048] * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/path.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/path/RTPathAbsDup.cpp (modified) * trunk/src/VBox/Runtime/common/path/RTPathAbsEx.cpp (modified) * trunk/src/VBox/Runtime/common/path/RTPathAbsExEx.cpp (added) * trunk/src/VBox/Runtime/common/path/RTPathParse.cpp.h (modified) * trunk/src/VBox/Runtime/common/path/RTPathParsedReassemble.cpp (modified) * trunk/src/VBox/Runtime/generic/RTPathAbs-generic.cpp (modified) * trunk/src/VBox/Runtime/generic/RTPathGetCurrentDrive-generic.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTPath.cpp (modified) IPRT: Working on new RTPathAbsEx implementation, temporarily called ... Wed, 03 Apr 2019 19:27:37 GMT vboxsync [78009] * trunk/src/VBox/Runtime/tools/RTHttp.cpp (modified) RTHttp: Destroy the HTTP instance before exit. Tue, 02 Apr 2019 10:23:09 GMT vboxsync [77982] * trunk/src/VBox/Runtime/common/misc/thread.cpp (modified) * trunk/src/VBox/Runtime/include/internal/thread.h (modified) * trunk/src/VBox/Runtime/r3/linux/sched-linux.cpp (modified) IPRT: Addressed todo in rtSchedNativeCheckThreadTypes (sched- ... Mon, 01 Apr 2019 18:49:03 GMT vboxsync [77981] * trunk/src/VBox/Runtime/common/dbg/dbgmod.cpp (modified) Runtime/dbgmod.cpp: Make RTDbgModCreateFromMap(), ... Mon, 01 Apr 2019 09:35:17 GMT vboxsync [77971] * trunk/include/iprt/ldr.h (modified) * trunk/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h (modified) * trunk/src/VBox/Runtime/common/ldr/ldrFile.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldrLX.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldrMemory.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldrVfsFile.cpp (modified) Runtime/ldr: Make RTLDRREADER::pfnSize return an unsigned 64bit value ... Mon, 01 Apr 2019 01:35:07 GMT vboxsync [77970] * trunk/src/VBox/Runtime/common/dvm/dvm.cpp (modified) * trunk/src/VBox/Runtime/common/dvm/dvmbsdlabel.cpp (modified) * trunk/src/VBox/Runtime/common/dvm/dvmgpt.cpp (modified) * trunk/src/VBox/Runtime/common/dvm/dvmmbr.cpp (modified) * trunk/src/VBox/Runtime/include/internal/dvm.h (modified) IPRT/dvm: s/offEnd/offLast - see coding guidelines on 'end' vs 'last'. Thu, 28 Mar 2019 16:04:35 GMT vboxsync [77941] * trunk/include/iprt/err.h (modified) * trunk/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h (modified) Runtime/ldrELFRelocatable.cpp.h: several fixes * Check that the ... Thu, 28 Mar 2019 00:07:46 GMT vboxsync [77929] * trunk/src/VBox/Runtime/r3/linux/RTFileCopyPartEx-linux.cpp (modified) IPRT/RTFileCopyPartEx-linux.cpp: Corrected syscall numbers. bugref:9172 Wed, 27 Mar 2019 12:46:46 GMT vboxsync [77917] * trunk/src/VBox/Runtime/r3/linux/sched-linux.cpp (modified) Main: bugref:7929: Fixed comilation issues Wed, 27 Mar 2019 12:20:08 GMT vboxsync [77914] * trunk/src/VBox/Runtime/r3/darwin/sched-darwin.cpp (modified) Main: bugref:7929: Fixed comilation issues Wed, 27 Mar 2019 12:14:54 GMT vboxsync [77913] * trunk/src/VBox/Runtime/common/dbg/dbgmoddwarf.cpp (modified) Runtmie/dbgmoddwarf.cpp: Fix possible memory leak in error case and ... Wed, 27 Mar 2019 11:51:44 GMT vboxsync [77911] * trunk/src/VBox/Runtime/r3/linux/sched-linux.cpp (modified) Main: bugref:7929: Fixed comilation issues Wed, 27 Mar 2019 11:33:01 GMT vboxsync [77910] * trunk/doc/manual/en_US/user_VBoxManage.xml (modified) * trunk/include/VBox/settings.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/include/SessionImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/SessionImpl.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings.xsd (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/misc/reqqueue.cpp (modified) * trunk/src/VBox/Runtime/include/internal/thread.h (modified) * trunk/src/VBox/Runtime/r3/darwin/sched-darwin.cpp (modified) * trunk/src/VBox/Runtime/r3/linux/sched-linux.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/sched-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/thread-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/sched-win.cpp (modified) Main: bugref:7929: Added ability to change the priority of the VM process Wed, 27 Mar 2019 10:41:43 GMT vboxsync [77907] * trunk/src/VBox/Runtime/common/dbg/dbgmodnm.cpp (modified) Runtime/dbgmodnm.cpp: Plug memory leak in error case Thu, 21 Mar 2019 20:52:08 GMT vboxsync [77836] * trunk/src/VBox/Runtime/r3/linux/RTFileCopyPartEx-linux.cpp (modified) IPRT: Spealiced RTFileCopyPartEx and associated prep/cleanup ... Thu, 21 Mar 2019 20:51:49 GMT vboxsync [77835] * trunk/src/VBox/Runtime/Makefile.kmk (modified) IPRT: Spealiced RTFileCopyPartEx and associated prep/cleanup ... Thu, 21 Mar 2019 20:47:07 GMT vboxsync [77834] * trunk/src/VBox/Runtime/r3/linux/RTFileCopyPartEx-linux.cpp (modified) IPRT: Spealiced RTFileCopyPartEx and associated prep/cleanup ...