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