VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @31105   14 years vboxsync Really fix windows burn
(edit) @31104   14 years vboxsync Fix windows burn
(edit) @31103   14 years vboxsync IPRT/Socket: Add non blocking versions of the read/write methods. The …
(edit) @30746   14 years vboxsync Main: clean up spaghetti code in Console::configConstructor(): remove …
(edit) @30468   15 years vboxsync IPRT: - Corrected RTSGBUF member names. - Corrected RTSgBufInit …
(edit) @30371   15 years vboxsync RTFsQueryType/win: Fix for FileSystemName not being terminated.
(edit) @30365   15 years vboxsync RTFsQueryType: Use an enum. Added RTFsTypeName() for translating a …
(edit) @30324   15 years vboxsync Main, Runtime: refined file system check to warn for disabled host …
(edit) @30312   15 years vboxsync Runtime/process-posix: Better error message if the binaries format is …
(edit) @30307   15 years vboxsync compile fix
(edit) @30306   15 years vboxsync Runtime/socket: Windows does have a good enough sendmsg() equivalent …
(edit) @30303   15 years vboxsync iprt/RTDirRead: fixed memory leak introduced in r60863
(edit) @30294   15 years vboxsync build fix
(edit) @30283   15 years vboxsync Runtime: error checking
(edit) @30282   15 years vboxsync RTFsQueryType(): hfsplus on Linux
(edit) @30281   15 years vboxsync Runtime: added Darwin support to RTFsQueryType
(edit) @30279   15 years vboxsync removed unused header
(edit) @30276   15 years vboxsync iprt: added RTFsQueryType() for Windows
(edit) @30275   15 years vboxsync Runtime/socket: fix size_t/int problem
(edit) @30273   15 years vboxsync Runtime/socket: typo
(edit) @30272   15 years vboxsync Runtime/socket: there is no sendmsg equivalent on all Windows …
(edit) @30270   15 years vboxsync Runtime/tcp+socket: Add function to write to a socket using a …
(edit) @30254   15 years vboxsync iprt: introduced RTFsQueryType()
(edit) @30238   15 years vboxsync fileaio-solaris.cpp: Variable mixup. Fixes hang during async I/O
(edit) @30112   15 years vboxsync iprt/asm.h,*: Added ASMAtomicWriteNullPtr and ASMAtomicUoWriteNullPtr …
(edit) @30111   15 years vboxsync iprt/asm.h,*: Revised the ASMAtomic*Ptr functions and macros. The new …
(edit) @30093   15 years vboxsync IPRT: Removed VERR_LOGON_FAILURE in favor of …
(edit) @30065   15 years vboxsync IPRT/process-win: Added fallback process detection for guests w/o …
(edit) @30013   15 years vboxsync scm cleanup.
(edit) @29951   15 years vboxsync RTTcpServerCreateEx: Don't assert when failing to resolve the host name.
(edit) @29912   15 years vboxsync IPRT/process-win: Only deal with NULL domains on NT4.
(edit) @29873   15 years vboxsync OVF: fix incorrect disk UUIDs in machine XML on export
(edit) @29833   15 years vboxsync fileaio-freebsd.cpp: Fixes
(edit) @29807   15 years vboxsync Guest Control/IPRT/VBoxManage: More gentle error messages, bug fix for …
(edit) @29728   15 years vboxsync IPRT/process-win: Beautified.
(edit) @29727   15 years vboxsync IPRT/process-win: Not needed.
(edit) @29726   15 years vboxsync IPRT/process-win: Fixed some errors, added NT4 support, modularized a bit.
(edit) @29718   15 years vboxsync Typo.
(edit) @29717   15 years vboxsync IPRT/process-win: Comment/Explanation.
(edit) @29716   15 years vboxsync IPRT/process-win: More generic way for starting processes from a …
(edit) @29642   15 years vboxsync RTSystemQueryDmiString-linux.cpp: RTSYSDMISTR_MANUFACTURER.
(edit) @29636   15 years vboxsync Runtime/process-posix: consume less stack during RTProcCreateEx
(edit) @29624   15 years vboxsync posix/process-posix: rtCheckCredentials for Solaris.
(edit) @29602   15 years vboxsync process-posix: use crypt_r() instead of crypt()
(edit) @29582   15 years vboxsync Runtime/r3/posix: support executing as different user (Linux only for now)
(edit) @29578   15 years vboxsync RTSystemQueryDmiString-win.cpp: Ignore RPC_E_TOO_LATE and enable …
(edit) @29560   15 years vboxsync RTSystemQueryDmiString: Added RTSYSDMISTR_MANUFACTURER and implemented …
(edit) @29559   15 years vboxsync pipe-posix.cpp: nits
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