Age | Commit message (Expand) | Author |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2020-05-16 | list example files in FILES with a short description: generally, "Example | Jason McIntyre |
2020-02-10 | briefly mention /etc/examples/ in the FILES section of all the | Ingo Schwarze |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2017-08-25 | -Wextra is over the top; note that int < sizeof(..) is generally safe, since | Otto Moerbeek |
2017-04-19 | Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has been | Martin Natano |
2017-01-20 | In "%.*s" the * takes (int). gcc whines if you try to use the result | Kenneth R Westerback |
2016-08-27 | Pull in <sys/time.h> for struct timespec, timeval, or clockrate | Philip Guenther |
2016-05-29 | Delete blocking/unblocking of signals, as the handlers now just set flags | Philip Guenther |
2016-05-28 | Replace the /dev/bpf* open loop with a plain open("/dev/bpf0", ...). | Martin Natano |
2016-04-16 | Replace bcopy() from struct bpf_timeval to struct timeval; those | Martin Natano |
2016-03-16 | More "(<blah> *)0" -> NULL, avoiding any stdarg functions. | Kenneth R Westerback |
2016-01-25 | remove pointless log message; As a bonus avoid trigraph '??' | Gleydson Soares |
2015-10-28 | pid removal; from jan stary | Jason McIntyre |
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-08-20 | stdlib.h is in scope; do not cast malloc/calloc/realloc* | Theo de Raadt |
2015-04-18 | Convert many atoi() calls to strtonum(), adding range checks and failure | Theo de Raadt |
2015-01-19 | If SIGUSR1 and SIGUSR2 are unavailable, don't invent something crazy | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-11-15 | Reduce instances of `` '' in manuals. | Anthony J. Bentley |
2014-11-02 | remove bogus comment | Theo de Raadt |
2014-05-17 | remove unused variables | Charles Longeau |
2013-11-28 | unsigned char for ctype | Theo de Raadt |
2013-08-22 | Correct format string mismatches turned up by -Wformat=2 | Philip Guenther |
2013-04-20 | Crank C_MAXFILE static limit of files to serve; note that this is actually | Miod Vallat |
2013-04-20 | Use offsetof() instead of rolling our own; gets rid of truncation warnings | Miod Vallat |
2013-04-20 | replace select with poll | Theo de Raadt |
2013-04-03 | do not assume time_t and timeval.tv_sec are the same type | Theo de Raadt |
2013-03-20 | No need to depend on MCLBYTES here. | Theo de Raadt |
2011-09-03 | make -column lists pretty again; | Jason McIntyre |
2010-09-19 | more wacky macro fixing; | Jason McIntyre |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-02-01 | "Ethernet" is a family of networking technologies developed at Xerox PARC, | Igor Sobrado |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2005-09-22 | boot-able -> bootable (typo fix in comments only) | Jason McIntyre |
2005-05-03 | more setres[ug]id; ok deraadt@ | Damien Miller |
2004-05-10 | write filter and lock bpf descriptor before dropping privileges, | Can Erkin Acar |
2004-05-01 | priv revoking; tested by millert | Theo de Raadt |
2004-01-23 | Use closefrom(); ok millert tedu | Theo de Raadt |
2003-08-19 | one missing freeifaddrs | Jun-ichiro itojun Hagino |
2003-08-19 | rewrite SIOCGIFCONF into getifaddrs. deraadt ok | Jun-ichiro itojun Hagino |
2003-06-27 | remove unneeded proto | Theo de Raadt |
2003-06-12 | - section reorder | Jason McIntyre |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-12-13 | ansi & knf | Theo de Raadt |
2002-07-16 | no need to terminate the buffer after gethostname, especially by overwriting ... | Michael Shalayeff |
2002-06-11 | -Wall cleanup | Hans Insulander |
2002-05-29 | more strlcat and strlcpy | Theo de Raadt |