summaryrefslogtreecommitdiffstats
path: root/lib/libc_r (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* documentd2000-01-061-0/+35
|
* volatile the spinlockd2000-01-061-7/+7
|
* always define _POSIX_THREADS; volatile some types (mickey@)d2000-01-061-7/+5
|
* use art's thread context setjmp coded2000-01-061-13/+11
|
* thread context setjmp code, art@d2000-01-061-0/+35
|
* use new tests, and -lpthreadd2000-01-061-3/+3
|
* ident, cleand2000-01-0616-3/+20
|
* cleand2000-01-061-4/+3
|
* clean docd2000-01-061-5/+3
|
* longer sleep, doc, get rid of bad signal handlerd2000-01-061-42/+24
|
* cleanupd2000-01-062-7/+25
|
* commentd2000-01-061-5/+3
|
* comment. cleanupd2000-01-061-3/+10
|
* repair commentd2000-01-061-5/+3
|
* test close() during a select()d2000-01-061-0/+64
|
* updated2000-01-061-7/+15
|
* Xr's to pthread_attr_*(3)d2000-01-061-1/+5
|
* documentd2000-01-064-0/+304
|
* Fix incorrect `pshared' argument type for pthread_rwlockattr_setpshared.alex2000-01-042-8/+6
| | | | rse@engelschall.com via FreeBSD.
* fix bugs in test. now succeedsd2000-01-041-6/+12
|
* Test stdarg for fgsch@d2000-01-041-0/+69
|
* Test some signal handlingd2000-01-041-0/+48
|
* Fix synopsis. bde@freebsd.orgalex1999-12-241-2/+2
|
* add setjmp testd1999-12-021-1/+1
|
* add _setjmp/_longjmp testd1999-12-021-0/+22
|
* better testsd1999-12-021-2/+20
|
* garbage collect thread-specific datad1999-11-301-1/+4
|
* clean up the poll fdsets in the garbage collector, not in exit()d1999-11-302-8/+7
|
* set state of new threads using correct macro. This makes debugging a bit easier.d1999-11-301-3/+3
|
* really remove all other threads when fork()ing. (bug was in removing elements from a list whilest walking it)d1999-11-301-24/+15
|
* make test a little bit more stressfuld1999-11-301-2/+2
|
* set the ulimit a little higher for test_preemptiond1999-11-301-1/+1
|
* enable test_select and test_polld1999-11-301-1/+2
|
* test poll()d1999-11-301-0/+135
|
* add devel/glib and www/squid to the TODO check listbrad1999-11-291-1/+3
|
* add net/mrtd to the TODO check list, chris@dqc.orgd1999-11-291-1/+2
|
* clean upd1999-11-281-65/+86
|
* more freebsd sync stuffd1999-11-281-2/+5
|
* bumpd1999-11-281-1/+1
|
* realityd1999-11-281-15/+31
|
* remove redundant macrod1999-11-283-3/+2
|
* do it the single-processor wayd1999-11-271-7/+13
|
* use pthread_join instead of pthread_cancel to test for a thread's existence after forkingd1999-11-261-3/+4
|
* don't use stack cache if user supplied the storaged1999-11-261-2/+3
|
* NBPG in userland? what were you thiking?deraadt1999-11-251-7/+11
|
* sync with FreeBSDd1999-11-25130-2379/+2646
|
* keep freebsd's thread info distcint from mined1999-11-252-254/+584
|
* Add FreeBSD tagsd1999-11-2436-27/+117
|
* Typo fixes.alex1999-09-231-3/+3
|
* TAILQ_FOREACH now is in queue.hespie1999-09-081-7/+1
|