summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2000-03-06Do not leave `(' characters dangling at the end of lines; instead, use theAaron Campbell
2000-03-05Finish standardizing options list introduction.Aaron Campbell
2000-03-04In Unix land we prefer "whitespace" to "white space" or "white-space". AtAaron Campbell
2000-03-04Point out that dmesg is most commonly used to review system startup msgs.Aaron Campbell
2000-03-04Try to standardize the options list introduction; it should read "The optionsAaron Campbell
2000-03-02Fix; don't print settings with other options present. Slightly modifyHakan Olsson
2000-02-28Merge with EOM 1.45Niklas Hallqvist
2000-02-28Merge with EOM 1.23Niklas Hallqvist
2000-02-28Use a base of 0 when calling stroul() as per the man page; gagnocg@ev1.netTodd C. Miller
2000-02-28add support for "ping6 -a c".Jun-ichiro itojun Hagino
2000-02-27fix Xr orderHugh Graham
2000-02-26Handle the options better. angelos@ okHakan Olsson
2000-02-26we are openbsd; mention tobyHugh Graham
2000-02-26add rcs identsHugh Graham
2000-02-25regress/crypto/Makefile: Merge with EOM 1.5Niklas Hallqvist
2000-02-25Merge with EOM 1.117Niklas Hallqvist
2000-02-25use getifaddrs, not SIOCGIFCONF for LP64 align issue. (sync with kame).Jun-ichiro itojun Hagino
2000-02-24Do not exit() after just one option/command. (niklas@ ok)Hakan Olsson
2000-02-22enlarge msgbuf, somewhat line netbsd didTheo de Raadt
2000-02-21missing newlineTheo de Raadt
2000-02-20features/policy: Merge with EOM 1.4Niklas Hallqvist
2000-02-20features/aggressive: Merge with EOM 1.2Niklas Hallqvist
2000-02-20features/policy: Merge with EOM 1.3Niklas Hallqvist
2000-02-20Merge with EOM 1.5Niklas Hallqvist
2000-02-19Re-order SEE ALSO entries.Aaron Campbell
2000-02-19cert.c: Merge with EOM 1.14Niklas Hallqvist
2000-02-19Merge with EOM 1.38Niklas Hallqvist
2000-02-19Merge with EOM 1.17Niklas Hallqvist
2000-02-19Makefile: Merge with EOM 1.61Niklas Hallqvist
2000-02-18more alignment fix for SIOCGIFCONF.Jun-ichiro itojun Hagino
2000-02-18avoid alignment problem in 64bit arch.Jun-ichiro itojun Hagino
2000-02-18fix unaligned struct access on alpha.Jun-ichiro itojun Hagino
2000-02-16Import IPFilter 3.3.9. Primarily, bugfixes since 3.3.8. See sbin/ipf/HISTORYKjell Wooding
2000-02-16sync with more recent kame. uses getnameinfo(3) as much as possible.Jun-ichiro itojun Hagino
2000-02-13Xr vnconfig(8); sdb@ssr.comAaron Campbell
2000-02-12Merge with EOM 1.114Niklas Hallqvist
2000-02-11Merge with EOM 1.19Niklas Hallqvist
2000-02-11Merge with EOM 1.11Niklas Hallqvist
2000-02-11Merge with EOM 1.34Niklas Hallqvist
2000-02-11Merge with EOM 1.113Niklas Hallqvist
2000-02-11Merge with EOM 1.16Niklas Hallqvist
2000-02-11Use .An and Aq constructsJason Wright
2000-02-08in6.h is not necessary (in.h will bring it in)Jun-ichiro itojun Hagino
2000-02-08be consistent with other makefiles: use CFLAGS+= instead of COPTS+=Jason Wright
2000-02-07various minor cleanups of ugliesTheo de Raadt
2000-02-07ike_quick_mode.c: Merge with EOM 1.111Niklas Hallqvist
2000-02-07Merge with EOM 1.8Niklas Hallqvist
2000-02-06Upgrade newfs_msdos to latest freebsd version. This one knows how to handleimp
2000-02-06do not directly include netinet6/{ip6,icmp6}.hJun-ichiro itojun Hagino
2000-02-05Fix uninitialized access introduced by millert. ok millert@imp