VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @49329   11 years vboxsync Occasional commit of xcode5 dependendence in r90311.
(edit) @49326   11 years vboxsync IPRT: exposes RTNetStrToMAC (resolves todo in misc/getopt.cpp).
(edit) @49320   11 years vboxsync RTGZip.cpp: Accept zlib headers. Don't complain about EINVAL on flush …
(edit) @49318   11 years vboxsync Runtime/testcase: adapted tstRTSymlink to r89826
(edit) @49287   11 years vboxsync thread-r0drv-nt.cpp: Changed RTThreadPreemptIsPendingTrusty to always …
(edit) @49281   11 years vboxsync cpuid experiment.
(edit) @49233   12 years vboxsync RTZipBlockDecompress: Fixed pcbSrcActual for zlib case.
(edit) @49232   12 years vboxsync Added tstRTZip.cpp
(edit) @49229   12 years vboxsync win.x86 build fix
(edit) @49194   12 years vboxsync build fix, bug fix, testcase.
(edit) @49193   12 years vboxsync Correct copy&past fix.
(edit) @49192   12 years vboxsync Reverted r90068: wrong fix - don't writing 64-bit values to 32-bit …
(edit) @49191   12 years vboxsync Runtime: copy and paste
(edit) @49185   12 years vboxsync ASMCpuIdExSlow burn fix.
(edit) @49182   12 years vboxsync Added ASMCpuIdExSlow and made CPUM use it.
(edit) @49157   12 years vboxsync IPRT: Try use r3/nt/direnum-r3-nt.cpp.
(edit) @49150   12 years vboxsync SUPR3: Use NtDeviceIoControlFile instead of DeviceIoControl to avoid …
(edit) @49135   12 years vboxsync Runtime: Minor nit. Coding style.
(edit) @49118   12 years vboxsync kext plugins.
(edit) @49116   12 years vboxsync *.kmk: Some template cleanup, adding VBoxR3Tool for dev tools (bin/tools/).
(edit) @49084   12 years vboxsync tstRTPath.cpp: RTPathStripSuffix works more sensibly now, lone dot …
(edit) @49082   12 years vboxsync IPRT: darwin debugging fixes.
(edit) @49080   12 years vboxsync baka fixes.
(edit) @49078   12 years vboxsync dir-win.cpp/RTDirCreate: Aaaaaaaaaaaaaaaaarg!!!!!!!!!!
(edit) @49077   12 years vboxsync RTDbgSymCache: flat kext hack.
(edit) @49076   12 years vboxsync IPRT: DWARF reader, enum the image symbols and add what's missing (or …
(edit) @49061   12 years vboxsync More Mach-O symbol hacking.
(edit) @49057   12 years vboxsync build fix
(edit) @49055   12 years vboxsync uninitialize variable fix.
(edit) @49054   12 years vboxsync Resolve the uuid mapping link, in case the caller doesn't know the …
(edit) @49053   12 years vboxsync IPRT: More .dSYM hacking.
(edit) @49045   12 years vboxsync error conversion.
(edit) @49044   12 years vboxsync Darwin guest OS digger hacking in progress. Adding symbol cache util …
(edit) @49043   12 years vboxsync symlink-win.cpp: Fixed bug in RTSymlinkCreate on windows, seems …
(edit) @49040   12 years vboxsync More ext -> suff corrections.
(edit) @49039   12 years vboxsync IPRT: Filename extension versus suffix cleanup, long overdue.
(edit) @49037   12 years vboxsync typo
(edit) @49036   12 years vboxsync duh3!
(edit) @49035   12 years vboxsync duh. copy & paste
(edit) @49034   12 years vboxsync removed bad docs.
(edit) @49033   12 years vboxsync IPRT: Added RTFileCompare* methods a la RTFileCopy*.
(edit) @49030   12 years vboxsync Runtime/r3/win/process-win: typo
(edit) @49028   12 years vboxsync iprt/cpp/xml: Fixed attribute lookup with namespace by doing the same …
(edit) @48992   12 years vboxsync ASMGetSegAttr.asm: shorter.
(edit) @48990   12 years vboxsync Runtime: ASMGetSegAttr.
(edit) @48935   12 years vboxsync Runtime: Whitespace and svn:keyword cleanups by scm.
(edit) @48905   12 years vboxsync Promoted Runtime/include/internal/ldrMach-O.h to …
(edit) @48902   12 years vboxsync Fix debug build by adding some symbols that are not elided without …
(edit) @48895   12 years vboxsync Runtime: warning
(edit) @48870   12 years vboxsync build fix
(edit) @48869   12 years vboxsync build fix
(edit) @48868   12 years vboxsync XAR: The checksum style is case insensitive.
(edit) @48867   12 years vboxsync build fix
(edit) @48866   12 years vboxsync build fix
(edit) @48865   12 years vboxsync build fix
(edit) @48864   12 years vboxsync build fix
(edit) @48863   12 years vboxsync build fix
(edit) @48859   12 years vboxsync build fix
(edit) @48857   12 years vboxsync build fix
(edit) @48852   12 years vboxsync DMG in XAR fun, part 1 (probably will everything burn as I had to …
(edit) @48845   12 years vboxsync No need for boost any more AFAIK.
(edit) @48844   12 years vboxsync build fix
(edit) @48843   12 years vboxsync build fix
(edit) @48842   12 years vboxsync build fix
(edit) @48838   12 years vboxsync More or less usable XAR reader.
(edit) @48836   12 years vboxsync IPRT: Added a flag to the gzip decompressor I/O stream for accepting …
(edit) @48835   12 years vboxsync IPRT: Added RTTimeFromString and RTTimeSpecFromString for simple …
(edit) @48834   12 years vboxsync iprt/xml: Added more convenience methods and did more cleanup work, …
(edit) @48828   12 years vboxsync fixed tstRTFileModeStringToFlags
(edit) @48820   12 years vboxsync IPRT/RTFileModeToFlags(Ex): Introduced "oa" mode for opening + …
(edit) @48813   12 years vboxsync Runtime/solaris: nit.
(edit) @48812   12 years vboxsync Runtime/Solaris: RTMpGetCoreCount, RTMpGetOnlineCoreCount implementations.
(edit) @48808   12 years vboxsync testcase/tstRTMp-1: Added sanity test for RTMpGetOnlineCoreCount().
(edit) @48807   12 years vboxsync Runtime/common/once: Fix assertion in RTOnceReset().
(edit) @48797   12 years vboxsync A bit more XAR hacking.
(edit) @48785   12 years vboxsync warning
(edit) @48781   12 years vboxsync iprt/list.h,xml.h: Because of gcc, we need a C++ version of a bunch of …
(edit) @48780   12 years vboxsync Started on a XAR file system stream similar to what we have for TAR …
(edit) @48779   12 years vboxsync iprt/xml.h: Replaced std::list<shared_ptr<>> with RTList both to safe …
(edit) @48768   12 years vboxsync Runtime: solaris build fix
(edit) @48766   12 years vboxsync Runtime: solaris build fix
(edit) @48693   12 years vboxsync dbgmoddwarf.cpp: mach_kernel kludge.
(edit) @48681   12 years vboxsync Main,IPRT: Added RTR3INIT_FLAGS_UTF8_ARGV so VBoxExtPackHelperApp can …
(edit) @48636   12 years vboxsync RTLdr: don't leak RTLDRMODINTERNAL::pReader.
(edit) @48628   12 years vboxsync Runtime/manifest: unimportant memory leak
(edit) @48484   12 years vboxsync Runtime: RTReq -> RTReqQueue
(edit) @48464   12 years vboxsync Wrong place.
(edit) @48463   12 years vboxsync tstR0ThreadPreemption: Try explicitly yielding.
(edit) @48462   12 years vboxsync r0drv/linux: todos.
(edit) @48412   12 years vboxsync bugfixes
(edit) @48411   12 years vboxsync latency testcase in the works…
(edit) @48398   12 years vboxsync dbgmoddwarf.cpp: mach_kernel hack.
(edit) @48396   12 years vboxsync Runtime: fixed typo (thanks Mathias Krause)
(edit) @48384   12 years vboxsync todo
(edit) @48383   12 years vboxsync Runtime/r0drv: be on the safe side
(edit) @48382   12 years vboxsync Runtime/r0drv: Depend only on kernel config define rather than the version.
(edit) @48319   12 years vboxsync VBoxRT-x86.dll: Windows build fix.
(edit) @48304   12 years vboxsync Runtime/r3/init: disable this for Vista 64 as well
(edit) @48283   12 years vboxsync Fixed VBOX_ZLIB bug in previous commit.
(edit) @48282   12 years vboxsync 32-bit main API on 64-bit solaris.
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette