summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/malloc.c (unfollow)
Commit message (Collapse)AuthorFilesLines
1995-12-15from netbsd; do not override other CFLAGS settingsderaadt1-2/+2
1995-12-14make first arg of strtod/strtoq constderaadt1-3/+3
1995-11-22fix long/u_int32_t botch; do gethostbyname() only if netgroups are going toderaadt1-55/+94
be used and do not abort; check for A->PTR->A loop otherwise only match on #.#.#.# addresses; do not assume !0 is 1 as in ANSI C. netbsd pr#1683 led to finding these problems.
1995-11-20gethostbyname("#.#.#.#") should fail; not return an incompletely andderaadt1-0/+2
incorrectly initialized hostent. in particular, h_name is supposed to be `an official name', and gethostbyname() wasn't even trying to meet that requirement.
1995-11-01error in system(3) man page from John Kohlderaadt1-2/+2
1995-10-18initial import of NetBSD treederaadt26-0/+3765