Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-26 | Typo: paramters -> parameters | Aaron Campbell | |
2001-03-25 | Remove an extraneous decl | brian | |
2001-03-25 | Add some style(9) to alias*.h | brian | |
2001-03-25 | If we're adding an interface address that is already one of the interface's | brian | |
aliases with the same netmask and destination, don't remove it and then re-add exactly the same thing. | |||
2001-03-24 | cleanup error message | Jakob Schlyter | |
2001-03-24 | fix usage when called as invalid binary name; <raj@cerias.purdue.edu> | Jakob Schlyter | |
2001-03-24 | fix multiple UID ranges; <raj@cerias.purdue.edu> | Jakob Schlyter | |
2001-03-24 | fix strlcpy; <raj@cerias.purdue.edu> | Jakob Schlyter | |
2001-03-24 | Remove some unprotected prototype variable names | brian | |
MAXPATHLEN -> PATH_MAX Handle ENOENT from opening /dev/tun* properly Rename _PATH_PPP -> PPP_CONFDIR and allow it to be redefined at compile time Reduce MIN_LQRPERIOD and MIN_FSMRETRY to 1 second Be smarter about identifying sockets on stdin Allow primary DNS IP negotiation when the secondary IP has been rejected Fix the call to PacketAliasProxyRule() properly. Add/fix some comments Fix man page markups; ru@FreeBSD.org Use localhost when no hostname is configured | |||
2001-03-23 | ac on/off hooks; from angelos@ | Michael Shalayeff | |
2001-03-22 | Smarter default conflict, use pkgname-[0-9]* if a version number has been | Marc Espie | |
found, pkgname-* otherwise. | |||
2001-03-22 | Grok NetBSD's version of el_init() (#ifdef NetBSD only) | brian | |
Submitted by: martin.hopkins@insignia.com | |||
2001-03-22 | backing out undiscussed changes outside your area | Theo de Raadt | |
2001-03-22 | Power status change after resume only if it really changed. | Angelos D. Keromytis | |
2001-03-22 | Document. | Angelos D. Keromytis | |
2001-03-22 | Emulate a powerup/powerdown when resuming. | Angelos D. Keromytis | |
2001-03-22 | Introduce powerup/powerdown actions, when power status changes (AC | Angelos D. Keromytis | |
connected/disconnected). | |||
2001-03-21 | Fix typo, connnection -> connection | Aaron Campbell | |
2001-03-21 | do not dereference null pointer. from kame | Jun-ichiro itojun Hagino | |
2001-03-21 | Don't use this non-standard .Nm "" thing. | Aaron Campbell | |
2001-03-20 | avoid zombies on abnormal disconnections. sync with kame | Jun-ichiro itojun Hagino | |
2001-03-15 | break out of loop if a flag is set; ok deraadt@ | Dan Harnett | |
2001-03-15 | spin even cheaper | Theo de Raadt | |
2001-03-15 | check all flags before looping | Theo de Raadt | |
2001-03-15 | do not permit traceroute -s 127.0.0.1 non-127-net-address; solar | Theo de Raadt | |
2001-03-15 | there is now a way to list loaded fonts, order options | Michael Shalayeff | |
2001-03-14 | typo; maurice@maurice.wan.nl | Theo de Raadt | |
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 | |
file modes are preserved on ftp/http installs | |||
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 | |
(no behavior change for normal use). sync with kame | |||
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 | |
dhclient.leases file if it doesn't exist, so that install floppies work again, thanks Brian Kifiak <bk@rt.fm> | |||
2001-02-22 | set default values to sane things for OpenBSD, these are normally | Bob Beck | |
set by Makefile.bsd-wapper, but this causes grief for people building just suexec if they aren't there, noticed in pr1680 by James Ponder <james@squish.net> | |||
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 | |
Save the GMT offset in a global so cron_sleep can use it. This means the offset can only change in set_time() which is really what we want. | |||
2001-02-19 | Normalize the time in minutes to GMT so we can really catch DST changes | Todd C. Miller | |
(since time() does not change during a DST switch). This makes cron correctly detect DST changes. It does not fix the problem of wildcard jobs running multiple times. Also, don't rely on tm_gmtoff since that is non-standard (but use it when we have it). |