Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-05 | better error message | Markus Friedl | |
2000-01-05 | Fix other half of PR 1047 | Chris Cappuccio | |
2000-01-05 | Y2K fix. at(1) would die with 'garbled time' when assign_date() was passed | Todd C. Miller | |
a year > 99. This change fixes the conversion of 2-digit years into tm_year format. | |||
2000-01-05 | clarify; suggestions from austin@canuck.com | Paul Janzen | |
2000-01-05 | allow reverse lookup for v4 loopbacknet (127.0.0.0/8). | Jun-ichiro itojun Hagino | |
2000-01-05 | List another condition for which nanosleep returns EINVAL. | Paul Janzen | |
2000-01-05 | Return EINVAL if we can't sleep for the specified time interval (i.e. it's | Paul Janzen | |
too long); problem noted by viha@vip.fi | |||
2000-01-05 | avoid use of kvm (sync with latest kame) | Jun-ichiro itojun Hagino | |
2000-01-05 | Xr getnameinfo and friends | Theo de Raadt | |
2000-01-05 | s/input histogram/input packet/histogram/ | Jun-ichiro itojun Hagino | |
suggested by: deraadt | |||
2000-01-04 | add /usr/include/netinet6. | Jun-ichiro itojun Hagino | |
From: "Todd T. Fries" <toddf@acm.org> | |||
2000-01-04 | Fix incorrect `pshared' argument type for pthread_rwlockattr_setpshared. | Alex Feldman | |
rse@engelschall.com via FreeBSD. | |||
2000-01-04 | If SIOCSIFADDR fails, put back the old address before calling splx(). | Federico G. Schwindt | |
2000-01-04 | fix layout | Theo de Raadt | |
2000-01-04 | strip on install, from fgsch@ | Bob Beck | |
2000-01-04 | fix file:// URL support; broken by KAME support | Theo de Raadt | |
2000-01-04 | la la la | Bob Beck | |
fix buggy optstring for -c | |||
2000-01-04 | document -4, -6, and 'ssh -L 2022/::1/22' | Markus Friedl | |
2000-01-04 | allow auth-kerberos for IPv4 only | Markus Friedl | |
2000-01-04 | fix mbuf out-of-bound writes on nfsv2 mounts. | Jun-ichiro itojun Hagino | |
netbsd sys/nfs/nfs_socket.c 1.43 -> 1.44 | |||
2000-01-04 | sync | Theo de Raadt | |
2000-01-04 | Add rmoption/rmoptions; useful for people who want a slightly | Angelos D. Keromytis | |
modified version of GENERIC. | |||
2000-01-04 | more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo, from itojun@ | Markus Friedl | |
2000-01-04 | Remove unused file. If we end up using m_pulldown() in the future, it | Angelos D. Keromytis | |
should be added to uipc_mbuf.c | |||
2000-01-04 | if we call in6_setpeeraddr, don't visit code for ipv4. | Jun-ichiro itojun Hagino | |
(the case seems to be never bisited) | |||
2000-01-04 | keep paren match. | Jun-ichiro itojun Hagino | |
2000-01-04 | 'ssh @host' is illegal (null user name), from karsten@gedankenpolizei.de | Markus Friedl | |
2000-01-04 | listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE) | Markus Friedl | |
2000-01-04 | remove support for v4 mapped address completely. | Jun-ichiro itojun Hagino | |
2000-01-04 | Fix format string typo when printing estimated number of blocks; | Todd C. Miller | |
naddy@unix-ag.uni-kl.de | |||
2000-01-04 | fix bugs in test. now succeeds | David Leonard | |
2000-01-04 | a version separate from libc's to make things simpler. | David Leonard | |
2000-01-04 | flesh | David Leonard | |
2000-01-04 | libpthread lives again! | David Leonard | |
This is part of an undertaking to eventually get rid of libc_r, but requires weak symbol overloading on all archs, which doesn't seem to be happening yet. | |||
2000-01-04 | Test stdarg for fgsch@ | David Leonard | |
2000-01-04 | Test some signal handling | David Leonard | |
2000-01-04 | ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features: | Markus Friedl | |
sshd allows multiple ListenAddress and Port options. note that libwrap is not IPv6-ready. (based on patches from fujiwara@rcac.tdi.co.jp) | |||
2000-01-04 | ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features: | Markus Friedl | |
sshd allows multiple ListenAddress and Port options. note that libwrap is not IPv6-ready. (based on patches from <kick@kyoto.wide.ad.jp> and fujiwara@rcac.tdi.co.jp) | |||
2000-01-03 | sync | Theo de Raadt | |
2000-01-03 | advansys u2w | Theo de Raadt | |
2000-01-03 | extern rather than linker commons; jsm@netbsd.org | Paul Janzen | |
2000-01-03 | Grammar; deraadt@ | Aaron Campbell | |
2000-01-03 | use strtol to parse timeout value; from Kenneth R Westerback ↵ | Michael Shalayeff | |
<kwesterback@home.com>, effectively closes pr/1006, plus a few space issues | |||
2000-01-03 | When a mode is specified via the -m flag, don't allow the umask | Todd C. Miller | |
to modify the mode. | |||
2000-01-03 | .Sh "SEE ALSO" -> .Sh SEE ALSO | Paul Janzen | |
2000-01-03 | Old getdate.y was not Y2K compliant, us the one that comes with cvs instead. | Todd C. Miller | |
2000-01-03 | Remove dependencies between midi & audio. midi now will compile on | Federico G. Schwindt | |
speaker only systems. | |||
2000-01-03 | Y2K bug in logging function, tm_year is year - 1900, not the last two digits | Todd C. Miller | |
of year. Two digit years are just a bad idea anyway so convert to a four digit year in the logfile. | |||
2000-01-03 | Use warnx() instead of the error() kludge | Angelos D. Keromytis | |
2000-01-03 | Allow for duplicate maxusers definitions (so one can include a GENERIC | Angelos D. Keromytis | |
and use a different value). config will print a warning that there has been a duplicate entry, and will use the second definition. More generally, config will end up using the last maxusers definition in the config file. |