VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.
(edit) @32969   14 years vboxsync build fix.
(edit) @32968   14 years vboxsync build fix
(edit) @32966   14 years vboxsync semeventmulti-posix.cpp: Implemented RTSemEventMultiWaitEx and …
(edit) @32949   14 years vboxsync tstSemEvent -> tstRTSemEventMulti; removed tstSems.
(edit) @32948   14 years vboxsync semeventmulti-linux.cpp: bugfix
(edit) @32946   14 years vboxsync iprt/semaphore.h: Started adding RTSem*<Wait|Request>Ex[Debug].
(edit) @32919   14 years vboxsync nits
(edit) @32914   14 years vboxsync Drop the hthread parameter
(edit) @32907   14 years vboxsync Use native handle
(edit) @32905   14 years vboxsync Introducing RTThreadGetExecutionTimeMilli
(edit) @32901   14 years vboxsync tstRTPrfIO: profile some I/O related APIs.
(edit) @32878   14 years vboxsync strncat fixes
(edit) @32864   14 years vboxsync Comment typo.
(edit) @32836   14 years vboxsync Runtime: fix check
(edit) @32834   14 years vboxsync Runtime/fs-posix.cpp: Implement RTFsQueryType() for FreeBSD
(edit) @32830   14 years vboxsync tcp.cpp: Make the outlined fix for rtTcpClose work
(edit) @32818   14 years vboxsync IPRT: RTTcpClientCloseEx - don't be nice to storage servers, they …
(edit) @32810   14 years vboxsync tcp.cpp: Outlined fix rtTcpClose fix for 3.2.
(edit) @32801   14 years vboxsync rtTcpClose: The trunk fix for the graceful shutdown hang.
(edit) @32800   14 years vboxsync socket.cpp: minor cleanup.
(edit) @32757   14 years vboxsync more fudge.
(edit) @32756   14 years vboxsync Runtime: more fixes
(edit) @32754   14 years vboxsync Runtime: next burn fix try
(edit) @32753   14 years vboxsync tstRTR0Timer: fixes, works on linux now.
(edit) @32752   14 years vboxsync Runtime: fix piggy compiler
(edit) @32751   14 years vboxsync Runtime: initial VFS support for tar
(edit) @32749   14 years vboxsync tstRTR0Timer: fixes.
(edit) @32748   14 years vboxsync r0drv/linux/timer-r0drv-linux.c: fixes for cpu specific timers.
(edit) @32742   14 years vboxsync tstRTR0Timer: some train code.
(edit) @32737   14 years vboxsync timer-r0drv-linux.c: Fixes.
(edit) @32736   14 years vboxsync tstRTR0Timer: More tests (almost there now).
(edit) @32713   14 years vboxsync Runtime/alloc-r0drv: fixed invalid paramter return value
(edit) @32711   14 years vboxsync timer-r0drv-linux.c: incorrect check for cpu migration.
(edit) @32708   14 years vboxsync iprt: build fixes
(edit) @32707   14 years vboxsync IPRT: Added RTMemAllocEx[Tag] and RTMemFreeEx, only implemented in …
(edit) @32674   14 years vboxsync IPRT: started on some internal ring-0 alloc api.
(edit) @32670   14 years vboxsync timer-r0drv-linux.c: bug fixes. The ugly guest debugging tracking will …
(edit) @32669   14 years vboxsync tstRTR0Timer: Some more tests.
(edit) @32657   14 years vboxsync IPRT/process-win: Added fallback for environment block creation …
(edit) @32656   14 years vboxsync IPRT/process-win: Added dynamic loading of Userenv-APIs.
(edit) @32653   14 years vboxsync IPRT/process-win: Added extended user profile invocation (environment …
(edit) @32648   14 years vboxsync IPRT: linux kernel timer changes, testcase. hrtimers are not working …
(edit) @32630   14 years vboxsync Runtime: fix burn
(edit) @32629   14 years vboxsync Runtime: remove the useless secondary temporary memory pointer
(edit) @32611   14 years vboxsync tstRTR0Timer: Started on a timer testcase for ring-0.
(edit) @32602   14 years vboxsync Runtime: fix burn
(edit) @32601   14 years vboxsync Runtime: fix burn
(edit) @32599   14 years vboxsync Runtime: fixed todos; distinct between real VERR_EOF and tar end of …
(edit) @32572   14 years vboxsync VMM,SUPDrv,IPRT: More changes for related to the priodic preemption …
(edit) @32569   14 years vboxsync Runtime: fix burn
(edit) @32568   14 years vboxsync OVA: parse ovf in memory on ova import (no need for a temporary ovf …
(edit) @32566   14 years vboxsync Runtime: in-memory extraction support for tar
(edit) @32565   14 years vboxsync Runtime/Main: add xml/ovf parsing in memory
(edit) @32536   14 years vboxsync Storage/VBoxHDD: replace custom open flags with regular IPRT file open …
(edit) @32530   14 years vboxsync Runtime/r3/coredumper: proper type.
(edit) @32529   14 years vboxsync Runtime/Makefile: coredumper only on amd64,x86 not sparc.
(edit) @32509   14 years vboxsync another windows build fix.
(edit) @32504   14 years vboxsync SUPDrv,IPRT,VMM,DevAPIC: Added RTTimerCanDoHighResolution and exposed …
(edit) @32485   14 years vboxsync timer-r0drv-linux.c: doc typo.
(edit) @32464   14 years vboxsync Runtime: only include critsect.h in stream.cpp if it is needed
(edit) @32463   14 years vboxsync IPRT/spinlock-r0drv-nt: Enabled RTSPINLOCK_NT_HACK_NOIRQ by default.
(edit) @32454   14 years vboxsync Build fix.
(edit) @32453   14 years vboxsync spinlock-r0drv-nt.cpp: Hack to try to resolve the ISR issue in …
(edit) @32446   14 years vboxsync tstRTList.cpp: Check one more thing.
(edit) @32445   14 years vboxsync iprt/list.h: Added RTListForEachSafe and RTListForEachReverseSafe.
(edit) @32439   14 years vboxsync Runtime/r3/coredumper: log.
(edit) @32431   14 years vboxsync scm cleanup
(edit) @32428   14 years vboxsync Build fix
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