|
|
@21934
|
15 years |
vboxsync |
semspinmutex-r0drv-generic.cpp: deleted, we're using the .c version.
|
|
|
@21933
|
15 years |
vboxsync |
rtSemSpinMutexEnter: Fixed calls to RTThreadPreemptDisable with …
|
|
|
@21920
|
15 years |
vboxsync |
IPRT: Added a RTCrc32 that uses crc32() from zlib since we already …
|
|
|
@21919
|
15 years |
vboxsync |
iprt/crc32.cpp: strip docs, coding style.
|
|
|
@21918
|
15 years |
vboxsync |
IPRT: Added RTMd5().
|
|
|
@21914
|
15 years |
vboxsync |
iprt: combined crc32.h and crc64.h into crc.h. Added Adler-32.
|
|
|
@21890
|
15 years |
vboxsync |
r3/init.cpp: Use an atexit callback to flush the default logs.
|
|
|
@21872
|
15 years |
vboxsync |
RTMemPageAlloc[Z]/win: _aligned_malloc wants an aligned size.
|
|
|
@21859
|
15 years |
vboxsync |
IPRT/tar: fixed gcc warning (uninitialized variable)
|
|
|
@21848
|
15 years |
vboxsync |
zip.cpp: make sure we return VERR_NOT_SUPPORTED for attempts using …
|
|
|
@21844
|
15 years |
vboxsync |
IPRT/RTZip: Fixed LZJB support and added LZO.
|
|
|
@21814
|
15 years |
vboxsync |
IPRT: RTZipBlock for block compression.
|
|
|
@21813
|
15 years |
vboxsync |
Runtime: little fixes
|
|
|
@21812
|
15 years |
vboxsync |
Runtime: rename
|
|
|
@21810
|
15 years |
vboxsync |
IPRT: r=bird: RTZip - dunno if anything works after my changes because …
|
|
|
@21801
|
15 years |
vboxsync |
IPRT: Clearified RTFileReadAll*.
|
|
|
@21800
|
15 years |
vboxsync |
zip.cpp: do LZF block by block.
|
|
|
@21791
|
15 years |
vboxsync |
RTStrPutCpInternal: Fixed an irrelevant bug.
|
|
|
@21784
|
15 years |
vboxsync |
Runtime: Implemented tar archive I/O.
|
|
|
@21766
|
15 years |
vboxsync |
thread-r0drv-linux.c: shot at the 2.4 additions build breaks.
|
|
|
@21749
|
15 years |
vboxsync |
Runtime: optimization hint
|
|
|
@21748
|
15 years |
vboxsync |
Runtime: more corrections
|
|
|
@21746
|
15 years |
vboxsync |
Runtime: little corrections
|
|
|
@21745
|
15 years |
vboxsync |
Runtime: try to fix win burns
|
|
|
@21744
|
15 years |
vboxsync |
iprt/utf-8.cpp: dropped some unnecessary bits and fixed theoretical …
|
|
|
@21743
|
15 years |
vboxsync |
Runtime: more cleanup in the error case
|
|
|
@21742
|
15 years |
vboxsync |
Runtime: added SHA1 and manifest file support
|
|
|
@21740
|
15 years |
vboxsync |
IPRT: Some latin-1 cleanup and some preditions in the recoding loops.
|
|
|
@21737
|
15 years |
vboxsync |
export to OSE
|
|
|
@21728
|
15 years |
vboxsync |
iprt/string: change behaviour of Utf16 to Latin1 to reject …
|
|
|
@21725
|
15 years |
vboxsync |
iprt: Added RTMpGetDescription.
|
|
|
@21723
|
15 years |
vboxsync |
tstUtf8: Test RTStrUtf8ToCurrentCP and RTUtf16ToLatin1 for …
|
|
|
@21714
|
15 years |
vboxsync |
iprt/string: conversion between Utf16 and Latin1
|
|
|
@21678
|
15 years |
vboxsync |
build fix
|
|
|
@21677
|
15 years |
vboxsync |
r3/path.cpp: build fix.
|
|
|
@21676
|
15 years |
vboxsync |
common/path: build fix.
|
|
|
@21675
|
15 years |
vboxsync |
IPRT: Moved rtPathVolumeSpecLen.
|
|
|
@21674
|
15 years |
vboxsync |
IPRT: Added the common/path bits to RuntimeR0Drv (except RTPathAbsEx).
|
|
|
@21673
|
15 years |
vboxsync |
IPRT: Split up r3/path.cpp.
|
|
|
@21672
|
15 years |
vboxsync |
RTDirCreate: recent nevadas (111b at least) returns EACCES when …
|
|
|
@21658
|
15 years |
vboxsync |
Runtime/memobj-freebsd: Fix crash during VM temrination on …
|
|
|
@21657
|
15 years |
vboxsync |
Runtime/memuserkernel-freebsd: Fix compilation. There is no …
|
|
|
@21637
|
15 years |
vboxsync |
Reverted r50166: committed the wrong file.
|
|
|
@21635
|
15 years |
vboxsync |
3.0: Backported r49929: sf: parameter validation.
|
|
|
@21633
|
15 years |
vboxsync |
vbi/memobj-r0drv-solaris.c: reserving kernel address space. (Same as …
|
|
|
@21621
|
15 years |
vboxsync |
memobj-r0drv-solaris.c: Implemented reserving kernel address space.
|
|
|
@21619
|
15 years |
vboxsync |
IPRT: Use FindFirstFile to get file attributes on Windows host, fixes …
|
|
|
@21617
|
15 years |
vboxsync |
ministring.cpp: properties, file header (short description, sepearate …
|
|
|
@21616
|
15 years |
vboxsync |
nitpicking.
|
|
|
@21614
|
15 years |
vboxsync |
Link extra AVL code into ring 0 library
|
|
|
@21608
|
15 years |
vboxsync |
IPRT: Use FindFirstFile to get file attributes on Windows host, fixes …
|
|
|
@21595
|
15 years |
vboxsync |
grumble
|
|
|
@21594
|
15 years |
vboxsync |
thread-r0drv-solaris.c: better interrupt context detection?
|
|
|
@21593
|
15 years |
vboxsync |
RTSemSpinMutexRequest: Some adjustments.
|
|
|
@21592
|
15 years |
vboxsync |
VBoxRT-win64.def: ASMNopPause.
|
|
|
@21588
|
15 years |
vboxsync |
Main: move vbox-independent OVF reader code to separate file; move …
|
|
|
@21582
|
15 years |
vboxsync |
IPRT: RTFILE_O_APPEND.
|
|
|
@21555
|
15 years |
vboxsync |
semspinmutex-r0drv-generic.c: better fix.
|
|
|
@21554
|
15 years |
vboxsync |
semspinmutex-r0drv-generic.c: Fixed missing wakup.
|
|
|
@21552
|
15 years |
vboxsync |
thread-r0drv-linux.c: Make sure we return boolean.
|
|
|
@21551
|
15 years |
vboxsync |
tstR0ThreadPreemption: Some adjustments to new …
|
|
|
@21549
|
15 years |
vboxsync |
iprt/log.h: Use the spinning mutexes.
|
|
|
@21548
|
15 years |
vboxsync |
semspinmutex-r0drv-generic.c: Two bugfixes, more assertions.
|
|
|
@21545
|
15 years |
vboxsync |
semspinmutex-r0drv-generic.c: Fixed RTSemSpinMutexRelease.
|
|
|
@21543
|
15 years |
vboxsync |
semspinmutex-r0drv-generic.c: windows build fix
|
|
|
@21542
|
15 years |
vboxsync |
Runtime: separate error code for EBUSY, for getting better error …
|
|
|
@21541
|
15 years |
vboxsync |
tstR0ThreadPreemption: use ASMIntAreEnabled.
|
|
|
@21540
|
15 years |
vboxsync |
IPRT: RTSemSpinMutex implementation.
|
|
|
@21539
|
15 years |
vboxsync |
ASMNopPause implementation (mainly for AMD64/win).
|
|
|
@21538
|
15 years |
vboxsync |
fixed comment.
|
|
|
@21537
|
15 years |
vboxsync |
todo
|
|
|
@21536
|
15 years |
vboxsync |
iprt/thread.h: Redefined RTThreadPreemptIsEnabled for systems without …
|
|
|
@21534
|
15 years |
vboxsync |
r3/generic
|
|
|
@21533
|
15 years |
vboxsync |
semfastmutex-generic.cpp: fixed leak in error path. @todo about no-nesting.
|
|
|
@21505
|
15 years |
vboxsync |
Fix Linux AIO by removing the needed header and defining needed types …
|
|
|
@21504
|
15 years |
vboxsync |
Trying to fix OSE take 2
|
|
|
@21503
|
15 years |
vboxsync |
bad idea
|
|
|
@21502
|
15 years |
vboxsync |
Compile async I/O support only into VBoxRT. The linux guest additions …
|
|
|
@21501
|
15 years |
vboxsync |
try to fix the OSE burn
|
|
|
@21500
|
15 years |
vboxsync |
Fix add burn with Solaris additions
|
|
|
@21499
|
15 years |
vboxsync |
Fix add burn with Solaris additions
|
|
|
@21497
|
15 years |
vboxsync |
RTR0MemObj*: correctly reject unsupported alignment requirements …
|
|
|
@21495
|
15 years |
vboxsync |
Runtime/FileAio: Enable by default (PDMAsyncCompletion API will need …
|
|
|
@21494
|
15 years |
vboxsync |
Runtime/fileaio-win: Fix a possible race
|
|
|
@21493
|
15 years |
vboxsync |
Runtime/File: Add flag to disable the file cache
|
|
|
@21486
|
15 years |
vboxsync |
RTDirOpenFiltered: If trailing slash, then it has no pattern whatever …
|
|
|
@21452
|
15 years |
vboxsync |
Solaris/vbi: Fixed preemption issue for Solaris 10 by hardcoded offsets.
|
|
|
@21451
|
15 years |
vboxsync |
iprt/asm.h: Remvoed ASMAtomicXchgU128 as it is causing trouble for …
|
|
|
@21428
|
15 years |
vboxsync |
Main: remove ENoMemory exception class, replace with std::bad_alloc() …
|
|
|
@21412
|
15 years |
vboxsync |
Add,++: Switch to common addition kernel module.
|
|
|
@21409
|
15 years |
vboxsync |
IPRT: rename ministring, add iprt:: namespace
|
|
|
@21404
|
15 years |
vboxsync |
IPRT, Main: make ministring throw std::bad_alloc on allocation …
|
|
|
@21399
|
15 years |
vboxsync |
timerlr-generic.cpp,iprt/timer.h: Skip ticks if we're more than 60 …
|
|
|
@21396
|
15 years |
vboxsync |
IPRT: fix missing '\0'
|
|
|
@21394
|
15 years |
vboxsync |
Backing out r49763 to fix Windows burns.
|
|
|
@21393
|
15 years |
vboxsync |
IPRT, Main: make ministring throw std::bad_alloc on allocation …
|
|
|
@21381
|
15 years |
vboxsync |
IPRT: gcc warnings when compiled as ISO C
|
|
|
@21377
|
15 years |
vboxsync |
iprt/log.h,DBGFLog.cpp,VBoxGuest-linux.c: Added RTLogDestinations, …
|
|
|
@21375
|
15 years |
vboxsync |
log.cpp: Make the ring-0 fallback logging more obvious and support the …
|
|
|
@21356
|
15 years |
vboxsync |
typo
|
|
|