VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @46035   12 years vboxsync Remove L4 support from main tree.
(edit) @46014   12 years vboxsync RTDirQueryUnknownType* adjustment.
(edit) @46013   12 years vboxsync RTDirQueryUnknownType* adjustment.
(edit) @46008   12 years vboxsync iprt/dir.h,++: Added RTDirQueryUnknownType, RTDirQueryUnknownTypeEx, …
(edit) @45948   12 years vboxsync IPRT: Added RTTcpClientConnectEx and RTTcpClientCancelConnect.
(edit) @45678   12 years vboxsync Runtime/aio: Add flags parameter to RTFileAioCtxCreate
(edit) @45630   12 years vboxsync rtDirOpenCommon: We don't need to resolve symbolic links in the path, …
(edit) @45593   12 years vboxsync VBoxRT-openssl-ose.def: Build fix from Sander.
(edit) @45375   12 years vboxsync RTPathParse -> RTPathParseSimple.
(edit) @45356   12 years vboxsync tabs
(edit) @45350   12 years vboxsync More ntBldSymDb.cpp work.
(edit) @45338   12 years vboxsync Runtime/stream: initialize fRecheckMode
(edit) @45263   12 years vboxsync rand-posix.cpp: Another S10 (testboxsh1) fix/hack.
(edit) @45260   12 years vboxsync We should probably check the iconv return value a little more closely. …
(edit) @45243   12 years vboxsync Use NSStartSearchPathEnumeration + NSDocumentDirectory insted of …
(edit) @45176   12 years vboxsync Runtime: export systemmem-ose to OSE
(edit) @45174   12 years vboxsync accident
(edit) @45173   12 years vboxsync doc: re-added vbox-greeter documentation
(edit) @45104   12 years vboxsync Corrected the spelling of '@todo' (it's not spelled with three X-es). ;-)
(edit) @45099   12 years vboxsync Runtime: fixed RTSystemQueryTotalRam() and RTSystemQueryAvailableRam() …
(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   12 years vboxsync IPRT/thread-posix.cpp: Use pthread_setname_np if present (currently …
(edit) @41686   12 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
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