Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* 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... | |||
1999-07-07 | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | Aaron Campbell | |
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. | |||
1999-07-02 | remove redundant .Pp macros | Aaron Campbell | |
1999-06-15 | Remove pthread_atfork() | David Leonard | |
1999-06-15 | Remove pthread_atfork(). It was only part of draft 10 for a little while and ↵ | David Leonard | |
was removed before stddization. | |||
1999-06-14 | mention the process' pid in the debug message. greatly helps to debug ↵ | David Leonard | |
problems when fork()ing | |||
1999-06-09 | document cancellation point handling a bit better | David Leonard | |
1999-06-09 | sync with freebsd | David Leonard | |
1999-06-05 | capitalize the acronym ID | Aaron Campbell | |
1999-05-26 | sync with FreeBSD | David Leonard | |
1999-05-26 | document two new states (deadlock and spinblock) | David Leonard | |
1999-05-26 | add mb (memory barrier) instruction. from FreeBSD | David Leonard | |
1999-05-18 | Use .St susv2. | Alex Feldman | |
pwrite.3: pread -> pwrite where appropriate. | |||
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman | |
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||
1999-05-14 | Memory leak; FreeBSD PR 11713 rse@engelschall.com | Alex Feldman | |
1999-05-14 | Removed extraneous comma in xrefs. | Alex Feldman | |
1999-05-14 | Added missing comma in xrefs. | Alex Feldman | |
1999-05-12 | permit NULL result parameter for pthread_create(). Apparently used in Stevens? | David Leonard | |
1999-04-21 | sucessful -> successful | Aaron Campbell | |
1999-04-21 | This is OpenBSD. | Alex Feldman | |
1999-04-21 | First cut at powerpc support for uthread. Not complete. | Dale S. Rahn | |
1999-03-24 | actually make use of the new manual pages | David Leonard | |
1999-03-22 | better, nicer, neater documentation | David Leonard | |
1999-03-22 | minor fixes | David Leonard | |
1999-03-22 | new documentation | David Leonard | |
1999-03-11 | fix more comma splices that involve misuse of conjunctive adverbs | Paul Janzen | |
1999-03-10 | fix comma splices involving 'however' | Paul Janzen | |
1999-03-10 | extra includes for Wall | David Leonard | |
1999-03-10 | nicer debugging; _GNUC_ -> __GNUC__ | David Leonard | |
1999-03-10 | Fix .Os so that correct OS version appears | David Leonard | |
1999-03-10 | ident | David Leonard | |
1999-03-10 | missing const (freebsd) | David Leonard | |
1999-03-10 | no need to save signal state in setjmp/longjmp - it will always be the same, ↵ | David Leonard | |
so we may as well save a few syscalls | |||
1999-03-10 | tidy | David Leonard | |
1999-03-10 | correct asm constraints, espie@; cite m680x0 user manual | David Leonard | |
1999-03-10 | correct asm constraints, espie@ | David Leonard | |
1999-03-10 | Goodbye, MIT pthreads... you were a handy reference implementation | David Leonard | |
1999-03-03 | m88k addition. | Steve Murphree | |
1999-02-27 | make function names the correct case | Theo de Raadt | |
1999-02-16 | update prototypes now that socket functions take socklen_t as a length parameter | Todd C. Miller | |
1999-02-16 | deal with socklen_t | Todd C. Miller | |
1999-02-16 | deal with socklen_t | Theo de Raadt | |
1999-02-07 | implement sparc atomic lock with LDSTUB | David Leonard | |
1999-02-04 | Save/restore the fp state setjmp/longjmp does not | Niklas Hallqvist | |
1999-02-03 | comment out broken float save stuff for the time being | David Leonard | |
1999-02-02 | arc fixes for libc_r | imp | |
1999-02-01 | don't handle signals in the gc thread | David Leonard | |
1999-02-01 | don't compute resource usage. this speeds things up a lot | David Leonard | |
1999-01-18 | stubs | David Leonard | |
1999-01-18 | document | David Leonard | |