Age | Commit message (Expand) | Author |
2001-03-14 | allow listing and soon deleting fonts; aaron@ ok | Michael Shalayeff |
2001-03-13 | better error messages, order getopt options | Michael Shalayeff |
2001-03-11 | add p-flag to tar so that uids/gids and | Peter Stromberg |
2001-03-09 | exit(-#) is wrong | Theo de Raadt |
2001-03-09 | PATH_MAX includes NUL | Theo de Raadt |
2001-03-09 | Talk a little more about the differences between PPPoE on FreeBSD & OpenBSD. | brian |
2001-03-08 | correct delroute() against host routes. clarify ROUTE6D p2p advert behavior | Jun-ichiro itojun Hagino |
2001-03-08 | correct use of a pointer variable. sync with tcpdump.org. | Jun-ichiro itojun Hagino |
2001-03-07 | print ether_ntoa() compatible | Theo de Raadt |
2001-03-06 | add lwres (BINDv9 resolver) printing. from tcpdump.org and modified by ho@ | Jakob Schlyter |
2001-03-05 | improved DNS support (EDNS, A6). from tcpdump.org. | Jakob Schlyter |
2001-03-05 | add relts_print, safeputs and safeputchar | Jakob Schlyter |
2001-03-05 | Avoid a core-dump under NetBSD | brian |
2001-03-02 | if auto_dir does not exist, create it | Theo de Raadt |
2001-03-02 | KNF | Theo de Raadt |
2001-02-27 | tweak for working with wish8.3 | Todd T. Fries |
2001-02-26 | spelling | Todd T. Fries |
2001-02-25 | Update pstat to reflect vnode changes | Constantine Sapuntzakis |
2001-02-23 | cleanup after vacationing hippies and make dhclient create the | Bob Beck |
2001-02-22 | set default values to sane things for OpenBSD, these are normally | Bob Beck |
2001-02-21 | Add back code in find_jobs() that got dropped in cron merge. | Todd C. Miller |
2001-02-20 | Turn get_gmtoff into a macro for OSes with tm_gmtoff (like OpenBSD). | Todd C. Miller |
2001-02-19 | Normalize the time in minutes to GMT so we can really catch DST changes | Todd C. Miller |
2001-02-19 | We handle the clock going backwards. | Todd C. Miller |
2001-02-18 | Try every bpf device, not only the even-numbered ones; jason@ ok | Miod Vallat |
2001-02-18 | Don't run sendmail with the -or0s arg since it causes sendmail to | Todd C. Miller |
2001-02-18 | NULL vs '\0' | Todd C. Miller |
2001-02-18 | Define CAPITALIZE_FOR_PS so children are capitalized in ps (like before). | Todd C. Miller |
2001-02-18 | Update to ISC cron 4.0b1 + our patches. This is now under a BSD license. | Todd C. Miller |
2001-02-16 | Nicer EXAMPLES format. | Aaron Campbell |
2001-02-15 | obey mdoc(4). | Jun-ichiro itojun Hagino |
2001-02-15 | kill old default port number (telnet was assumed before) | Jun-ichiro itojun Hagino |
2001-02-15 | no argument is not permitted (inetd mode disabled for openbsd) | Jun-ichiro itojun Hagino |
2001-02-15 | pull latest KAME faithd. access control is possible by /etc/faithd.conf. | Jun-ichiro itojun Hagino |
2001-02-15 | sshd is not in /etc/services, but ssh is .. provide a working example. | Todd T. Fries |
2001-02-15 | There has been confusion wrt IP protocols 4, 94 and 98. Make us | Niklas Hallqvist |
2001-02-15 | MAXLOGNAME; ianm@cit.uws.edu.au | Theo de Raadt |
2001-02-14 | fat utmp; ianm@cit.uws.edu.au | Theo de Raadt |
2001-02-13 | Don't even look at af_family if accept() returns sa->sa_len == 0 | brian |
2001-02-13 | rely on constants; ianm@cit.uws.edu.au | Theo de Raadt |
2001-02-12 | Define MAX_UNAME in terms of _PW_NAME_LEN. Potential problem found by | Todd C. Miller |
2001-02-10 | Give tar the new -I flag, not -T | Todd C. Miller |
2001-02-09 | Fix some typos spotted by d@ | Aaron Campbell |
2001-02-08 | put debug code in by default, and make it work | Theo de Raadt |
2001-02-08 | pull latest kame tree. ndp -n -a printing is now prettier with long | Jun-ichiro itojun Hagino |
2001-02-07 | spelling | Todd T. Fries |
2001-02-07 | spelling | Todd T. Fries |
2001-02-07 | bring in latest kame code. | Jun-ichiro itojun Hagino |
2001-02-07 | Remove support for #!. It's not intuitive and if you happen to add | Federico G. Schwindt |
2001-02-05 | etherip printing code... handles draft (v2) and current (v3) | Jason Wright |