summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread/Makefile.inc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add sched_get_priority_{min,max}. tested in a bulk by landry@.fgsch2010-11-071-1/+2
* Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentmiod2010-02-031-2/+2
* Add pthread_attr_[sg]etguardsize() to match rthread, including manpagesguenther2008-12-181-1/+3
* _FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, sokurt2007-06-051-1/+3
* Add pthread_atfork(3)brad2005-10-301-1/+2
* add pthread_attr_[get|set]stackbrad2004-02-221-1/+3
* threaded version of closefrommarc2004-01-151-1/+3
* Add stub implementations of pthread_[gs]etconcurrencybrad2003-12-231-1/+2
* Add wrapper for kqueue() to keep track of the allocated fd and allow it tobrad2003-10-221-1/+2
* Use the sources that exist in sibdirs of libpthread, not libc_rmarc2003-01-201-3/+3
* From FreeBSD: sem_XXX implementation; manpages comming in a bit.fgsch2002-01-181-1/+2
* Provide the equivalent to Solaris thr_main() function; from FreeBSDpvalchev2001-08-171-1/+2
* * kevent(2) support; from FreeBSD.fgsch2001-08-151-1/+2
* LIBC_RSRCDIRd2000-01-061-3/+3
* sync with FreeBSDd1999-11-251-7/+5
* Remove pthread_atfork(). It was only part of draft 10 for a little while and was removed before stddization.d1999-06-151-3/+2
* sync with FreeBSDd1999-05-261-3/+18
* sync with previous changesd1999-01-181-2/+7
* add fchflags and fpathconf as well.d1999-01-081-2/+4
* add poll(2). This might help get X threaded.d1999-01-081-2/+3
* split automatic init into own filed1998-12-101-2/+3
* sync with FreeBSD (rwlock, gc thread, man pages)d1998-11-091-2/+7
* experimental threaded libc - kernel onlyd1998-08-271-0/+97