Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync closer to FreeBSD's pthread.h. Fixes up some prototypes | 2004-02-24 | 1 | -31/+29 | |
| | | | | | | and formatting. ok marc@ | ||||
* | add pthread_attr_[get|set]stack | 2004-02-22 | 1 | -2/+4 | |
| | | | | | | From: FreeBSD's libc_r ok marc@ | ||||
* | Some cleanup of pthread.h. Don't conditionalize | 2004-02-22 | 1 | -40/+1 | |
| | | | | | | | | | inclusion of prototypes. Remove some prototypes for functions we do not implement. From: FreeBSD's libc_r ok marc@ | ||||
* | Add missing const for function parameters to match POSIX. | 2004-02-16 | 1 | -3/+3 | |
| | | | | | | From: FreeBSD's libc_r ok marc@ | ||||
* | remove redundant prototypes for pthread_[gs]etconcurrency | 2004-01-27 | 1 | -3/+1 | |
| | | | | in-between #ifdef notyet | ||||
* | Add stub implementations of pthread_[gs]etconcurrency | 2003-12-23 | 1 | -1/+3 | |
| | | | | | | From: FreeBSD' libc_r ok marc@ | ||||
* | Don't need to specify both __dead and __attribute__((__noreturn__)) for | 2003-02-27 | 1 | -2/+2 | |
| | | | | | pthread_exit prototype. Replace with just __dead. OK millert@, marc@ | ||||
* | Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) | 2002-02-17 | 1 | -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. | 2002-02-16 | 1 | -60/+60 | |
| | |||||
* | Change 1st arg in pthread_attr_getdetachstate to const. | 2002-01-10 | 1 | -2/+3 | |
| | |||||
* | Partially sync with FreeBSD; mostly pthread_cancel(3) related changes. | 2001-12-08 | 1 | -9/+9 | |
| | | | | make includes is needed in case you want to play. | ||||
* | use __x__ formats for __attribute__ arguments; guenther@gac.edu | 2000-12-06 | 1 | -2/+2 | |
| | |||||
* | always define _POSIX_THREADS; volatile some types (mickey@) | 2000-01-06 | 1 | -7/+5 | |
| | |||||
* | Fix incorrect `pshared' argument type for pthread_rwlockattr_setpshared. | 2000-01-04 | 1 | -2/+2 | |
| | | | | rse@engelschall.com via FreeBSD. | ||||
* | sync with FreeBSD | 1999-11-25 | 1 | -16/+15 | |
| | |||||
* | Remove pthread_atfork() | 1999-06-15 | 1 | -2/+1 | |
| | |||||
* | sync with FreeBSD | 1999-05-26 | 1 | -39/+75 | |
| | |||||
* | missing const (freebsd) | 1999-03-10 | 1 | -2/+2 | |
| | |||||
* | sync with previous changes | 1999-01-18 | 1 | -13/+20 | |
| | |||||
* | clean | 1998-12-21 | 1 | -26/+10 | |
| | |||||
* | sync with FreeBSD | 1998-12-10 | 1 | -5/+9 | |
| | |||||
* | sync with FreeBSD (rwlock, gc thread, man pages) | 1998-11-09 | 1 | -19/+26 | |
| | | | | | | | add (broken) mips md stuff fix some const warnings add sigaltstack() stub another hash at getting shlib auto-init to work (mips/elf and i386/a.out) | ||||
* | missed these too. sigh | 1998-09-05 | 1 | -0/+317 | |