VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @44817   12 years vboxsync win build fix
(edit) @44556   12 years vboxsync Use posix_spawn on mac as well, its (mostly) there since 10.5.
(edit) @44555   12 years vboxsync process-creation-posix.cpp: posix_spawnattr_setsigmask doesn't take …
(edit) @44554   12 years vboxsync RTTestPassed/RTTestIPassed does not accept NULL as a parameter. Use …
(edit) @44549   12 years vboxsync Runtime/posix/RTProcCreateEx: unblock all signals for the new child process
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44494   12 years vboxsync needs checking up…
(edit) @44489   12 years vboxsync The deatch problem on OS/2 is in RTProcCreate.
(edit) @44487   12 years vboxsync IPRT: Poll on OS/2.
(edit) @44486   12 years vboxsync Just save all the init flags instead of just the unobtrusive one.
(edit) @44485   12 years vboxsync RT_BOOL.
(edit) @44472   12 years vboxsync IPRT: Merging poll-win.cpp and poll-posix.cpp, part 2.
(edit) @44469   12 years vboxsync IPRT: Merging poll-win.cpp and poll-posix.cpp, part 1.
(edit) @44462   12 years vboxsync pipe-os2.cpp: Basic implementation passes the test case.
(edit) @44460   12 years vboxsync build fix
(edit) @44456   12 years vboxsync Runtime: add unobtrusive initialisation option which does not block …
(edit) @44429   12 years vboxsync IPRT/r3/socket.cpp: OS/2 has trouble sending buffers larger than 64KB, …
(edit) @44298   12 years vboxsync Implemented RTFileSetOwner on non-windows systems.
(edit) @44255   12 years vboxsync Test value unit constants.
(edit) @44231   12 years vboxsync dir-win.cpp: supposed to return success even if no matches were found, …
(edit) @44220   12 years vboxsync tstRTTime: Renamed from tstTime, convert to RTTest and restricted the …
(edit) @44192   12 years vboxsync r3/test.cpp: Added IPRT_TEST_OMIT_TOP_TEST env.var. for supressing the …
(edit) @44140   12 years vboxsync IPRT/r3/test.cpp: No element values, only attribute values. Simplifies …
(edit) @44025   12 years vboxsync Put IN_RT_STATIC in the VBOXR3STATIC template so everyone have the …
(edit) @44020   12 years vboxsync IPRT/thread-posix.cpp: avoid the pthread_setname_np dlsym trickery in …
(edit) @43902   12 years vboxsync IPRT/xml: Add getPrefix() method to get a prefix a xml node (pref:name …
(edit) @43880   12 years vboxsync Implemented RTSystemQueryTotalRam and RTSystemQueryAvailableRam on solaris.
(edit) @43879   12 years vboxsync Extended RTOnce with termination cleanups. (Changes existing …
(edit) @43686   12 years vboxsync Solaris/coredumper: Remove dead code. Can't use RTDirOpen while …
(edit) @43685   12 years vboxsync Solaris/coredumper: doxygen.
(edit) @43684   12 years vboxsync Solaris/coredumper: comment.
(edit) @43574   12 years vboxsync src/libs/openssl: retired VBOX_OPENSSL_ALL
(edit) @43560   12 years vboxsync RT/darwin: enhancements after review.
(edit) @43559   12 years vboxsync RT: build fix.
(edit) @43558   12 years vboxsync RT/Darwin: introduces simplefied phread_mutex_timedlock
(edit) @43548   12 years vboxsync Runtime/r3/linux: improved RTSystemQueryAvailableRam() and added a TODO
(edit) @43535   12 years vboxsync fixed SVN properties
(edit) @43443   12 years vboxsync IPRT: Implemented RTSystemQueryTotalRam and RTSystemQueryAvailableRam …
(edit) @43386   12 years vboxsync exploring nt.
(edit) @43363   12 years vboxsync Haiku Additions.
(edit) @43213   12 years vboxsync RTSocketGetAddrInfo -> RTSocketQueryAddressStr
(edit) @43206   12 years vboxsync More cleanups.
(edit) @43205   12 years vboxsync cleanup fix
(edit) @43204   12 years vboxsync The code breaks NT4 additions, trying a quick fix before backing out …
(edit) @43203   12 years vboxsync cleanup.
(edit) @43183   12 years vboxsync Runtime breakage for OS/2
(edit) @43176   12 years vboxsync more windows build fixes
(edit) @43174   12 years vboxsync vcc build fix
(edit) @43171   12 years vboxsync Runtime: add IPv6 parsing/resolving functions (contributed by Oliver …
(edit) @43129   12 years vboxsync fix EOL style mess
(edit) @43046   12 years vboxsync iprt: detect ocfs2
(edit) @42239   12 years vboxsync More Visual C++ 2010 adjustments and hacks.
(edit) @42229   12 years vboxsync Runtime/RTPathReal: fixed logging statement
(edit) @42077   12 years vboxsync Runtime/Process: Missing changes, relax the parameter checks for …
(edit) @41919   12 years vboxsync Runtime/process: Add RTProcQueryUsername to query the username of the …
(edit) @41881   12 years vboxsync IPRT: Name threads on linux when supported.
(edit) @41774   12 years vboxsync bugref..
(edit) @41763   13 years vboxsync IPRT/thread-posix.cpp: Use pthread_setname_np if present (currently …
(edit) @41686   13 years vboxsync Runtime/r3/solaris: coredumper cleanup.
(edit) @41504   13 years vboxsync RTStrmGetLine: Deal with correctly with \r\n, current handling is …
(edit) @41182   13 years vboxsync IPRT/process-win: Added ERROR_BAD_DEVICE translation.
(edit) @41056   13 years vboxsync IPRT/process-win: Added ERROR_FILE_CORRUPT translation.
(edit) @41055   13 years vboxsync IPRT/process-win: Added ERROR_FILE_CORRUPT translation.
(edit) @40825   13 years vboxsync Implemented RTPROC_FLAGS_SEARCH_PATH on windows.
(edit) @40751   13 years vboxsync removed posix comment from win source
(edit) @40654   13 years vboxsync Runtime/r3, RDP: Solaris 11 iconv change.
(edit) @40651   13 years vboxsync Runtime/r3/posix, RDP/client: Solaris 11 iconv change. Avoid …
(edit) @40646   13 years vboxsync Spaces.
(edit) @40571   13 years vboxsync ARTProcExec: dded RTPROC_FLAGS_SEARCH_PATH and implemented for posix.
(edit) @40553   13 years vboxsync fileio2-posix: comment
(edit) @40504   13 years vboxsync Solaris 11 build fixes.
(edit) @40497   13 years vboxsync Typo.
(edit) @40317   13 years vboxsync build fix.
(edit) @40307   13 years vboxsync build fix
(edit) @40306   13 years vboxsync build fix
(edit) @40305   13 years vboxsync IPRT: Fixed unresolved symbols on OS/2.
(edit) @40304   13 years vboxsync IPRT: fixed OS/2 'bitrot'.
(edit) @40132   13 years vboxsync Runtime/win: minor .def update for the updated OpenSSL library
(edit) @40131   13 years vboxsync Runtime/win: update .def file to reflect additional functions
(edit) @40105   13 years vboxsync Runtime/test: Propagate return code to caller
(edit) @40103   13 years vboxsync Runtime/semeventmulti-posix.cpp: Fix bug which causes that a …
(edit) @40102   13 years vboxsync Runtime/pipe-posix: Use timeout value in RTPipeSelectOne
(edit) @40101   13 years vboxsync Runtime/fs-posix: Missing error propagation
(edit) @40046   13 years vboxsync RTProcDaemonizeUsingFork: close pidfile handle in some error cases
(edit) @39987   13 years vboxsync Runtime/r3/fileio-win: also properly handle the unlikely case
(edit) @39933   13 years vboxsync Runtime/xml: be paranoid
(edit) @39867   13 years vboxsync process-win.cpp: Splitting monster function.
(edit) @39866   13 years vboxsync process-win.cpp: Addressing todos, fixed a potential heap corruption …
(edit) @39865   13 years vboxsync build fix.
(edit) @39864   13 years vboxsync process-win.cpp: address previous todo, added new ones, some clean up.
(edit) @39863   13 years vboxsync process-win.cpp: Do not return failure because UnloadUserProfile …
(edit) @39846   13 years vboxsync %ld -> %u + %#x.
(edit) @39842   13 years vboxsync IPRT/process-win: Fixed handle leak on legacy APIs; check rc when …
(edit) @39807   13 years vboxsync duh2!
(edit) @39806   13 years vboxsync duh!
(edit) @39804   13 years vboxsync Fixed regression (I hope) in yesterdays tcp/socket changes (name …
(edit) @39802   13 years vboxsync IPRT: socket / address resolving fixes. Debugged.
(edit) @39801   13 years vboxsync IPRT: socket / address resolving fixes.
(edit) @39753   13 years vboxsync IPRT: disable critical error message boxes on init. Take three.
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