Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC (deraadt): | miod | 2002-07-31 | 1 | -2/+2 |
| | | | | permit calloc(0, N) and calloc(N, 0) -- malloc(0) does the right thing | ||||
* | MFC (deraadt): | miod | 2002-07-30 | 1 | -1/+7 |
| | | | | | return failure if integer overflow happens. sigh; too people had to help get this right. | ||||
* | Initial idea from aaron@: Last char of .Xr group in SEE ALSO section should | mpech | 2001-09-06 | 1 | -2/+2 |
| | | | | | | be a single digit. Powered by mantoya@. millert@ ok. | ||||
* | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ↵ | millert | 2001-09-04 | 1 | -6/+8 |
| | | | | POSIX counterparts. | ||||
* | #(endif|else) foo is incorrect, make it #endif /* foo */ | heko | 2001-08-12 | 1 | -5/+5 |
| | | | | deraadt@ ok | ||||
* | o) We always close .Bl and .Bd tags; | mpech | 2001-08-06 | 2 | -4/+3 |
| | | | | | | | | | | o) .Sh AUTHOR -> .Sh AUTHORS; o) We don't like .Pp before/after .Sh; o) We don't like .Pp before/after .Rs/.Re; o) NetBSD -> .Nx; o) OpenBSD -> .Ox; millert@ ok | ||||
* | clean up. | mpech | 2001-07-27 | 1 | -2/+2 |
| | | | | millert@ ok | ||||
* | a first pass at -Wall | deraadt | 2001-07-09 | 2 | -9/+10 |
| | |||||
* | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. | lebel | 2001-06-27 | 1 | -3/+2 |
| | |||||
* | remove confusing comparison with srand (it does not return the old seed) | assar | 2001-06-09 | 1 | -11/+3 |
| | | | | use .Sh AUTHORS and .An for author | ||||
* | unsigned -> unsigned int; grange@rt.mipt.ru | millert | 2001-05-13 | 1 | -2/+2 |
| | |||||
* | -1 -> MAP_FAILED | art | 2001-05-11 | 1 | -3/+3 |
| | |||||
* | Use madvise(MADV_FREE) to allow the 'h' option. | art | 2001-05-10 | 1 | -4/+4 |
| | | | | (the code was already there, just not enabled). | ||||
* | Various man page fixes and improvements from gluk@ | aaron | 2001-04-23 | 1 | -4/+4 |
| | |||||
* | document that exit() -> wait() only returns low bits | deraadt | 2001-03-08 | 1 | -1/+11 |
| | |||||
* | Various repairs, mostly to get rid of short lines. | aaron | 2000-12-24 | 1 | -3/+2 |
| | |||||
* | .Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at least | aaron | 2000-12-15 | 1 | -2/+2 |
| | | | | this is consistent. | ||||
* | .Sh EXAMPLE -> .Sh EXAMPLES. Move this section before SEE ALSO where it | aaron | 2000-12-15 | 1 | -28/+28 |
| | | | | belongs. Closes PR/1554 from bk@rt.fm. | ||||
* | 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 |
| |