Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-12-31 | this was tough | Michael Shalayeff | |
1999-12-31 | f_bavail is signed (sync with sys/mount.h) | Todd C. Miller | |
1999-12-31 | do the deed | Michael Shalayeff | |
1999-12-31 | according to brk | Michael Shalayeff | |
1999-12-31 | 0 in child, pid in parent | Michael Shalayeff | |
1999-12-31 | real flesh | Michael Shalayeff | |
1999-12-31 | i dunno how ptrace gonna work, so just do an execve for now | Michael Shalayeff | |
1999-12-30 | VM_SWAPENCRYPT | Niels Provos | |
1999-12-30 | add the _af versions to the NAME chunk | Theo de Raadt | |
1999-12-30 | replace 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-28 | speed up blowfish by > 20%. | Niels Provos | |
1999-12-25 | fake cerror.S creation for now | Michael Shalayeff | |
1999-12-17 | more fixes from markus | Theo de Raadt | |
1999-12-17 | set sa_len too | Theo de Raadt | |
1999-12-17 | nice error return; markus | Theo de Raadt | |
1999-12-17 | oops | Theo de Raadt | |
1999-12-16 | rresvport_af() and bindresvport_af() | Theo de Raadt | |
1999-12-16 | incorrect bounds on strlcpy() | Theo de Raadt | |
1999-12-14 | Install swapctl.2, not swapon.2. swapon.2 should probably go away. | Todd C. Miller | |
1999-12-12 | sync KAME rcsid. | Jun-ichiro itojun Hagino | |
1999-12-12 | inet6_rthdr_reverse() is not available yet. | Jun-ichiro itojun Hagino | |
1999-12-11 | prevent 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-11 | fix 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-11 | add inet6_option_* and inet6_rthdr_*. | Jun-ichiro itojun Hagino | |
increase shlib minor. | |||
1999-12-08 | fix BIND820 bug in inet_pton(). it should bark if there's ambiguous | Jun-ichiro itojun Hagino | |
text after IPv6 address string, like "0:1:2:3:4:5:6:7:8". | |||
1999-12-08 | Don't use stdio since we don't want the password to end up in stdio | Todd C. Miller | |
buffers that may not get zeroed. | |||
1999-12-07 | fix DNS; all this is due for squishing in a few days anyways, i suspect; ↵ | Theo de Raadt | |
fujiwara@rcac.tdi.co.jp | |||
1999-12-05 | fix space regs load insns, also some tabs vs spaces | Michael Shalayeff | |
1999-12-04 | Formatting fixes, suggested by ericj@ | Aaron Campbell | |
1999-11-30 | fix include list; dogcow@redback.com | Theo de Raadt | |
1999-11-23 | mark some places that malloc is not checked | Theo de Raadt | |
1999-11-17 | Add missing MLINKs | Todd C. Miller | |
1999-11-15 | typos | Theo de Raadt | |
1999-11-14 | Clean up memchr slightly to better match coming memrchr | Marc Espie | |
(K&R-style type promotions are evil), | |||
1999-11-14 | EFAULT does not happen for all files; posix 1003.1, line 216 | Theo de Raadt | |
1999-11-14 | this seem proper now | Michael Shalayeff | |
1999-11-10 | Tweaks; millert@ | Aaron Campbell | |
1999-11-10 | calloc.c is back | Todd C. Miller | |
1999-11-10 | calloc() needs to be separate from malloc in case a user wants to have | Todd C. Miller | |
their own malloc() implementation. | |||
1999-11-09 | Merge calloc(3) man page into malloc.3; as suggested by millert@ | Aaron Campbell | |
1999-11-09 | Move 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-09 | Bump minor for addition of strtok_r. | Artur Grabowski | |
1999-11-09 | Install man-page links for strtok_r. | Artur Grabowski | |
1999-11-09 | Document strtok_r. | Artur Grabowski | |
1999-11-09 | Implement strtok_r. | Artur Grabowski | |
1999-10-28 | Add ip4.allow and etherip.allow entries. | Angelos D. Keromytis | |
1999-10-08 | SYNOPSIS 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-07 | document more tcp specific sysctls, mostly netbsd. | Niels Provos | |
1999-10-06 | - let cryptographic checksums refer to each other | Marc Espie | |
- avoid .Xref to one's own manpage |