Age | Commit message (Expand) | Author |
2020-04-23 | replace examples of "Ic arg Ic arg" with "Ic arg arg" and stop the spread; | Jason McIntyre |
2020-02-10 | briefly mention /etc/examples/ in the FILES section of all the | Ingo Schwarze |
2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. | Theo de Raadt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-05-10 | Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h> | Philip Guenther |
2019-02-13 | (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other | Theo de Raadt |
2018-11-01 | - odd condition/test in PF lexer | Alexandr Nedvedicky |
2018-07-11 | Do for most running out of memory err() what was done for most running | Kenneth R Westerback |
2018-07-09 | No need to mention which memory allocation entry point failed (malloc, | Kenneth R Westerback |
2018-06-18 | remove the SECTIONS header, since a one line DESCRIPTION is a bit silly; | Jason McIntyre |
2018-06-11 | Fix an off-by-one line count when using include statements. | denis |
2018-04-26 | Plug leak in error case of the common 'varset' implementations. | Kenneth R Westerback |
2018-04-26 | Use <fcntl.h> instead of <sys/file.h> for open() and friends. | Philip Guenther |
2018-02-13 | Normalize handle limit timeval in microsecond (usec) case. | cheloha |
2017-07-05 | forgot to commit this one | Marc Espie |
2017-04-19 | Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has been | Martin Natano |
2017-01-05 | Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with more | Kenneth R Westerback |
2017-01-05 | Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ | Kenneth R Westerback |
2016-06-21 | do not allow whitespace in macro names, i.e. "this is" = "a variable". | Sebastian Benoit |
2016-05-28 | Replace the /dev/bpf* open loop with a plain open("/dev/bpf0", ...). | Martin Natano |
2016-02-02 | Remove setproctitle() for the parent process. Because rc.d(8) uses process | Stuart Henderson |
2016-01-12 | Remove wireless turbo mode support. It is a non-standard extension | Stefan Sperling |
2015-12-22 | remove a NULL-check before free() | mmcc |
2015-11-03 | Missing comma. | Martin Pieuchot |
2015-08-20 | stdlib.h is in scope; do not cast malloc/calloc/realloc* | Theo de Raadt |
2015-07-15 | Unbreak the tree. Remove use of removed ieee80211 element IDs from hostapd | Stefan Sperling |
2015-03-26 | do not encourage random uppercasing; | Jason McIntyre |
2015-02-16 | Don't use greater-equal/less-equal symbols where "<="/">=" are intended. | Anthony J. Bentley |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-11-20 | Don't allow embedded nul characters in strings. | Jonathan Gray |
2014-11-14 | Add gcc printf format attributes to yyerror() in parse.y files. | Doug Hogan |
2014-11-03 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm |
2014-08-05 | Fix an example: hostapd table entries have to be comma-separated. | Reyk Floeter |
2014-01-22 | relax the cfg file secrecy check slightly to allow group readability | Henning Brauer |
2014-01-18 | Remove -Wbounded: it is now the compiler default. | Martynas Venckus |
2013-11-25 | use u_char for buffers in yylex, for ctype calls | Sebastian Benoit |
2013-09-03 | clarify that the Mb keyword is Mbps; ok reyk | Jason McIntyre |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2013-06-29 | do not use Sx for sections outwith the page; | Jason McIntyre |
2013-01-17 | some simple macro fixes; | Jason McIntyre |
2012-08-15 | use Lk for links; | Jason McIntyre |
2012-04-24 | take a stab at documenting when arguments need quoted, and valid macro | Jason McIntyre |
2011-07-25 | Make paragraph about ADD.notify handling clearer. First suggestion | Kenneth R Westerback |
2011-06-23 | Use a common text explaining how the various configuration parsers using | Stuart Henderson |
2010-08-03 | fix linecount bug with comments spanning multiple lines | Henning Brauer |
2010-05-26 | No need to include <sys/sysctl.h> here and it pulls in <sys/proc.h> | Todd C. Miller |
2010-05-24 | now that we can handle >9 args, put "-D name=value" on one line: it's a bit | Jason McIntyre |
2010-02-23 | Fix .Oo .Xo .Oc .Xc mis-nesting by just dropping the .Xo and .Xc which, | Ingo Schwarze |
2010-01-11 | lex <=, >=, !=, and -> into a single token for correctness and to reduce the | Theo de Raadt |
2009-06-05 | init rtm_hdrlen | Chris Cappuccio |