Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Clarify; gluk@ptci.ru | aaron | 2000-10-25 | 1 | -2/+2 | |
| | ||||||
* | Add a CAVEATS section to warn programmers that shell meta-characters will | aaron | 2000-10-06 | 1 | -1/+9 | |
| | | | | be passed to the command interpreter. | |||||
* | For man pages that describe multiple functions, split the .Nm arguments | aaron | 2000-08-09 | 4 | -8/+15 | |
| | | | | onto separate lines in the NAME section. | |||||
* | #ifdef vax -> #ifdef __vax__ | bjc | 2000-04-30 | 1 | -2/+2 | |
| | ||||||
* | Flesh out stdlib function man pages. | aaron | 2000-04-20 | 28 | -246/+195 | |
| | ||||||
* | - Formatting repairs and standardizations. | aaron | 2000-04-20 | 1 | -77/+104 | |
| | | | | | - s/MESSAGES/DIAGNOSTICS/, and put message descriptions in a nice list. - Talk more about how using malloc() in signal handlers is bad. | |||||
* | missing THREAD_UNLOCK; netch@segfault.kiev.ua | deraadt | 2000-04-10 | 1 | -1/+2 | |
| | ||||||
* | Fix the leak for real (that's what I get for hacking when i can't sleep). | millert | 2000-04-04 | 1 | -5/+7 | |
| | ||||||
* | Fix an fd leak if the read from /dev/arandom fails. Pointed out by | millert | 2000-04-04 | 1 | -5/+5 | |
| | | | | Markus Friedl. | |||||
* | MLINK srandomdev | millert | 2000-04-04 | 1 | -1/+2 | |
| | ||||||
* | Add srandomdev() from FreeBSD for use by sendmail and others. | millert | 2000-04-03 | 2 | -3/+69 | |
| | ||||||
* | In Unix land we prefer "whitespace" to "white space" or "white-space". At | aaron | 2000-03-04 | 4 | -8/+8 | |
| | | | | least, this is the impression I get from looking at a lot of Perl docs. | |||||
* | typo fix; halogen@nol.net | deraadt | 2000-03-01 | 1 | -2/+2 | |
| | ||||||
* | repair prototypes; cky@pobox.com | deraadt | 2000-02-25 | 1 | -5/+5 | |
| | ||||||
* | repair | deraadt | 2000-01-25 | 1 | -2/+2 | |
| | ||||||
* | Use .Er macro when referring to errno error names. | aaron | 2000-01-22 | 1 | -3/+3 | |
| | ||||||
* | Clarify and mention that errno is set to ENOMEM on failure of malloc(), | pjanzen | 2000-01-19 | 1 | -5/+11 | |
| | | | | calloc(), and realloc(). Idea from NetBSD. | |||||
* | Max value returned is 2^31 - 1, regardless of the arch-dependent LONG_MAX. | pjanzen | 2000-01-19 | 1 | -7/+1 | |
| | ||||||
* | include thread_private.h | d | 2000-01-06 | 1 | -1/+2 | |
| | ||||||
* | Add missing MLINKs | millert | 1999-11-17 | 1 | -1/+2 | |
| | ||||||
* | Tweaks; millert@ | aaron | 1999-11-10 | 1 | -8/+9 | |
| | ||||||
* | calloc.c is back | millert | 1999-11-10 | 1 | -1/+1 | |
| | ||||||
* | calloc() needs to be separate from malloc in case a user wants to have | millert | 1999-11-10 | 2 | -25/+54 | |
| | | | | their own malloc() implementation. | |||||
* | Merge calloc(3) man page into malloc.3; as suggested by millert@ | aaron | 1999-11-09 | 3 | -90/+41 | |
| | ||||||
* | Move calloc() into malloc.c and only zero out the area if malloc() | millert | 1999-11-09 | 3 | -55/+26 | |
| | | | | | | didn't do so for us. By default, malloc() zeros out the space it allocates but the programmer cannot rely on this as it is implementation- specific (and configurable via /etc/malloc.conf) | |||||
* | Formatting and grammar. | aaron | 1999-09-27 | 1 | -2/+2 | |
| | ||||||
* | use writev() where possible | deraadt | 1999-09-16 | 1 | -12/+29 | |
| | ||||||
* | Supply examples and discuss limitations. | pjanzen | 1999-09-14 | 2 | -7/+120 | |
| | ||||||
* | use stronger language when pointing people at strtol() | deraadt | 1999-09-13 | 1 | -1/+12 | |
| | ||||||
* | typo | espie | 1999-09-07 | 1 | -2/+2 | |
| | ||||||
* | succesful -> successful | aaron | 1999-09-06 | 1 | -2/+2 | |
| | ||||||
* | better english; deraadt@/millert@ | aaron | 1999-07-20 | 2 | -6/+6 | |
| | ||||||
* | trash some old leftover macros and replace them with -mdoc macros | aaron | 1999-07-04 | 2 | -11/+6 | |
| | ||||||
* | remove extra comma from .Dd arguments: "Month ##, ####" is the correct format, | aaron | 1999-07-02 | 1 | -2/+2 | |
| | | | | not "Month, ##, ####" | |||||
* | first round of repairs on stdlib | aaron | 1999-06-29 | 30 | -150/+182 | |
| | ||||||
* | "SEE ALSO" -> SEE ALSO, missed these files before | aaron | 1999-05-28 | 1 | -2/+2 | |
| | ||||||
* | more missing .El macros filled in | aaron | 1999-05-27 | 2 | -12/+14 | |
| | ||||||
* | getopt(3) does not return -1 when encountering unrecognized options | aaron | 1999-05-27 | 1 | -3/+2 | |
| | ||||||
* | punctuation | aaron | 1999-05-25 | 1 | -2/+2 | |
| | ||||||
* | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | aaron | 1999-05-23 | 5 | -10/+10 | |
| | | | | is used instead; kwesterback@home.com | |||||
* | Cleanup xrefs under SEE ALSO. Specifically: | alex | 1999-05-16 | 8 | -22/+22 | |
| | | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||||
* | correct some Xr's which referred to the wrong man page sections | aaron | 1999-05-10 | 3 | -8/+7 | |
| | ||||||
* | Clarify realloc return value | millert | 1999-03-23 | 1 | -3/+4 | |
| | ||||||
* | fix more comma splices that involve misuse of conjunctive adverbs | pjanzen | 1999-03-11 | 1 | -2/+2 | |
| | ||||||
* | make function names the correct case | deraadt | 1999-02-27 | 4 | -17/+17 | |
| | ||||||
* | wrong ret type for write define (millert@) | d | 1999-02-03 | 1 | -2/+2 | |
| | ||||||
* | malloc can't use write() if it fails very early, so use the unwrapped ↵ | d | 1999-02-01 | 1 | -1/+10 | |
| | | | | syscall _thread_sys_write() if we are threaded | |||||
* | No need to cast to they type we already are. Also minor KNF | millert | 1998-12-07 | 1 | -3/+6 | |
| | ||||||
* | remove bogus divide, fixes pr #656 | millert | 1998-12-07 | 1 | -2/+2 | |
| | ||||||
* | bad long | deraadt | 1998-11-22 | 1 | -2/+2 | |
| |