VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @76299   6 years vboxsync Runtime/fs/extvfs: Updates
(edit) @76294   6 years vboxsync Runtime/fs/extvfs: Working on parsing block group and inode …
(edit) @76293   6 years vboxsync Runtime/fs/extvfs: Working on parsing block group and inode …
(edit) @76292   6 years vboxsync Runtime/fs/extvfs: Working on parsing block group and inode descriptors
(edit) @76256   6 years vboxsync Runtime/formats/ext: Add more structures
(edit) @76221   6 years vboxsync build fix
(edit) @76216   6 years vboxsync Runtime/fs: Started restructurin the ext2 filesystem code to indicate …
(edit) @76119   6 years vboxsync RTErrConvertFromNtStatus: STATUS_REPARSE_POINT_NOT_RESOLVED -> …
(edit) @76115   6 years vboxsync IPRT: OS/2 shared folders need RTUtf16CmpAscii.cpp. (forgot to commit)
(edit) @76096   6 years vboxsync IPRT: Added RTUtf16Chr.
(edit) @76094   6 years vboxsync IPRT: Added RTPathFilenameUtf16[Ex].
(edit) @76090   6 years vboxsync IPRT: Corrected RTSystemGetNtVersion return value type, must be 64-bit.
(edit) @76073   6 years vboxsync IPRT: Added RTSystemGetNtVersion.
(edit) @76061   6 years vboxsync IPRT: Add RTNetStrToIPv4Cidr() that is intended as a better API …
(edit) @76055   6 years vboxsync IPRT/semevent*-r0drv-darwin.cpp: Must disable interrupts prior to …
(edit) @76053   6 years vboxsync IPRT/initterm-r0drv-nt.cpp: Pre-initialize g_uRtNtVersion early so the …
(edit) @75951   6 years vboxsync IPRT: Translation for STATUS_NO_MEDIA_IN_DEVICE.
(edit) @75933   6 years vboxsync IPRT/rest: RTCRestStringMapBase::serializeAsJson - the closing paren …
(edit) @75883   6 years vboxsync IPRT/shmem: Make doxygen and scm happy.
(edit) @75882   6 years vboxsync thread-win.cpp: Use RTErrConvertFromNtStatus instead of …
(edit) @75881   6 years vboxsync Runtime/r3/shmem-posix.cpp: Crash fix in RTShMemMapRegion
(edit) @75879   6 years vboxsync Runtime: Introduce RTShMem* API for accessing shared memory objects …
(edit) @75878   6 years vboxsync Runtime/r3/win: Made NtQuerySection accessible
(edit) @75797   6 years vboxsync VBoxRT-openssl-1.1plus.def: Need a one more API for the new gsoap. Now …
(edit) @75795   6 years vboxsync VBoxRT-openssl-pre-1.1.def: Need a one more API for the new gsoap.
(edit) @75791   6 years vboxsync RTErrConvertFromWin32: ERROR_ELEVATION_REQUIRED
(edit) @75734   6 years vboxsync tstRTR0Timer: Run the omni timer tests for a longer time period and …
(edit) @75725   6 years vboxsync IPRT/RTProcCreateEx: Quick darwin implementation using PAM. bugref:4802
(edit) @75704   6 years vboxsync IPRT/r0drv/darwin: RTSemEventSignal and RTSemEventMultiSignal seems to …
(edit) @75703   6 years vboxsync IPRT/ldrMachO.cpp: Don't get upset about PIE executables when not …
(edit) @75698   6 years vboxsync IPRT/isomakercmd.cpp: Implemented adding regular directories to the …
(edit) @75665   6 years vboxsync iprt: adjust time-r0drv-linux.c for Linux 4.20. bugref:4567: Linux …
(edit) @75652   6 years vboxsync IPRT/dir: Adding RTDirRewind for use with shared folders.
(edit) @75651   6 years vboxsync IPRT/fileio-win.cpp: Fixed console handle regression from previous …
(edit) @75627   6 years vboxsync IPRT/fatvfs.cpp: Fixed bug in rtFsFatChain_GetClusterByIndex that …
(edit) @75579   6 years vboxsync iprt/lockvalidator.cpp: suppress two memory leak sanitiser warnings. …
(edit) @75578   6 years vboxsync IPRT/memobj-r0drv-nt.cpp: Allow mapping RTR0MEMOBJTYPE_PHYS_NC …
(edit) @75567   6 years vboxsync IPRT/dbgmodcontainer: Forgot to revert RTLogPrintf calls back to Log/Log12.
(edit) @75557   6 years vboxsync IPRT/RTTimeSet-os2.cpp: RT_NS_1MIN is unsigned, make it signed so we …
(edit) @75553   6 years vboxsync IPRT/drv/os2: leave a hint regarding too early logging.
(edit) @75544   6 years vboxsync IPRT/fileio-win.cpp: Use rtPathNtQueryInfoFromHandle instead of …
(edit) @75536   6 years vboxsync IPRT/fileio-win.cpp: added todo on RTFileQueryInfo.
(edit) @75482   6 years vboxsync IPRT/dbgmodcontainer.cpp: Fix for symbol replacement for the case that …
(edit) @75481   6 years vboxsync IPRT/dbgmodmapsym.cpp: Set error status if not mapsym file.
(edit) @75466   6 years vboxsync IPRT/RTTimeSet-os2.cpp: debug build fix
(edit) @75462   6 years vboxsync IPRT/RTMpOn-r0drv-generic.cpp: Build fix.
(edit) @75423   6 years vboxsync tstRTBigNum: Test RTUInt32DivRem and RTUInt64DivRem too.
(edit) @75334   6 years vboxsync iprt/memcmp.asm: Now with watcom calling convention option, we must …
(edit) @75328   6 years vboxsync IPRT/RTTimeSet-os2.cpp: More build fixes
(edit) @75321   6 years vboxsync IPRT/RTTimeSet-os2.cpp: build fix
(edit) @75315   6 years vboxsync IPRT/Makefile.kmk: Enable using RTTimeSet-os2.cpp. [2nd try]
(edit) @75299   6 years vboxsync IPRT/Makefile.kmk: Enable using RTTimeSet-os2.cpp.
(edit) @75298   6 years vboxsync IPRT/.scm-settings: RTTimeSet-os2.cpp update
(edit) @75297   6 years vboxsync IPRT: Better RTTimeSet for OS/2 by Y.T. Lets the time sync service …
(edit) @75285   6 years vboxsync IPRT/http: Fix unintended rename in previous.
(edit) @75275   6 years vboxsync IPRT/dbgkrnlinfo-r0drv-nt.cpp: Must manually initialize …
(edit) @75244   6 years vboxsync IPRT/rtDbgModCvLoadDirectory: Added note about what seems to be wlink …
(edit) @75239   6 years vboxsync IPRT/dbg: Added RTDbgCfgOpenEx.
(edit) @75238   6 years vboxsync IPRT: Moved the dwarf defines into iprt/formats/dwarf.h. Did some …
(edit) @75237   6 years vboxsync IPRT: Added support for reading MAPSYM output.
(edit) @75236   6 years vboxsync dbgmoddwarf.cpp: format burn fix. bugref:3897
(edit) @75235   6 years vboxsync IPRT: Starting to get somewhere with DWARF unwinding. bugref:3897
(edit) @75188   6 years vboxsync IPRT/dbgmoddbghelp.cpp: Don't panic if RVA=NIL_RTLDRADDR and make sure …
(edit) @75178   6 years vboxsync IPRT/rtAsn1Time_NormalizeTime: Some more commenting. bugref:9232.
(edit) @75177   6 years vboxsync IPRT/rtAsn1Time_NormalizeTime: Better comment. bugref:9232.
(edit) @75176   6 years vboxsync IPRT: Workaround for leap seconds and seconds rounding error on OS X …
(edit) @75175   6 years vboxsync tools/Makefile.kmk: bldRTSignTool for darwin extpacks build too. …
(edit) @75163   6 years vboxsync IPRT/dbg: Fixed a DWARF abbreviation cache bug, was calculating the …
(edit) @75147   6 years vboxsync IPRT/Doxyfile: Tell doxygen about RT_ASM_DECL_PRAGMA_WATCOM*() when …
(edit) @75133   6 years vboxsync IPRT: Shut up some warnings.
(edit) @75130   6 years vboxsync IPRT/dbgmod: Don't assume pfnUnwindFrame is always present. bugref:3897
(edit) @75129   6 years vboxsync IPRT: Make Watcom C an alterntive for compiling the OS/2 kernel code …
(edit) @75128   6 years vboxsync common\err\RTErrConvertFromErrno.cpp: watcom adjustments
(edit) @75125   6 years vboxsync tstRTCRest-1.cpp: Another shot at the double test. bugref:9167 [build fix]
(edit) @75124   6 years vboxsync tstRTCRest-1.cpp: Another shot at the double test. bugref:9167
(edit) @75123   6 years vboxsync tstRTCRest-1: More double test tweaking. bugref:9167
(edit) @75119   6 years vboxsync RTCp.cpp: Build fix for previous GCC 8.2 workaround.
(edit) @75118   6 years vboxsync RTCp.cpp: make a compile assertion which gcc 8.2 does not like …
(edit) @75117   6 years vboxsync RTCp.cpp: make a compile assertion which gcc 8.2 does not like conditional.
(edit) @75108   6 years vboxsync IPRT/http: Extended RTHttpReset with a flag parameter so headers can …
(edit) @75103   6 years vboxsync IPRT/http: RTHttpReset - free headers from the previous request.
(edit) @75085   6 years vboxsync IPRT/ldrPE: Must save Dir.Size to uOrgDir before updating it. duh. …
(edit) @75084   6 years vboxsync IPRT/ldrPE: Don't be uptight about the linker getting the new loader …
(edit) @75053   6 years vboxsync IPRT,SUPDrv: Made the verification code link, fixed a couple of …
(edit) @75049   6 years vboxsync IPRT,SUPDrv: Added cbImage parameter to FNRTLDRRDRMEMDTOR; sketched …
(edit) @75045   6 years vboxsync IPRT/RTFileReadAll*: Added RTFILE_RDALL_F_FAIL_ON_MAX_SIZE. bugref:9232
(edit) @75043   6 years vboxsync IPRT/r0drv/darwin: Implemented RTFileSeek. bugref:9232
(edit) @75042   6 years vboxsync IPRT/r0drv/darwin: Implemented RTFileSeek. bugref:9232
(edit) @75039   6 years vboxsync IPRT/r0drv/darwin: Split out RTFile* from dbgkrnlinfo. Added …
(edit) @75037   6 years vboxsync tstRTCRest-1: More flexible double handling. The strtod impl we depend …
(edit) @75034   6 years vboxsync tstRTCRest: no change.
(edit) @75008   6 years vboxsync IPRT/RTCString: reserve(1) called on an empty string must allocate memory.
(edit) @74998   6 years vboxsync tstRTCRest-1: path escaping was changed without updating the …
(edit) @74997   6 years vboxsync tstRTCRest-1: Array test fix. bugref:9167
(edit) @74981   6 years vboxsync IPRT/Dbg: Made the codeview debug info parser prefer symbols with …
(edit) @74980   6 years vboxsync IPRT/dbg: Added a few flags to RTDbg[Mod|As]SymbolAdd to deal with …
(edit) @74967   6 years vboxsync iprt/mp-r0drv-linux.c: Attempt at fixing !CONFIG_SMP warnings.
(edit) @74859   6 years vboxsync tstLdr-4: check data accessess too. bugref:9232
(edit) @74857   6 years vboxsync IPRT/ldr: Still need home-made GOT to load amd64 kext images, …
(edit) @74856   6 years vboxsync IPRT/ldr: Must check that JmpStubsRVA isn't NIL and not use it blindly …
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