|
|
@30965
|
14 years |
vboxsync |
log.cpp: Reverted r63670 as the comments were correct when considering …
|
|
|
@30962
|
14 years |
vboxsync |
follow up to r63851.
|
|
|
@30961
|
14 years |
vboxsync |
IPRT/vboxdrv: We have RTTimeSystemNanoTS in ring-0 now, so use it.
|
|
|
@30935
|
14 years |
vboxsync |
IPRT/RTSEMEVENT_MAGIC_DEAD: Undid the accidental killing of Gaiman! :-)
|
|
|
@30933
|
14 years |
vboxsync |
semevent-r0drv-solaris.c: review comments.
|
|
|
@30859
|
14 years |
vboxsync |
iprt/string.h: added RTStrPurgeEncoding.
|
|
|
@30849
|
14 years |
vboxsync |
fix comment
|
|
|
@30827
|
14 years |
vboxsync |
iprt/mem.h: Added RTMemWipeThoroughly().
|
|
|
@30801
|
14 years |
vboxsync |
iprt/asm-amd64-x86.h: Added the missing ASMCpuId_<reg>() variants.
|
|
|
@30797
|
14 years |
vboxsync |
tstInlineAsm.cpp: typo.
|
|
|
@30749
|
14 years |
vboxsync |
IPRT: minor string fixes (use RTStrAlloc and friends instead of RTMemAlloc)
|
|
|
@30746
|
14 years |
vboxsync |
Main: clean up spaghetti code in Console::configConstructor(): remove …
|
|
|
@30732
|
14 years |
vboxsync |
vboxnetflt: Fixed GRO problem on Linux (#5121)
|
|
|
@30712
|
14 years |
vboxsync |
Build fix.
|
|
|
@30711
|
14 years |
vboxsync |
Runtime/r0drv/Solaris: SemEvent fixes.
|
|
|
@30651
|
14 years |
vboxsync |
log.cpp: N_() around error messages.
|
|
|
@30611
|
14 years |
vboxsync |
strspace.cpp: Fixed bug in sdbm() resulting in wrong cchString values …
|
|
|
@30579
|
14 years |
vboxsync |
semeventmulti-r0drv-solaris.c: Simplified it. No need to spend a lot …
|
|
|
@30578
|
14 years |
vboxsync |
semeventmulti-r0drv-solaris.c: The atomic+volatile mess isn't needed …
|
|
|
@30576
|
14 years |
vboxsync |
semeventmulti-r0drv-solaris.c: that the version changed is sufficient, …
|
|
|
@30552
|
14 years |
vboxsync |
Runtime/r0drv/solaris: SemEventMulti fix.
|
|
|
@30491
|
14 years |
vboxsync |
Runtime/r0drv/solaris: RTSemEvenMulti, remove temporary log line.
|
|
|
@30490
|
14 years |
vboxsync |
Runtime/r0drv/solaris: fix RTSemEventMulti for spurious wakeups (#5090)
|
|
|
@30472
|
14 years |
vboxsync |
Runtime/r0drv/Solaris: Fix RTSemEvent for spurious wakeups (#5090)
|
|
|
@30470
|
14 years |
vboxsync |
RTSgBufInit: cSegs must be size_t so RT_ELEMENTS and similar will work …
|
|
|
@30468
|
14 years |
vboxsync |
IPRT:
- Corrected RTSGBUF member names.
- Corrected RTSgBufInit …
|
|
|
@30383
|
14 years |
vboxsync |
Solaris/memobj: comment fix.
|
|
|
@30378
|
14 years |
vboxsync |
Solaris/vbi: spaces->tabs.
|
|
|
@30374
|
14 years |
vboxsync |
Solaris/vbi: fake vbi_is_preempt_enabled when vbi_init has not been …
|
|
|
@30371
|
14 years |
vboxsync |
RTFsQueryType/win: Fix for FileSystemName not being terminated.
|
|
|
@30365
|
14 years |
vboxsync |
RTFsQueryType: Use an enum. Added RTFsTypeName() for translating a …
|
|
|
@30362
|
14 years |
vboxsync |
Exact version
|
|
|
@30359
|
14 years |
vboxsync |
Typo
|
|
|
@30340
|
14 years |
vboxsync |
DPC check for win7 x64
|
|
|
@30324
|
14 years |
vboxsync |
Main, Runtime: refined file system check to warn for disabled host …
|
|
|
@30320
|
14 years |
vboxsync |
*: Replaced memchr(psz, '\0', cb) with RTStrEnd(psz, cb) and worked …
|
|
|
@30318
|
14 years |
vboxsync |
iprt/cpp/ministring.h: Added a append variant taking a 'const char *' …
|
|
|
@30312
|
14 years |
vboxsync |
Runtime/process-posix: Better error message if the binaries format is …
|
|
|
@30307
|
14 years |
vboxsync |
compile fix
|
|
|
@30306
|
14 years |
vboxsync |
Runtime/socket: Windows does have a good enough sendmsg() equivalent …
|
|
|
@30303
|
14 years |
vboxsync |
iprt/RTDirRead: fixed memory leak introduced in r60863
|
|
|
@30294
|
14 years |
vboxsync |
build fix
|
|
|
@30293
|
14 years |
vboxsync |
Runtime/Makefile.kmk: Don't set RT_WITH_ICONV_CACHE when building …
|
|
|
@30283
|
14 years |
vboxsync |
Runtime: error checking
|
|
|
@30282
|
14 years |
vboxsync |
RTFsQueryType(): hfsplus on Linux
|
|
|
@30281
|
14 years |
vboxsync |
Runtime: added Darwin support to RTFsQueryType
|
|
|
@30279
|
14 years |
vboxsync |
removed unused header
|
|
|
@30276
|
14 years |
vboxsync |
iprt: added RTFsQueryType() for Windows
|
|
|
@30275
|
14 years |
vboxsync |
Runtime/socket: fix size_t/int problem
|
|
|
@30274
|
14 years |
vboxsync |
iprt: testcase for RTFsQueryType()
|
|
|
@30273
|
14 years |
vboxsync |
Runtime/socket: typo
|
|
|
@30272
|
14 years |
vboxsync |
Runtime/socket: there is no sendmsg equivalent on all Windows …
|
|
|
@30270
|
14 years |
vboxsync |
Runtime/tcp+socket: Add function to write to a socket using a …
|
|
|
@30255
|
14 years |
vboxsync |
iprt/memcmp.asm: fixed wrongly returning 0 on 64-bit hosts if the …
|
|
|
@30254
|
14 years |
vboxsync |
iprt: introduced RTFsQueryType()
|
|
|
@30253
|
14 years |
vboxsync |
iprt/assert.h: Use static_assert with g++ when available. Added …
|
|
|
@30250
|
14 years |
vboxsync |
tstRTAssertCompile.cpp: Postpone array problem on MSC.
|
|
|
@30240
|
14 years |
vboxsync |
iprt/assert.h: Added AssertCompileMembersAtSameOffset, …
|
|
|
@30238
|
14 years |
vboxsync |
fileaio-solaris.cpp: Variable mixup. Fixes hang during async I/O
|
|
|
@30228
|
14 years |
vboxsync |
Config.kmk,Runtime/Makefile.kmk: VCC100 / WINDDK updates.
|
|
|
@30190
|
14 years |
vboxsync |
Solaris/VBI: fix segvbi_fault and segvbi_getprot routines. Some style …
|
|
|
@30163
|
14 years |
vboxsync |
tstInlineAsm.cpp: guest phys addr
|
|
|
@30112
|
14 years |
vboxsync |
iprt/asm.h,*: Added ASMAtomicWriteNullPtr and ASMAtomicUoWriteNullPtr …
|
|
|
@30111
|
14 years |
vboxsync |
iprt/asm.h,*: Revised the ASMAtomic*Ptr functions and macros. The new …
|
|
|
@30094
|
14 years |
vboxsync |
Runtime/Doxyfile: callback_method_impl.
|
|
|
@30093
|
14 years |
vboxsync |
IPRT: Removed VERR_LOGON_FAILURE in favor of …
|
|
|
@30088
|
14 years |
vboxsync |
tstRTStrFormat: Added Rhxs & Rhxd tests.
|
|
|
@30080
|
14 years |
vboxsync |
build fix.
|
|
|
@30079
|
14 years |
vboxsync |
IPRT: Use PFNRTPROGRESS.
|
|
|
@30065
|
14 years |
vboxsync |
IPRT/process-win: Added fallback process detection for guests w/o …
|
|
|
@30013
|
15 years |
vboxsync |
scm cleanup.
|
|
|
@29963
|
15 years |
vboxsync |
Runtime: Swapped width and precision for Rhxd/Rhsx format specifiers …
|
|
|
@29951
|
15 years |
vboxsync |
RTTcpServerCreateEx: Don't assert when failing to resolve the host name.
|
|
|
@29912
|
15 years |
vboxsync |
IPRT/process-win: Only deal with NULL domains on NT4.
|
|
|
@29906
|
15 years |
vboxsync |
IPRT: fix testcase
|
|
|
@29904
|
15 years |
vboxsync |
IPRT: fix win burns
|
|
|
@29901
|
15 years |
vboxsync |
IPRT: added progress callback support to SHA1 digest calculation and …
|
|
|
@29878
|
15 years |
vboxsync |
FreeBSD: Include header which declares kmem_alloc_attr or we crash …
|
|
|
@29877
|
15 years |
vboxsync |
memobj-r0drv-freebsd.c: Fix low allocs if kmem_alloc_attr is used
|
|
|
@29873
|
15 years |
vboxsync |
OVF: fix incorrect disk UUIDs in machine XML on export
|
|
|
@29845
|
15 years |
vboxsync |
tstRTCidr: nits
|
|
|
@29841
|
15 years |
vboxsync |
Runtime: testcase.
|
|
|
@29840
|
15 years |
vboxsync |
Runtime: no more than four octets are allowed.
|
|
|
@29839
|
15 years |
vboxsync |
tstRTCidr: another testcase
|
|
|
@29838
|
15 years |
vboxsync |
Runtime: cosmetic.
|
|
|
@29837
|
15 years |
vboxsync |
Runtime: fixed cDelimiterLimit calculation, short form (n.n/16 is the …
|
|
|
@29836
|
15 years |
vboxsync |
tstRTCidr: more testcases
|
|
|
@29834
|
15 years |
vboxsync |
Runtime: RTCidrStrToIPv4 changed to conform to rfc 4632 …
|
|
|
@29833
|
15 years |
vboxsync |
fileaio-freebsd.cpp: Fixes
|
|
|
@29832
|
15 years |
vboxsync |
Fix
|
|
|
@29831
|
15 years |
vboxsync |
alloc-r0drv-freebsd.c: Simplify the allocation of executable memory …
|
|
|
@29820
|
15 years |
vboxsync |
RTSha1Digest.cpp: Don't need mem.h
|
|
|
@29819
|
15 years |
vboxsync |
RTSha1Digest.cpp: Don't mix allocators! Also, check for allocation …
|
|
|
@29807
|
15 years |
vboxsync |
Guest Control/IPRT/VBoxManage: More gentle error messages, bug fix for …
|
|
|
@29783
|
15 years |
vboxsync |
iprt: %.5RX32 ++ bug fix - precision should padd with '0' as it used to do.
|
|
|
@29778
|
15 years |
vboxsync |
Runtime: Use RTSha1ToString cause the old method used the wrong …
|
|
|
@29765
|
15 years |
vboxsync |
*-r0drv-freebsd.c: Little cleanup and don't wire the pages twice …
|
|
|
@29763
|
15 years |
vboxsync |
FreeBSD: Wiring in a user map requires VM_MAP_WIRE_USER. Fixes guest …
|
|
|
@29739
|
15 years |
vboxsync |
memobj-r0drv-freebsd.cpp: Hopefully correct range check now…
|
|
|
@29738
|
15 years |
vboxsync |
Runtime: Added DPC queue depth offsets for 2003 Server SP2.
|
|
|