summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* give _POSIX_THREAD_* defines a value of 1 so applications thatkurt2007-03-151-8/+8
* Bump minimum stack size; current setting causes hangs or illegalotto2006-05-301-2/+2
* Change a debug interface to take const char pointers so we don't avekrw2006-04-091-2/+2
* - Prefix MUTEX_TYPE_MAX with PTHREAD_ to avoid namespace pollution.brad2005-10-311-6/+2
* and make sure the header change goes in too.brad2005-10-301-1/+2
* pthead_supsend_all_np and pthread_resume_all_np from freebsd viamarc2004-05-011-1/+3
* Sync closer to FreeBSD's pthread.h. Fixes up some prototypesbrad2004-02-241-31/+29
* add pthread_attr_[get|set]stackbrad2004-02-221-2/+4
* Some cleanup of pthread.h. Don't conditionalizebrad2004-02-221-40/+1
* Add missing const for function parameters to match POSIX.brad2004-02-161-3/+3
* remove redundant prototypes for pthread_[gs]etconcurrencybrad2004-01-271-3/+1
* Change read_stackseg_np to work with any thread, not just the currentmarc2004-01-261-2/+2
* threaded version of closefrommarc2004-01-151-1/+2
* Add stub implementations of pthread_[gs]etconcurrencybrad2003-12-231-1/+3
* Don't need to specify both __dead and __attribute__((__noreturn__)) forcloder2003-02-271-2/+2
* Create a siginfo_t for thread-to-thread kill.marc2003-01-311-4/+4
* Use the sources that exist in sibdirs of libpthread, not libc_rmarc2003-01-201-2/+2
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-171-55/+47
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-165-98/+98
* tab vs. spacesfgsch2002-01-181-12/+12
* while im here, move the ifndef _SCHED_H_ after the copyright message.fgsch2002-01-181-3/+4
* From FreeBSD: header for POSIX 1003.1b semaphores.fgsch2002-01-182-2/+70
* Change 1st arg in pthread_attr_getdetachstate to const.fgsch2002-01-101-2/+3
* Partially sync with FreeBSD; mostly pthread_cancel(3) related changes.fgsch2001-12-081-9/+9
* put changes back, this time ALL the files.fgsch2001-09-041-4/+4
* pthread_main_np prototypepvalchev2001-08-171-1/+2
* use __x__ formats for __attribute__ arguments; guenther@gac.eduderaadt2000-12-061-2/+2
* forward declaration of struct timespec to avoid warningart2000-06-271-1/+2
* LIBCR_SRCDIRd2000-01-061-2/+2
* volatile the spinlockd2000-01-061-7/+7
* always define _POSIX_THREADS; volatile some types (mickey@)d2000-01-061-7/+5
* Fix incorrect `pshared' argument type for pthread_rwlockattr_setpshared.alex2000-01-041-2/+2
* sync with FreeBSDd1999-11-254-26/+29
* Remove pthread_atfork()d1999-06-151-2/+1
* sync with FreeBSDd1999-05-262-40/+83
* identd1999-03-101-0/+1
* missing const (freebsd)d1999-03-101-2/+2
* Goodbye, MIT pthreads... you were a handy reference implementationd1999-03-1055-4657/+0
* move private spinlock protos outd1999-01-181-4/+2
* sync with previous changesd1999-01-181-13/+20
* move spinlock.h into the real worldd1999-01-082-6/+6
* very important bit of md spinlockd1998-12-211-0/+79
* cleand1998-12-211-26/+10
* sync with FreeBSDd1998-12-101-5/+9
* sync with FreeBSD (rwlock, gc thread, man pages)d1998-11-091-19/+26
* missed these too. sighd1998-09-054-0/+453
* o removed more unused or old, left over filespeter1998-07-2211-783/+0
* missed onepeter1998-07-211-0/+31
* move unchanged files from machdep/ into appropriate arch/${MACHINE}peter1998-07-2113-0/+776
* fix up those 13 broken mergespeter1998-07-211-89/+104