Age | Commit message (Expand) | Author |
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 |
2004-10-12 | Actually, /etc/passwd is 6th Edition-style, not 7th. The only real | Todd C. Miller |
2004-10-12 | move conflict handling into a separate function, cleaner... | Marc Espie |
2004-10-12 | Oops. Copy option contents BEFORE looking for them. | Marc Espie |
2004-10-11 | common code for exec/unexec/extraunexec. | Marc Espie |
2004-10-11 | simplify ldconfig now that we run in an uniform way. | Marc Espie |
2004-10-11 | remove special `visiting order' when writing packing-lists. | Marc Espie |
2004-10-11 | better visitor, that allows for revisits later. | Marc Espie |
2004-10-11 | aggregate all MESSAGES and display them at the end, with proper markers to | Marc Espie |
2004-10-11 | move mandir handling to pkg_add/delete time, solely. | Marc Espie |
2004-10-11 | common code for all script running. | Marc Espie |
2004-10-11 | more similarities to pkg_delete | Marc Espie |
2004-10-11 | pass more stuff through state | Marc Espie |
2004-10-11 | store opt_n and opt_v inside state. | Marc Espie |
2004-10-11 | $state->{beverbose} = $state->{verbose} || $state->{not} | Marc Espie |
2004-10-11 | store more stuff inside $state | Marc Espie |
2004-10-11 | move to a structure more similar to pkg_delete. | Marc Espie |
2004-10-11 | tweak, make it work a bit more like pkg_add | Marc Espie |
2004-10-11 | rework error handling through an eval{} so that post really_add always | Marc Espie |
2004-10-11 | add support for undisplay file, to be able to show information at pkg | Marc Espie |
2004-10-11 | kill old MTREE option that was never implemented in the new tools anyways. | Marc Espie |
2004-10-11 | split PackageName handling into PackageName stuff/PkgSpec matching. | Marc Espie |
2004-10-11 | reorg error handling slightly, cleaner and clearer. | Marc Espie |