VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @44451   12 years vboxsync BUGZ:6570 Add comment.
(edit) @44443   12 years vboxsync BUGZ:6570 Fixed. Split RTSPINLOCK_FLAGS_INTERRUPT_UNSAFE/SAFE …
(edit) @44429   12 years vboxsync IPRT/r3/socket.cpp: OS/2 has trouble sending buffers larger than 64KB, …
(edit) @44426   12 years vboxsync IPRT: Implemented RTSystemQueryTotalRam and RTSystemQueryAvailableRam …
(edit) @44369   12 years vboxsync IPRT/log.c: Assert (debug) on bad log group flags.
(edit) @44366   12 years vboxsync Runtime/strformatnum: fixed condition, found by Parfait
(edit) @44302   12 years vboxsync Runtime: work around gcc bug 55940, see public ticket 11035
(edit) @44300   12 years vboxsync Windows build fixes.
(edit) @44299   12 years vboxsync RTTar: Implemented simple extraction (-x).
(edit) @44298   12 years vboxsync Implemented RTFileSetOwner on non-windows systems.
(edit) @44286   12 years vboxsync iprt/rm: Some corrections and optimizations.
(edit) @44279   12 years vboxsync One important thing I forgot.
(edit) @44278   12 years vboxsync IPRT: Initial implementation of rm. Missing interactivity. Not tested …
(edit) @44260   12 years vboxsync Fixed ASMCpuId_Idx_ECX on windows (didn't consider ECX input).
(edit) @44255   12 years vboxsync Test value unit constants.
(edit) @44250   12 years vboxsync Runtime/sg.cpp: void * -> const void * in RTSgBufCopyFromBuf
(edit) @44244   12 years vboxsync Burn fix
(edit) @44241   12 years vboxsync Runtime/sg.cpp: Add API to check a buffer for zeros
(edit) @44238   12 years vboxsync Runtime/FreeBSD: Build fix
(edit) @44231   12 years vboxsync dir-win.cpp: supposed to return success even if no matches were found, …
(edit) @44228   12 years vboxsync tstRTR0Timer.cpp: Attempt at fixing test failures i the CSSD_LOOP.
(edit) @44220   12 years vboxsync tstRTTime: Renamed from tstTime, convert to RTTest and restricted the …
(edit) @44219   12 years vboxsync Runtime/dbgas.cpp: Fix inverted check resulting in a NULL pointer …
(edit) @44218   12 years vboxsync Runtime/manifest.cpp: Fix a possible NULL pointer dereference in the …
(edit) @44200   12 years vboxsync too long silly value name.
(edit) @44198   12 years vboxsync Testcases: Short and fewer test names.
(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) @44135   12 years vboxsync Runtime/sg.cpp: Increase assertion limit to 32Mb as some guests might …
(edit) @44042   12 years vboxsync shut up gcc
(edit) @44030   12 years vboxsync TestSuite: Make the VCC100 output binaries work on NT4 and such.
(edit) @44025   12 years vboxsync Put IN_RT_STATIC in the VBOXR3STATIC template so everyone have the …
(edit) @44024   12 years vboxsync Runtime: Windows build fix, preliminary
(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) @43893   12 years vboxsync Runtime/once: fixed assertion
(edit) @43880   12 years vboxsync Implemented RTSystemQueryTotalRam and RTSystemQueryAvailableRam on solaris.
(edit) @43879   12 years vboxsync Extended RTOnce with termination cleanups. (Changes existing …
(edit) @43876   12 years vboxsync fixed a few format specifier bugs
(edit) @43856   12 years vboxsync Runtime/timer: actually disable the interrupts while having the …
(edit) @43713   12 years vboxsync iprt/http: added support for custom headers
(edit) @43699   12 years vboxsync r0drv/solaris: comment spaces.
(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) @43682   12 years vboxsync asm-fake: Replace {u,}int32_t by {u,}int8_t to fix bus errors on …
(edit) @43679   12 years vboxsync iprt/http: introduced RTHttpSetProxy()
(edit) @43651   12 years vboxsync Runtime/http: typo
(edit) @43645   12 years vboxsync IPRT: simple HTTP interface
(edit) @43637   12 years vboxsync Linux 3.7 fixes
(edit) @43578   12 years vboxsync debug build fix
(edit) @43575   12 years vboxsync src/libs/curl: enable openssl support
(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) @43533   12 years vboxsync IPRT: TIMER => TimerLR
(edit) @43520   12 years vboxsync BUGZ:6041 add RTSystemQueryTotalRam() for Linux/R3/runtime.
(edit) @43443   12 years vboxsync IPRT: Implemented RTSystemQueryTotalRam and RTSystemQueryAvailableRam …
(edit) @43437   12 years vboxsync Runtime/FreeBSD: Shorten wait channel name to 6 characters (thanks to …
(edit) @43434   12 years vboxsync Fix comments (thanks to Ed Maste)
(edit) @43403   12 years vboxsync r0drv/haiku: cleanup.
(edit) @43387   12 years vboxsync VMM: HM cleanup.
(edit) @43386   12 years vboxsync exploring nt.
(edit) @43381   12 years vboxsync the-darwin-kernel.h: kIOMemoryMapperNone was introduced in 10.6 it seems.
(edit) @43375   12 years vboxsync memobj-r0drv-darwin.cpp: 10.8.2 fixes.
(edit) @43373   12 years vboxsync Additions/Haiku: missed commits.
(edit) @43366   12 years vboxsync Haiku Additions: cleanup, missed file.
(edit) @43363   12 years vboxsync Haiku Additions.
(edit) @43355   12 years vboxsync r0drv/darwin: memobj-r0drv-darwin; complete() and prepare() must be …
(edit) @43304   12 years vboxsync Forward ported r78691 from 4.1: Extend r80723 / r78414 to Snow Leopard.
(edit) @43303   12 years vboxsync Forward ported r78414 from 4.1: Fix VERR_NO_MEMORY loading VMMR0.r0
(edit) @43292   12 years vboxsync grr
(edit) @43290   12 years vboxsync Runtime: Speed up the mangling.h checks with some sed magic.
(edit) @43221   12 years vboxsync common/string/RTStrIPv6.cpp -> common/net/netaddrstr.cpp.
(edit) @43220   12 years vboxsync build fix
(edit) @43215   12 years vboxsync build fix
(edit) @43214   12 years vboxsync RTStrIsIpAddr[46] -> RTNetIsIpv\1AddrStr; made the buggers return bool …
(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) @43192   12 years vboxsync typo
(edit) @43183   12 years vboxsync Runtime breakage for OS/2
(edit) @43176   12 years vboxsync more windows build fixes
(edit) @43175   12 years vboxsync more windows build fixes
(edit) @43174   12 years vboxsync vcc 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