VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @49326   11 years vboxsync IPRT: exposes RTNetStrToMAC (resolves todo in misc/getopt.cpp).
(edit) @49233   11 years vboxsync RTZipBlockDecompress: Fixed pcbSrcActual for zlib case.
(edit) @49194   11 years vboxsync build fix, bug fix, testcase.
(edit) @49193   11 years vboxsync Correct copy&past fix.
(edit) @49192   11 years vboxsync Reverted r90068: wrong fix - don't writing 64-bit values to 32-bit …
(edit) @49191   11 years vboxsync Runtime: copy and paste
(edit) @49185   11 years vboxsync ASMCpuIdExSlow burn fix.
(edit) @49182   11 years vboxsync Added ASMCpuIdExSlow and made CPUM use it.
(edit) @49135   11 years vboxsync Runtime: Minor nit. Coding style.
(edit) @49082   11 years vboxsync IPRT: darwin debugging fixes.
(edit) @49076   11 years vboxsync IPRT: DWARF reader, enum the image symbols and add what's missing (or …
(edit) @49061   11 years vboxsync More Mach-O symbol hacking.
(edit) @49057   11 years vboxsync build fix
(edit) @49055   11 years vboxsync uninitialize variable fix.
(edit) @49054   11 years vboxsync Resolve the uuid mapping link, in case the caller doesn't know the …
(edit) @49053   11 years vboxsync IPRT: More .dSYM hacking.
(edit) @49045   11 years vboxsync error conversion.
(edit) @49044   11 years vboxsync Darwin guest OS digger hacking in progress. Adding symbol cache util …
(edit) @49040   11 years vboxsync More ext -> suff corrections.
(edit) @49039   11 years vboxsync IPRT: Filename extension versus suffix cleanup, long overdue.
(edit) @49028   11 years vboxsync iprt/cpp/xml: Fixed attribute lookup with namespace by doing the same …
(edit) @48992   11 years vboxsync ASMGetSegAttr.asm: shorter.
(edit) @48990   11 years vboxsync Runtime: ASMGetSegAttr.
(edit) @48935   11 years vboxsync Runtime: Whitespace and svn:keyword cleanups by scm.
(edit) @48895   11 years vboxsync Runtime: warning
(edit) @48868   11 years vboxsync XAR: The checksum style is case insensitive.
(edit) @48844   11 years vboxsync build fix
(edit) @48843   11 years vboxsync build fix
(edit) @48842   11 years vboxsync build fix
(edit) @48838   11 years vboxsync More or less usable XAR reader.
(edit) @48836   11 years vboxsync IPRT: Added a flag to the gzip decompressor I/O stream for accepting …
(edit) @48835   11 years vboxsync IPRT: Added RTTimeFromString and RTTimeSpecFromString for simple …
(edit) @48820   11 years vboxsync IPRT/RTFileModeToFlags(Ex): Introduced "oa" mode for opening + …
(edit) @48807   11 years vboxsync Runtime/common/once: Fix assertion in RTOnceReset().
(edit) @48797   11 years vboxsync A bit more XAR hacking.
(edit) @48780   11 years vboxsync Started on a XAR file system stream similar to what we have for TAR …
(edit) @48693   11 years vboxsync dbgmoddwarf.cpp: mach_kernel kludge.
(edit) @48636   11 years vboxsync RTLdr: don't leak RTLDRMODINTERNAL::pReader.
(edit) @48628   11 years vboxsync Runtime/manifest: unimportant memory leak
(edit) @48484   11 years vboxsync Runtime: RTReq -> RTReqQueue
(edit) @48398   11 years vboxsync dbgmoddwarf.cpp: mach_kernel hack.
(edit) @48396   11 years vboxsync Runtime: fixed typo (thanks Mathias Krause)
(edit) @48175   11 years vboxsync Backed out r88349 because the code was deliberatly checking if rc was …
(edit) @48021   11 years vboxsync IPRT/vfsbase: RTVfsUtilPumpIoStreams(): properly detect detect EOF
(edit) @47827   11 years vboxsync Missed one RTLogCom call.
(edit) @47826   11 years vboxsync No COM port usage by default, except on double faults.
(edit) @47824   11 years vboxsync RTDbgDwarf: Read gcc 4.8.1 dwarf output.
(edit) @47783   11 years vboxsync IPRT/RTFileModeToFlags.cpp: Set default sharing modes.
(edit) @47782   11 years vboxsync IPRT/RTFileModeToFlags.cpp: Check for unknown disposition mode.
(edit) @47762   11 years vboxsync IPRT: Added RTFileModeToFlags* APIs + testcase.
(edit) @47516   11 years vboxsync Backed out r87679: Still working on the wrong solution... Sigh.
(edit) @47500   11 years vboxsync pr6022. Second variant of support GZIP files for OVA appliance.
(edit) @47443   11 years vboxsync Use a loop for executing the N command.
(edit) @47359   12 years vboxsync IPRT: Added compression to the gzip VFS I/O stream class …
(edit) @47356   12 years vboxsync IPRT: Added RTVfsIoStrmOpenNormal and RTVfsFileOpenNormal.
(edit) @47343   12 years vboxsync pr6022. cleaning up the code. RTZip interface …
(edit) @47340   12 years vboxsync pr6022. OVA appliance don't fail when a certificate file exists. GZIP …
(edit) @47339   12 years vboxsync kStuff is up to date on trunk, with KLDRMOD_OPEN_FLAGS_FOR_INFO …
(edit) @47332   12 years vboxsync Runtime/dbgmoddwarf: Ignore a few more sections emitted by apple llvm-clang
(edit) @47290   12 years vboxsync Fixes related to reading symbols from a 64-bit linux kernel (3.7).
(edit) @47060   12 years vboxsync KLDRMOD_OPEN_FLAGS_FOR_INFO
(edit) @47057   12 years vboxsync RTLdrFlt,dwarf: Sequeeze more info out of the darwin kernel debug info.
(edit) @46982   12 years vboxsync build fix
(edit) @46981   12 years vboxsync typo.
(edit) @46980   12 years vboxsync Deprecated the old manifest API. r=bird: IPRT does NOT use ugly C++ …
(edit) @46972   12 years vboxsync pr6022. Relative paths in the OVA package are processed from now.
(edit) @46971   12 years vboxsync pr6022. Support handling directories in the TAR has been added. Added …
(edit) @46941   12 years vboxsync Moved some related files from win/amd64 to common/asm while at it (LDTR).
(edit) @46939   12 years vboxsync Missing ASMGetLDTR on win64.
(edit) @46936   12 years vboxsync fix
(edit) @46934   12 years vboxsync dbgmodcodeview.cpp: Forced the code to deal with the bios symbol files.
(edit) @46916   12 years vboxsync dbgmoddwarf.cpp: Ignore abbreviations with code 0, they're just …
(edit) @46593   12 years vboxsync updates
(edit) @46548   12 years vboxsync asmdefs.mac,bootsectors,*: Removed xS and sZ in favor of xCB and sCB.
(edit) @46518   12 years vboxsync Export/import OVA/OVF package supports ISO images. The problem with …
(edit) @46489   12 years vboxsync rtGetOptSearchLong: when seraching standard options, check …
(edit) @46338   12 years vboxsync burn fix
(edit) @46336   12 years vboxsync Runtime/tar: don't crop the file name silently if it does not fit into …
(edit) @46326   12 years vboxsync RT_STR_TUPLE
(edit) @46282   12 years vboxsync properties.
(edit) @46281   12 years vboxsync Two bugfixes.
(edit) @46277   12 years vboxsync build fixes
(edit) @46276   12 years vboxsync Prefere out .DBG reader over the DbgHelp one.
(edit) @46275   12 years vboxsync docs
(edit) @46274   12 years vboxsync dbgmodcodeview.cpp: Added code for parsing microsoft COFF debug …
(edit) @46273   12 years vboxsync ldr.h,ldrPE.cpp: Report COFF debug type. Correctly report cbImage for …
(edit) @46271   12 years vboxsync build fixes.
(edit) @46269   12 years vboxsync dbgmodcodeview.cpp: More sane segment translation and more stuff.
(edit) @46266   12 years vboxsync IPRT: Changed RTLDRSEG::pchName to pszName and make sure it's always …
(edit) @46261   12 years vboxsync One more vmlinux hack.
(edit) @46260   12 years vboxsync dbgmoddwarf.cpp: Fixed leakes and adjustments for loading vmlinux.
(edit) @46259   12 years vboxsync ldrELFRelocatable.cpp.h: Made ET_EXEC and ET_DYN partially work so the …
(edit) @46258   12 years vboxsync dbgmodcontainer.cpp: Binary search doesn't work with the 0 LB 0 …
(edit) @46257   12 years vboxsync memcache.cpp: Optimization in the growth code. Drop strictness …
(edit) @46254   12 years vboxsync Fixes.
(edit) @46246   12 years vboxsync Runtime/AioMgr: Bug fixes
(edit) @46233   12 years vboxsync Runtime/AioMgr: Continue work, implementation almost complete
(edit) @46221   12 years vboxsync Find absolute symbols by address.
(edit) @46215   12 years vboxsync dbgmodcontainer.cpp: Fix for crash during solaris detection (COMMON …
(edit) @46212   12 years vboxsync build fixes
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