Age | Commit message (Expand) | Author |
2022-10-04 | Remove REQUIRE_TFTPBOOT left-over | Klemens Nanni |
2022-10-04 | Unveil /tftpboot only if needed | Klemens Nanni |
2021-11-15 | No need to declare optind, optarg or opterr; unistd.h does this for us. | Todd C. Miller |
2021-09-06 | repair missing paths on unveil failure | Theo de Raadt |
2020-12-29 | getifaddrs() can return entries where ifa_addr is NULL. Check for this | Sebastian Benoit |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-01-22 | PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() calls | Kenneth R Westerback |
2018-08-07 | Unveil is used at tail of initialization to allow "r" of /tftpboot | Theo de Raadt |
2018-06-01 | Just over 15 years and 35 revisions ago, itojun removed the last use of | Theo Buehler |
2018-04-26 | Use <fcntl.h> instead of <sys/file.h> for open() and friends. | Philip Guenther |
2017-04-19 | Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has been | Martin Natano |
2017-01-20 | Oops. one "error(NONFATAL,..." got flipped to "error(...)" instead | Kenneth R Westerback |
2017-01-20 | Split error() into error() and warn() so that error() can be marked | Kenneth R Westerback |
2016-12-18 | Nuke more unused variables. | Kenneth R Westerback |
2016-08-27 | Pull in <sys/time.h> for gettimeofday() | Philip Guenther |
2016-07-25 | Fix rarpd hang. The receive buffer of a route socket can become full | Visa Hankala |
2016-05-28 | Replace the /dev/bpf* open loop with a plain open("/dev/bpf0", ...). | Martin Natano |
2016-01-26 | Use an unsigned int rather than an int when iterating through all 32 | mmcc |
2015-11-19 | hoist the SOCK_RAW setup to the top before pledge | Theo de Raadt |
2015-11-13 | pledge "stdio rpath dns" right at the start of the servicing loop. | Theo de Raadt |
2015-10-28 | pid removal; from jan stary | Jason McIntyre |
2015-10-27 | Consistency in error messages. | Jeremie Courreges-Anglas |
2015-10-26 | remove libutil from dpadd too | Ted Unangst |
2015-10-26 | remove util.h include and -lutil after pidfile removal | Joerg Jung |
2015-10-26 | stop using pidfile() | Theo de Raadt |
2015-10-16 | use daemon(), jca had the same diff in his tree | Theo de Raadt |
2015-08-20 | stdlib.h is in scope; do not cast malloc/calloc/realloc* | Theo de Raadt |
2015-08-03 | Explicitly request the sockaddr_dl when doing a RTM_GET rather than | Martin Pieuchot |
2015-07-16 | typo | Miod Vallat |
2015-01-19 | Routing sockets are here to stay, so delete the wrapper that would use the | Philip Guenther |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-12-16 | Replace setpgrp(0, getpid()) with setpgid(0, 0). OK deraadt@ tedu@ | Todd C. Miller |
2014-10-31 | convert select() to poll(). Bit more complicated here. Some interesting | Theo de Raadt |
2014-10-29 | delete obscure workaround for a bug in SunOS. | Theo de Raadt |
2014-10-08 | KNF | Theo de Raadt |
2014-09-08 | obvious cases of missing .An; | Ingo Schwarze |
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 |