summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/malloc.3
AgeCommit message (Collapse)Author
2000-01-09Document that errno is set to ENOMEM if no memory can be allocated.hubertf
1999-09-10Restore the behaviour of not setting errno to ENOMEM when allocating 0kleink
units of storage and returning a null pointer in System V mode; this was broken by the `fix' in rev. 1.24. Also, as it is stated in ISO C that such operation does not constitute an allocation failure, do not abort() even if the `X' option is set. Amusingly enough the SVID, Fourth Edition, specifies the `unique pointer' return behaviour for this kind of allocation, so this is kind of mis-named.
1999-08-02replace malloc(3) with one from freebsd which documents our new malloc.clukem
(also from freebsd). comment out references to reallocf with .\"XXX" for now. i also fixed some roff misuse as well. replace calloc(3), free(3) and realloc(3) with links to malloc(3)
1999-03-22Last of the .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
so we shouldn't override it with versions in the manpages. Wheee!
1998-02-05add LIBRARY section to man pageperry
1998-01-30update to lite-2perry
1997-07-15xref getpagesize(3) not obsolete getpagesize(2), sort xrefsmikel
1995-12-28New-style RCS ids.thorpej
1995-08-17pagesize(2) -> getpagesize(2)jtc
1993-12-15Remove unwanted comma from NAME section.jtc
1993-08-01Add RCS indentifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd