Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
1999-12-17 | more fixes from markus | deraadt | 1 | -4/+4 | |
1999-12-17 | nice error return; markus | deraadt | 1 | -1/+2 | |
1999-12-17 | oops | deraadt | 1 | -1/+3 | |
1999-12-16 | rresvport_af() and bindresvport_af() | deraadt | 4 | -44/+138 | |
1999-12-16 | incorrect bounds on strlcpy() | deraadt | 1 | -2/+2 | |
1999-12-12 | sync KAME rcsid. | itojun | 1 | -2/+2 | |
1999-12-12 | inet6_rthdr_reverse() is not available yet. | itojun | 1 | -1/+4 | |
1999-12-11 | prevent bogus reverse query for 1.0.0.0.in-addr.arpa. | itojun | 1 | -7/+5 | |
this occurs by mixing up ::1 as IPv6 auto-tunnel address like ::10.1.1.1. | |||||
1999-12-11 | fix gethostbyname2(foo, AF_INET6). | itojun | 1 | -1/+9 | |
on /etc/hosts lookup, file static variable "hosts" was damaged and prevented lookup of IPv6 hostnames. | |||||
1999-12-11 | add inet6_option_* and inet6_rthdr_*. | itojun | 6 | -2/+1520 | |
increase shlib minor. | |||||
1999-12-08 | fix BIND820 bug in inet_pton(). it should bark if there's ambiguous | itojun | 1 | -2/+4 | |
text after IPv6 address string, like "0:1:2:3:4:5:6:7:8". | |||||
1999-12-07 | fix DNS; all this is due for squishing in a few days anyways, i suspect; ↵ | deraadt | 1 | -0/+1 | |
fujiwara@rcac.tdi.co.jp | |||||
1999-11-23 | do not assume shell scripts are +x; d | deraadt | 79 | -85/+85 | |
1999-11-17 | Add missing MLINKs | millert | 3 | -4/+8 | |
1999-11-14 | Clean up memchr slightly to better match coming memrchr | espie | 1 | -4/+4 | |
(K&R-style type promotions are evil), | |||||
1999-11-10 | Tweaks; millert@ | aaron | 1 | -8/+9 | |
1999-11-10 | calloc.c is back | millert | 1 | -1/+1 | |
1999-11-10 | calloc() needs to be separate from malloc in case a user wants to have | millert | 2 | -25/+54 | |
their own malloc() implementation. | |||||
1999-11-09 | Merge calloc(3) man page into malloc.3; as suggested by millert@ | aaron | 3 | -90/+41 | |
1999-11-09 | Move calloc() into malloc.c and only zero out the area if malloc() | millert | 3 | -55/+26 | |
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-09 | Install man-page links for strtok_r. | art | 1 | -1/+2 | |
1999-11-09 | Document strtok_r. | art | 1 | -8/+19 | |
1999-11-09 | Implement strtok_r. | art | 1 | -5/+15 | |
1999-10-10 | Make mips compile. -moj | maja | 5 | -27/+7 | |
1999-10-06 | use /dev/arandom by default | beck | 1 | -2/+2 | |
1999-09-29 | ssleay->openssl name change. (Wonder what spinoff projects will name it) | beck | 1 | -0/+0 | |
1999-09-29 | New minty openssl version | beck | 5 | -12/+12 | |
1999-09-29 | Ack. Sparc and stuff oops - openssl changed the name of this.. | beck | 1 | -4/+4 | |