VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @29845   15 years vboxsync tstRTCidr: nits
(edit) @29841   15 years vboxsync Runtime: testcase.
(edit) @29840   15 years vboxsync Runtime: no more than four octets are allowed.
(edit) @29839   15 years vboxsync tstRTCidr: another testcase
(edit) @29838   15 years vboxsync Runtime: cosmetic.
(edit) @29837   15 years vboxsync Runtime: fixed cDelimiterLimit calculation, short form (n.n/16 is the …
(edit) @29836   15 years vboxsync tstRTCidr: more testcases
(edit) @29834   15 years vboxsync Runtime: RTCidrStrToIPv4 changed to conform to rfc 4632 …
(edit) @29833   15 years vboxsync fileaio-freebsd.cpp: Fixes
(edit) @29832   15 years vboxsync Fix
(edit) @29831   15 years vboxsync alloc-r0drv-freebsd.c: Simplify the allocation of executable memory …
(edit) @29820   15 years vboxsync RTSha1Digest.cpp: Don't need mem.h
(edit) @29819   15 years vboxsync RTSha1Digest.cpp: Don't mix allocators! Also, check for allocation …
(edit) @29807   15 years vboxsync Guest Control/IPRT/VBoxManage: More gentle error messages, bug fix for …
(edit) @29783   15 years vboxsync iprt: %.5RX32 ++ bug fix - precision should padd with '0' as it used to do.
(edit) @29778   15 years vboxsync Runtime: Use RTSha1ToString cause the old method used the wrong …
(edit) @29765   15 years vboxsync *-r0drv-freebsd.c: Little cleanup and don't wire the pages twice …
(edit) @29763   15 years vboxsync FreeBSD: Wiring in a user map requires VM_MAP_WIRE_USER. Fixes guest …
(edit) @29739   15 years vboxsync memobj-r0drv-freebsd.cpp: Hopefully correct range check now…
(edit) @29738   15 years vboxsync Runtime: Added DPC queue depth offsets for 2003 Server SP2.
(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) @29714   15 years vboxsync memobj-r0drv-freebsd.c: Correct range checks
(edit) @29711   15 years vboxsync memobj-r0drv-freebsd.c: Use kmem_alloc_attr if available
(edit) @29705   15 years vboxsync build fix
(edit) @29703   15 years vboxsync Runtime: NT4 fixes
(edit) @29683   15 years vboxsync strformatrt.cpp: Fixed cchPrecision and cchWidth mixup in three calls.
(edit) @29661   15 years vboxsync IPRT: IPRT_DEBUG_SEMS cleanup - use macros.
(edit) @29660   15 years vboxsync IPRT: Fixed number formatting bug where we would pad with '0' instead …
(edit) @29648   15 years vboxsync Runtime: s/TASK_COMM_LEN/sizeof(current->comm)/ (fix debug builds …
(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
(edit) @29534   15 years vboxsync RuntimeR0: Added common/misc/once.cpp (RTOnce()).
(edit) @29500   15 years vboxsync Runtime/R0: FreeBSD build fixes
(edit) @29499   15 years vboxsync mp-r0drv-freebsd.c: Use smp_no_rendevous_barrier as teardown function
(edit) @29477   15 years vboxsync fileaio-posix.cpp: Fix assertion (It is possible to have 0 requests …
(edit) @29476   15 years vboxsync Tabs.
(edit) @29475   15 years vboxsync Solaris/r0drv: fixed double downgrading of a page lock.
(edit) @29451   15 years vboxsync Missing change
(edit) @29449   15 years vboxsync fileaio-posix.cpp: Fix flushes which were in the waiting list but not …
(edit) @29393   15 years vboxsync iprt: tstRTFile*.
(edit) @29392   15 years vboxsync iprt: Converted tstFileAio and tstFileAppend-1 to RTTest, fixing lock …
(edit) @29328   15 years vboxsync process-posix.cpp: Unbroke VBoxService on non-windows guests.
(edit) @29300   15 years vboxsync RTMpPokeCpu-r0drv-solaris.c: needed assert.h.
(edit) @29289   15 years vboxsync IPRT: Added RTPROC_FLAGS_SERVICE for code path handling when used with …
(edit) @29284   15 years vboxsync r0drv/solaris: asm*.h fixes
(edit) @29281   15 years vboxsync iprt/r0drv/solaris: asm*.h fixes.
(edit) @29279   15 years vboxsync Runtime: Made solaris.sparc64 link and run.
(edit) @29278   15 years vboxsync Runtime/asm-fake.cpp: Non-atomic implementation of the DECLASM bits in …
(edit) @29277   15 years vboxsync alloc-solaris.cpp: MMAP mode in case it comes in handy later.
(edit) @29272   15 years vboxsync spaces
(edit) @29271   15 years vboxsync Make VBoxRT build on sparc.
(edit) @29269   15 years vboxsync mp-solaris.cpp: Stubbed RTMpCpuId on sparc, pending proper …
(edit) @29267   15 years vboxsync iprt: consistend RT_NO_GIP usage.
(edit) @29264   15 years vboxsync build fix.
(edit) @29263   15 years vboxsync sparc adjustments.
(edit) @29262   15 years vboxsync Runtime/Makefile.kmk: Fixed RTMpGetDescription() on x86+amd64. Had …
(edit) @29255   15 years vboxsync darwin+asm.h build fixes.
(edit) @29254   15 years vboxsync r0drv/nt: More fixes.
(edit) @29253   15 years vboxsync initterm-r0drv-nt.cpp: build fix.
(edit) @29251   15 years vboxsync thread-win.cpp: build fix.
(edit) @29250   15 years vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @29247   15 years vboxsync semxroads-generic.cpp: -stdio.h debug.
(edit) @29241   15 years vboxsync fileaio-win: Return VERR_NOT_SUPPORTED instead of …
(edit) @29237   15 years vboxsync Runtime/FreeBSD: Fix build of fileaio-freebsd.cpp
(edit) @29129   15 years vboxsync Runtime/Aio: Fix flush API. The fFlush flag needs to be resetted
(edit) @29111   15 years vboxsync IPRT/fileaio-linux: Support flushes, not supported by any filesystem …
(edit) @29027   15 years vboxsync RTR0MemObjEnterPhys/rtR0MemObjNativeEnterPhys: Validate the cache …
(edit) @29004   15 years vboxsync Backed out accidental change done in r61039.
(edit) @29003   15 years vboxsync Guest Control/Main/HostService: Proper shutdown / notification when VM …
(edit) @28929   15 years vboxsync IPRT: Fixed wrong format specifier in assertion (various …
(edit) @28928   15 years vboxsync utf8-posix.cpp: Fixed VERR_NO_TRANSLATION error on solaris.
(edit) @28919   15 years vboxsync nits.
(edit) @28918   15 years vboxsync iprt: dropped RT_DONT_CONVERT_FILENAMES, we've never needed it so far…
(edit) @28917   15 years vboxsync build fix.
(edit) @28916   15 years vboxsync Don't use RTStrCopyEx with RTSTR_MAX.
(edit) @28915   15 years vboxsync iprt: More path conversion avoidance.
(edit) @28912   15 years vboxsync generic/pathhost-generic.cpp -> r3/posix/pathhost-posix.cpp; rewrote …
(edit) @28911   15 years vboxsync build fix.
(edit) @28910   15 years vboxsync IPRT: Fixed mixed up free calls.
(edit) @28908   15 years vboxsync Runtime/pathhost: a cast is no replacement for RTStrDup()
(edit) @28904   15 years vboxsync build fix
(edit) @28903   15 years vboxsync IPRT: iconv cache.
(edit) @28901   15 years vboxsync RTPathReal: fixed freeing of rtPathToNative result.
(edit) @28892   15 years vboxsync Reduce the size of RuntimeR0 for Windows hosts
(edit) @28880   15 years vboxsync build fix.
(edit) @28877   15 years vboxsync IPRT: pathhost changes.
(edit) @28876   15 years vboxsync uniread.cpp: Updated to cope with version 5.2 of the spec. Preparing …
(edit) @28863   15 years vboxsync RTMpIsCpuOnline/linux/r3: disabled asssertion as …
(edit) @28858   15 years vboxsync RTMpIsCpuOnline/linux/r3: better assertion.
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