summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
AgeCommit message (Expand)Author
2001-05-13unsigned -> unsigned int; grange@rt.mipt.ruTodd C. Miller
2001-05-11-1 -> MAP_FAILEDArtur Grabowski
2001-05-10Use madvise(MADV_FREE) to allow the 'h' option.Artur Grabowski
2001-04-23Various man page fixes and improvements from gluk@Aaron Campbell
2001-03-08document that exit() -> wait() only returns low bitsTheo de Raadt
2000-12-24Various repairs, mostly to get rid of short lines.Aaron Campbell
2000-12-15.Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at leastAaron Campbell
2000-12-15.Sh EXAMPLE -> .Sh EXAMPLES. Move this section before SEE ALSO where itAaron Campbell
2000-10-25Clarify; gluk@ptci.ruAaron Campbell
2000-10-06Add a CAVEATS section to warn programmers that shell meta-characters willAaron Campbell
2000-08-09For man pages that describe multiple functions, split the .Nm argumentsAaron Campbell
2000-04-30#ifdef vax -> #ifdef __vax__Brandon Creighton
2000-04-20Flesh out stdlib function man pages.Aaron Campbell
2000-04-20- Formatting repairs and standardizations.Aaron Campbell
2000-04-10missing THREAD_UNLOCK; netch@segfault.kiev.uaTheo de Raadt
2000-04-04Fix the leak for real (that's what I get for hacking when i can't sleep).Todd C. Miller
2000-04-04Fix an fd leak if the read from /dev/arandom fails. Pointed out byTodd C. Miller
2000-04-04MLINK srandomdevTodd C. Miller
2000-04-03Add srandomdev() from FreeBSD for use by sendmail and others.Todd C. Miller
2000-03-04In Unix land we prefer "whitespace" to "white space" or "white-space". AtAaron Campbell
2000-03-01typo fix; halogen@nol.netTheo de Raadt
2000-02-25repair prototypes; cky@pobox.comTheo de Raadt
2000-01-25repairTheo de Raadt
2000-01-22Use .Er macro when referring to errno error names.Aaron Campbell
2000-01-19Clarify and mention that errno is set to ENOMEM on failure of malloc(),Paul Janzen
2000-01-19Max value returned is 2^31 - 1, regardless of the arch-dependent LONG_MAX.Paul Janzen
2000-01-06include thread_private.hDavid Leonard
1999-11-17Add missing MLINKsTodd C. Miller
1999-11-10Tweaks; millert@Aaron Campbell
1999-11-10calloc.c is backTodd C. Miller
1999-11-10calloc() needs to be separate from malloc in case a user wants to haveTodd C. Miller
1999-11-09Merge calloc(3) man page into malloc.3; as suggested by millert@Aaron Campbell
1999-11-09Move calloc() into malloc.c and only zero out the area if malloc()Todd C. Miller
1999-09-27Formatting and grammar.Aaron Campbell
1999-09-16use writev() where possibleTheo de Raadt
1999-09-14Supply examples and discuss limitations.Paul Janzen
1999-09-13use stronger language when pointing people at strtol()Theo de Raadt
1999-09-07typoMarc Espie
1999-09-06succesful -> successfulAaron Campbell
1999-07-20better english; deraadt@/millert@Aaron Campbell
1999-07-04trash some old leftover macros and replace them with -mdoc macrosAaron Campbell
1999-07-02remove extra comma from .Dd arguments: "Month ##, ####" is the correct format,Aaron Campbell
1999-06-29first round of repairs on stdlibAaron Campbell
1999-05-28"SEE ALSO" -> SEE ALSO, missed these files beforeAaron Campbell
1999-05-27more missing .El macros filled inAaron Campbell
1999-05-27getopt(3) does not return -1 when encountering unrecognized optionsAaron Campbell
1999-05-25punctuationAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
1999-05-10correct some Xr's which referred to the wrong man page sectionsAaron Campbell