| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copyright year updates by scm. | vboxsync | 2023-01-17 | 1 | -1/+1 |
| * | scm copyright and license note update | vboxsync | 2022-08-22 | 1 | -10/+20 |
| * | scm --update-copyright-year | vboxsync | 2022-01-01 | 1 | -1/+1 |
| * | IPRT/semevent*-linux: Share more code between the single-release and multiple... | vboxsync | 2021-12-07 | 1 | -1/+1 |
| * | IPRT/semevent*-linux: Share more code between the single-release and multiple... | vboxsync | 2021-12-07 | 1 | -108/+32 |
| * | IPRT/semevent*-linux: Share some common bits between the single-release and m... | vboxsync | 2021-12-07 | 1 | -40/+3 |
| * | IPRT/semevent-linux: Implemented missing RTSemEventWaitEx and made use of FUT... | vboxsync | 2021-12-07 | 1 | -36/+329 |
| * | Copyright year updates by scm. | vboxsync | 2020-02-04 | 1 | -1/+1 |
| * | Runtime/Linux: remove volatile qualifier from freestanding asm blocks. | vboxsync | 2019-01-15 | 1 | -1/+1 |
| * | scm --update-copyright-year | vboxsync | 2019-01-01 | 1 | -1/+1 |
| * | (C) year | vboxsync | 2017-10-17 | 1 | -1/+1 |
| * | IPRT: Fixed for IPRT_WITH_FUTEX_BASED_SEMS=1. | vboxsync | 2016-08-13 | 1 | -0/+10 |
| * | (C) 2016 | vboxsync | 2016-07-22 | 1 | -1/+1 |
| * | *: scm cleanup run. | vboxsync | 2015-08-14 | 1 | -6/+7 |
| * | IPRT: Updated (C) year. | vboxsync | 2015-06-09 | 1 | -1/+1 |
| * | *: spelling fixes, thanks Timeless! | vboxsync | 2010-10-28 | 1 | -1/+1 |
| * | IPRT: A quick replacement of the RTMemPage* and RTMemExec* APIs on posix. (Tu... | vboxsync | 2010-10-20 | 1 | -4/+18 |
| * | Automated rebranding to Oracle copyright/license strings via filemuncher | vboxsync | 2010-04-27 | 1 | -5/+1 |
| * | iprt/lockvalidation: give better names to anonymous locks | vboxsync | 2010-01-14 | 1 | -6/+16 |
| * | iprt: Use RTMSINTERVAL for timeouts. Fixed missing timeout underflow checks i... | vboxsync | 2010-01-11 | 1 | -3/+3 |
| * | iprt: Added RTSemEventCreateEx and did some cleanups of the RTSemEventDestroy... | vboxsync | 2010-01-11 | 1 | -17/+29 |
| * | iprt,pdmcritsect: More flexible lock naming, added RTCritSectSetSubClass and ... | vboxsync | 2010-01-10 | 1 | -1/+1 |
| * | iprt,pdmcritsect: Some more lock validator code, almost there now... :-) | vboxsync | 2010-01-07 | 1 | -2/+2 |
| * | iprt,pdmcritsect: RTMSINTERVAL, RTLockValidatorClass* and some related renaming. | vboxsync | 2010-01-07 | 1 | -1/+1 |
| * | -DEBUG_bird | vboxsync | 2010-01-05 | 1 | -1/+1 |
| * | semevent-linux.cpp: Fixed bug in rtSemEventWait when calculating u64End for t... | vboxsync | 2010-01-05 | 1 | -5/+5 |
| * | -debug | vboxsync | 2010-01-04 | 1 | -1/+1 |
| * | iprt,pdmcritsect: Added RTSemEvent[Set|Add|Remove]Signaller so that we can va... | vboxsync | 2010-01-04 | 1 | -8/+95 |
| * | sem*-linux.cpp,Makefile.kmk: Added check for cMillies==0 in RTSemEvent and in... | vboxsync | 2009-09-11 | 1 | -4/+7 |
| * | i64Diff not u64Diff | vboxsync | 2009-09-11 | 1 | -4/+4 |
| * | Runtime/semevent: ''clock_gettime(CLOCK_REALTIME)'' => ''RTTimeSystemNanoTS'' | vboxsync | 2009-09-11 | 1 | -21/+7 |
| * | accident | vboxsync | 2009-09-11 | 1 | -1/+1 |
| * | Runtime/semevent: stupid typos; no RT_UNLIKELY | vboxsync | 2009-09-11 | 1 | -5/+5 |
| * | Runtime/semevent: Fix part II for the Linux-specific ''RTSemEvent*'' implemen... | vboxsync | 2009-09-11 | 1 | -1/+30 |
| * | Runtime/semevent: Fix part I for the Linux-specific ''RTSemEvent*'' implement... | vboxsync | 2009-09-11 | 1 | -105/+57 |
| * | linuxevent*-sems.cpp, Makefile.kmk: update the explanation and dropped the INCS. | vboxsync | 2008-11-21 | 1 | -6/+11 |
| * | when building against glibc 2.6, use the Posix implementation of the event mu... | vboxsync | 2008-11-20 | 1 | -0/+14 |
| * | semevent-linux.cpp: Use ASMAtomicCmpXchgExU32 to avoid doing unlocked accesses. | vboxsync | 2008-11-20 | 1 | -7/+8 |
| * | RTSemEventDestroy: Don't bitch on NIL_RTSEMEVENT. | vboxsync | 2008-07-23 | 1 | -2/+4 |
| * | rebranding: IPRT files again. | vboxsync | 2008-04-21 | 1 | -1/+1 |
| * | Rebranding: replacing more innotek strings. | vboxsync | 2008-04-18 | 1 | -1/+1 |
| * | The Big Sun Rebranding Header Change | vboxsync | 2008-04-18 | 1 | -1/+5 |
| * | More strictness. | vboxsync | 2008-03-28 | 1 | -1/+2 |
| * | pInt[Event|EventMulti|Mutex]Sem -> pThis | vboxsync | 2008-02-02 | 1 | -26/+26 |
| * | split up the linux and posix semaphore implementations (ring-3) to avoid code... | vboxsync | 2008-02-01 | 1 | -0/+290 |