VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @39521   13 years vboxsync FreeBSD: Certain fixes to run on CURRENT and clean up the support …
(edit) @39517   13 years vboxsync Some request thread pool musings.
(edit) @39515   13 years vboxsync *: Use RTLISTANCHOR.
(edit) @39510   13 years vboxsync laptop -> workstation.
(edit) @39504   13 years vboxsync RTReq: A bit more.
(edit) @39503   13 years vboxsync RTReq: Bugfix and some more refactoring.
(edit) @39502   13 years vboxsync RTReqQueueDestroy: Don't forget to destroy the requests.
(edit) @39500   13 years vboxsync RTReq: More refactoring.
(edit) @39499   13 years vboxsync forgot this…
(edit) @39498   13 years vboxsync RTReq refactoring.
(edit) @39489   13 years vboxsync Runtime: compatibility fix
(edit) @39480   13 years vboxsync fix for r75104
(edit) @39460   13 years vboxsync Runtime/r0drv/solaris: Spinlocks should be taken at PIL_MAX.
(edit) @39458   13 years vboxsync log.cpp: Change the time and timeprog prefixes from milliseconds to …
(edit) @39456   13 years vboxsync rtThreadMain: Try prevent gcc from hiding arguments in optimized …
(edit) @39448   13 years vboxsync Runtime: forgot the Makefiles
(edit) @39447   13 years vboxsync Runtime: add Uniform Resource Identifier handling support
(edit) @39443   13 years vboxsync Introduced RTThreadSleepNoLog for spinlocking in the electric fence …
(edit) @39439   13 years vboxsync manifest3.cpp: plugged leak.
(edit) @39438   13 years vboxsync vfschain.cpp: Don't forget to set the return value. duh.
(edit) @39436   13 years vboxsync Runtime/ldrkStuff: fixed wrong buffer size
(edit) @39395   13 years vboxsync IPRT/stream-r3: Fixed broken char-by-char output in rtStrmWriteLocked().
(edit) @39389   13 years vboxsync dbgmodnm.cpp: Made it grok linux 2.4 /proc/ksyms (dsl).
(edit) @39388   13 years vboxsync RTStrSetMode: Only recheck when flipping the binary flag.
(edit) @39384   13 years vboxsync IPRT/stream-r3: Bugfixes for re-checking/applying stream modes.
(edit) @39383   13 years vboxsync faster, better. untested. :)
(edit) @39382   13 years vboxsync Use RT_BOOL!
(edit) @39381   13 years vboxsync Build fix.
(edit) @39380   13 years vboxsync Build fix.
(edit) @39377   13 years vboxsync iprt/stream.h: Added RTStrSetMode. (untested)
(edit) @39350   13 years vboxsync Runtime: add methods for checking if something is in use in a circular …
(edit) @39327   13 years vboxsync scm whitespace cleanups.
(edit) @39277   13 years vboxsync Runtime: split should really be const; add RTCStringFmt
(edit) @39255   13 years vboxsync take two on those linux build fixes.
(edit) @39254   13 years vboxsync More linux build fixes.
(edit) @39252   13 years vboxsync NOINST -> INSTTYPE=none; adding DEBUG_INSTTYPE=both if the NOINST was …
(edit) @39246   13 years vboxsync iprt/ctype.h: Corrected bugs and adding a complete testcase.
(edit) @39243   13 years vboxsync warnings.
(edit) @39208   13 years vboxsync Solaris/vbi Solaris/NetFlt: close ctf file opens.
(edit) @39181   13 years vboxsync RTManifest.cpp: Fixed exit code mixup causing file reading errors to …
(edit) @39176   13 years vboxsync tstRTStrVersion.cpp: A few more tests.
(edit) @39143   13 years vboxsync Runtime/fileaio-posix: Don't use NULL for size_t (patch from public #9830)
(edit) @39093   13 years vboxsync build fix
(edit) @39092   13 years vboxsync alloc-ef-cpp.cpp: build fix.
(edit) @39091   13 years vboxsync More parameter warning fixes; made PciIch9 check the saved state version.
(edit) @39089   13 years vboxsync alloc-ef-cpp.cpp: Another build fix…
(edit) @39088   13 years vboxsync alloc-ef-cpp.cpp: build fix.
(edit) @39087   13 years vboxsync alloc-ef-cpp.cpp: Always compile the stuff, so that fencing depends on …
(edit) @39083   14 years vboxsync IPRT: -Wunused-parameter.
(edit) @39080   14 years vboxsync IPRT: Started -Wunused-parameter cleanup.
(edit) @39071   14 years vboxsync build fix
(edit) @39070   14 years vboxsync VMM,IPRT: -Wunused-function.
(edit) @39050   14 years vboxsync copyright year.
(edit) @39049   14 years vboxsync IPRT: Implemented / adjusted zlib status code conversion.
(edit) @39043   14 years vboxsync Config.kmk, mangling, Runtime: use static zlib for Solaris.
(edit) @39032   14 years vboxsync IPRT: Fixed unused variable warnings.
(edit) @39030   14 years vboxsync RTFileGetSize/posix: Make it figure the size of a volume/disk.
(edit) @39029   14 years vboxsync lockvalidator.cpp: Plugged a leak. (Don't think it's an important leak …
(edit) @39028   14 years vboxsync RTFileGetSize/win: Made it grok volume & disks (some disks anyway).
(edit) @39027   14 years vboxsync RTFileGetSize/win: Made it grok volume & disks (some disks anyway).
(edit) @39025   14 years vboxsync fileio-win.cpp: hacking in progress…
(edit) @39013   14 years vboxsync initterm-r0drv-linux.c: Attempting to fix the build for < 2.5.41.
(edit) @39008   14 years vboxsync in_atomic() was added in 2.5.32 (i386).
(edit) @39007   14 years vboxsync timer-r0drv-linux.c: Make 100% sure we ever call del_timer_sync while …
(edit) @39006   14 years vboxsync duh!
(edit) @39005   14 years vboxsync build fix
(edit) @39004   14 years vboxsync timer-r0drv-linux.c, ++: Don't use del_timer_sync when calling from a …
(edit) @38958   14 years vboxsync RTR0MemObjEnterPhys/NT: Support RTMEM_CACHE_POLICY_MMIO.
(edit) @38904   14 years vboxsync some small memory leaks in error cases and additional NULL checks
(edit) @38888   14 years vboxsync Warnings.
(edit) @38862   14 years vboxsync Typo.
(edit) @38758   14 years vboxsync IPRT: Added Windows 8 OS detection
(edit) @38735   14 years vboxsync %lS -> %ls.
(edit) @38734   14 years vboxsync s3.cpp: Use C local date names and IPRT.
(edit) @38733   14 years vboxsync %S -> %s and some other minor cleanups.
(edit) @38730   14 years vboxsync rtS3DateHeader: How to generate a date field using IPRT (disabled).
(edit) @38686   14 years vboxsync Runtime/Sg: Leave early if there is no memory left in the S/G buffer
(edit) @38672   14 years vboxsync r0drv/solaris/vbi: silence struct member offset info. during bootup.
(edit) @38659   14 years vboxsync strformat.cpp: Burn fix (todo, fix properly later).
(edit) @38658   14 years vboxsync IPRT: , and are now deprecated, the conversion to local codeset …
(edit) @38651   14 years vboxsync tstDir-2: Print names correctly.
(edit) @38639   14 years vboxsync iprt: burn fix. can expose these variables later if needed.
(edit) @38638   14 years vboxsync iprt: Change the console CP to CP_ACP if initializing from an …
(edit) @38636   14 years vboxsync *,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
(edit) @38620   14 years vboxsync build fixes
(edit) @38619   14 years vboxsync IPRT: More dwarf reading.
(edit) @38618   14 years vboxsync VBoxHeadless/win: dont create console window for console VBoxHeadless app
(edit) @38617   14 years vboxsync More DWARF parsing.
(edit) @38606   14 years vboxsync More dwarf hacking.
(edit) @38603   14 years vboxsync build fix
(edit) @38601   14 years vboxsync IPRT: Some more dwarf bits.
(edit) @38585   14 years vboxsync duh.
(edit) @38584   14 years vboxsync iprt/dwarf: Attacking .debug_info…
(edit) @38581   14 years vboxsync IPRT: More debug info & ldr stuff.
(edit) @38573   14 years vboxsync iprt: Read dwarf line numbers.
(edit) @38558   14 years vboxsync build fix
(edit) @38557   14 years vboxsync dbgmoddwarf.cpp: line number virtual machine coding.
(edit) @38554   14 years vboxsync dwarf hacking in progress…
(edit) @38553   14 years vboxsync dbgmod.cpp: Fixed double locking bug in RTDbgModLineByAddr.
(edit) @38547   14 years vboxsync IPRT: More debug info hacking.
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