summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Collapse)Author
1999-12-31this was toughMichael Shalayeff
1999-12-31f_bavail is signed (sync with sys/mount.h)Todd C. Miller
1999-12-31do the deedMichael Shalayeff
1999-12-31according to brkMichael Shalayeff
1999-12-310 in child, pid in parentMichael Shalayeff
1999-12-31real fleshMichael Shalayeff
1999-12-31i dunno how ptrace gonna work, so just do an execve for nowMichael Shalayeff
1999-12-30VM_SWAPENCRYPTNiels Provos
1999-12-30add the _af versions to the NAME chunkTheo de Raadt
1999-12-30replace NRL get{addr,name}info with KAME get{addr,name}info.Jun-ichiro itojun Hagino
removed functionality: new code will not return AF_LOCAL addrinfo struct. added funtionality: SOCK_RAW is permitted as ai_socktype (no servname allowed). draft-ietf-ipngwg-scopedaddr-format-00.txt
1999-12-28speed up blowfish by > 20%.Niels Provos
1999-12-25fake cerror.S creation for nowMichael Shalayeff
1999-12-17more fixes from markusTheo de Raadt
1999-12-17set sa_len tooTheo de Raadt
1999-12-17nice error return; markusTheo de Raadt
1999-12-17oopsTheo de Raadt
1999-12-16rresvport_af() and bindresvport_af()Theo de Raadt
1999-12-16incorrect bounds on strlcpy()Theo de Raadt
1999-12-14Install swapctl.2, not swapon.2. swapon.2 should probably go away.Todd C. Miller
1999-12-12sync KAME rcsid.Jun-ichiro itojun Hagino
1999-12-12inet6_rthdr_reverse() is not available yet.Jun-ichiro itojun Hagino
1999-12-11prevent bogus reverse query for 1.0.0.0.in-addr.arpa.Jun-ichiro itojun Hagino
this occurs by mixing up ::1 as IPv6 auto-tunnel address like ::10.1.1.1.
1999-12-11fix gethostbyname2(foo, AF_INET6).Jun-ichiro itojun Hagino
on /etc/hosts lookup, file static variable "hosts" was damaged and prevented lookup of IPv6 hostnames.
1999-12-11add inet6_option_* and inet6_rthdr_*.Jun-ichiro itojun Hagino
increase shlib minor.
1999-12-08fix BIND820 bug in inet_pton(). it should bark if there's ambiguousJun-ichiro itojun Hagino
text after IPv6 address string, like "0:1:2:3:4:5:6:7:8".
1999-12-08Don't use stdio since we don't want the password to end up in stdioTodd C. Miller
buffers that may not get zeroed.
1999-12-07fix DNS; all this is due for squishing in a few days anyways, i suspect; ↵Theo de Raadt
fujiwara@rcac.tdi.co.jp
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
(K&R-style type promotions are evil),
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
their own malloc() implementation.
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
didn't do so for us. By default, malloc() zeros out the space it allocates but the programmer cannot rely on this as it is implementation- specific (and configurable via /etc/malloc.conf)
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
- Add a FILES section to accton(8) indicating the default accounting file. - From pjanzen@
1999-10-07document more tcp specific sysctls, mostly netbsd.Niels Provos
1999-10-06- let cryptographic checksums refer to each otherMarc Espie
- avoid .Xref to one's own manpage