summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Partially sync with FreeBSD; mostly pthread_cancel(3) related changes.fgsch2001-12-081-9/+9
| | | | make includes is needed in case you want to play.
* 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
| | | | rse@engelschall.com via FreeBSD.
* 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
| | | | | | | 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. sighd1998-09-054-0/+453
|
* o removed more unused or old, left over filespeter1998-07-2211-783/+0
| | | | | | | | | | | | | | o general changes so that now the library compiles and many of the tests run correctly o pthreads/Makefile.inc rebuilt using libc/sys/Makefile.inc as a template. this should be kept in sync in case of new syscalls soon TODO: figure out why remaining tests fail and fix look at building .so version of library tidy up arch/i386 directory - no longer uses syscall-template.S port other arch's from libc syscall templates
* missed onepeter1998-07-211-0/+31
|
* move unchanged files from machdep/ into appropriate arch/${MACHINE}peter1998-07-2113-0/+776
| | | | | | | | directories. These files have been renamed as appropriate, but hackers of these files should note those that started off as netbsd files (alpha and sparc). also moved machdep/openbsd-2.0/ to include/sys/
* fix up those 13 broken mergespeter1998-07-211-89/+104
|
* Complete initial import from mySQL 3.22.4 (mit-pthreads/).peter1998-07-2140-0/+3479
| | | | | | | | | | | Lots of dross to move and remove yet. At minimum: o remove GNU config and GNU Makefiles o build arch directory and migrate away machdep/ o rebuild BSD Makefiles o move notes etc. into doc/
* Prototype flockfile/funlockfile to clean up some warnings.briggs1997-04-131-1/+3
|
* initial import of NetBSD treederaadt1995-10-1812-0/+1137