summaryrefslogtreecommitdiffstats
path: root/lib/libc_r (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* - 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
|
* temporary crankderaadt1999-06-291-1/+1
|
* this should definately have been cranked beforederaadt1999-06-151-1/+1
|
* 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-157-239/+10
|
* 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
|
* back out sigpending hided1999-05-261-2/+2
|
* forgot to hide sigpendingd1999-05-261-2/+2
|
* 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
|
* document double-unlock check and how it relates to the std. (POSIX says in one paragraph that the behaviour is undefined, then in another says that EPERM should be returnedd1999-05-261-0/+1
|
* bye bye gethostbyname_r and getservbyname_r testsd1999-05-261-14/+0
|
* count and chec the number of times the self-cancelling thread tries to cancel itselfd1999-05-261-1/+4
|
* show a bit more information when checks faild1999-05-261-1/+1
|
* 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
|
* allow make depend to workd1999-03-241-1/+1
|
* actually make use of the new manual pagesd1999-03-241-4/+13
|
* revert to -pthreadd1999-03-241-1/+1
|
* 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
|
* fix comma splices involving 'however'pjanzen1999-03-101-1/+1
|
* extra includes for Walld1999-03-101-1/+3
|
* nicer debugging; _GNUC_ -> __GNUC__d1999-03-101-7/+7
|
* Fix .Os so that correct OS version appearsd1999-03-1031-36/+36
|
* identd1999-03-101-0/+1
|
* missing const (freebsd)d1999-03-102-5/+5
|
* no need to save signal state in setjmp/longjmp - it will always be the same, so we may as well save a few syscallsd1999-03-101-3/+3
|
* tidyd1999-03-101-8/+5
|
* correct asm constraints, espie@; cite m680x0 user manuald1999-03-101-3/+11
|
* correct asm constraints, espie@d1999-03-101-2/+6
|
* define and use a SET_NAME macro so that these tests work under other thread implementationsd1999-03-109-16/+27
|
* m88k addition.smurph1999-03-032-0/+59
|
* make function names the correct casederaadt1999-02-273-4/+4
|
* update prototypes now that socket functions take socklen_t as a length parametermillert1999-02-161-10/+10
|