|
|
@15808
|
16 years |
vboxsync |
iprt: added RTPathGetCurrent.
|
|
|
@15806
|
16 years |
vboxsync |
tstPath: style.
|
|
|
@15805
|
16 years |
vboxsync |
RTPathAbs/posix: man strcpy 'The strings may not overlap, ...' -> …
|
|
|
@15801
|
16 years |
vboxsync |
linux RTThreadPreemptDisable/Restore: Set and check dummy like on Solaris.
|
|
|
@15798
|
16 years |
vboxsync |
implemented RTThreadPreemptDisable() and RTThreadPreemptRestore …
|
|
|
@15773
|
16 years |
vboxsync |
NetFlt/win: propper handling for open adapter failure
|
|
|
@15756
|
16 years |
vboxsync |
Runtime: RTPathAbs: Fixed the "." case on POSIX, fixed the "" case on …
|
|
|
@15755
|
16 years |
vboxsync |
Runtime/Windows: RTPathAbs: Truncate the trailing slash of a non-root …
|
|
|
@15754
|
16 years |
vboxsync |
Runtime/POSIX: RTPathAbs: Don't access file system when calculating …
|
|
|
@15747
|
16 years |
vboxsync |
restored waiting on non-waitable assert (things I do to please Knut :) )
|
|
|
@15740
|
16 years |
vboxsync |
removed bogus assert when trying to wait on non-waitable thread
|
|
|
@15718
|
16 years |
vboxsync |
RTR0MemObjLockUser: Replaced the warnings with more useful information.
|
|
|
@15660
|
16 years |
vboxsync |
#3416: The problem with incorrectly shown guest-to-host packets is fixed.
|
|
|
@15655
|
16 years |
vboxsync |
IPRT/tcp.cpp: separated the resolver errors from the other ones, clear …
|
|
|
@15644
|
16 years |
vboxsync |
IPRT: sysfs review, fixes and cleanup.
|
|
|
@15509
|
16 years |
vboxsync |
Runtime/TCP: add proper handling of error codes from resolver. …
|
|
|
@15459
|
16 years |
vboxsync |
fix svn id keyword
|
|
|
@15400
|
16 years |
vboxsync |
iprt: new Linux sysfs APIs
|
|
|
@15399
|
16 years |
vboxsync |
iprt: new Linux sysfs APIs
|
|
|
@15372
|
16 years |
vboxsync |
#3282: HostNetIf API implementation for Darwin. Common part revised. …
|
|
|
@15301
|
16 years |
vboxsync |
{IPRT,DIS}/Makefile.kmk: check and test must be double colon rules.
|
|
|
@15235
|
16 years |
vboxsync |
#3282: API, RT generic part, updated VBoxManage list hostif.
|
|
|
@15026
|
16 years |
vboxsync |
process-posix.cpp: correct rc fix.
|
|
|
@15007
|
16 years |
vboxsync |
missing initialization
|
|
|
@15001
|
16 years |
vboxsync |
Temp fix for burn
|
|
|
@14999
|
16 years |
vboxsync |
IPRT: Extended RTProcCreate with a daemonize flag.
|
|
|
@14856
|
16 years |
vboxsync |
Runtime: moved initialization of g_u64ProgramStart*TS down to be …
|
|
|
@14836
|
16 years |
vboxsync |
SUPDrv.c/memobj-r0drv-darwin.cpp: removed debug printf left behind …
|
|
|
@14832
|
16 years |
vboxsync |
build fix.
|
|
|
@14831
|
16 years |
vboxsync |
whole bunch: avoid runtime.h, include individual headers indead.
|
|
|
@14824
|
16 years |
vboxsync |
IPRT: RTR0MemObjMapKernelEx for mapping a portion of a memory object …
|
|
|
@14743
|
16 years |
vboxsync |
alloc-r0drv: Fixed RTMemFree assertion.
|
|
|
@14626
|
16 years |
vboxsync |
Our COM errors not in the guest
|
|
|
@14614
|
16 years |
vboxsync |
IPRT: errmsgvboxcom.xsl -> VBox/errmsgvboxcom.xsl; include result in …
|
|
|
@14604
|
16 years |
vboxsync |
Runtime: Understand COM error codes from VirtualBox.xidl in %Rhrc.
|
|
|
@14518
|
16 years |
vboxsync |
nc
|
|
|
@14500
|
16 years |
vboxsync |
IPRT/SUPDrv/VMM: Made RTR0AssertPanicSystem available to VMMR0.r0 on …
|
|
|
@14468
|
16 years |
vboxsync |
linuxevent*-sems.cpp, Makefile.kmk: update the explanation and dropped …
|
|
|
@14465
|
16 years |
vboxsync |
thread2-r0drv-linux.c: RTThreadPreemptIsEnabled, return false if …
|
|
|
@14435
|
16 years |
vboxsync |
warnings
|
|
|
@14429
|
16 years |
vboxsync |
when building against glibc 2.6, use the Posix implementation of the …
|
|
|
@14423
|
16 years |
vboxsync |
Debug log mutex fix for linux in atomic context.
|
|
|
@14412
|
16 years |
vboxsync |
semevent-linux.cpp: Use ASMAtomicCmpXchgExU32 to avoid doing unlocked …
|
|
|
@14369
|
16 years |
vboxsync |
Runtime/testcase: new testcase for sanity check of RTDirOpenFiltered.
|
|
|
@14368
|
16 years |
vboxsync |
Runtime/testcase: Dir-2: message fixes.
|
|
|
@14338
|
16 years |
vboxsync |
IPRT: Basic implementation of the MP API for ring-0 Darwin.
|
|
|
@14324
|
16 years |
vboxsync |
RTPathStripFilename root fix.
|
|
|
@14318
|
16 years |
vboxsync |
Fix a couple of words doubled in comments. No code changes.
|
|
|
@14298
|
16 years |
vboxsync |
Corrected a couple of grammos.
|
|
|
@14262
|
16 years |
vboxsync |
RTErrConvertToErrno: No LogRel here!
|
|
|
@14216
|
16 years |
vboxsync |
Runtime/RTErrConvertToErrno: remove an assertion on a condition which …
|
|
|
@14112
|
16 years |
vboxsync |
Linux hostif: Fixed memory leak. Event handlers added: promiscuous …
|
|
|
@14069
|
16 years |
vboxsync |
alloc-r0drv.cpp: 64-bit MSC warning hunt.
|
|
|
@14068
|
16 years |
vboxsync |
alloc-r0drv.cpp: 64-bit MSC warning hunt.
|
|
|
@14067
|
16 years |
vboxsync |
RTUuidIsNull: returns true if pUuid is NULL, not VERR_INVALID_PARAMETER.
|
|
|
@14066
|
16 years |
vboxsync |
strformat.cpp: shut up 64-bit MSC warnings. (hope this fix doesn't …
|
|
|
@14065
|
16 years |
vboxsync |
path-win.cpp: shut up 64-bit MSC warnings.
|
|
|
@14064
|
16 years |
vboxsync |
fileio-win.cpp: shut up 64-bit MSC warnings (valid ones this time).
|
|
|
@14062
|
16 years |
vboxsync |
RTDirRead/RTDirReadEx: sizes are size_t not unsigned.
|
|
|
@14061
|
16 years |
vboxsync |
IPRT: strformat-vbox.cpp: More 64-bit MSC warnings.
|
|
|
@14060
|
16 years |
vboxsync |
stream.cpp: shut up 64-bit MSC warning.
|
|
|
@14059
|
16 years |
vboxsync |
IPRT: internal/dir.h: some unsigned -> size_t to keep MSC silent.
|
|
|
@14058
|
16 years |
vboxsync |
iprt: More 64-bit MSC warnings.
|
|
|
@14057
|
16 years |
vboxsync |
semspingpong.cpp: shut up 64-bit MSC warning.
|
|
|
@14055
|
16 years |
vboxsync |
zip.cpp: shut up 64-bit MSC warning.
|
|
|
@14054
|
16 years |
vboxsync |
iprt: RTPath - lenths are size_t not unsigned.
|
|
|
@14052
|
16 years |
vboxsync |
iprt: RTPath - lenths are size_t not unsigned.
|
|
|
@14050
|
16 years |
vboxsync |
iprt: RTPath - lenths are size_t not unsigned.
|
|
|
@14049
|
16 years |
vboxsync |
ldrELFRelocatable.cpp.h: shut up 64-bit MSC warning.
|
|
|
@14048
|
16 years |
vboxsync |
md5.cpp: shut up 64-bit MSC warning.
|
|
|
@14035
|
16 years |
vboxsync |
IPRT: some makefile clean up.
|
|
|
@14030
|
16 years |
vboxsync |
VMMGC now uses the IPRT No-CRT.
|
|
|
@14026
|
16 years |
vboxsync |
tstNoCrt-1: Added simple strcpy test.
|
|
|
@14025
|
16 years |
vboxsync |
tstNoCrt-1: Added simple strcpy test.
|
|
|
@14024
|
16 years |
vboxsync |
strcpy.asm: bugfix.
|
|
|
@14021
|
16 years |
vboxsync |
The VMMR0 template now uses the IPRT No-CRT stuff, as does RuntimeR0. …
|
|
|
@14017
|
16 years |
vboxsync |
strcmp.asm: bugfix.
|
|
|
@14012
|
16 years |
vboxsync |
pReq may be invalid after queuing it (RTREQFLAGS_NO_WAIT), similar to …
|
|
|
@14008
|
16 years |
vboxsync |
tstUtf8: some more RTStrNICmp tests.
|
|
|
@14007
|
16 years |
vboxsync |
IPRT: RTStrNICmp correction - if cch == 0 then return equal regardless …
|
|
|
@14001
|
16 years |
vboxsync |
Not C++ comments.
|
|
|
@13994
|
16 years |
vboxsync |
better check
|
|
|
@13992
|
16 years |
vboxsync |
did not consider PAE
|
|
|
@13977
|
16 years |
vboxsync |
C warnings
|
|
|
@13938
|
16 years |
vboxsync |
Linux hostif: Packet injection works. Mutexless filter intance lookup.
|
|
|
@13927
|
16 years |
vboxsync |
Runtime: add RTStrNICmp and RTStrNCmp
|
|
|
@13908
|
16 years |
vboxsync |
Fixed include order, a bunch of GCC 3.3 warnings, OS/2 build.
|
|
|
@13891
|
16 years |
vboxsync |
warning
|
|
|
@13841
|
16 years |
vboxsync |
The VBox format types - they are not retired, just sligtly deprecated …
|
|
|
@13840
|
16 years |
vboxsync |
Hex format types (Vhx[sd] -> Rhx[sd]).
|
|
|
@13839
|
16 years |
vboxsync |
And yet more %V* -> %R* changes…
|
|
|
@13837
|
16 years |
vboxsync |
s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
|
|
|
@13836
|
16 years |
vboxsync |
s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
|
|
|
@13832
|
16 years |
vboxsync |
IN_GC -> IN_RC.
|
|
|
@13813
|
16 years |
vboxsync |
#1865: Final VMM cleanups.
|
|
|
@13775
|
16 years |
vboxsync |
EXPORT_SYMBOL after implementation of the function/variable; fixed warning
|
|
|
@13770
|
16 years |
vboxsync |
superflous
|
|
|
@13764
|
16 years |
vboxsync |
EXPORT_SYMBOL must be placed after the function/variable was …
|
|
|
@13717
|
16 years |
vboxsync |
VMM,IPRT: More GC->RC and similar cleanups.
|
|
|
@13675
|
16 years |
vboxsync |
mark multiple allocated pages as compound
|
|
|