summaryrefslogtreecommitdiffstats
path: root/librt
Commit message (Expand)AuthorAgeFilesLines
* not-cancel: use *_not_cancel variants directlyAustin Foxley2009-09-211-1/+1
* librt/: fix build for no threads caseAustin Foxley2009-09-211-3/+3
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-9/+10
* do not save/restore errno around free() callsDenys Vlasenko2009-09-181-10/+6
* CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failureDenys Vlasenko2009-09-181-7/+10
* support building out-of-treeBernhard Reutner-Fischer2009-08-191-0/+2
* Add a few missing includesRon2009-07-091-0/+1
* add testcases for shm_{open,unlink}Bernhard Reutner-Fischer2009-07-091-0/+4
* include errno.h unconditionallyBernhard Reutner-Fischer2009-06-051-4/+3
* add stub for shm_open() and shm_unlinkBernhard Reutner-Fischer2009-06-051-0/+98
* Synch build system with trunk.Carmelo Amoroso2009-01-291-4/+6
* Fix nptl librt build breakage Khem Raj2008-12-241-1/+4
* Get non nptl threads compiled on x86.Khem Raj2008-12-231-7/+2
* Fix kernl-features.h include path.Carmelo Amoroso2008-12-113-3/+3
* Clean librt/*.oS tooCarmelo Amoroso2008-12-041-1/+1
* Synch with trunk @ 24160Carmelo Amoroso2008-11-271-2/+4
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-3111-11/+11
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly NPTL...Carmelo Amoroso2008-07-093-37/+38
* Synch the whole build system. Also including recent fix on testsuite build sy...Carmelo Amoroso2008-07-091-5/+5
* STEP 12: synch librt directoryCarmelo Amoroso2008-04-2511-80/+86
* Merge nptl branch tree with trunk. Carmelo Amoroso2008-03-161-1/+1
* Fix mq_timed[receive,send]. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@s...Carmelo Amoroso2007-11-204-5/+8
* Merge from trunk."Steven J. Hill"2007-01-201-1/+3
* Bring in POSIX timers for use with the NPTL implementation."Steven J. Hill"2006-08-189-4/+558
* Grrr."Steven J. Hill"2006-02-251-0/+18
* Merge from trunk."Steven J. Hill"2006-02-255-34/+15
* Merge from trunk."Steven J. Hill"2006-01-063-14/+26
* Merge from trunk."Steven J. Hill"2005-12-061-3/+3
* Oops."Steven J. Hill"2005-11-291-0/+18
* Merge from trunk."Steven J. Hill"2005-11-294-129/+38
* Sync up with trunk."Steven J. Hill"2005-11-191-1/+1
* Massive merge from trunk."Steven J. Hill"2005-11-181-12/+36
* Massive merge from trunk."Steven J. Hill"2005-11-171-3/+0
* Sync with glibc implementation."Steven J. Hill"2005-11-161-21/+51
* Add new file for POSIX timers."Steven J. Hill"2005-11-161-0/+18
* Copy from trunk."Steven J. Hill"2005-10-301-0/+29
* Big, huge fricking merge. Peter, if you touch the build system again I'm goin..."Steven J. Hill"2005-10-041-25/+41
* Big sync with trunk."Steven J. Hill"2005-09-242-2/+7
* rework dependencies so the archive is re-created only when the object files h...Mike Frysinger2005-01-181-5/+2
* make sure we include pthread.h to define pthread_attr_tMike Frysinger2005-01-181-0/+1
* Patch from Paul Mundt (lethal) adding an initial librt implementation.Eric Andersen2005-01-1114-0/+504