|
|
@77510
|
6 years |
vboxsync |
scm fix
|
|
|
@77509
|
6 years |
vboxsync |
Runtime/fuzz: Updates
|
|
|
@77489
|
6 years |
vboxsync |
Runtime/fuzz: build fix
|
|
|
@77487
|
6 years |
vboxsync |
Runtime/fuzz: build fix
|
|
|
@77486
|
6 years |
vboxsync |
Runtime/fuzz: scm fix
|
|
|
@77484
|
6 years |
vboxsync |
Runtime/fuzz: build fix
|
|
|
@77483
|
6 years |
vboxsync |
Runtime/fuzz: build fix
|
|
|
@77482
|
6 years |
vboxsync |
Runtime/fuzz: Rewriting the core fuzzed input generator.
The new …
|
|
|
@77473
|
6 years |
vboxsync |
IPRT: Fixed buggy Nt3Fb_ExReleaseFastMutex and made the kernel symbol …
|
|
|
@77464
|
6 years |
vboxsync |
Runtime/r0drv/linux: handle get_user_pages back-port to Linux 4.4.168. …
|
|
|
@77417
|
6 years |
vboxsync |
iprt/the-linux-kernel.h: Build fix for 2.6.0...3. bugref:9172
|
|
|
@77367
|
6 years |
vboxsync |
Runtime/r0drv/linux: handle get_user_pages back-port to Linux 4.4.168. …
|
|
|
@77323
|
6 years |
vboxsync |
Runtime/serialport-win.cpp: Don't keep dwEventMask on the stack for …
|
|
|
@77270
|
6 years |
vboxsync |
Runtime: Fix compilation with LibreSSL <2.7.0.
BIO_up_ref() was …
|
|
|
@77262
|
6 years |
vboxsync |
Runtime/RTCRest: fixed array index when serializing/deserializing …
|
|
|
@77258
|
6 years |
vboxsync |
localipc-posix.cpp: Memory leak fix in error handling code path
|
|
|
@77257
|
6 years |
vboxsync |
Runtime/RTReqPool: Memory leak fixes during destruction
|
|
|
@77256
|
6 years |
vboxsync |
Runtime/RTDvm: Add flag to indicate that a volume is contiguous on the …
|
|
|
@77244
|
6 years |
vboxsync |
fileio-sg-posix.cpp: scm fix. bugref:9172
|
|
|
@77239
|
6 years |
vboxsync |
IPRT: Implemented RTFileSgWriteAt and RTfileSgReadAt for linux and …
|
|
|
@77237
|
6 years |
vboxsync |
IPRT/aiomgr.cpp: Use RTListForEachSafe in rtAioMgrCheckFiles() to be …
|
|
|
@77235
|
6 years |
vboxsync |
IPRT: Implemented RTFileSgWriteAt and RTfileSgReadAt for linux and …
|
|
|
@77234
|
6 years |
vboxsync |
IPRT/fileio-posix.cpp: Return VERR_TRY_AGAIN when write() returns zero …
|
|
|
@77233
|
6 years |
vboxsync |
IPRT: Some new FS types.
|
|
|
@77231
|
6 years |
vboxsync |
IPRT: Return VERR_FILE_TOO_BIG if we exceed the FAT file limit while …
|
|
|
@77211
|
6 years |
vboxsync |
IPRT: Specialized RTFileWriteAt and RTFileReadAt for windows. bugref:9172
|
|
|
@77210
|
6 years |
vboxsync |
IPRT: Added r3/posix/fileio-at-posix.cpp for more efficient and safer …
|
|
|
@77209
|
6 years |
vboxsync |
IPRT: Split RTFileWriteAt & RTFileReadAt out of fileio.cpp and into …
|
|
|
@77208
|
6 years |
vboxsync |
memobj-r0drv-linux.c: todo
|
|
|
@77198
|
6 years |
vboxsync |
Drivers/Linux: fixes for upcoming Linux 5.1 kernel.
bugref:4567: Linux …
|
|
|
@77185
|
6 years |
vboxsync |
Runtime/common/ldr: Fix memory leak caused by missing unmapping calls
|
|
|
@77172
|
6 years |
vboxsync |
IRPT/alloc-r0drv-nt.cpp: Make sure we free early untagged allocations …
|
|
|
@77131
|
6 years |
vboxsync |
the-freebsd-kernel.h,memobj-r0drv-freebsd.cpp: Build fix for newer …
|
|
|
@77129
|
6 years |
vboxsync |
the-freebsd-kernel.h,memobj-r0drv-freebsd.cpp: Some cleanup to reduce …
|
|
|
@77128
|
6 years |
vboxsync |
mp-r0drv-freebsd.cpp: Fix compliation on newer FreeBSD kernels where …
|
|
|
@77121
|
6 years |
vboxsync |
IPRT: Two more license header cleanups.
|
|
|
@77120
|
6 years |
vboxsync |
IPRT: Some license header cleanups.
|
|
|
@77118
|
6 years |
vboxsync |
Runtime: Get rid of the "register" keyword usage as all compilers we …
|
|
|
@77111
|
6 years |
vboxsync |
RTErrConvertFromErrno(): Convert the uNativeCode parameter from …
|
|
|
@77110
|
6 years |
vboxsync |
RTErrConvertFromErrno(): Convert the uNativeCode parameter from …
|
|
|
@77047
|
6 years |
vboxsync |
iprt/isomaker: Optimized native handle (file descriptor) usage when …
|
|
|
@77008
|
6 years |
vboxsync |
Runtime/xfsvfs.cpp: Updates
|
|
|
@76908
|
6 years |
vboxsync |
Runtime/posix/serialport-posix: Fix access to pseudo terminals, they …
|
|
|
@76905
|
6 years |
vboxsync |
Runtime/testcase/tstRTDvm: Resurrect testcase as an example on how to …
|
|
|
@76902
|
6 years |
vboxsync |
IPRT/RTFileRead: Set pcbRead when returning immediately on a zero byte …
|
|
|
@76895
|
6 years |
vboxsync |
Fix for Solaris biuld failure after r128246 - removing fVerifyIsDir …
|
|
|
@76878
|
6 years |
vboxsync |
IPRT/dir-poix.cpp,FsPerf.cpp: Darwin adjustments, realizing that the …
|
|
|
@76859
|
6 years |
vboxsync |
drivers/linux: adjust for new access_ok signature.
bugref:4567: Linux …
|
|
|
@76823
|
6 years |
vboxsync |
Runtime/Linux: remove volatile qualifier from freestanding asm blocks. …
|
|
|
@76714
|
6 years |
vboxsync |
initterm-r0drv-os2.cpp: drop RT_STRICT.
|
|
|
@76660
|
6 years |
vboxsync |
RTPathCalcRelative: Extended case-insensitivity from 7-bit ascii to …
|
|
|
@76642
|
6 years |
vboxsync |
Runtime/fs/xfsvfs: Updates, working on inode parsing [scm]
|
|
|
@76641
|
6 years |
vboxsync |
Runtime/fs/xfsvfs: Updates, working on inode parsing
|
|
|
@76634
|
6 years |
vboxsync |
IPRT/rtProcNativeSetPriority: Must update g_pProcessPriority on …
|
|
|
@76619
|
6 years |
vboxsync |
Runtime/fs/extvfs: Fix
|
|
|
@76617
|
6 years |
vboxsync |
Runtime/fs/extvfs: Fix
|
|
|
@76616
|
6 years |
vboxsync |
Runtime/VFS: Started XFS filesystem parser (not built, committed for …
|
|
|
@76595
|
6 years |
vboxsync |
IPRT: Attempted to address some the more obvious shortcomings of …
|
|
|
@76589
|
6 years |
vboxsync |
IPRT: Attempted to address some the more obvious shortcomings of …
|
|
|
@76585
|
6 years |
vboxsync |
*: scm --fix-header-guard-endif
|
|
|
@76560
|
6 years |
vboxsync |
IPRT: Use IPRT_INCLUDED_SRC_ as header guard prefix for files around …
|
|
|
@76559
|
6 years |
vboxsync |
IPRT/include: Use IPRT_INCLUDED_INTERNAL_ rather than _internal_ as …
|
|
|
@76557
|
6 years |
vboxsync |
include/iprt: Use IPRT_INCLUDED_ rather than _iprt_ as header guard …
|
|
|
@76553
|
6 years |
vboxsync |
scm --update-copyright-year
|
|
|
@76513
|
6 years |
vboxsync |
IPRT: scm --fix-header-guards. bugref:9344
|
|
|
@76474
|
6 years |
vboxsync |
scm --fix-err-h src/ (bugref:9344)
|
|
|
@76456
|
6 years |
vboxsync |
IPRT: Fixes to previous revision. bugref:9344
|
|
|
@76452
|
6 years |
vboxsync |
IPRT: Ran scm --fix-err-h. bugref:9344
|
|
|
@76426
|
6 years |
vboxsync |
iprt/string.h: Dropped including utf16.h and let those who need it …
|
|
|
@76418
|
6 years |
vboxsync |
iprt/errcore.h,*: Duplicate some of the most frequently used status …
|
|
|
@76417
|
6 years |
vboxsync |
iprt/errcore.h,*: Duplicate some of the most frequently used status …
|
|
|
@76409
|
6 years |
vboxsync |
iprt/string.h: Dropped including utf16.h and let those who need it …
|
|
|
@76408
|
6 years |
vboxsync |
iprt/string.h: Dropped including utf16.h and let those who need it …
|
|
|
@76389
|
6 years |
vboxsync |
VBox/sup.h: Don't include VBox/err.h for no good reason. bugref:9344
|
|
|
@76364
|
6 years |
vboxsync |
*: string.h sans err.h fix. bugref:9344
|
|
|
@76362
|
6 years |
vboxsync |
*: string.h sans err.h fix. bugref:9344
|
|
|
@76360
|
6 years |
vboxsync |
*: string.h sans err.h fix. bugref:9344
|
|
|
@76359
|
6 years |
vboxsync |
*: string.h sans err.h fix. bugref:9344
|
|
|
@76358
|
6 years |
vboxsync |
*: string.h sans err.h fix. bugref:9344
|
|
|
@76357
|
6 years |
vboxsync |
*: string.h sans err.h fix. bugref:9344
|
|
|
@76354
|
6 years |
vboxsync |
*: string.h sans err.h fix. bugref:9344
|
|
|
@76353
|
6 years |
vboxsync |
*: string.h sans err.h fix. bugref:9344
|
|
|
@76347
|
6 years |
vboxsync |
*: Preparing for iprt/vfslowlevel.h to no longer include iprt/err.h. …
|
|
|
@76346
|
6 years |
vboxsync |
*: Preparing for iprt/string.h, iprt/json.h and iprt/serialport.h no …
|
|
|
@76328
|
6 years |
vboxsync |
Runtime/fs/vfsext: Implement a small block cache for caching block …
|
|
|
@76322
|
6 years |
vboxsync |
Reverted accidental commit r127614.
|
|
|
@76321
|
6 years |
vboxsync |
iprt/mp-r0drv-linux.c: Attempt at fixing !CONFIG_SMP warnings.
|
|
|
@76318
|
6 years |
vboxsync |
Runtime/fs/extvfs: Support flex_bg, our implementation doesn't need …
|
|
|
@76316
|
6 years |
vboxsync |
Runtime/fs/extvfs: Updates, implement extent tree walking. Enables …
|
|
|
@76307
|
6 years |
vboxsync |
scm
|
|
|
@76306
|
6 years |
vboxsync |
Runtime/fs/extvfs: Updates, reading data from ext2/ext3 filesystems …
|
|
|
@76305
|
6 years |
vboxsync |
Runtime/fs/extvfs: Updates, reading data from ext2/ext3 filesystems …
|
|
|
@76304
|
6 years |
vboxsync |
scm fix
|
|
|
@76299
|
6 years |
vboxsync |
Runtime/fs/extvfs: Updates
|
|
|
@76294
|
6 years |
vboxsync |
Runtime/fs/extvfs: Working on parsing block group and inode …
|
|
|
@76293
|
6 years |
vboxsync |
Runtime/fs/extvfs: Working on parsing block group and inode …
|
|
|
@76292
|
6 years |
vboxsync |
Runtime/fs/extvfs: Working on parsing block group and inode descriptors
|
|
|
@76256
|
6 years |
vboxsync |
Runtime/formats/ext: Add more structures
|
|
|
@76221
|
6 years |
vboxsync |
build fix
|
|
|
@76216
|
6 years |
vboxsync |
Runtime/fs: Started restructurin the ext2 filesystem code to indicate …
|
|
|