|
|
@24287
|
15 years |
vboxsync |
Made the common parts of the OS/2 additions build again.
|
|
|
@24247
|
15 years |
vboxsync |
Solaris/mem-obj: some missed cleanup on errors.
|
|
|
@24226
|
15 years |
vboxsync |
fileaio-posix.cpp: fixed warning in RTFileAioCtxWait.
|
|
|
@24221
|
15 years |
vboxsync |
RTPathAbsEx: some cleanup, addressed one todo item.
|
|
|
@24219
|
15 years |
vboxsync |
tcp.cpp: needs limits.h
|
|
|
@24218
|
15 years |
vboxsync |
IPRT/r3/tcp.cpp: Windows build fix. Killed some warnings as well.
|
|
|
@24205
|
15 years |
vboxsync |
IPRT/r3/tcp.cpp: correct shutdown sequence.
|
|
|
@24204
|
15 years |
vboxsync |
IPRT/r3/tcp.cpp: correct shutdown sequence.
|
|
|
@24189
|
15 years |
vboxsync |
IPRT: Added RTFileQuerySize.
|
|
|
@24181
|
15 years |
vboxsync |
VMM,SUPDrv,IPRT: Always initialize RTSPINLOCKTMP structures.
|
|
|
@24180
|
15 years |
vboxsync |
IPRT: Drop the extra usage counting in powernotification-r0drv.c and …
|
|
|
@24179
|
15 years |
vboxsync |
iprt/initterm.h,SUPDrv-solaris.c: Added RTR0TermForced so the module …
|
|
|
@24140
|
15 years |
vboxsync |
IPRT: added RTGETOPT_REQ_BOOL_ONOFF
|
|
|
@24106
|
15 years |
vboxsync |
DBGPlugInWinNt.cpp: digging into debug info…
|
|
|
@24103
|
15 years |
vboxsync |
grr!
|
|
|
@24102
|
15 years |
vboxsync |
req.cpp: oops.
|
|
|
@24100
|
15 years |
vboxsync |
iprt/req.h: Added RTReqIsBusy.
|
|
|
@24034
|
15 years |
vboxsync |
Backed out r53864; will cause too many problems unfortunately.
|
|
|
@24031
|
15 years |
vboxsync |
Removed disabled and incorrect assertion.
|
|
|
@24021
|
15 years |
vboxsync |
Use KeSetSystemAffinityThread in RTThreadPreemptDisable/Enable. …
|
|
|
@24014
|
15 years |
vboxsync |
Removed rtMpClearPoke function as it's no longer required. (fixes …
|
|
|
@24006
|
15 years |
vboxsync |
don't use <ctype.h> on UTF-8.
|
|
|
@24003
|
15 years |
vboxsync |
disable incorrect assert
|
|
|
@24001
|
15 years |
vboxsync |
Runtime: Darwin requires an extra parameter for F_NOCACHE which …
|
|
|
@23973
|
15 years |
vboxsync |
*,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
|
|
|
@23961
|
15 years |
vboxsync |
IPRT: Three new format types: %RTmac, %RTnaipv4 and %RTnapiv6.
|
|
|
@23960
|
15 years |
vboxsync |
tstStrFormat -> tstRTStrFormat.
|
|
|
@23919
|
15 years |
vboxsync |
re-apply r53640, r53642
|
|
|
@23903
|
15 years |
vboxsync |
Runtime: fix memory leak
|
|
|
@23892
|
15 years |
vboxsync |
temporarily back out r53642, r53640
|
|
|
@23871
|
15 years |
vboxsync |
followup for waitpid fix: old sigaction flags check fix
|
|
|
@23869
|
15 years |
vboxsync |
fix/hack waitpid issues for unix platforms: racing of RT and xpcom, …
|
|
|
@23868
|
15 years |
vboxsync |
RTGetOpt: Added RTGetOptFetchValue to fetch an additional value for an …
|
|
|
@23861
|
15 years |
vboxsync |
Check if DPC array was initialized
|
|
|
@23860
|
15 years |
vboxsync |
D-Bus: OSE exports
|
|
|
@23852
|
15 years |
vboxsync |
Main/D-Bus: Build fixes.
|
|
|
@23849
|
15 years |
vboxsync |
Main/D-Bus: Include D-Bus module.
|
|
|
@23845
|
15 years |
vboxsync |
VBoxClient/VBoxTray/VBgl: Reverted last check-ins to redo D-BUS movement.
|
|
|
@23824
|
15 years |
vboxsync |
VBox Runtime: Also include D-BUS handling on other *x* platforms.
|
|
|
@23819
|
15 years |
vboxsync |
VBoxClient:
|
|
|
@23718
|
15 years |
vboxsync |
critsect-generic.cpp: Don't use AssertMsgFailed on nested entry since …
|
|
|
@23717
|
15 years |
vboxsync |
Runtime/r0drv/linux: include linux/sched.h directly (was always …
|
|
|
@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 …
|
|
|