summaryrefslogtreecommitdiffstats
path: root/lib/libpthread (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
|
* 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.
* a version separate from libc's to make things simpler.d2000-01-041-0/+2
|
* fleshd2000-01-041-3/+28
|
* libpthread lives again!d2000-01-041-0/+8
| | | | | This is part of an undertaking to eventually get rid of libc_r, but requires weak symbol overloading on all archs, which doesn't seem to be happening yet.
* Fix synopsis. bde@freebsd.orgalex1999-12-241-2/+2
|
* 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
|
* do it the single-processor wayd1999-11-271-7/+13
|
* 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
|
* - remove all trailing whitespaceaaron1999-07-0910-21/+21
| | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
* The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.aaron1999-07-0710-20/+20
| | | | | | | Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one.
* remove redundant .Pp macrosaaron1999-07-0221-26/+2
|
* Remove pthread_atfork()d1999-06-151-2/+1
|
* Remove pthread_atfork(). It was only part of draft 10 for a little while and was removed before stddization.d1999-06-156-182/+7
|
* mention the process' pid in the debug message. greatly helps to debug problems when fork()ingd1999-06-141-1/+3
|
* document cancellation point handling a bit betterd1999-06-0911-12/+57
|
* sync with freebsdd1999-06-093-16/+54
|
* capitalize the acronym IDaaron1999-06-052-4/+8
|
* sync with FreeBSDd1999-05-2645-832/+3281
|
* document two new states (deadlock and spinblock)d1999-05-261-1/+5
|
* add mb (memory barrier) instruction. from FreeBSDd1999-05-261-6/+10
|
* Use .St susv2.alex1999-05-182-6/+8
| | | | pwrite.3: pread -> pwrite where appropriate.
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-166-19/+19
| | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
* Memory leak; FreeBSD PR 11713 rse@engelschall.comalex1999-05-141-2/+2
|
* Removed extraneous comma in xrefs.alex1999-05-142-6/+6
|
* Added missing comma in xrefs.alex1999-05-141-3/+3
|
* permit NULL result parameter for pthread_create(). Apparently used in Stevens?d1999-05-121-2/+3
|
* sucessful -> successfulaaron1999-04-211-2/+2
|
* This is OpenBSD.alex1999-04-219-27/+27
|
* First cut at powerpc support for uthread. Not complete.rahnds1999-04-211-2/+14
|
* actually make use of the new manual pagesd1999-03-241-4/+13
|
* better, nicer, neater documentationd1999-03-221-80/+145
|
* minor fixesd1999-03-226-13/+17
|
* new documentationd1999-03-225-0/+218
|
* fix more comma splices that involve misuse of conjunctive adverbspjanzen1999-03-111-1/+1
|