summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2004-10-28manpage to go with sys/netinet6/nd6_rtr.c 1.31 -> 1.32Jun-ichiro itojun Hagino
2004-10-27Calculate Hz and round up; ok henning@Darren Tucker
2004-10-27use clock_getres(3) and calculate precision from that, and fill theHenning Brauer
2004-10-27typo, adresses -> addressesJared Yanovich
2004-10-26kill old duplicate code.Marc Espie
2004-10-26more accurate name: DirRmOnly -> SharedItemsOnlyMarc Espie
2004-10-26move the code that handles shared items into a separate Module.Marc Espie
2004-10-26ease the parser a bit.Henning Brauer
2004-10-26document -nHenning Brauer
2004-10-26in the "show summary" view print the peer descr instead of the IP (if a descrHenning Brauer
2004-10-26do /%u instead of /%6u for max_prefix, looks better, claudio okHenning Brauer
2004-10-26make the ntp version check even better, use NTP_VERSION_MIN and _MAXHenning Brauer
2004-10-24accept replies with a NTP version number of 4 or lower, instead of only 4Henning Brauer
2004-10-23beginning of update module: basic check that stuff we are replacingMarc Espie
2004-10-23system() method that stores command normal output so that we can showMarc Espie
2004-10-23store pkgname in shared items, so that delayed printing can be usedMarc Espie
2004-10-22oupsHenning Brauer
2004-10-22in server mode reply with stratum from the peer that we currently preferHenning Brauer
2004-10-21Backout poll changes; the first mount gets an error for some reason.Todd C. Miller
2004-10-20merge changes from mod_ssl 2.8.20, in particular a fix for CAN-2004-0885Henning Brauer
2004-10-20basic framework for delayed messages.Marc Espie
2004-10-19fix printing of groups - instead of surrounding each neighbor statementHenning Brauer
2004-10-19allow neighbor definitions to depend on interface state.Henning Brauer
2004-10-19need to prepend destdir to pkgbase for libspecs checking.Marc Espie
2004-10-19Extra progress meter for the handling of shared items: first showMarc Espie
2004-10-18Documents @endfake and -Q semantics.Marc Espie
2004-10-18take window size into account.Marc Espie
2004-10-18experimental progress meter.Marc Espie
2004-10-18Don't show libspec checking unless very verbose.Marc Espie
2004-10-18use OpenBSD::Getopt so that we can do -v -v.Marc Espie
2004-10-18fix report of final problemsMarc Espie
2004-10-17behave according to documentation, e.g., delete groups/users only if -c.Marc Espie
2004-10-17implement -q for icmp, deregister, print usigned values using an unsignedOtto Moerbeek
2004-10-16oups, unrelated changes crept inHenning Brauer
2004-10-16Add support for @endfake and pkg_add -Q, to be documented later...Marc Espie
2004-10-16prefixlen 0 is a special case for prefixlen2mask() as well, claudio okHenning Brauer
2004-10-15print ip_len for -v; ok otto, hshoexer, henningMarkus Friedl
2004-10-15Only set IPTOS_LOWDELAY on IPv4 interfaces; pointed out by phessler, ok henningDarren Tucker
2004-10-14Add missing {} on if statement; ISC#1744Ryan Thomas McBride
2004-10-14Have ntpd use IPTOS_LOWDELAY; ok henning@Darren Tucker
2004-10-13document @sysctlMarc Espie
2004-10-13@sysctlMarc Espie
2004-10-13set rootdelay in replies.Henning Brauer
2004-10-13in struct ntp_msg, rename "distance" to "rootdelay" to closer match RFCsHenning Brauer
2004-10-13thinko, htonl() -> ntohl(). as we don't use the value in question effect zeroHenning Brauer
2004-10-13fall cleaningHenning Brauer
2004-10-13correctly set refid in replies with NTP protocol versions < 4.Henning Brauer
2004-10-13when we get back a IMSG_HOST_DNS message from the parent the peer ID withinHenning Brauer
2004-10-12nicer displayMarc Espie
2004-10-12Use a udp socket to communicate with the dhcp servers. The bpf interfaceClaudio Jeker