Age | Commit message (Expand) | Author |
2013-11-12 | handle lack of prototype | Theo de Raadt |
2013-08-15 | Reduce the warnings when arp, rarp, ndp are compiled with WARNINGS=yes. | Alexander Bluhm |
2013-07-20 | Add missing RCS id. | Alexander Bluhm |
2013-07-20 | arp and rarpd used an int expire_time for time calculation. Convert | Alexander Bluhm |
2012-09-26 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |
2012-04-06 | BIOCGBLEN is using a u_int, not an int | Theo de Raadt |
2010-08-29 | remove unused variable | Charles Longeau |
2010-08-26 | remove a silly comment that duplicates the usage string at the start of | Jonathan Gray |
2010-08-26 | Allow multiple interfaces to be specified instead of all or one. | Jonathan Gray |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-06-25 | Another copy another missing RTM_VERSION check. | Claudio Jeker |
2009-06-05 | rtm->rtm_hdrlen conversion | Chris Cappuccio |
2008-05-23 | hexidecimal -> hexadecimal | Igor Sobrado |
2008-05-18 | some minor fixes; | Jason McIntyre |
2008-05-17 | documentation tweaks. | Igor Sobrado |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2006-04-02 | use SEEK_* for lseek() | Theo de Raadt |
2006-01-23 | Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELEN | Todd C. Miller |
2005-12-21 | Userland programs should include <errno.h> not <sys/errno.h> | Todd C. Miller |
2005-09-09 | double word typos; | Jason McIntyre |
2005-04-04 | nlist.h not needed | Theo de Raadt |
2004-09-15 | rename local err() function to error() | Theo de Raadt |
2004-05-08 | lots of munging about; canacar ok, tested by pb, looked at by various others | Theo de Raadt |
2004-05-05 | move static filter out of function | Theo de Raadt |
2003-07-21 | protos | Theo de Raadt |
2003-07-21 | use more defines; andrushock@korovino.net | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-01 | various format string cleanups; tedu ok | Theo de Raadt |
2003-05-15 | assume presense of getifaddrs(3). | Jun-ichiro itojun Hagino |
2002-07-20 | ansi | Theo de Raadt |
2002-05-26 | pid_t cleanup | Theo de Raadt |
2002-03-14 | kill more registers. | Mike Pechkin |
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 o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-12-01 | Use pidfile() instead of doing the equivalent thing by hand, and sometimes | Miod Vallat |
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 |
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 |
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 |
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 |
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 |