|
|
@82660
|
5 years |
vboxsync |
IPRT/mem: Avoid calling assert(3C) on Solaris when mlock(3C) fails due …
|
|
|
@82631
|
5 years |
vboxsync |
IPRT/utf8-posix.cpp: NetBSD changed iconv constness (to not const) …
|
|
|
@81251
|
5 years |
vboxsync |
IPRT/process-creation-posix.cpp: Generalized the PAM option and make …
|
|
|
@80764
|
5 years |
vboxsync |
IPRT: Optimized RTEnvPutEx. bugref:9341
|
|
|
@80585
|
5 years |
vboxsync |
Runtime: Some renaming to stay consistent (*Get* always returns what …
|
|
|
@80569
|
5 years |
vboxsync |
Main: bugref:9341: Added VM autostart during boot support for windows host
|
|
|
@79561
|
5 years |
vboxsync |
IPRT/process-creation-posix.cpp: Try to dynamically resolve crypt_r on …
|
|
|
@79559
|
5 years |
vboxsync |
IPRT/process-creation-posix.cpp: Try to dynamically resolve crypt_r on …
|
|
|
@79468
|
5 years |
vboxsync |
IPRT/RTDirRemove/posix: Ignore trailing slash when statting final …
|
|
|
@79467
|
5 years |
vboxsync |
IPRT/RTDirRemove/posix: Ignore trailing slash when statting final …
|
|
|
@79421
|
5 years |
vboxsync |
IPRT: Added a flag to RTDirCreate for ignoring the umask and added …
|
|
|
@79155
|
5 years |
vboxsync |
IPRT/rtFsModeFromDos: Pass desired object type when normalizing mode …
|
|
|
@79014
|
6 years |
vboxsync |
IPRT/process-creation-posix.cpp: Try to dynamically resolve crypt_r on …
|
|
|
@79012
|
6 years |
vboxsync |
IPRT/process-creation-posix.cpp: Try to dynamically resolve crypt_r on …
|
|
|
@79011
|
6 years |
vboxsync |
IPRT/process-creation-posix.cpp: Try to dynamically resolve crypt_r on …
|
|
|
@79010
|
6 years |
vboxsync |
IPRT/process-creation-posix.cpp: Use reentrant functions for accessing …
|
|
|
@79009
|
6 years |
vboxsync |
IPRT/process-creation-posix.cpp: Use reentrant functions for accessing …
|
|
|
@79007
|
6 years |
vboxsync |
IPRT/process-creation-posix.cpp: Use reentrant functions for accessing …
|
|
|
@79003
|
6 years |
vboxsync |
IPRT: Implemented rtldrNativeLoadSystem for posix systems. bugref:8352 …
|
|
|
@78730
|
6 years |
vboxsync |
IPRT/RTDirRemove/posix: Translate EEXIST to VERR_DIR_NOT_EMTPY as …
|
|
|
@78561
|
6 years |
vboxsync |
Runtime/RTShMem,tstRTShMem: Add API to delete a named shared memory …
|
|
|
@78348
|
6 years |
vboxsync |
IPRT/mem: Added RTMemPageAllocEx so we can try lock memory and try …
|
|
|
@78345
|
6 years |
vboxsync |
IPRT/mem: Added RTMemPageAllocEx so we can try lock memory and try …
|
|
|
@78334
|
6 years |
vboxsync |
IPRT/mem: Added RTMemPageAllocEx so we can try lock memory and try …
|
|
|
@78178
|
6 years |
vboxsync |
IPRT: Relaxing RTPATH_MAX in a couple of places. bugref:9172
|
|
|
@78050
|
6 years |
vboxsync |
IPRT/dir: Lifting RTPATH_MAX restriction on RTDirOpen*. bugref:9172
|
|
|
@77910
|
6 years |
vboxsync |
Main: bugref:7929: Added ability to change the priority of the VM process
|
|
|
@77754
|
6 years |
vboxsync |
IPRT: Some st_birthtime experimentation for FreeBSD.
|
|
|
@77744
|
6 years |
vboxsync |
IPRT/RTPathSetTimesEx/posix: Try fall back on utimes if kernel doesn't …
|
|
|
@77684
|
6 years |
vboxsync |
IPRT: Implemented RTFileOpenEx for posix too. ticketref:9276
|
|
|
@77635
|
6 years |
vboxsync |
IPRT: Adding RTFileSgRead and RTFileSgWrite (for FsPerf). [build …
|
|
|
@77633
|
6 years |
vboxsync |
IPRT: Adding RTFileSgRead and RTFileSgWrite (for FsPerf). [build …
|
|
|
@77632
|
6 years |
vboxsync |
IPRT: Adding RTFileSgRead and RTFileSgWrite (for FsPerf). bugref:9172
|
|
|
@77258
|
6 years |
vboxsync |
localipc-posix.cpp: Memory leak fix in error handling code path
|
|
|
@77244
|
6 years |
vboxsync |
fileio-sg-posix.cpp: scm fix. bugref:9172
|
|
|
@77239
|
6 years |
vboxsync |
IPRT: Implemented RTFileSgWriteAt and RTfileSgReadAt for linux and …
|
|
|
@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.
|
|
|
@77210
|
6 years |
vboxsync |
IPRT: Added r3/posix/fileio-at-posix.cpp for more efficient and safer …
|
|
|
@76908
|
6 years |
vboxsync |
Runtime/posix/serialport-posix: Fix access to pseudo terminals, they …
|
|
|
@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 …
|
|
|
@76553
|
6 years |
vboxsync |
scm --update-copyright-year
|
|
|
@76452
|
6 years |
vboxsync |
IPRT: Ran scm --fix-err-h. bugref:9344
|
|
|
@76417
|
6 years |
vboxsync |
iprt/errcore.h,*: Duplicate some of the most frequently used status …
|
|
|
@76346
|
6 years |
vboxsync |
*: Preparing for iprt/string.h, iprt/json.h and iprt/serialport.h no …
|
|
|
@75883
|
6 years |
vboxsync |
IPRT/shmem: Make doxygen and scm happy.
|
|
|
@75881
|
6 years |
vboxsync |
Runtime/r3/shmem-posix.cpp: Crash fix in RTShMemMapRegion
|
|
|
@75879
|
6 years |
vboxsync |
Runtime: Introduce RTShMem* API for accessing shared memory objects …
|
|
|
@75725
|
6 years |
vboxsync |
IPRT/RTProcCreateEx: Quick darwin implementation using PAM. bugref:4802
|
|
|
@75652
|
6 years |
vboxsync |
IPRT/dir: Adding RTDirRewind for use with shared folders.
|
|
|
@74638
|
6 years |
vboxsync |
IPRT: Initial adaption of the kstuff loader code. bugref:9232
|
|
|
@74253
|
6 years |
vboxsync |
IPRT/ldr: Added RTLDRLOAD_FLAGS_NO_SUFFIX flag for enabling loading …
|
|
|
@73097
|
6 years |
vboxsync |
*: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
|
|
|
@72624
|
6 years |
vboxsync |
IPRT/utf8-posix.cpp: No VBOX_XXXX defines in IPRT.
|
|
|
@72285
|
7 years |
vboxsync |
IPRT: Adding RTTimeLocalDeltaNanoFor.
|
|
|
@72163
|
7 years |
vboxsync |
IPRT: s/LocalUTCOffset/cNsUtcOffset/
|
|
|
@72140
|
7 years |
vboxsync |
IPRT/time: misc fixes (incorrect offUTC conversion sign, forgotten …
|
|
|
@72100
|
7 years |
vboxsync |
IPRT/rtTimeLocalUTCOffset: Fix for incorrect end/start of month …
|
|
|
@71956
|
7 years |
vboxsync |
Runtime/serialport-posix: Add custom baud rate support on Linux hosts
|
|
|
@71028
|
7 years |
vboxsync |
Runtime/RTSerialPort: Implement synchronous read/write methods for …
|
|
|
@70892
|
7 years |
vboxsync |
IPRT: dir.c,dir-posix.cpp,direnum-nt.cpp: Implemented …
|
|
|
@70890
|
7 years |
vboxsync |
IPRT: dir.c,dir-posix.cpp,direnum-nt.cpp: Implemented …
|
|
|
@70884
|
7 years |
vboxsync |
IPRT: Added RTDIR_F_NO_FOLLOW (not implemented yet).
|
|
|
@70760
|
7 years |
vboxsync |
Runtime/r3/serialport-posix.cpp: Fix
|
|
|
@70633
|
7 years |
vboxsync |
Runtime/r3/serialport-posix: Fixes
|
|
|
@69986
|
7 years |
vboxsync |
Runtime/RTSerialPort: POSIX and Windows implementation fixes
|
|
|
@69908
|
7 years |
vboxsync |
Build fix
|
|
|
@69907
|
7 years |
vboxsync |
Runtime/serialport-posix: Updates
|
|
|
@69897
|
7 years |
vboxsync |
Runtime/serialport-posix: Updates
|
|
|
@69896
|
7 years |
vboxsync |
Runtime: New serial port API [build fix for scm]
|
|
|
@69894
|
7 years |
vboxsync |
Runtime: New serial port API [build fix for non Linux hosts]
|
|
|
@69892
|
7 years |
vboxsync |
Runtime: Start on a platform independent serial port access API which …
|
|
|
@69753
|
7 years |
vboxsync |
iprt/dir: Morphing PRTDIR into a handle named RTDIR. (Been wanting to …
|
|
|
@69691
|
7 years |
vboxsync |
iprt: Started on RTDirRel for NT.
|
|
|
@69111
|
7 years |
vboxsync |
(C) year
|
|
|
@68578
|
7 years |
vboxsync |
merging vbglioc r117756: utf8-posix.cpp build fix for FreeBSD 10.3
|
|
|
@65704
|
8 years |
vboxsync |
Runtime: if we are compiled with address sanitizer enabled (gcc/llvm …
|
|
|
@63677
|
8 years |
vboxsync |
shut up gcc for complaining about readdir_r() with glibc 2.24+
|
|
|
@63561
|
8 years |
vboxsync |
scm: cleaning up todos
|
|
|
@63549
|
8 years |
vboxsync |
scm cleanups
|
|
|
@63530
|
8 years |
vboxsync |
thread-posix.cpp: better assertion.
|
|
|
@63052
|
8 years |
vboxsync |
IPRT/RTSemMutex: rewrite rtSemFallbackPthreadMutexTimedlock. Take …
|
|
|
@63029
|
8 years |
vboxsync |
Revert due to sign issues on 32-bit Linux builds: r109639: …
|
|
|
@63027
|
8 years |
vboxsync |
IPRT/RTSemMutex: use mnemonic constants when dealing with milli-, …
|
|
|
@63004
|
8 years |
vboxsync |
IPRT: NetBSD does't have pthread_mutex_timedlock() so use the fallback …
|
|
|
@62947
|
8 years |
vboxsync |
IPRT: Use O_DIRECT and S_ISCHR on NetBSD too.
|
|
|
@62946
|
8 years |
vboxsync |
IPRT: Synchronize comments in previous. While there, complete …
|
|
|
@62945
|
8 years |
vboxsync |
IPRT: NetBSD iconv_open() doesn't grok empty codeset strings. Check …
|
|
|
@62887
|
8 years |
vboxsync |
iprt: Use sched_yield(2) on FreeBSD too. pthread_yield(3) there is …
|
|
|
@62863
|
8 years |
vboxsync |
IPRT: warnings
|
|
|
@62859
|
8 years |
vboxsync |
iprt: on NetBSD use sched_yield().
From Kamil Rytarowski, but fixed …
|
|
|
@62570
|
8 years |
vboxsync |
IPRT: More unused parameters.
|
|
|
@62564
|
8 years |
vboxsync |
IPRT: Mark unused parameters.
|
|
|
@62477
|
8 years |
vboxsync |
(C) 2016
|
|
|
@62461
|
8 years |
vboxsync |
IPRT: scm
|
|
|
@62416
|
8 years |
vboxsync |
NetBSD: Commit patches 001 - 003 contributed by Kamil Rytarowski on …
|
|
|
@61751
|
8 years |
vboxsync |
fixed small memory leaks on certain hosts (Solaris) when using …
|
|
|