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) @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
(edit) @69907   7 years vboxsync Runtime/serialport-posix: Updates
(edit) @69897   7 years vboxsync Runtime/serialport-posix: Updates
(edit) @69896   7 years vboxsync Runtime: New serial port API [build fix for scm]
(edit) @69894   7 years vboxsync Runtime: New serial port API [build fix for non Linux hosts]
(edit) @69892   7 years vboxsync Runtime: Start on a platform independent serial port access API which …
(edit) @69753   7 years vboxsync iprt/dir: Morphing PRTDIR into a handle named RTDIR. (Been wanting to …
(edit) @69691   7 years vboxsync iprt: Started on RTDirRel for NT.
(edit) @69111   7 years vboxsync (C) year
(edit) @68578   7 years vboxsync merging vbglioc r117756: utf8-posix.cpp build fix for FreeBSD 10.3
(edit) @65704   8 years vboxsync Runtime: if we are compiled with address sanitizer enabled (gcc/llvm …
(edit) @63677   8 years vboxsync shut up gcc for complaining about readdir_r() with glibc 2.24+
(edit) @63561   8 years vboxsync scm: cleaning up todos
(edit) @63549   8 years vboxsync scm cleanups
(edit) @63530   8 years vboxsync thread-posix.cpp: better assertion.
(edit) @63052   8 years vboxsync IPRT/RTSemMutex: rewrite rtSemFallbackPthreadMutexTimedlock. Take …
(edit) @63029   8 years vboxsync Revert due to sign issues on 32-bit Linux builds: r109639: …
(edit) @63027   8 years vboxsync IPRT/RTSemMutex: use mnemonic constants when dealing with milli-, …
(edit) @63004   8 years vboxsync IPRT: NetBSD does't have pthread_mutex_timedlock() so use the fallback …
(edit) @62947   8 years vboxsync IPRT: Use O_DIRECT and S_ISCHR on NetBSD too.
(edit) @62946   8 years vboxsync IPRT: Synchronize comments in previous. While there, complete …
(edit) @62945   8 years vboxsync IPRT: NetBSD iconv_open() doesn't grok empty codeset strings. Check …
(edit) @62887   8 years vboxsync iprt: Use sched_yield(2) on FreeBSD too. pthread_yield(3) there is …
(edit) @62863   8 years vboxsync IPRT: warnings
(edit) @62859   8 years vboxsync iprt: on NetBSD use sched_yield(). From Kamil Rytarowski, but fixed …
(edit) @62570   8 years vboxsync IPRT: More unused parameters.
(edit) @62564   8 years vboxsync IPRT: Mark unused parameters.
(edit) @62477   8 years vboxsync (C) 2016
(edit) @62461   8 years vboxsync IPRT: scm
(edit) @62416   8 years vboxsync NetBSD: Commit patches 001 - 003 contributed by Kamil Rytarowski on …
(edit) @61751   8 years vboxsync fixed small memory leaks on certain hosts (Solaris) when using …
(edit) @61120   9 years vboxsync Log() format fix
(edit) @60612   9 years vboxsync IPRT/dir-posix.cpp: custom errno mapping for fsync in RTDirFlush, …
(edit) @60371   9 years vboxsync Runtime/posix/symlink-posix.cpp: Fix guessing the initial buffer size, …
(edit) @60370   9 years vboxsync Runtime/posix/symlink-posix.cpp: Fix guessing the initial buffer size, …
(edit) @59513   9 years vboxsync Fix for the cleanup
(edit) @59512   9 years vboxsync IPRT: Smaller cleanups to the Linux and Posix specific …
(edit) @59511   9 years vboxsync IPRT: RTFileSetAllocationSize() implementation for POSIX compatible …
(edit) @59158   9 years vboxsync Runtime/linux,posix: pthread_join() does not set errno! Thanks …
(edit) @58322   9 years vboxsync localipc-posix.cpp: Darwin does the POLLIN+POLLHUB thing too.
(edit) @58320   9 years vboxsync localipc-posix.cpp: OS/2 build fix.
(edit) @58319   9 years vboxsync localipc-posix.cpp: Turns out Linux also returns POLLIN+POLLHUP. …
(edit) @58318   9 years vboxsync localipc-posix.cpp: Must disable SIGPIPE as there is no way to supress …
(edit) @58305   9 years vboxsync RTLocalIpcServerCreate: Dropped the RTLOCALIPC_FLAGS_MULTI_SESSION as …
(edit) @58302   9 years vboxsync localipc-posix.cpp: rtSocketListen should be done when creating the …
(edit) @58301   9 years vboxsync RTLocalIpc: Added RTLocalIpcSessionRetain and RTLocalIpcSessionRelease.
(edit) @58300   9 years vboxsync RTLocalIpc: Added RTLocalIpcSessionRetain and RTLocalIpcSessionRelease.
(edit) @58297   9 years vboxsync RTLocalIpc: Added flag to the server and connection creation functions …
(edit) @58295   9 years vboxsync iprt: Added RTLocalIpcSessionReadNB on posix systems.
(edit) @58294   9 years vboxsync localipc-posix.cpp: Adjust cMillies on interrupt in …
(edit) @58293   9 years vboxsync localipc.h: Correct read/write parameter names.
(edit) @58292   9 years vboxsync localipc-posix.cpp: VERR_BROKEN_PIPE fixes for RTLocalIpcSessionRead.
(edit) @58290   9 years vboxsync RTLocalIpc fixes.
(edit) @58282   9 years vboxsync localipc-posix.cpp: Partly debugged code.
(edit) @57918   9 years vboxsync process-posix.cpp: build fix.
(edit) @57916   9 years vboxsync IPRT: More windows process creation hacking and cleaning up. Cleaned …
(edit) @57872   9 years vboxsync process-creation-posix.cpp: solaris build fix.
(edit) @57871   9 years vboxsync process-creation-posix.cpp: darwin build fix.
(edit) @57869   9 years vboxsync process-creation-posix.cpp: Hacked up support for RTPROC_FLAGS_PROFILE …
(edit) @57643   9 years vboxsync IPRT: Added RTVfsIoStrmFromRTPipe (and RTPipeQueryInfo) for the …
(edit) @57613   9 years vboxsync IPRT,UINetworkReply.cpp: Added RTPathGlob, a set of …
(edit) @57432   9 years vboxsync iprt/cdefs.h,*: Split RT_NO_THROW into prototype and definition macros …
(edit) @57405   9 years vboxsync build fix
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56978   9 years vboxsync Runtime: Formatting fixes, time.cpp being the most significant.
(edit) @56290   9 years vboxsync IPRT: Updated (C) year.
(edit) @56222   10 years vboxsync warnings
(edit) @56004   10 years vboxsync warning
(edit) @55700   10 years vboxsync pwd todo
(edit) @55562   10 years vboxsync IPRT: Added RTEnvCreateChangeRecord, RTEnvApplyChanges …
(edit) @55530   10 years vboxsync RTProcCreate,RTProcCreateEx: Added RTPROC_FLAGS_UNQUOTED_ARGS for …
(edit) @53278   10 years vboxsync IPRT: Added experimental malloc replacement feature, add …
(edit) @52944   10 years vboxsync IPRT: Separated out RTPathAbs from the posix, fixing it up for windows …
(edit) @52822   10 years vboxsync Runtime: Fix RTTimeMilliTS() on FreeBSD. Use macros for time units …
(edit) @52759   10 years vboxsync timer-posix.cpp: timer_settime returns 0 or -1 + errno, not errno as …
(edit) @52021   10 years vboxsync IPRT/RTMemLocked*: Ditch API, was only implemented on POSIX and there …
(edit) @51770   10 years vboxsync Merged in iprt++ dev branch.
(edit) @51192   11 years vboxsync Runtime/r3/linux: better handle user accounts with empty passwords -- fix
(edit) @51180   11 years vboxsync Runtime/r3/Linux: better handle user accounts with empty passwords
(edit) @51076   11 years vboxsync Another build fix
(edit) @51075   11 years vboxsync Build fix for darwin
(edit) @51074   11 years vboxsync Runtime: Add RTMemLocked* API to allocate locked memory
(edit) @50408   11 years vboxsync RTEnv: Use the unicode CRT APIs on windows to avoid …
(edit) @50292   11 years vboxsync r3/process-creation-posix: snprintf format-specifier warning.
(edit) @49530   11 years vboxsync Runtime/posix/process-creation: handle supplemental groups properly
(edit) @49039   11 years vboxsync IPRT: Filename extension versus suffix cleanup, long overdue.
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