VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @33194   14 years vboxsync IPRT/pipe-win.cpp: Check for write quota (hack).
(edit) @33148   14 years vboxsync IPRT/IsoFS: Raise block size to 64K.
(edit) @33135   14 years vboxsync Runtime: Restart waitpid if it got interrupted
(edit) @33134   14 years vboxsync Runtime/process: forgotten initialization
(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) @33056   14 years vboxsync Main-XML: add a xml memory writer
(edit) @33044   14 years vboxsync iprt/process: eliminate RTPROC_FLAGS_DAEMONIZE_DEPRECATED, rework …
(edit) @33009   14 years vboxsync Runtime/Process: avoid a hanging around zombie process when creating a …
(edit) @32997   14 years vboxsync IPRT: Added ISO 9660 FS support.
(edit) @32990   14 years vboxsync Runtime/Process: Solaris: put every detached process in its own …
(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) @32948   14 years vboxsync semeventmulti-linux.cpp: bugfix
(edit) @32946   14 years vboxsync iprt/semaphore.h: Started adding RTSem*<Wait|Request>Ex[Debug].
(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) @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) @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) @32572   14 years vboxsync VMM,SUPDrv,IPRT: More changes for related to the priodic preemption …
(edit) @32565   14 years vboxsync Runtime/Main: add xml/ovf parsing in memory
(edit) @32530   14 years vboxsync Runtime/r3/coredumper: proper type.
(edit) @32464   14 years vboxsync Runtime: only include critsect.h in stream.cpp if it is needed
(edit) @32439   14 years vboxsync Runtime/r3/coredumper: log.
(edit) @32431   14 years vboxsync scm cleanup
(edit) @32428   14 years vboxsync Build fix
(edit) @32426   14 years vboxsync IPRT/fileaio-win: Fix misunderstanding of GetQueuedCompletionStatus. …
(edit) @32424   14 years vboxsync Runtime/r3/coredumper: argh.
(edit) @32423   14 years vboxsync Runtime/r3/coredumper: comment.
(edit) @32422   14 years vboxsync Runtime/r3/coredumper: addressed remaining todos in r65763.
(edit) @32413   14 years vboxsync Runtime/r3/coredumper: wrong assumption.
(edit) @32411   14 years vboxsync Runtime/r3/coredumper: addressed some todos in r65763.
(edit) @32406   14 years vboxsync build fix
(edit) @32404   14 years vboxsync missing svn:keywords
(edit) @32403   14 years vboxsync r=bird: Quick glance at the solaris core dumper.
(edit) @32377   14 years vboxsync Runtime/r3/solaris: signal handler fixes.
(edit) @32376   14 years vboxsync Runtime/r3/coredumper: tighten signal handling code.
(edit) @32374   14 years vboxsync Runtime/r3/coredumper: remove SIGUSR2 when disabling dumper.
(edit) @32359   14 years vboxsync Runtime/r3/coredumper: flags.
(edit) @32353   14 years vboxsync Runtime/r3/coredumper: Fix taking live core when signalled externally.
(edit) @32350   14 years vboxsync Runtime/r3/coredumper: name flags similar to planned CFGM keys.
(edit) @32347   14 years vboxsync Runtime/r3/coredumper: Setup SIGUSR2 and flags, allow taking live cores.
(edit) @32320   14 years vboxsync oops
(edit) @32292   14 years vboxsync RTProcTerminate/win: Initializes globals.
(edit) @32276   14 years vboxsync IPRT/Socket: Add extended select API where the events to wait for can …
(edit) @32235   14 years vboxsync RTCoreDumper: added comment on the hardcoded padding, and why NULL …
(edit) @32221   14 years vboxsync RTCoreDumper: debug build fix.
(edit) @32202   14 years vboxsync RTCoreDumper: fix potential crash with reading passed buffer.
(edit) @32197   14 years vboxsync Runtime: Our own ldrELF32,64.h headers. Renamed ldrElf.h->ldrELF.h.
(edit) @32134   14 years vboxsync nits
(edit) @32131   14 years vboxsync Runtime/poll: New attempt to save received events to prevent losing them
(edit) @32125   14 years vboxsync iprt/memtracker: hacking in progress.
(edit) @32117   14 years vboxsync Backed out r65185 as the fix shall be done in socket …
(edit) @32048   14 years vboxsync coredumper: bits.
(edit) @31980   14 years vboxsync coredumper: Use our own ELF defines, added OS specific defines to …
(edit) @31961   14 years vboxsync rtStrConvertWrapper: Release the thread.
(edit) @31956   14 years vboxsync Runtime/poll-win: Save received events of other sources because some …
(edit) @31942   14 years vboxsync Runtime/poll: Fix retrieving events after WaitForMultipleObjects
(edit) @31937   14 years vboxsync coredumper-solaris: bits.
(edit) @31935   14 years vboxsync coredumper-solaris: minor change.
(edit) @31914   14 years vboxsync coredumper-solaris: Fixed suspend/resume threads to not use heap. …
(edit) @31869   14 years vboxsync coredumper-solaris.cpp: RTFileGetSize returns uint64_t and this cannot …
(edit) @31862   14 years vboxsync RTCoreDumper: cleanup.
(edit) @31860   14 years vboxsync RTCoreDumper: integration into IPRT, cleanup.
(edit) @31822   14 years vboxsync Runtime/r3/coredumper: rename.
(edit) @31821   14 years vboxsync tstRTCoreDump: copy to Runtime/r3.
(edit) @31717   14 years vboxsync Runtime/r3/posix: fileio-posix, comment.
(edit) @31585   14 years vboxsync Another one
(edit) @31584   14 years vboxsync Try to fix burning builds
(edit) @31582   14 years vboxsync Runtime/sockets: Don't loop in the non blocking calls
(edit) @31454   14 years vboxsync Build fix
(edit) @31453   14 years vboxsync Runtime/poll: Add a method to change the events to poll for without …
(edit) @31450   14 years vboxsync Runtime/socket: Make use of the new method to convert the S/G buffer …
(edit) @31406   14 years vboxsync RTPathSetMode/posix: No need to use realpath.
(edit) @31405   14 years vboxsync path.cpp: grr. build fix
(edit) @31404   14 years vboxsync RTPathGetMode: Can simplify this now that we've got RTPathQueryInfoEx.
(edit) @31309   14 years vboxsync IPRT/posix: Added RTPathSetMode().
(edit) @31305   14 years vboxsync Assert.
(edit) @31304   14 years vboxsync IPRT: Added RTPathGetMode().
(edit) @31302   14 years vboxsync fixed Linux builds
(edit) @31288   14 years vboxsync path-posix.cpp: Implemented RTPathSetOwnerEx and RTPathSetOwner.
(edit) @31274   14 years vboxsync r3/alloc.cpp: Fixed realloc assertion.
(edit) @31252   14 years vboxsync Made 'DEFS += RTMEM_WRAP_TO_EF_APIS' work better.
(edit) @31212   14 years vboxsync socket.cpp: renamed function to better reflect what's going on now.
(edit) @31189   14 years vboxsync Runtime/sockets: Don't switch back to blocking mode if the socket is …
(edit) @31158   14 years vboxsync iprt,++: Tag allocation in all builds with a string, defaulting to …
(edit) @31157   14 years vboxsync iprt,++: Tag allocation in all builds with a string, defaulting to …
(edit) @31122   14 years vboxsync IPRT/Sockets: Fix switch to blocking mode
(edit) @31121   14 years vboxsync IPRT/Sockets: Fix switch to blocking mode
(edit) @31106   14 years vboxsync Fix windows burn, take 3
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