Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-06 | remove mx & pn in favor of dc | Jason Wright | |
2000-01-06 | o let if_dc match macronix and pnic-II | Jason Wright | |
o apply patch from Joff Thyer <jsthyer@uncg.edu> that helps with watchdog resets in mx & dm chips | |||
2000-01-06 | som is a md format | Michael Shalayeff | |
2000-01-06 | add missing variables under net.inet6.ip6. | Jun-ichiro itojun Hagino | |
2000-01-06 | add missing net.inet6.ip6.rr_prune case. | Jun-ichiro itojun Hagino | |
2000-01-06 | fix pathname. enable reference to ip6.4. | Jun-ichiro itojun Hagino | |
2000-01-06 | improve scoped address part. (in sync with kame tree) | Jun-ichiro itojun Hagino | |
2000-01-05 | sync | Theo de Raadt | |
2000-01-05 | In the NFSMSIZ macro, don't assume that m_ext.ext_size == MCLBYTES. | Todd C. Miller | |
From NetBSD | |||
2000-01-05 | sync with libkvm | Theo de Raadt | |
2000-01-05 | rtadvd.conf | Angelos D. Keromytis | |
2000-01-05 | rtadvd.conf | Angelos D. Keromytis | |
2000-01-05 | Config file should be in /etc | Angelos D. Keromytis | |
2000-01-05 | update header requirements; bde | Theo de Raadt | |
2000-01-05 | Document meaning of `p'-type file (FIFO) in long listing; FreeBSD PR/9117 | Aaron Campbell | |
2000-01-05 | unintended piece escaped | Michael Shalayeff | |
2000-01-05 | missing include | Michael Shalayeff | |
2000-01-05 | When converting from terminfo to termcap, if we run out of space, nuke | Todd C. Miller | |
acs_chars with extreme prejudice since it is usually quite long. This prevents tic from pruning some otherwise useful capabilities unless it really needs the space. | |||
2000-01-05 | clarify rip6_ctloutput(). | Jun-ichiro itojun Hagino | |
2000-01-05 | Close PR-1021. make unix or vms `special' macros that expand to | Marc Espie | |
themselves, with the proper quotes added. Matches gnu-m4, not Solaris nor FreeBSD... better for robustness, as it makes for more transparent expansions. | |||
2000-01-05 | Remove bogus chcnt assignments. | Marc Espie | |
2000-01-05 | Perform colwidth computation sooner, as there's no need for random | Marc Espie | |
access if we end up doing one column output. | |||
2000-01-05 | Factor column width computation out. | Marc Espie | |
2000-01-05 | IPv6 support. commands under "netstat" are all IPv6-aware. | Jun-ichiro itojun Hagino | |
const checks in netstat.c. | |||
2000-01-05 | nfs vnodeops are only defined with NFSCLIENT, not NFSSERVER. | Artur Grabowski | |
2000-01-05 | nfs vnodeops are only defined with NFSCLIENT, not NFSSERVER. | Artur Grabowski | |
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 |