VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33529   14 years vboxsync base64: Fix the assertion, carriage returns are handled like the other …
(edit) @33527   14 years vboxsync Fix name
(edit) @33503   14 years vboxsync RTSystemQueryAvailableRam is a better name
(edit) @33500   14 years vboxsync Broken assertion removed
(edit) @33499   14 years vboxsync Rename
(edit) @33498   14 years vboxsync Added RTSystemQueryTotalRam
(edit) @33496   14 years vboxsync iprt/string.h: Moved the string format docs to the header so it is …
(edit) @33494   14 years vboxsync Build fixes.
(edit) @33492   14 years vboxsync Guest Copy/Guest Additions: Update.
(edit) @33491   14 years vboxsync IPRT/process-win: Only map Windows error to rc if no IPRT failure yet.
(edit) @33490   14 years vboxsync IPRT/process-win: Not needed; rc already contains the right error code.
(edit) @33484   14 years vboxsync Runtime: force zero terminated strings on file read
(edit) @33469   14 years vboxsync IPRT: xml classes documentation, plus reduced some buffer sizes.
(edit) @33466   14 years vboxsync build fixes
(edit) @33464   14 years vboxsync *: Fixes for incorrect RTStrAPrintf usage (it does NOT return an IPRT …
(edit) @33463   14 years vboxsync isofs.cpp: Use static! RTStrAPrintf fixes.
(edit) @33454   14 years vboxsync IPRT: off-by-one
(edit) @33453   14 years vboxsync IPRT/isofs.cpp: Documentation, cleaning up a bit.
(edit) @33450   14 years vboxsync iprt/path: Added RTPathJoinA.
(edit) @33441   14 years vboxsync Linux additions: symlinks only for Linux 2.6 guests
(edit) @33439   14 years vboxsync IPRT, Linux additions, Shared folders: added support for guest shared …
(edit) @33437   14 years vboxsync iprt: Made tstRTSymlink work on Windows.
(edit) @33429   14 years vboxsync build fix
(edit) @33426   14 years vboxsync iprt/symlink.h: Initial code (only tested on linux).
(edit) @33393   14 years vboxsync IPRT: Some old OS/2 build fixes.
(edit) @33384   14 years vboxsync FreeBSD: More fixes to the RTSemEventWaitEx code. tstSupSem passes …
(edit) @33381   14 years vboxsync FreeBSD: Fix absolut timeouts. The sleepq_* KPI takes uses only …
(edit) @33376   14 years vboxsync FreeBSD: Implement RTSemEvent{|Multi}WaitEx
(edit) @33374   14 years vboxsync RTTestValue: Added a few more chars for the number value.
(edit) @33373   14 years vboxsync semeventmulti-r0drv-linux: Missing release during destroy
(edit) @33358   14 years vboxsync Runtime/r0drv/linux: fix for debug builds on 2.4 kernels
(edit) @33342   14 years vboxsync iprt: typo
(edit) @33341   14 years vboxsync Runtime/r3/posix: fix a burn
(edit) @33337   14 years vboxsync iprt: introduced RTSymlink() and RTReadLink() (thanks Brian …
(edit) @33311   14 years vboxsync comment
(edit) @33299   14 years vboxsync Runtime/string: fix typo in HTML quoted string formatting
(edit) @33290   14 years vboxsync Runtime: add a simple testcase for RTManifest
(edit) @33289   14 years vboxsync Runtime;Main-OVF-Import: added online creation of SHA1 sums; …
(edit) @33287   14 years vboxsync Runtime: missing makefile
(edit) @33286   14 years vboxsync Runtime: add lock free circular buffer + simple testcase
(edit) @33285   14 years vboxsync Runtime: typo
(edit) @33279   14 years vboxsync IPRT: Use the mmap+heap stuff on all posixy platforms.
(edit) @33278   14 years vboxsync RTMemCache: Fixed a bug in a calculation affect (too) small object …
(edit) @33269   14 years vboxsync IPRT: A quick replacement of the RTMemPage* and RTMemExec* APIs on …
(edit) @33268   14 years vboxsync IPRT: Added an AVL tree taking void * ranges.
(edit) @33262   14 years vboxsync RTOnce: Avoid allocating anything when there are no races.
(edit) @33246   14 years vboxsync Compile RTPathStartsWithRoot
(edit) @33245   14 years vboxsync IPRT: Added RTPathStartsWithRoot.
(edit) @33207   14 years vboxsync tstRTInlineAsm: another fix
(edit) @33206   14 years vboxsync tstRTInlineAsm: fixed CpuId test for newer Intel CPUs
(edit) @33198   14 years vboxsync tstRTInlineAsm: show hex values
(edit) @33194   14 years vboxsync IPRT/pipe-win.cpp: Check for write quota (hack).
(edit) @33168   14 years vboxsync warning
(edit) @33166   14 years vboxsync semeventwait-r0drv-solaris.h: addressed a potential timeout race.
(edit) @33158   14 years vboxsync build fixes
(edit) @33155   14 years vboxsync IPRT: Added RTSemEventGetResolution and RTSemEventMultiGetResolution …
(edit) @33153   14 years vboxsync IPRT: Require RTSemEventWaitEx in ring-0 (breaks freebsd and OS/2, …
(edit) @33152   14 years vboxsync IPRT/r0drv/solaris: Some more adjustments.
(edit) @33151   14 years vboxsync IPRT/r0drv/solaris: Some more adjustments.
(edit) @33150   14 years vboxsync IPRT/r0drv/solaris: Some more adjustments.
(edit) @33149   14 years vboxsync IPRT/r0drv/solaris: Use timeout_generic for high resolution timeouts …
(edit) @33148   14 years vboxsync IPRT/IsoFS: Raise block size to 64K.
(edit) @33144   14 years vboxsync IPRT: Reimplemented ring-0 event semaphores for solaris.
(edit) @33136   14 years vboxsync iprt/asm.h,tstRTInlineAsm: Added 64-bit atomic OR, AND, INC, DEC, ADD …
(edit) @33135   14 years vboxsync Runtime: Restart waitpid if it got interrupted
(edit) @33134   14 years vboxsync Runtime/process: forgotten initialization
(edit) @33130   14 years vboxsync tstInlineAsm -> tstRTInlineAsm.
(edit) @33104   14 years vboxsync RTPipeCreate: Use pipe2 on linux (added in 2.6.27) to avoid racing …
(edit) @33103   14 years vboxsync RTFileOpen: Use O_CLOEXEC on linux (added in 2.6.23) to avoid racing …
(edit) @33092   14 years vboxsync IPRT: Fixed and enabled the new code in …
(edit) @33070   14 years vboxsync semeventmulti-r0drv-solaris.c: High resolution timeout hacking in …
(edit) @33058   14 years vboxsync Runtime: RTTar setSize fixes
(edit) @33057   14 years vboxsync Runtime: add a manifest memory writer
(edit) @33056   14 years vboxsync Main-XML: add a xml memory writer
(edit) @33047   14 years vboxsync IPRT: Implemented RTSemEventWaitEx* for r0drv darwin.
(edit) @33044   14 years vboxsync iprt/process: eliminate RTPROC_FLAGS_DAEMONIZE_DEPRECATED, rework …
(edit) @33043   14 years vboxsync nt,linux: Added missing flag validation in the RTSemEventMultiWaitEx* …
(edit) @33042   14 years vboxsync IPRT: Implemented RTSemEventMultiWaitEx* for r0drv darwin.
(edit) @33038   14 years vboxsync IPRT: Implemented the RTSemEvent*WaitEx* APIs for ring-0 NT.
(edit) @33036   14 years vboxsync IPRT: Implemented RTSemEventWaitEx[Debug] for ring-0 linux.
(edit) @33033   14 years vboxsync IPRT: Implemented RTSemEventWaitEx[Debug] for ring-0 linux.
(edit) @33019   14 years vboxsync waitqueue-r0drv-linux.h: 2.4.x build fix
(edit) @33018   14 years vboxsync waitqueue-r0drv-linux.h: 2.4.x build fix
(edit) @33017   14 years vboxsync waitqueue-r0drv-linux.h: 2.4.x build fix
(edit) @33014   14 years vboxsync waitqueue-r0drv-linux.h: The init_wait() macro didn't put the argument …
(edit) @33012   14 years vboxsync IPRT,SUPDrv,VBoxGuest: Reimplemented RTSemEventWait* so that it can …
(edit) @33011   14 years vboxsync IPRT,SUPDrv,VBoxGuest: Reimplemented RTSemEventWait* so that it can …
(edit) @33010   14 years vboxsync RTSemEventMultiWaitNoResume: corrected assertion in the new …
(edit) @33009   14 years vboxsync Runtime/Process: avoid a hanging around zombie process when creating a …
(edit) @33006   14 years vboxsync IPRT: fixed rtR0MemObjLinuxAllocPages() which broke large pages on …
(edit) @32997   14 years vboxsync IPRT: Added ISO 9660 FS support.
(edit) @32996   14 years vboxsync belongs here
(edit) @32995   14 years vboxsync RTUuidFromUtf16: bug fix + testcase
(edit) @32994   14 years vboxsync RTUuidFromStr: bug fix + testcase.
(edit) @32993   14 years vboxsync byte write test.
(edit) @32990   14 years vboxsync Runtime/Process: Solaris: put every detached process in its own …
(edit) @32988   14 years vboxsync iprt: C warnings
(edit) @32979   14 years vboxsync iprt: RTUuidFromStr() / RTUuidFromUtf16(): allow the format …
(edit) @32970   14 years vboxsync RTSemEventMultiWaitEx and RTSemEventMultiWaitExDebug for windows.
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