VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @44867   12 years vboxsync Linux 3.9.0 rc0 compile fix
(edit) @44858   12 years vboxsync doc corrections.
(edit) @44817   12 years vboxsync win build fix
(edit) @44757   12 years vboxsync Runtime: TCP pseudo header checksum fix for IPv6 (#4796)
(edit) @44677   12 years vboxsync memobj-r0drv-solaris.c: Fixed mapping of RTR0MEMOBJTYPE_PHYS objects …
(edit) @44625   12 years vboxsync Missing file
(edit) @44623   12 years vboxsync Runtime: RTPathCreateRelative -> RTPathCalcRelative
(edit) @44617   12 years vboxsync Missing file
(edit) @44615   12 years vboxsync Runtime/path: Add RTPathCreateRelative to create a relative path …
(edit) @44579   12 years vboxsync BUGZ:6602 Reverted r83596.
(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) @44544   12 years vboxsync Linux r0drv: implement DO_NOT_DISABLE_PROVE_LOCKING option.
(edit) @44538   12 years vboxsync BUGZ:6602 Do not disable lock validator on debug build.
(edit) @44535   12 years vboxsync BUGZ: 6570,6602 Disable lock validator for linux r0drv when …
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44527   12 years vboxsync Runtime/testcase: missing #ifdef / #endif
(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.
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