summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* -1 -> MAP_FAILEDart2001-05-111-3/+3
* Use madvise(MADV_FREE) to allow the 'h' option.art2001-05-101-4/+4
* Various man page fixes and improvements from gluk@aaron2001-04-231-4/+4
* document that exit() -> wait() only returns low bitsderaadt2001-03-081-1/+11
* Various repairs, mostly to get rid of short lines.aaron2000-12-241-3/+2
* .Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at leastaaron2000-12-151-2/+2
* .Sh EXAMPLE -> .Sh EXAMPLES. Move this section before SEE ALSO where itaaron2000-12-151-28/+28
* Clarify; gluk@ptci.ruaaron2000-10-251-2/+2
* Add a CAVEATS section to warn programmers that shell meta-characters willaaron2000-10-061-1/+9
* For man pages that describe multiple functions, split the .Nm argumentsaaron2000-08-094-8/+15
* #ifdef vax -> #ifdef __vax__bjc2000-04-301-2/+2
* Flesh out stdlib function man pages.aaron2000-04-2028-246/+195
* - Formatting repairs and standardizations.aaron2000-04-201-77/+104
* missing THREAD_UNLOCK; netch@segfault.kiev.uaderaadt2000-04-101-1/+2
* Fix the leak for real (that's what I get for hacking when i can't sleep).millert2000-04-041-5/+7
* Fix an fd leak if the read from /dev/arandom fails. Pointed out bymillert2000-04-041-5/+5
* MLINK srandomdevmillert2000-04-041-1/+2
* Add srandomdev() from FreeBSD for use by sendmail and others.millert2000-04-032-3/+69
* In Unix land we prefer "whitespace" to "white space" or "white-space". Ataaron2000-03-044-8/+8
* typo fix; halogen@nol.netderaadt2000-03-011-2/+2
* repair prototypes; cky@pobox.comderaadt2000-02-251-5/+5
* repairderaadt2000-01-251-2/+2
* Use .Er macro when referring to errno error names.aaron2000-01-221-3/+3
* Clarify and mention that errno is set to ENOMEM on failure of malloc(),pjanzen2000-01-191-5/+11
* Max value returned is 2^31 - 1, regardless of the arch-dependent LONG_MAX.pjanzen2000-01-191-7/+1
* include thread_private.hd2000-01-061-1/+2
* Add missing MLINKsmillert1999-11-171-1/+2
* Tweaks; millert@aaron1999-11-101-8/+9
* calloc.c is backmillert1999-11-101-1/+1
* calloc() needs to be separate from malloc in case a user wants to havemillert1999-11-102-25/+54
* Merge calloc(3) man page into malloc.3; as suggested by millert@aaron1999-11-093-90/+41
* Move calloc() into malloc.c and only zero out the area if malloc()millert1999-11-093-55/+26
* Formatting and grammar.aaron1999-09-271-2/+2
* use writev() where possiblederaadt1999-09-161-12/+29
* Supply examples and discuss limitations.pjanzen1999-09-142-7/+120
* use stronger language when pointing people at strtol()deraadt1999-09-131-1/+12
* typoespie1999-09-071-2/+2
* succesful -> successfulaaron1999-09-061-2/+2
* better english; deraadt@/millert@aaron1999-07-202-6/+6
* trash some old leftover macros and replace them with -mdoc macrosaaron1999-07-042-11/+6
* remove extra comma from .Dd arguments: "Month ##, ####" is the correct format,aaron1999-07-021-2/+2
* first round of repairs on stdlibaaron1999-06-2930-150/+182
* "SEE ALSO" -> SEE ALSO, missed these files beforeaaron1999-05-281-2/+2
* more missing .El macros filled inaaron1999-05-272-12/+14
* getopt(3) does not return -1 when encountering unrecognized optionsaaron1999-05-271-3/+2
* punctuationaaron1999-05-251-2/+2
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-235-10/+10
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-168-22/+22
* correct some Xr's which referred to the wrong man page sectionsaaron1999-05-103-8/+7
* Clarify realloc return valuemillert1999-03-231-3/+4