Age | Commit message (Expand) | Author |
2001-06-10 | implement arp -d -a, to delete all arp entries at once. mostly from FreeBSD. ... | Dug Song |
2001-06-10 | KNF | Theo de Raadt |
2001-06-10 | Sprintf/sprintf no longer used, remove it | Theo de Raadt |
2001-06-09 | Document -S option to print the data loss in each hop in percents; freebsd | Peter Valchev |
2001-06-09 | * Implement -S option to print the data loss in each hop in percents; freebsd | Peter Valchev |
2001-06-08 | Section shuffling; mpech@prosoft.org.lv | Aaron Campbell |
2001-06-07 | Close PR 1854; mpech@prosoft.org.lv | Todd C. Miller |
2001-06-07 | Depricate the -alias option (it's been -nat for a long time) | brian |
2001-06-06 | Let set_pkg kill trailing / in pkgname. | Marc Espie |
2001-06-06 | Do not dump core on empty comment | Marc Espie |
2001-06-05 | Remove leading '+' from the -u arg description; mbing@nfr.net | Todd C. Miller |
2001-06-04 | Chop off remainder of string, so we don't get mangled options. | Angelos D. Keromytis |
2001-06-04 | rpc.pcnfsd is now free | Theo de Raadt |
2001-06-04 | remove the "must be free" clause: | Theo de Raadt |
2001-06-04 | Show the correct dial timeout when a random pause is configured | brian |
2001-06-04 | Spelling: preffered -> preferred | Peter Valchev |
2001-06-03 | avoid integer overflow on lifetime value. sync with kame | Jun-ichiro itojun Hagino |
2001-06-03 | Move login_cap stuff before pipe duping | Todd C. Miller |
2001-06-02 | Version derived from new ftpd code which has an updated UCB license. | Todd C. Miller |
2001-06-02 | do not compile components with licensing issues | Theo de Raadt |
2001-06-02 | do not build mrouted until the license issues are worked out (a work in | Theo de Raadt |
2001-06-01 | rcsid | Peter Valchev |
2001-05-31 | spelling | Todd T. Fries |
2001-05-30 | make it print in normal way w/o billion new lines | Michael Shalayeff |
2001-05-30 | set the or_mask to TOKEN_ENABLED; ok millert@ | Markus Friedl |
2001-05-30 | Remove ipf. Darren Reed has interpreted his (old, new, whichever) | Theo de Raadt |
2001-05-30 | Remove ipf. Darren Reed has interpreted his (old, new, whichever) | Theo de Raadt |
2001-05-29 | build with BSD auth support | Todd C. Miller |
2001-05-29 | build tokenadm and tokeninit | Todd C. Miller |
2001-05-29 | Missing .El; mpech@prosoft.org.lv | Aaron Campbell |
2001-05-29 | Initial work/mdoc'ification by <mpech@prosoft.org.lv> | Hakan Olsson |
2001-05-29 | Wrong section header ordering. Pointed out by <mpech@prosoft.org.lv> | Hakan Olsson |
2001-05-28 | Remove unneeded .Nm argument; mpech@prosoft.org.lv | Aaron Campbell |
2001-05-24 | Correctly handle gif(4) interface passing down AF_LINK family frames | Angelos D. Keromytis |
2001-05-24 | - Let '-' mean stdin. | Peter Valchev |
2001-05-23 | Fix up SYNOPSIS and option descriptions; bk@rt.fm | Aaron Campbell |
2001-05-22 | More fixes. From <mpech@prosoft.org.lv> | Hakan Olsson |
2001-05-22 | Some fixes. From <mpech@prosoft.org.lv> | Hakan Olsson |
2001-05-22 | mdoc-ify. Add $OpenBSD$ | Hakan Olsson |
2001-05-22 | mdoc-ify. Fix section headers. Some typos. | Hakan Olsson |
2001-05-22 | Back out pkg_version. espie has better plans. | brian |
2001-05-21 | Add pkg_version from FreeBSD (modulo the PORT_REVISION stuff) | brian |
2001-05-18 | Typo; karma@altern.org | Aaron Campbell |
2001-05-18 | wscons.conf no more; pointed out by Alexander Yurchenko <grange@rt.mipt.ru> | Michael Shalayeff |
2001-05-18 | wscons.conf no more; pointed out by Alexander Yurchenko <grange@rt.mipt.ru> | Michael Shalayeff |
2001-05-15 | the signal handlers can many illegal functions. try to at least be cautious. | Theo de Raadt |
2001-05-14 | No need for setgid kmem anymore, we can use sysctl to get all the | Angelos D. Keromytis |
2001-05-11 | -1 -> MAP_FAILED | Artur Grabowski |
2001-05-11 | MAP_COPY -> MAP_SHARED (it's ok in this case (/dev/ksyms)) | Artur Grabowski |
2001-05-05 | use err/warn, -Wall, trailing spaces | Michael Shalayeff |