VirtualBox

source: vbox/trunk/src/VBox/Runtime/r3/posix

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @91620   3 years vboxsync IPRT/RTDirRemove/posix: Do not rely on EEXIST taking priority over …
(edit) @90803   3 years vboxsync Runtime: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90789   3 years vboxsync IPRT: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90781   3 years vboxsync IPRT: AssertMsgReturn(VALID_PTR(),...) -> AssertPtrReturn
(edit) @90392   3 years vboxsync IPRT/RTThreadCreate: Added RTTHREADFLAGS_NO_SIGNALS (posix only). …
(edit) @89870   3 years vboxsync IPRT/thread-posix.cpp: On Solaris SIGRTMAX is defined to a function …
(edit) @89679   4 years vboxsync Runtime/r3/timer-posix: Fixes, if inversion causing an already stopped …
(edit) @89678   4 years vboxsync Runtime/r3/timer-posix: Fixes, if inversion causing an already stopped …
(edit) @89647   4 years vboxsync IPRT/thread-posix.cpp: SIGRTMAX is defined to a function call in more …
(edit) @89646   4 years vboxsync IPRT/thread-posix.cpp: Include RTThreadPoke in guest additions builds …
(edit) @88294   4 years vboxsync IPRT/rtSemEventMultiPosixWaitTimed: Fixed wrong milli->nano overflow check.
(edit) @88189   4 years vboxsync Some small Solaris-specific build warning fixes: …
(edit) @87873   4 years vboxsync Runtime/serialport-posix.cpp: Include CLOCAL when changing the serial …
(edit) @86727   4 years vboxsync IPRT/thread-posix.cpp: siginterrupt is deprecated, replace with …
(edit) @86725   4 years vboxsync IPRT/thread-posix.cpp: siginterrupt is deprecated, replace with sigaction.
(edit) @86525   4 years vboxsync Runtime/r3/*/sched-*.cpp: Doxygen cleanup, only keep the doxygen …
(edit) @86415   4 years vboxsync IPRT,++: Made RTHandleGetStandard's fLeaveOpen parameter work for …
(edit) @86414   4 years vboxsync IPRT,++: Adding a fLeaveOpen parameter to RTHandleGetStandard. …
(edit) @86412   4 years vboxsync IPRT/pipe: Adding RTPipeCloseEx w/ a fLeaveOpen parameter so we can …
(edit) @86302   4 years vboxsync IPRT/RTFileQuerySize/darwin: Fixed regression from r140046 causing the …
(edit) @86240   4 years vboxsync IPRT: RTTimeZoneGetCurrent-posix.cpp should validate the string …
(edit) @86239   4 years vboxsync IPRT: Some fixes to RTTimeZoneGetCurrent-posix.cpp and a basic …
(edit) @86220   4 years vboxsync IPRT/RTTimeZoneGetCurrent: Some build systems might not have tzfile.h …
(edit) @86216   4 years vboxsync IPRT/RTTimeZoneGetCurrent: Add some additional heuristics for …
(edit) @85875   4 years vboxsync Main: bugref:9224: Added RTFileQuerySectorSize into IPRT
(edit) @85495   4 years vboxsync Runtime/fileio-posix.cpp: Fix for r139548, restore the old file offset …
(edit) @85492   4 years vboxsync IPRT/fileio-posix.cpp: Fix binary search in RTFileQueryMaxSizeEx, and …
(edit) @84506   5 years vboxsync IPRT: Shut up gcc 10 about potentially uninitialized variables. bugref:9746
(edit) @83520   5 years vboxsync Runtime/r3/serialport-posix: More error checking, read/write methods …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82660   5 years vboxsync IPRT/mem: Avoid calling assert(3C) on Solaris when mlock(3C) fails due …
(edit) @82631   5 years vboxsync IPRT/utf8-posix.cpp: NetBSD changed iconv constness (to not const) …
(edit) @81251   5 years vboxsync IPRT/process-creation-posix.cpp: Generalized the PAM option and make …
(edit) @80764   5 years vboxsync IPRT: Optimized RTEnvPutEx. bugref:9341
(edit) @80585   5 years vboxsync Runtime: Some renaming to stay consistent (*Get* always returns what …
(edit) @80569   5 years vboxsync Main: bugref:9341: Added VM autostart during boot support for windows host
(edit) @79561   5 years vboxsync IPRT/process-creation-posix.cpp: Try to dynamically resolve crypt_r on …
(edit) @79559   5 years vboxsync IPRT/process-creation-posix.cpp: Try to dynamically resolve crypt_r on …
(edit) @79468   5 years vboxsync IPRT/RTDirRemove/posix: Ignore trailing slash when statting final …
(edit) @79467   5 years vboxsync IPRT/RTDirRemove/posix: Ignore trailing slash when statting final …
(edit) @79421   5 years vboxsync IPRT: Added a flag to RTDirCreate for ignoring the umask and added …
(edit) @79155   6 years vboxsync IPRT/rtFsModeFromDos: Pass desired object type when normalizing mode …
(edit) @79014   6 years vboxsync IPRT/process-creation-posix.cpp: Try to dynamically resolve crypt_r on …
(edit) @79012   6 years vboxsync IPRT/process-creation-posix.cpp: Try to dynamically resolve crypt_r on …
(edit) @79011   6 years vboxsync IPRT/process-creation-posix.cpp: Try to dynamically resolve crypt_r on …
(edit) @79010   6 years vboxsync IPRT/process-creation-posix.cpp: Use reentrant functions for accessing …
(edit) @79009   6 years vboxsync IPRT/process-creation-posix.cpp: Use reentrant functions for accessing …
(edit) @79007   6 years vboxsync IPRT/process-creation-posix.cpp: Use reentrant functions for accessing …
(edit) @79003   6 years vboxsync IPRT: Implemented rtldrNativeLoadSystem for posix systems. bugref:8352 …
(edit) @78730   6 years vboxsync IPRT/RTDirRemove/posix: Translate EEXIST to VERR_DIR_NOT_EMTPY as …
(edit) @78561   6 years vboxsync Runtime/RTShMem,tstRTShMem: Add API to delete a named shared memory …
(edit) @78348   6 years vboxsync IPRT/mem: Added RTMemPageAllocEx so we can try lock memory and try …
(edit) @78345   6 years vboxsync IPRT/mem: Added RTMemPageAllocEx so we can try lock memory and try …
(edit) @78334   6 years vboxsync IPRT/mem: Added RTMemPageAllocEx so we can try lock memory and try …
(edit) @78178   6 years vboxsync IPRT: Relaxing RTPATH_MAX in a couple of places. bugref:9172
(edit) @78050   6 years vboxsync IPRT/dir: Lifting RTPATH_MAX restriction on RTDirOpen*. bugref:9172
(edit) @77910   6 years vboxsync Main: bugref:7929: Added ability to change the priority of the VM process
(edit) @77754   6 years vboxsync IPRT: Some st_birthtime experimentation for FreeBSD.
(edit) @77744   6 years vboxsync IPRT/RTPathSetTimesEx/posix: Try fall back on utimes if kernel doesn't …
(edit) @77684   6 years vboxsync IPRT: Implemented RTFileOpenEx for posix too. ticketref:9276
(edit) @77635   6 years vboxsync IPRT: Adding RTFileSgRead and RTFileSgWrite (for FsPerf). [build …
(edit) @77633   6 years vboxsync IPRT: Adding RTFileSgRead and RTFileSgWrite (for FsPerf). [build …
(edit) @77632   6 years vboxsync IPRT: Adding RTFileSgRead and RTFileSgWrite (for FsPerf). bugref:9172
(edit) @77258   6 years vboxsync localipc-posix.cpp: Memory leak fix in error handling code path
(edit) @77244   6 years vboxsync fileio-sg-posix.cpp: scm fix. bugref:9172
(edit) @77239   6 years vboxsync IPRT: Implemented RTFileSgWriteAt and RTfileSgReadAt for linux and …
(edit) @77235   6 years vboxsync IPRT: Implemented RTFileSgWriteAt and RTfileSgReadAt for linux and …
(edit) @77234   6 years vboxsync IPRT/fileio-posix.cpp: Return VERR_TRY_AGAIN when write() returns zero …
(edit) @77233   6 years vboxsync IPRT: Some new FS types.
(edit) @77210   6 years vboxsync IPRT: Added r3/posix/fileio-at-posix.cpp for more efficient and safer …
(edit) @76908   6 years vboxsync Runtime/posix/serialport-posix: Fix access to pseudo terminals, they …
(edit) @76902   6 years vboxsync IPRT/RTFileRead: Set pcbRead when returning immediately on a zero byte …
(edit) @76895   6 years vboxsync Fix for Solaris biuld failure after r128246 - removing fVerifyIsDir …
(edit) @76878   6 years vboxsync IPRT/dir-poix.cpp,FsPerf.cpp: Darwin adjustments, realizing that the …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76452   6 years vboxsync IPRT: Ran scm --fix-err-h. bugref:9344
(edit) @76417   6 years vboxsync iprt/errcore.h,*: Duplicate some of the most frequently used status …
(edit) @76346   6 years vboxsync *: Preparing for iprt/string.h, iprt/json.h and iprt/serialport.h no …
(edit) @75883   6 years vboxsync IPRT/shmem: Make doxygen and scm happy.
(edit) @75881   6 years vboxsync Runtime/r3/shmem-posix.cpp: Crash fix in RTShMemMapRegion
(edit) @75879   6 years vboxsync Runtime: Introduce RTShMem* API for accessing shared memory objects …
(edit) @75725   6 years vboxsync IPRT/RTProcCreateEx: Quick darwin implementation using PAM. bugref:4802
(edit) @75652   6 years vboxsync IPRT/dir: Adding RTDirRewind for use with shared folders.
(edit) @74638   6 years vboxsync IPRT: Initial adaption of the kstuff loader code. bugref:9232
(edit) @74253   6 years vboxsync IPRT/ldr: Added RTLDRLOAD_FLAGS_NO_SUFFIX flag for enabling loading …
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @72624   6 years vboxsync IPRT/utf8-posix.cpp: No VBOX_XXXX defines in IPRT.
(edit) @72285   7 years vboxsync IPRT: Adding RTTimeLocalDeltaNanoFor.
(edit) @72163   7 years vboxsync IPRT: s/LocalUTCOffset/cNsUtcOffset/
(edit) @72140   7 years vboxsync IPRT/time: misc fixes (incorrect offUTC conversion sign, forgotten …
(edit) @72100   7 years vboxsync IPRT/rtTimeLocalUTCOffset: Fix for incorrect end/start of month …
(edit) @71956   7 years vboxsync Runtime/serialport-posix: Add custom baud rate support on Linux hosts
(edit) @71028   7 years vboxsync Runtime/RTSerialPort: Implement synchronous read/write methods for …
(edit) @70892   7 years vboxsync IPRT: dir.c,dir-posix.cpp,direnum-nt.cpp: Implemented …
(edit) @70890   7 years vboxsync IPRT: dir.c,dir-posix.cpp,direnum-nt.cpp: Implemented …
(edit) @70884   7 years vboxsync IPRT: Added RTDIR_F_NO_FOLLOW (not implemented yet).
(edit) @70760   7 years vboxsync Runtime/r3/serialport-posix.cpp: Fix
(edit) @70633   7 years vboxsync Runtime/r3/serialport-posix: Fixes
(edit) @69986   7 years vboxsync Runtime/RTSerialPort: POSIX and Windows implementation fixes
(edit) @69908   7 years vboxsync Build fix
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette