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