Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | document | 2000-01-06 | 1 | -0/+35 | ||
| | ||||||
* | volatile the spinlock | 2000-01-06 | 1 | -7/+7 | ||
| | ||||||
* | always define _POSIX_THREADS; volatile some types (mickey@) | 2000-01-06 | 1 | -7/+5 | ||
| | ||||||
* | use art's thread context setjmp code | 2000-01-06 | 1 | -13/+11 | ||
| | ||||||
* | thread context setjmp code, art@ | 2000-01-06 | 1 | -0/+35 | ||
| | ||||||
* | Xr's to pthread_attr_*(3) | 2000-01-06 | 1 | -1/+5 | ||
| | ||||||
* | document | 2000-01-06 | 4 | -0/+304 | ||
| | ||||||
* | Fix incorrect `pshared' argument type for pthread_rwlockattr_setpshared. | 2000-01-04 | 2 | -8/+6 | ||
| | | | | rse@engelschall.com via FreeBSD. | |||||
* | a version separate from libc's to make things simpler. | 2000-01-04 | 1 | -0/+2 | ||
| | ||||||
* | flesh | 2000-01-04 | 1 | -3/+28 | ||
| | ||||||
* | libpthread lives again! | 2000-01-04 | 1 | -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.org | 1999-12-24 | 1 | -2/+2 | ||
| | ||||||
* | garbage collect thread-specific data | 1999-11-30 | 1 | -1/+4 | ||
| | ||||||
* | clean up the poll fdsets in the garbage collector, not in exit() | 1999-11-30 | 2 | -8/+7 | ||
| | ||||||
* | set state of new threads using correct macro. This makes debugging a bit easier. | 1999-11-30 | 1 | -3/+3 | ||
| | ||||||
* | really remove all other threads when fork()ing. (bug was in removing elements from a list whilest walking it) | 1999-11-30 | 1 | -24/+15 | ||
| | ||||||
* | do it the single-processor way | 1999-11-27 | 1 | -7/+13 | ||
| | ||||||
* | don't use stack cache if user supplied the storage | 1999-11-26 | 1 | -2/+3 | ||
| | ||||||
* | NBPG in userland? what were you thiking? | 1999-11-25 | 1 | -7/+11 | ||
| | ||||||
* | sync with FreeBSD | 1999-11-25 | 130 | -2379/+2646 | ||
| | ||||||
* | keep freebsd's thread info distcint from mine | 1999-11-25 | 2 | -254/+584 | ||
| | ||||||
* | Add FreeBSD tags | 1999-11-24 | 36 | -27/+117 | ||
| | ||||||
* | Typo fixes. | 1999-09-23 | 1 | -3/+3 | ||
| | ||||||
* | TAILQ_FOREACH now is in queue.h | 1999-09-08 | 1 | -7/+1 | ||
| | ||||||
* | - remove all trailing whitespace | 1999-07-09 | 10 | -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. | 1999-07-07 | 10 | -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 macros | 1999-07-02 | 21 | -26/+2 | ||
| | ||||||
* | Remove pthread_atfork() | 1999-06-15 | 1 | -2/+1 | ||
| | ||||||
* | Remove pthread_atfork(). It was only part of draft 10 for a little while and was removed before stddization. | 1999-06-15 | 6 | -182/+7 | ||
| | ||||||
* | mention the process' pid in the debug message. greatly helps to debug problems when fork()ing | 1999-06-14 | 1 | -1/+3 | ||
| | ||||||
* | document cancellation point handling a bit better | 1999-06-09 | 11 | -12/+57 | ||
| | ||||||
* | sync with freebsd | 1999-06-09 | 3 | -16/+54 | ||
| | ||||||
* | capitalize the acronym ID | 1999-06-05 | 2 | -4/+8 | ||
| | ||||||
* | sync with FreeBSD | 1999-05-26 | 45 | -832/+3281 | ||
| | ||||||
* | document two new states (deadlock and spinblock) | 1999-05-26 | 1 | -1/+5 | ||
| | ||||||
* | add mb (memory barrier) instruction. from FreeBSD | 1999-05-26 | 1 | -6/+10 | ||
| | ||||||
* | Use .St susv2. | 1999-05-18 | 2 | -6/+8 | ||
| | | | | pwrite.3: pread -> pwrite where appropriate. | |||||
* | Cleanup xrefs under SEE ALSO. Specifically: | 1999-05-16 | 6 | -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.com | 1999-05-14 | 1 | -2/+2 | ||
| | ||||||
* | Removed extraneous comma in xrefs. | 1999-05-14 | 2 | -6/+6 | ||
| | ||||||
* | Added missing comma in xrefs. | 1999-05-14 | 1 | -3/+3 | ||
| | ||||||
* | permit NULL result parameter for pthread_create(). Apparently used in Stevens? | 1999-05-12 | 1 | -2/+3 | ||
| | ||||||
* | sucessful -> successful | 1999-04-21 | 1 | -2/+2 | ||
| | ||||||
* | This is OpenBSD. | 1999-04-21 | 9 | -27/+27 | ||
| | ||||||
* | First cut at powerpc support for uthread. Not complete. | 1999-04-21 | 1 | -2/+14 | ||
| | ||||||
* | actually make use of the new manual pages | 1999-03-24 | 1 | -4/+13 | ||
| | ||||||
* | better, nicer, neater documentation | 1999-03-22 | 1 | -80/+145 | ||
| | ||||||
* | minor fixes | 1999-03-22 | 6 | -13/+17 | ||
| | ||||||
* | new documentation | 1999-03-22 | 5 | -0/+218 | ||
| | ||||||
* | fix more comma splices that involve misuse of conjunctive adverbs | 1999-03-11 | 1 | -1/+1 | ||
| |