Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-20 | ansi | Theo de Raadt | |
2002-05-26 | pid_t cleanup | Theo de Raadt | |
2002-03-14 | kill more registers. | Mike Pechkin | |
millert@ ok | |||
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-12-01 | Use pidfile() instead of doing the equivalent thing by hand, and sometimes | Miod Vallat | |
forgetting to unlink the pid file at exit. ok millert@ deraadt@ | |||
2001-06-13 | more va_start/end fixes, ok deraadt@ | Markus Friedl | |
2000-12-17 | data base -> database | Todd C. Miller | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-04-14 | use getifaddrs, not SIOCGIFCONF. #ifdef will be removed later. | Jun-ichiro itojun Hagino | |
2000-03-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell | |
cleanup along the way. | |||
2000-02-01 | no need to extern int errno if errno.h is included | Theo de Raadt | |
1999-12-03 | mention pid file | Todd C. Miller | |
1999-11-22 | fix a bug w/ choice_ipaddr() reply fine, but the loop goes on. | Michael Shalayeff | |
in other words, loop variable might get null on the list end while scoring variable still has the right value, which caused NULL to get passed into rarpd_reply() in ia arg, causing coredumps deeper in. no big deal, fixed; d@ looked over. | |||
1999-10-29 | Allow RARP on aliased interfaces | Niklas Hallqvist | |
1999-08-09 | Fixup interface walking, and do not be upset when seeing non-ethernet ifs | Niklas Hallqvist | |
1999-07-07 | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | Aaron Campbell | |
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one. | |||
1999-06-05 | remove trailing whitespace, some Nm cleanup | Aaron Campbell | |
1999-05-26 | need string.h | Theo de Raadt | |
1999-04-02 | all .Nm macros should have an argument in SYNOPSIS; also misc cleanup | Aaron Campbell | |
1999-03-11 | cleanup | Aaron Campbell | |
1999-02-04 | Use ether_ntoa() instead of doing the equivalent by hand | Todd C. Miller | |
1999-02-03 | Add more debugging info via -d; m4@umn.edu | Todd C. Miller | |
1998-08-15 | realloc misuse | Theo de Raadt | |
1998-07-27 | fix usage | Theo de Raadt | |
1998-07-13 | boring stuff | Theo de Raadt | |
1998-07-10 | do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabbling | Theo de Raadt | |
1998-07-07 | fd_set is not a struct | Artur Grabowski | |
1998-05-03 | don't lose errors from socket() | David Leonard | |
1998-04-25 | logging to syslogd on -l flag; netbsd | Theo de Raadt | |
create /var/run/rarpd.pid if running | |||
1998-03-23 | cleanup for -Wall; fix routed+rarpd interaction pointed out by | Theo de Raadt | |
Pierre.Beyssac@hsc.fr; and fix a buglet of greek origin. | |||
1998-02-09 | Fix typo in syslog message. | Angelos D. Keromytis | |
1998-02-09 | Close/reopen routing socket, to avoid running out of the socket's buffer space. | Angelos D. Keromytis | |
1997-12-17 | do not overflow fd_set | Theo de Raadt | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-09-18 | more SIOCGIFCONF small worldedness | Theo de Raadt | |
1997-09-17 | If sa_len >sizeof(struct sockaddr) limit it there. Taken from ifconfig(8), | Niklas Hallqvist | |
Also enhance the SIOCGIFFLAGS error message with the interface name. | |||
1997-09-12 | Kill extra newline in err()/warn(). | Todd C. Miller | |
1997-08-18 | #include <string.h> not <strings.h> -- Yes, I'm a weanie... | Todd C. Miller | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-06-22 | MAXHOSTNAMELEN | Theo de Raadt | |
1997-03-29 | take a shot at 64-bit clean | Theo de Raadt | |
1997-02-05 | for -a, survive existance of non-ethernet non-pointtopoint interfaces, ↵ | Theo de Raadt | |
Jean-Luc.Richier@imag.fr | |||
1997-01-22 | SIOCGIFCONF nicely | Theo de Raadt | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-12-10 | Xr diskless | Theo de Raadt | |
1996-08-13 | indent | Theo de Raadt | |
1996-08-12 | cleanup protos and such | Theo de Raadt | |
1996-06-25 | only open one bpf per interface; netbsd pr#2106; codewarrior@daemon.org | Theo de Raadt | |