Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-06 | cleanup | David Leonard | |
2000-01-06 | clean doc | David Leonard | |
2000-01-06 | longer sleep, doc, get rid of bad signal handler | David Leonard | |
2000-01-06 | cleanup | David Leonard | |
2000-01-06 | comment | David Leonard | |
2000-01-06 | comment. cleanup | David Leonard | |
2000-01-06 | repair comment | David Leonard | |
2000-01-06 | test close() during a select() | David Leonard | |
2000-01-06 | update | David Leonard | |
2000-01-06 | Xr's to pthread_attr_*(3) | David Leonard | |
2000-01-06 | document | David Leonard | |
2000-01-06 | add INET6. | Jun-ichiro itojun Hagino | |
2000-01-06 | Remove obsolete IMP man page. | Angelos D. Keromytis | |
2000-01-06 | Added support for MVME177 | Steve Murphree | |
2000-01-06 | wording fix in net.inet6.icmp6.errratelim. | Jun-ichiro itojun Hagino | |
2000-01-06 | Fix for NFS swap device. | Steve Murphree | |
2000-01-06 | Add support for MVME177 | Steve Murphree | |
2000-01-06 | Fix for IP v.6 | Steve Murphree | |
2000-01-06 | Added support for MVME177 (mc68060) | Steve Murphree | |
2000-01-06 | remove mx driver... dc works | Jason Wright | |
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 | |