Age | Commit message (Expand) | Author |
2000-01-03 | always enable IPv6 address in /etc/hosts (via _gethtent()). | Jun-ichiro itojun Hagino |
2000-01-02 | Try to reopen socket if send fails. (perhaps syslogd restarted) | Hugh Graham |
2000-01-02 | add description for PF_INET6 (net.inet6.*). | Jun-ichiro itojun Hagino |
1999-12-31 | typo; busted ld does not report unresolved symbols from .s sources | Michael Shalayeff |
1999-12-31 | this is not used anywhere, since static variables are just not visible | Michael Shalayeff |
1999-12-31 | SYSLIBC_SCCS | Michael Shalayeff |
1999-12-31 | like fork | Michael Shalayeff |
1999-12-31 | sigsuspend | Michael Shalayeff |
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 |
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 |
1999-12-11 | fix gethostbyname2(foo, AF_INET6). | Jun-ichiro itojun Hagino |
1999-12-11 | add inet6_option_* and inet6_rthdr_*. | Jun-ichiro itojun Hagino |
1999-12-08 | fix BIND820 bug in inet_pton(). it should bark if there's ambiguous | Jun-ichiro itojun Hagino |
1999-12-08 | Don't use stdio since we don't want the password to end up in stdio | Todd C. Miller |
1999-12-07 | fix DNS; all this is due for squishing in a few days anyways, i suspect; fuji... | Theo de Raadt |
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 |
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 |
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 |
1999-11-09 | Bump minor for addition of strtok_r. | Artur Grabowski |