summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
1999-12-11add inet6_option_* and inet6_rthdr_*.Jun-ichiro itojun Hagino
1999-12-08fix BIND820 bug in inet_pton(). it should bark if there's ambiguousJun-ichiro itojun Hagino
1999-12-08Don't use stdio since we don't want the password to end up in stdioTodd C. Miller
1999-12-07fix DNS; all this is due for squishing in a few days anyways, i suspect; fuji...Theo de Raadt
1999-12-05fix space regs load insns, also some tabs vs spacesMichael Shalayeff
1999-12-04Formatting fixes, suggested by ericj@Aaron Campbell
1999-11-30fix include list; dogcow@redback.comTheo de Raadt
1999-11-23mark some places that malloc is not checkedTheo de Raadt
1999-11-17Add missing MLINKsTodd C. Miller
1999-11-15typosTheo de Raadt
1999-11-14Clean up memchr slightly to better match coming memrchrMarc Espie
1999-11-14EFAULT does not happen for all files; posix 1003.1, line 216Theo de Raadt
1999-11-14this seem proper nowMichael Shalayeff
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-11-09Bump minor for addition of strtok_r.Artur Grabowski
1999-11-09Install man-page links for strtok_r.Artur Grabowski
1999-11-09Document strtok_r.Artur Grabowski
1999-11-09Implement strtok_r.Artur Grabowski
1999-10-28Add ip4.allow and etherip.allow entries.Angelos D. Keromytis
1999-10-08SYNOPSIS needs #include <sys/types.h>Marc Espie
1999-10-07- Xr acct(2) from accton(8) and vice-versa.Aaron Campbell
1999-10-07document more tcp specific sysctls, mostly netbsd.Niels Provos
1999-10-06- let cryptographic checksums refer to each otherMarc Espie
1999-10-06Make this man page much clearer.Aaron Campbell
1999-10-05specifed -> specifiedAaron Campbell
1999-10-03put back FTS_CHDIRROOT until next library major number crankTodd C. Miller
1999-10-03kill FTS_CHDIRROOT flag, it is broken beyond repair and no longer usedTodd C. Miller
1999-10-03Fix multiple problems in the FTS_NOCHDIR case (mycroft@netbsd.org):Todd C. Miller
1999-09-28Nail down semantics in case of failure.Marc Espie
1999-09-28Set j = i after arc4random key schedule to be more like arc4 stream cipher;Theo de Raadt
1999-09-27Correct buffer size.Alex Feldman
1999-09-27Formatting and grammar.Aaron Campbell
1999-09-27Remove an unwanted `.'.Aaron Campbell
1999-09-26.Nm -> .FnMarc Espie
1999-09-26Proper coding idioms.Marc Espie
1999-09-26Remove extraneous commaMarc Espie
1999-09-26`may return following error' => `may return the following error'Marc Espie
1999-09-26`nl' means something special to mdoc, so it must be escaped it meant literally.Aaron Campbell
1999-09-25grammarPaul Janzen
1999-09-23Typo fixes.Alex Feldman
1999-09-22Some misc fixes, one from fgsch@Aaron Campbell
1999-09-22Add a RETURN VALUES section; fgsch@Aaron Campbell
1999-09-22BUGS->CAVEATSMarc Espie
1999-09-21index/rindex as deprecated synonyms to strchr/strrchr.Marc Espie
1999-09-21It's a good idea to check the return value of malloc() in example code.Aaron Campbell
1999-09-16adopt to the new frame frameworkMichael Shalayeff