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) @98104   2 years vboxsync IPRT/RTTimeZoneGetCurrent-posix.cpp: Skip quoting before uinsg ZONE …
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @97955   2 years vboxsync IPRT: Warnings (add/linux).
(edit) @97908   2 years vboxsync IPRT: Removed the RTMemExecAlloc interface. [oops]
(edit) @97907   2 years vboxsync IPRT: Removed the RTMemExecAlloc interface.
(edit) @97894   2 years vboxsync IPRT/socket,localipc: Map AF_LOCAL to AF_UNIX if the former isn't …
(edit) @97685   2 years vboxsync IPRT/fs-posix.cpp: Update RTFsQueryType() to use statvfs(2) instead of …
(edit) @96820   2 years vboxsync IPRT/RTProcCreateEx/posix: Do not assume locale order in composite …
(edit) @96609   2 years vboxsync IPRT/path: Added fFlags parameter to RTPathAppendEx and RTPathJoinEx …
(edit) @96582   2 years vboxsync IPRT: Darwin's libpthread doesn't validate pthread_getspecific input, …
(edit) @96519   2 years vboxsync IPRT/thread-posix.cpp: Try initialize g_SelfKey to a non-valid value …
(edit) @96475   2 years vboxsync IPRT: Resolve SetHandleInformation and GetHandleInformation …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @96076   2 years vboxsync IPRT/RTFileOpen: Added a RTFILE_O_TEMP_AUTO_DELETE flag for …
(edit) @95623   2 years vboxsync IPRT/RTProcCreateEx/posix: Always utilise newlocale(3C) + …
(edit) @95320   2 years vboxsync IPRT/RTProcCreateEx/posix: Simplified the TTY name detection code a …
(edit) @95208   3 years vboxsync IPRT/RTProcCreateEx/posix: Use PAM when authenticating to Solaris …
(edit) @95203   3 years vboxsync IPRT/thread-posix.cpp: Make sure we don't block SIGTRAP or the M1 will …
(edit) @95196   3 years vboxsync IPRT/thread-posix.cpp: Make sure we don't block SIGTRAP or the M1 will …
(edit) @95190   3 years vboxsync IPRT/r3/darwin: Use pthread_sigmask instead of sigprocmask on darwin, …
(edit) @95147   3 years vboxsync IPRT/Process creation: Fixed fallback handling for using stdin's TTY …
(edit) @95007   3 years vboxsync IPRT/Process creation: A bit more logging, added a hint. bugref:10225
(edit) @95006   3 years vboxsync IPRT/Process creation: More code for PAM_TTY authentication, along …
(edit) @94984   3 years vboxsync IPRT/Process creation: We also need to set PAM_TTY (if available) to …
(edit) @94406   3 years vboxsync Runtime: Make it possible to override PAM usage with IPRT_WITHOUT_PAM …
(edit) @94277   3 years vboxsync IPRT/RTFileFlush: Shut up annoying VERR_INVALID_PARAMETER returns on …
(edit) @93640   3 years vboxsync Runtime: bugref:9955: Added conversion from console codepage to UTF-8 …
(edit) @93544   3 years vboxsync IPRT: Default to UTF-8 on macOS when nothing else is given in the …
(edit) @93543   3 years vboxsync IPRT: Default to UTF-8 on macOS when nothing else is given in the …
(edit) @93487   3 years vboxsync IPRT/RTProcCreateEx/posix: Corrected IPRT_LIBPATM_FILE_1_XXX macros …
(edit) @93451   3 years vboxsync IPRT: Local IPC Server: add interface to set server socket access mode …
(edit) @93230   3 years vboxsync IPRT/RTDirRemove/posix: Correction to r131730 that makes the kludge …
(edit) @93216   3 years vboxsync Fixing a comment typo.
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @93026   3 years vboxsync IPRT/LocalIpc/posix: Fixed incorrect handle and state validation. …
(edit) @93025   3 years vboxsync IPRT/LocalIpc/poisx: How difficult can this be to get right? bugref:10134
(edit) @93019   3 years vboxsync iprt: local ipc server: add interface to grant r/w access to a server …
(edit) @92919   3 years vboxsync IPRT/r3/posix: Just use sched_yield() everywhere, as it's a standard …
(edit) @92781   3 years vboxsync IPRT/posix/semwait.h: Build fix. bugref:10138
(edit) @92780   3 years vboxsync IPRT/posix/semwait.h: Doxygen fix; removed unused function. bugref:10138
(edit) @92776   3 years vboxsync IPRT/r3/posix: Implemented RTSemEventWaitEx. bugref:10138
(edit) @92761   3 years vboxsync IPRT/RTProcCreateEx/posix: Use 'ASCII' instead of 'C' as the default …
(edit) @92758   3 years vboxsync IPRT/RTProcCreateEx/posix: Use 'ASCII' instead of 'C' as the default …
(edit) @92755   3 years vboxsync IPRT/RTProcCreateEx/posix: Use 'ASCII' instead of 'C' as the default …
(edit) @92750   3 years vboxsync IPRT/RTProcCreateEx/posix: Use release logging for translation …
(edit) @92679   3 years vboxsync iprt: Local Ipc Server: put synchronization primitives into …
(edit) @92678   3 years vboxsync IPRT/localipc/posix: Some minor adjustments to …
(edit) @92677   3 years vboxsync iprt: Local Ipc Server: add Linux implementation for getting remote …
(edit) @92676   3 years vboxsync iprt: Local Ipc Server: add Linux implementation for getting remote …
(edit) @92672   3 years vboxsync IPRT/RTProcCreateEx/posix: Added VERR_PROC_NO_ARG_TRANSLATION for …
(edit) @92671   3 years vboxsync IPRT/RTProcCreateEx/posix: Added RTPROC_FLAGS_UTF8_ARGV and …
(edit) @92657   3 years vboxsync IPRT/RTProcCreateEx/posix: Try use PAM on linux for authentication so …
(edit) @92620   3 years vboxsync IPRT,RTProcCreatEx/posix: Throw 'fish' in with bash, zsh and ksh, it …
(edit) @92619   3 years vboxsync IPRT/RTProcCreateEx/darwin: Always set TMPDIR when constructing a …
(edit) @92618   3 years vboxsync IPRT,RTProcCreatEx/posix: Do *not* use achBuf for temporary stuff, …
(edit) @92617   3 years vboxsync IPRT,RTProcCreatEx/posix: Run the login shell with a command dumping …
(edit) @92507   3 years vboxsync IPRT/thread: Added RTThreadControlPokeSignal to help deal with …
(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 …
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