summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-01-06cleanupDavid Leonard
2000-01-06clean docDavid Leonard
2000-01-06longer sleep, doc, get rid of bad signal handlerDavid Leonard
2000-01-06cleanupDavid Leonard
2000-01-06commentDavid Leonard
2000-01-06comment. cleanupDavid Leonard
2000-01-06repair commentDavid Leonard
2000-01-06test close() during a select()David Leonard
2000-01-06updateDavid Leonard
2000-01-06Xr's to pthread_attr_*(3)David Leonard
2000-01-06documentDavid Leonard
2000-01-06add INET6.Jun-ichiro itojun Hagino
2000-01-06Remove obsolete IMP man page.Angelos D. Keromytis
2000-01-06Added support for MVME177Steve Murphree
2000-01-06wording fix in net.inet6.icmp6.errratelim.Jun-ichiro itojun Hagino
2000-01-06Fix for NFS swap device.Steve Murphree
2000-01-06Add support for MVME177Steve Murphree
2000-01-06Fix for IP v.6Steve Murphree
2000-01-06Added support for MVME177 (mc68060)Steve Murphree
2000-01-06remove mx driver... dc worksJason Wright
2000-01-06remove mx & pn in favor of dcJason Wright
2000-01-06o let if_dc match macronix and pnic-IIJason Wright
o apply patch from Joff Thyer <jsthyer@uncg.edu> that helps with watchdog resets in mx & dm chips
2000-01-06som is a md formatMichael Shalayeff
2000-01-06add missing variables under net.inet6.ip6.Jun-ichiro itojun Hagino
2000-01-06add missing net.inet6.ip6.rr_prune case.Jun-ichiro itojun Hagino
2000-01-06fix pathname. enable reference to ip6.4.Jun-ichiro itojun Hagino
2000-01-06improve scoped address part. (in sync with kame tree)Jun-ichiro itojun Hagino
2000-01-05syncTheo de Raadt
2000-01-05In the NFSMSIZ macro, don't assume that m_ext.ext_size == MCLBYTES.Todd C. Miller
From NetBSD
2000-01-05sync with libkvmTheo de Raadt
2000-01-05rtadvd.confAngelos D. Keromytis
2000-01-05rtadvd.confAngelos D. Keromytis
2000-01-05Config file should be in /etcAngelos D. Keromytis
2000-01-05update header requirements; bdeTheo de Raadt
2000-01-05Document meaning of `p'-type file (FIFO) in long listing; FreeBSD PR/9117Aaron Campbell
2000-01-05unintended piece escapedMichael Shalayeff
2000-01-05missing includeMichael Shalayeff
2000-01-05When converting from terminfo to termcap, if we run out of space, nukeTodd 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-05clarify rip6_ctloutput().Jun-ichiro itojun Hagino
2000-01-05Close PR-1021. make unix or vms `special' macros that expand toMarc 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-05Remove bogus chcnt assignments.Marc Espie
2000-01-05Perform colwidth computation sooner, as there's no need for randomMarc Espie
access if we end up doing one column output.
2000-01-05Factor column width computation out.Marc Espie
2000-01-05IPv6 support. commands under "netstat" are all IPv6-aware.Jun-ichiro itojun Hagino
const checks in netstat.c.
2000-01-05nfs vnodeops are only defined with NFSCLIENT, not NFSSERVER.Artur Grabowski
2000-01-05nfs vnodeops are only defined with NFSCLIENT, not NFSSERVER.Artur Grabowski
2000-01-05better error messageMarkus Friedl
2000-01-05Fix other half of PR 1047Chris Cappuccio
2000-01-05Y2K fix. at(1) would die with 'garbled time' when assign_date() was passedTodd C. Miller
a year > 99. This change fixes the conversion of 2-digit years into tm_year format.
2000-01-05clarify; suggestions from austin@canuck.comPaul Janzen