Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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. | |||||
* | put changes back, this time ALL the files. | 2001-09-04 | 1 | -4/+4 | ||
| | ||||||
* | pthread_main_np prototype | 2001-08-17 | 1 | -1/+2 | ||
| | ||||||
* | use __x__ formats for __attribute__ arguments; guenther@gac.edu | 2000-12-06 | 1 | -2/+2 | ||
| | ||||||
* | forward declaration of struct timespec to avoid warning | 2000-06-27 | 1 | -1/+2 | ||
| | ||||||
* | LIBCR_SRCDIR | 2000-01-06 | 1 | -2/+2 | ||
| | ||||||
* | volatile the spinlock | 2000-01-06 | 1 | -7/+7 | ||
| | ||||||
* | 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 | 4 | -26/+29 | ||
| | ||||||
* | Remove pthread_atfork() | 1999-06-15 | 1 | -2/+1 | ||
| | ||||||
* | sync with FreeBSD | 1999-05-26 | 2 | -40/+83 | ||
| | ||||||
* | ident | 1999-03-10 | 1 | -0/+1 | ||
| | ||||||
* | missing const (freebsd) | 1999-03-10 | 1 | -2/+2 | ||
| | ||||||
* | Goodbye, MIT pthreads... you were a handy reference implementation | 1999-03-10 | 55 | -4657/+0 | ||
| | ||||||
* | move private spinlock protos out | 1999-01-18 | 1 | -4/+2 | ||
| | ||||||
* | sync with previous changes | 1999-01-18 | 1 | -13/+20 | ||
| | ||||||
* | move spinlock.h into the real world | 1999-01-08 | 2 | -6/+6 | ||
| | ||||||
* | very important bit of md spinlock | 1998-12-21 | 1 | -0/+79 | ||
| | ||||||
* | 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 | 4 | -0/+453 | ||
| | ||||||
* | o removed more unused or old, left over files | 1998-07-22 | 11 | -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 one | 1998-07-21 | 1 | -0/+31 | ||
| | ||||||
* | move unchanged files from machdep/ into appropriate arch/${MACHINE} | 1998-07-21 | 13 | -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 merges | 1998-07-21 | 1 | -89/+104 | ||
| | ||||||
* | Complete initial import from mySQL 3.22.4 (mit-pthreads/). | 1998-07-21 | 40 | -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. | 1997-04-13 | 1 | -1/+3 | ||
| | ||||||
* | initial import of NetBSD tree | 1995-10-18 | 12 | -0/+1137 | ||