|
|
@23684
|
15 years |
vboxsync |
Compile fix
|
|
|
@23683
|
15 years |
vboxsync |
Use KeIpiGenericCall on Vista by default as well
|
|
|
@23666
|
15 years |
vboxsync |
RTTcpRead: recv returns 0 and errno = 0 when the server shuts down the …
|
|
|
@23665
|
15 years |
vboxsync |
RTTcpServerCreateEx: Initialize all the fields or RTTcpServerListen …
|
|
|
@23644
|
15 years |
vboxsync |
Runtime: Added indexed options to RTGetOpt (eg: "--strwithindex14 value")
|
|
|
@23625
|
15 years |
vboxsync |
IPRT: Added RTTcpServerShutdown and cleaned up the code.
|
|
|
@23622
|
15 years |
vboxsync |
use DEV_BSIZE instead of hardcoded 512 bytes in r53300
|
|
|
@23620
|
15 years |
vboxsync |
Runtime: fixed pObjInfo->cbAllocated for non-Windows hosts
|
|
|
@23619
|
15 years |
vboxsync |
comment typo.
|
|
|
@23613
|
15 years |
vboxsync |
tcp.cpp: nippicking: No else after return.
|
|
|
@23611
|
15 years |
vboxsync |
typo
|
|
|
@23610
|
15 years |
vboxsync |
IPRT,VMM,SUPDrv,VBGLR0: Added a parameter to RTR0MemObjLockUser/Kernel …
|
|
|
@23602
|
15 years |
vboxsync |
Runtime/Aio: Bugfixes
|
|
|
@23546
|
15 years |
vboxsync |
Use KeIpiGenericCall on Windows 7 hosts.
|
|
|
@23528
|
15 years |
vboxsync |
Runtime/Errno: Include kernel headers for error code conversion
|
|
|
@23507
|
15 years |
vboxsync |
IPRT: Added APIs for convering digests to/from strings.
|
|
|
@23506
|
15 years |
vboxsync |
Use HalSendSoftwareInterrupt in Windows 7 (not exported in Vista)
|
|
|
@23505
|
15 years |
vboxsync |
Soalris/r0drv-thread: don't call splx as it's fixed in r53110
|
|
|
@23503
|
15 years |
vboxsync |
IPRT: Added SHA-1, SHA-256 and SHA-512 APIs. Added a simple digest …
|
|
|
@23501
|
15 years |
vboxsync |
IPRT: Added SHA-1, SHA-256 and SHA-512 APIs. Added a simple digest …
|
|
|
@23499
|
15 years |
vboxsync |
iprt/manifest.cpp: code review: addressed some issue in error paths; …
|
|
|
@23482
|
15 years |
vboxsync |
iprt/sanity.c: Check the sizes of the RTUINTxxU types.
|
|
|
@23452
|
15 years |
vboxsync |
Makefiles: Corrected properties.
|
|
|
@23416
|
15 years |
vboxsync |
Disable HalRequestIpi for Windows 7 again
|
|
|
@23413
|
15 years |
vboxsync |
Comment added
|
|
|
@23412
|
15 years |
vboxsync |
Enabled HalRequestIpi usage again. Hopefully works with Windows 7 too …
|
|
|
@23411
|
15 years |
vboxsync |
Runtime/Aio-posix: stricter checking
|
|
|
@23406
|
15 years |
vboxsync |
Runtime/Aio-posix: Relax assertion. It is possible that more than …
|
|
|
@23405
|
15 years |
vboxsync |
Runtime/Aio-posix: Another difference in interpretation of the return …
|
|
|
@23396
|
15 years |
vboxsync |
Runteim/Aio-posix: Respect AIO_LISTIO_MAX for aio_suspend too. Should …
|
|
|
@23376
|
15 years |
vboxsync |
Don't use HalRequestIpi. Blue screens on Windows 7.
|
|
|
@23375
|
15 years |
vboxsync |
Very annoying assertion
|
|
|
@23370
|
15 years |
vboxsync |
Compile fix
|
|
|
@23367
|
15 years |
vboxsync |
Experiment with HalRequestIpi
|
|
|
@23364
|
15 years |
vboxsync |
Runtime/Aio-posix: The error code from lio_listio is in errno
|
|
|
@23359
|
15 years |
vboxsync |
Runtime/Aio: Compile the testcase unconditionally
|
|
|
@23349
|
15 years |
vboxsync |
iprt/sysfs: fix a todo
|
|
|
@23343
|
15 years |
vboxsync |
AIO/Posix: Build fix
|
|
|
@23342
|
15 years |
vboxsync |
AIO/Posix: Fix error code conversion on Darwin
|
|
|
@23340
|
15 years |
vboxsync |
AIO/Posix: Fix assertion on Darwin. AIO_LISTIO_MAX is defined with 16 …
|
|
|
@23332
|
15 years |
vboxsync |
iprt/linux/sysfs.h/cpp: code review, fixing RTLinuxSysFsGetLinkDest[V] …
|
|
|
@23312
|
15 years |
vboxsync |
IPRT: Fixed mac-ose build break caused by 10.4 not having lutimes().
|
|
|
@23309
|
15 years |
vboxsync |
iprt/linux: add APIs for locating device nodes to sysfs APIs
|
|
|
@23302
|
15 years |
vboxsync |
IPRT: r52791 repated for RTFileExists.
|
|
|
@23299
|
15 years |
vboxsync |
build fix.
|
|
|
@23298
|
15 years |
vboxsync |
RTDirExists: Added a generic implementation for use on Window because …
|
|
|
@23295
|
15 years |
vboxsync |
RTDirQueryInfo: Resolve symbolic links.
|
|
|
@23292
|
15 years |
vboxsync |
path-win.cpp: build fix.
|
|
|
@23291
|
15 years |
vboxsync |
IPRT: RTPathQueryInfo and RTPathSetTimes should work on symbolic links …
|
|
|
@23288
|
15 years |
vboxsync |
Main: implement XML reader for settings versions 1.3, 1.4 and 1.5 for …
|
|
|
@23223
|
15 years |
vboxsync |
API: big medium handling change and lots of assorted other cleanups …
|
|
|
@23216
|
15 years |
vboxsync |
Solaris/thread-r0drv-solaris: try calling splx without really calling splr.
|
|
|
@23215
|
15 years |
vboxsync |
iprt/log.cpp: RTLOGFLAGS_PREFIX_TIME_PROG for RC.
|
|
|
@23181
|
15 years |
vboxsync |
RTMpPokeCpu: return error if KeInsertQueueDpc fails.
|
|
|
@23177
|
15 years |
vboxsync |
Compile fix
|
|
|
@23176
|
15 years |
vboxsync |
Also unqueue the poke dpc.
|
|
|
@23174
|
15 years |
vboxsync |
Comment added
|
|
|
@23173
|
15 years |
vboxsync |
Remove the poke DPC from the queue if RTThreadPreemptIsPending is not …
|
|
|
@23125
|
15 years |
vboxsync |
rtThreadAdopt: bugfix.
|
|
|
@23124
|
15 years |
vboxsync |
IPRT: Added RTThreadIsMain().
|
|
|
@23076
|
15 years |
vboxsync |
Solaris/thread-r0drv-solaris: try with IPL/PIL 0 instead of 1.
|
|
|
@23065
|
15 years |
vboxsync |
Runtime: fixed IPRT_TARGET_NT4.
|
|
|
@23047
|
15 years |
vboxsync |
Fix RTFILE_O_NO_CACHE on Windows. Document that FILE_APPEND_DATA is …
|
|
|
@23038
|
15 years |
vboxsync |
doc/vg: Updated VMSTATE (it's even uglier now).
|
|
|
@23032
|
15 years |
vboxsync |
FreeBSD build fix
|
|
|
@23022
|
15 years |
vboxsync |
dbgas.cpp: gcc maybe used uninitialized warnings (annoying, annoying, gcc).
|
|
|
@22991
|
15 years |
vboxsync |
Solaris/sem-r0drv: fix for #4259 host deadlock.
|
|
|
@22969
|
15 years |
vboxsync |
Runtime/fileaio-linux: Negate the result code. errno values are …
|
|
|
@22959
|
15 years |
vboxsync |
sem*-linux.cpp,Makefile.kmk: Added check for cMillies==0 in RTSemEvent …
|
|
|
@22958
|
15 years |
vboxsync |
i64Diff not u64Diff
|
|
|
@22957
|
15 years |
vboxsync |
Runtime/semmutex: fix timeout handling like in semevent
|
|
|
@22956
|
15 years |
vboxsync |
Runtime/semevent: clock_gettime(CLOCK_REALTIME) => …
|
|
|
@22955
|
15 years |
vboxsync |
accident
|
|
|
@22954
|
15 years |
vboxsync |
Runtime/semevent: stupid typos; no RT_UNLIKELY
|
|
|
@22952
|
15 years |
vboxsync |
Runtime/semevent: Fix part II for the Linux-specific RTSemEvent* …
|
|
|
@22950
|
15 years |
vboxsync |
Runtime/semevent: Fix part I for the Linux-specific RTSemEvent* …
|
|
|
@22877
|
15 years |
vboxsync |
Runtime/Powernotification: Add missing initializer for spinlock …
|
|
|
@22853
|
15 years |
vboxsync |
FreeBSD kernel header fix
|
|
|
@22821
|
15 years |
vboxsync |
Build fix for Windows
|
|
|
@22820
|
15 years |
vboxsync |
Runtime/powernotification: Initialize SPINLOCKTMP variables
|
|
|
@22819
|
15 years |
vboxsync |
FreeBSD: Fix R0 semevent implementation for FreeBSD 7.x
|
|
|
@22777
|
15 years |
vboxsync |
Config.kmk,Makefiles,liblzf-1.51: Removed src/lib/liblzf-1.51 and …
|
|
|
@22773
|
15 years |
vboxsync |
semevent-r0drv-solaris.c, semeventmulti-r0drv-solaris.c: Added …
|
|
|
@22770
|
15 years |
vboxsync |
Solaris/semevent-r0drv: prevent deadlock when waking threads from …
|
|
|
@22736
|
15 years |
vboxsync |
IPRT: Added RTStrDupN.
|
|
|
@22735
|
15 years |
vboxsync |
Runtime: make it more compatible to older versions of curl
|
|
|
@22700
|
15 years |
vboxsync |
Main: comptr logging
|
|
|
@22683
|
15 years |
vboxsync |
Makefiles: Just test for VBOX_WITH_ADDITIONS_DRIVERS.
|
|
|
@22680
|
15 years |
vboxsync |
memobj-r0drv-linux.c: the goto police.
|
|
|
@22679
|
15 years |
vboxsync |
memobj-r0drv-linux.c: polish.
|
|
|
@22677
|
15 years |
vboxsync |
Runtime/FreeBSD: Initialize spinlock variables and fix panic with …
|
|
|
@22650
|
15 years |
vboxsync |
spinlock-r0drv-freebsd.c,spinlock.h: quick review w/ bugfixes.
|
|
|
@22649
|
15 years |
vboxsync |
Solaris/r0drvthread: trying spl level 1 for #4147. temporary.
|
|
|
@22617
|
15 years |
vboxsync |
build fix 1
|
|
|
@22616
|
15 years |
vboxsync |
build fix
|
|
|
@22614
|
15 years |
vboxsync |
Solaris/r0drvthread: temporary #4147
|
|
|
@22613
|
15 years |
vboxsync |
Runtime/r0drv/linux: introduced hack to properly map pages on PAE …
|
|
|
@22582
|
15 years |
vboxsync |
Runtime/semevent{multi}-r0drv-freebsd:
Replace spin/default …
|
|
|
@22581
|
15 years |
vboxsync |
Runtime/r0drv/freeBSD: Include needed header files
|
|
|
@22580
|
15 years |
vboxsync |
Runtime/spinlock-r0drv-freebsd:
Replace spin mutexes with our own …
|
|
|