|
|
@37270
|
14 years |
vboxsync |
IPRT/Dvm: Commit BSD disklabel support.
|
|
|
@37233
|
14 years |
vboxsync |
IRPT: Adding RTErrVarsSave/Restore/++ to preserve errno, …
|
|
|
@37210
|
14 years |
vboxsync |
circbuf: make the structure abstract.
|
|
|
@37209
|
14 years |
vboxsync |
circbuf: Use ASMAtomic*Z instead of ASMAtomic*Size because the latter …
|
|
|
@37208
|
14 years |
vboxsync |
circbuf: code cleanup.
|
|
|
@37024
|
14 years |
vboxsync |
iprt/dvm: use static, changed prefix of internal functions.
|
|
|
@37023
|
14 years |
vboxsync |
just had to mention hpfs…
|
|
|
@36969
|
14 years |
vboxsync |
more gcc-4.6 -Werror=int-to-pointer-cast fixes
|
|
|
@36951
|
14 years |
vboxsync |
warnings
|
|
|
@36912
|
14 years |
vboxsync |
gcc-4.6 -Werror=int-to-pointer-cast fixes
|
|
|
@36868
|
14 years |
vboxsync |
Runtime/common/dvm: export
|
|
|
@36827
|
14 years |
vboxsync |
iprt/assert.cpp: made the stderr format msg2 buffer as big as the …
|
|
|
@36816
|
14 years |
vboxsync |
IPRT: Initial commit of the disk volume management API. Supports …
|
|
|
@36679
|
14 years |
vboxsync |
Runtime/log: move writing the initial log messages to after the lock …
|
|
|
@36674
|
14 years |
vboxsync |
nit
|
|
|
@36605
|
14 years |
vboxsync |
iprt/memtracker: try to fix 32bit builds
|
|
|
@36599
|
14 years |
vboxsync |
warning
|
|
|
@36597
|
14 years |
vboxsync |
IPRT: Implemented the memory tracker.
|
|
|
@36596
|
14 years |
vboxsync |
iprt/thread.h: Added RTThreadIsInitialized, RTThreadIsSelfKnown and …
|
|
|
@36561
|
14 years |
vboxsync |
RTCString::join: Optimization.
|
|
|
@36555
|
14 years |
vboxsync |
Use DECLHIDDEN, especially in IPRT.
|
|
|
@36544
|
14 years |
vboxsync |
iprt-cpp: fix RTCString::join when the list contains just one item
|
|
|
@36532
|
14 years |
vboxsync |
IPRT-C++: iprt::list -> RTCList; iprt::mtlist -> RTCMTList
|
|
|
@36527
|
14 years |
vboxsync |
iprt::MiniString -> RTCString.
|
|
|
@36508
|
14 years |
vboxsync |
iprt/C++: some cleanup.
|
|
|
@36501
|
14 years |
vboxsync |
IPRT: add join/split and + operators to the string class
|
|
|
@36408
|
14 years |
vboxsync |
log rotation review and adjustments: Don't delete any excess files if …
|
|
|
@36407
|
14 years |
vboxsync |
IPRT: Added RTStrCopyP, RTStrCopyPEx, RTStrCatP and RTStrCatPEx. These …
|
|
|
@36344
|
14 years |
vboxsync |
Runtime/log: implement log rotation, adapt all code creating log files …
|
|
|
@36312
|
14 years |
vboxsync |
Runtime/common/misc/sg: temporarily sanity check
|
|
|
@36284
|
14 years |
vboxsync |
iprt/RTErrConvertToErrno: added VERR_NOT_IMPLEMENTED
|
|
|
@36262
|
14 years |
vboxsync |
SUPDrv,IPRT,++: Enabled the code for supporting up to 256 host …
|
|
|
@36254
|
14 years |
vboxsync |
GIP,++: Lots of CPUs (disabled).
|
|
|
@36233
|
14 years |
vboxsync |
IPRT: linux R0 threads
|
|
|
@36220
|
14 years |
vboxsync |
GIP: Force a couple of aCPUs accesses within bounds.
|
|
|
@36190
|
14 years |
vboxsync |
IPRT,Drivers: Committed a modified version of the …
|
|
|
@35811
|
14 years |
vboxsync |
nit
|
|
|
@35810
|
14 years |
vboxsync |
VMM: Replace most VERR_VERSION_MISMATCH by more specific error …
|
|
|
@35585
|
14 years |
vboxsync |
iprt/string.h: Added RTStrFormatU[8|16|32|64|128] and …
|
|
|
@35567
|
14 years |
vboxsync |
IPRT: fix rare crash in MiniString::substr(); rename substr() to …
|
|
|
@35525
|
14 years |
vboxsync |
Followup to r69260: Need the size_t redefinition, so include …
|
|
|
@35512
|
14 years |
vboxsync |
iprt/types.h: Added RTFLOAT64U, RTFLOAT80U and RTFLOAT80U2.
|
|
|
@35464
|
14 years |
vboxsync |
iprt/string.h: Added RTStrSpaceGetN.
|
|
|
@35398
|
14 years |
vboxsync |
re-applied r69255, r69257: properly wrap mem* to xf86mem* for older …
|
|
|
@35351
|
14 years |
vboxsync |
scm cleanups.
|
|
|
@35213
|
14 years |
vboxsync |
Assigned real values to the RTVFS*_MAGIC[_DEAD] constants.
|
|
|
@35191
|
14 years |
vboxsync |
Some cleanup. Pass RTLDRLOAD_FLAGS_LOCAL instead of 0, since it's defined.
|
|
|
@35183
|
14 years |
vboxsync |
RTLdrLoadEx use RTERRINFO.
|
|
|
@35182
|
14 years |
vboxsync |
iprt/err.h: Added RTErrInfo* for supplementing the IPRT style status …
|
|
|
@35152
|
14 years |
vboxsync |
*: added fFlags parameter to SUPR3HardenedLdrLoadAppPriv(), …
|
|
|
@35128
|
14 years |
vboxsync |
Main: more backslash conversion in settings read/write, so add generic …
|
|
|
@35122
|
14 years |
vboxsync |
Runtime: too much replaced in the last fix
|
|
|
@35076
|
14 years |
vboxsync |
RTStrVersionCompare: Made the a trailing 'r9' indicate of a sub-string …
|
|
|
@34999
|
14 years |
vboxsync |
Backed out r68812, r68813 and r68816 - issue will be resolved with …
|
|
|
@34993
|
14 years |
vboxsync |
IPRT/RTTimeExplode: Use remainder.
|
|
|
@34990
|
14 years |
vboxsync |
IPRT/RTTimeExplode: Use remainder.
|
|
|
@34989
|
14 years |
vboxsync |
IPRT/RTTimeExplode: Fixed missing alldvrm issue on W2K/NT4.
|
|
|
@34967
|
14 years |
vboxsync |
Moved and extended RTVfsIoStrmValidateUtf8Encoding.
|
|
|
@34964
|
14 years |
vboxsync |
Added RTVfsIoStrmValidateUtf8Encoding (stubbed).
|
|
|
@34959
|
14 years |
vboxsync |
Added RTLdrLoadEx for exposing dlerror info.
|
|
|
@34952
|
14 years |
vboxsync |
tar.cpp: < 8GB, not <=. Added note about using 256-base encoding with …
|
|
|
@34951
|
14 years |
vboxsync |
FE/Qt4: fix burn
|
|
|
@34949
|
14 years |
vboxsync |
Runtime-tar: base 256 support for files greater 8GB
|
|
|
@34941
|
14 years |
vboxsync |
checksum/manifest: uninitialized variables
|
|
|
@34928
|
14 years |
vboxsync |
tarvfs.cpp: untested implementation of base-256 decoding.
|
|
|
@34919
|
14 years |
vboxsync |
Runtime: fix wrong writing of big file sizes
|
|
|
@34845
|
14 years |
vboxsync |
iprt: Added RTManifestEntryExists.
|
|
|
@34786
|
14 years |
vboxsync |
iprt: Implemented most of the RTVfsFile API.
|
|
|
@34654
|
14 years |
vboxsync |
Runtime/err: handle newly added XPCOM error code
|
|
|
@34560
|
14 years |
vboxsync |
vfsmemory.cpp: list bugfix (grumble, even with RTList* linked lists …
|
|
|
@34542
|
14 years |
vboxsync |
RTGetOpt: Made it a bit less understanding about spaces after the …
|
|
|
@34537
|
14 years |
vboxsync |
extpack & manifest bugfixes.
|
|
|
@34536
|
14 years |
vboxsync |
build fix
|
|
|
@34535
|
14 years |
vboxsync |
Manifest comparison.
|
|
|
@34507
|
14 years |
vboxsync |
IPRT: Visual C++ warnings.
|
|
|
@34495
|
14 years |
vboxsync |
Made extension pack installation work.
|
|
|
@34464
|
14 years |
vboxsync |
IPRT: Added a RTManifest tool for testing the new manifest code. Moved …
|
|
|
@34450
|
14 years |
vboxsync |
RTManifestWriteStandard: Initial implementation.
|
|
|
@34449
|
14 years |
vboxsync |
Implemented RTManifestReadStandard and RTManifestReadStandardEx.
|
|
|
@34442
|
14 years |
vboxsync |
bugfixing
|
|
|
@34441
|
14 years |
vboxsync |
A couple of vfs fixes.
|
|
|
@34436
|
14 years |
vboxsync |
RTVfsUtilPumpIoStreams: Flush the destination stream on success to …
|
|
|
@34435
|
14 years |
vboxsync |
ExtPack: Implemented unpacking (untested).
|
|
|
@34418
|
14 years |
vboxsync |
VBoxExtPAckHelperApp.cpp: More code.
|
|
|
@34414
|
14 years |
vboxsync |
vfsmemory.cpp: warning
|
|
|
@34413
|
14 years |
vboxsync |
vfsbase.cpp: RTVfs*Release - Ignore NIL handles.
|
|
|
@34410
|
14 years |
vboxsync |
build fixes
|
|
|
@34407
|
14 years |
vboxsync |
vfsmemory.cpp: initial coding.
|
|
|
@34405
|
14 years |
vboxsync |
vfsstdfile.cpp: bug fix.
|
|
|
@34391
|
14 years |
vboxsync |
More extension pack code.
|
|
|
@34385
|
14 years |
vboxsync |
Build fix.
|
|
|
@34381
|
14 years |
vboxsync |
manifest stuff.
|
|
|
@34256
|
14 years |
vboxsync |
IPRT: Must clear the TLS entry holding RTTHREAD before freeing the …
|
|
|
@34218
|
14 years |
vboxsync |
AVL: add range version with uint64_t keys
|
|
|
@34214
|
14 years |
vboxsync |
IPRT: Added RTPathJoinEx and RTPathAppendEx.
|
|
|
@34205
|
14 years |
vboxsync |
IPRT: Fix for RTPathChangeToDosSlashes().
|
|
|
@34181
|
14 years |
vboxsync |
spaces
|
|
|
@34180
|
14 years |
vboxsync |
build fix
|
|
|
@34179
|
14 years |
vboxsync |
iprt/tarvfs: Rewrote the tar parser to deal with header sequences used …
|
|
|
@34060
|
14 years |
vboxsync |
some tar bits
|
|
|