VirtualBox

source: vbox/trunk/src/VBox/Runtime/common

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @77185   6 years vboxsync Runtime/common/ldr: Fix memory leak caused by missing unmapping calls
(edit) @77121   6 years vboxsync IPRT: Two more license header cleanups.
(edit) @77118   6 years vboxsync Runtime: Get rid of the "register" keyword usage as all compilers we …
(edit) @77111   6 years vboxsync RTErrConvertFromErrno(): Convert the uNativeCode parameter from …
(edit) @77110   6 years vboxsync RTErrConvertFromErrno(): Convert the uNativeCode parameter from …
(edit) @77047   6 years vboxsync iprt/isomaker: Optimized native handle (file descriptor) usage when …
(edit) @77008   6 years vboxsync Runtime/xfsvfs.cpp: Updates
(edit) @76660   6 years vboxsync RTPathCalcRelative: Extended case-insensitivity from 7-bit ascii to …
(edit) @76642   6 years vboxsync Runtime/fs/xfsvfs: Updates, working on inode parsing [scm]
(edit) @76641   6 years vboxsync Runtime/fs/xfsvfs: Updates, working on inode parsing
(edit) @76619   6 years vboxsync Runtime/fs/extvfs: Fix
(edit) @76617   6 years vboxsync Runtime/fs/extvfs: Fix
(edit) @76616   6 years vboxsync Runtime/VFS: Started XFS filesystem parser (not built, committed for …
(edit) @76595   6 years vboxsync IPRT: Attempted to address some the more obvious shortcomings of …
(edit) @76589   6 years vboxsync IPRT: Attempted to address some the more obvious shortcomings of …
(edit) @76585   6 years vboxsync *: scm --fix-header-guard-endif
(edit) @76560   6 years vboxsync IPRT: Use IPRT_INCLUDED_SRC_ as header guard prefix for files around …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76513   6 years vboxsync IPRT: scm --fix-header-guards. bugref:9344
(edit) @76452   6 years vboxsync IPRT: Ran scm --fix-err-h. bugref:9344
(edit) @76409   6 years vboxsync iprt/string.h: Dropped including utf16.h and let those who need it …
(edit) @76408   6 years vboxsync iprt/string.h: Dropped including utf16.h and let those who need it …
(edit) @76389   6 years vboxsync VBox/sup.h: Don't include VBox/err.h for no good reason. bugref:9344
(edit) @76358   6 years vboxsync *: string.h sans err.h fix. bugref:9344
(edit) @76347   6 years vboxsync *: Preparing for iprt/vfslowlevel.h to no longer include iprt/err.h. …
(edit) @76346   6 years vboxsync *: Preparing for iprt/string.h, iprt/json.h and iprt/serialport.h no …
(edit) @76328   6 years vboxsync Runtime/fs/vfsext: Implement a small block cache for caching block …
(edit) @76318   6 years vboxsync Runtime/fs/extvfs: Support flex_bg, our implementation doesn't need …
(edit) @76316   6 years vboxsync Runtime/fs/extvfs: Updates, implement extent tree walking. Enables …
(edit) @76307   6 years vboxsync scm
(edit) @76306   6 years vboxsync Runtime/fs/extvfs: Updates, reading data from ext2/ext3 filesystems …
(edit) @76305   6 years vboxsync Runtime/fs/extvfs: Updates, reading data from ext2/ext3 filesystems …
(edit) @76304   6 years vboxsync scm fix
(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) @76096   6 years vboxsync IPRT: Added RTUtf16Chr.
(edit) @76094   6 years vboxsync IPRT: Added RTPathFilenameUtf16[Ex].
(edit) @76061   6 years vboxsync IPRT: Add RTNetStrToIPv4Cidr() that is intended as a better API …
(edit) @75933   6 years vboxsync IPRT/rest: RTCRestStringMapBase::serializeAsJson - the closing paren …
(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) @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) @75567   6 years vboxsync IPRT/dbgmodcontainer: Forgot to revert RTLogPrintf calls back to Log/Log12.
(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) @75334   6 years vboxsync iprt/memcmp.asm: Now with watcom calling convention option, we must …
(edit) @75285   6 years vboxsync IPRT/http: Fix unintended rename in previous.
(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) @75163   6 years vboxsync IPRT/dbg: Fixed a DWARF abbreviation cache bug, was calculating the …
(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) @75108   6 years vboxsync IPRT/http: Extended RTHttpReset with a flag parameter so headers can …
(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) @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) @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 …
(edit) @74844   6 years vboxsync IPRT/ldr: Working on applying fixups to non-object Mach-O binaries. …
(edit) @74843   6 years vboxsync ldrPE: logging fix
(edit) @74828   6 years vboxsync IPRT/pkcs7: scm fix. bugref:9232
(edit) @74762   6 years vboxsync IPRT/ldr/asn1/pkcs7: Ironed out issues in decoding indefinite ASN.1 …
(edit) @74760   6 years vboxsync IPRT/ldr/asn1/pkcs7: Ironed out issues in decoding indefinite ASN.1 …
(edit) @74750   6 years vboxsync IPRT/ldr: More Mach-O signing hacking. bugref:9232
(edit) @74749   6 years vboxsync IPRT/ldr: More Mach-O signing hacking. bugref:9232
(edit) @74748   6 years vboxsync IPRT/ldr: More Mach-O signing hacking. bugref:9232
(edit) @74747   6 years vboxsync IPRT/ldr: More Mach-O signing hacking. bugref:9232
(edit) @74746   6 years vboxsync IPRT/ldr: More Mach-O signing hacking. bugref:9232
(edit) @74745   6 years vboxsync dbgmodcodeview.cpp: Fix typo in a comment. dabbrev-expand is very …
(edit) @74733   6 years vboxsync IPRT/ldr: More Mach-O code signing validation hacking. bugref:9232
(edit) @74728   6 years vboxsync IPRT/rest: doPathParameters - percent-encode values before substitution.
(edit) @74727   6 years vboxsync IPRT/ldr: More hacking Mach-O code signatures. bugref:9232
(edit) @74726   6 years vboxsync IPRT/ldr: More hacking Mach-O code signatures. bugref:9232
(edit) @74724   6 years vboxsync Make scm happy. bugref:9232
(edit) @74723   6 years vboxsync IPRT/ssl: deal with relatively old OpenSSL 1.1.0 releases which don't …
(edit) @74721   6 years vboxsync IPRT/ldr: More Mach-O signing hacking. bugref:9232
(edit) @74716   6 years vboxsync IPRT/ldr: More Mach-O signing hacking. bugref:9232
(edit) @74712   6 years vboxsync IPRT/crypto: 2nd attempt at dealing with system openssl where RC4_INT …
(edit) @74708   6 years vboxsync iprt/string.h: %RMpa - to percent-encode (a)ll reserved characters.
(edit) @74707   6 years vboxsync IPRT/ldr: Started on Mach-O code signature verification. bugref:9232
(edit) @74692   6 years vboxsync IPRT/RTSignTool: Some adjustments for apple signatures. bugref:9232
(edit) @74676   6 years vboxsync IPRT/ldr: Mach-O underscore kludge. bugref:9232
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