summaryrefslogtreecommitdiffstats
path: root/usr.sbin/hostapd (follow)
Commit message (Expand)AuthorAgeFilesLines
* replace examples of "Ic arg Ic arg" with "Ic arg arg" and stop the spread;jmc2020-04-231-3/+3
* briefly mention /etc/examples/ in the FILES section of all theschwarze2020-02-101-3/+5
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-031-2/+2
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-283-8/+8
* Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h>guenther2019-05-109-18/+9
* (unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherderaadt2019-02-131-3/+3
* - odd condition/test in PF lexersashan2018-11-011-2/+3
* Do for most running out of memory err() what was done for most runningkrw2018-07-111-2/+2
* No need to mention which memory allocation entry point failed (malloc,krw2018-07-091-5/+5
* remove the SECTIONS header, since a one line DESCRIPTION is a bit silly;jmc2018-06-181-4/+4
* Fix an off-by-one line count when using include statements.denis2018-06-111-49/+79
* Plug leak in error case of the common 'varset' implementations.krw2018-04-261-1/+3
* Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther2018-04-261-3/+1
* Normalize handle limit timeval in microsecond (usec) case.cheloha2018-02-131-2/+3
* forgot to commit this oneespie2017-07-051-2/+2
* Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has beennatano2017-04-191-2/+2
* Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with morekrw2017-01-051-3/+2
* Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQkrw2017-01-051-5/+7
* do not allow whitespace in macro names, i.e. "this is" = "a variable".benno2016-06-211-1/+9
* Replace the /dev/bpf* open loop with a plain open("/dev/bpf0", ...).natano2016-05-281-19/+4
* Remove setproctitle() for the parent process. Because rc.d(8) uses processsthen2016-02-021-3/+1
* Remove wireless turbo mode support. It is a non-standard extensionstsp2016-01-121-3/+1
* remove a NULL-check before free()mmcc2015-12-221-3/+2
* Missing comma.mpi2015-11-031-2/+2
* stdlib.h is in scope; do not cast malloc/calloc/realloc*deraadt2015-08-201-6/+6
* Unbreak the tree. Remove use of removed ieee80211 element IDs from hostapdstsp2015-07-151-5/+5
* do not encourage random uppercasing;jmc2015-03-262-8/+8
* Don't use greater-equal/less-equal symbols where "<="/">=" are intended.bentley2015-02-161-23/+23
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-1610-22/+22
* Don't allow embedded nul characters in strings.jsg2014-11-201-1/+4
* Add gcc printf format attributes to yyerror() in parse.y files.doug2014-11-141-2/+4
* Convert the logic in yyerror(). Instead of creating a temporarybluhm2014-11-031-8/+7
* Fix an example: hostapd table entries have to be comma-separated.reyk2014-08-051-4/+4
* relax the cfg file secrecy check slightly to allow group readabilityhenning2014-01-221-3/+3
* Remove -Wbounded: it is now the compiler default.martynas2014-01-181-2/+2
* use u_char for buffers in yylex, for ctype callsbenno2013-11-251-7/+7
* clarify that the Mb keyword is Mbps; ok reykjmc2013-09-031-4/+5
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-162-6/+6
* do not use Sx for sections outwith the page;jmc2013-06-291-5/+3
* some simple macro fixes;jmc2013-01-171-3/+2
* use Lk for links;jmc2012-08-151-3/+4
* take a stab at documenting when arguments need quoted, and valid macrojmc2012-04-241-4/+7
* Make paragraph about ADD.notify handling clearer. First suggestionkrw2011-07-251-8/+7
* Use a common text explaining how the various configuration parsers usingsthen2011-06-231-2/+6
* fix linecount bug with comments spanning multiple lineshenning2010-08-031-3/+4
* No need to include <sys/sysctl.h> here and it pulls in <sys/proc.h>millert2010-05-261-2/+1
* now that we can handle >9 args, put "-D name=value" on one line: it's a bitjmc2010-05-241-5/+3
* Fix .Oo .Xo .Oc .Xc mis-nesting by just dropping the .Xo and .Xc which,schwarze2010-02-231-5/+5
* lex <=, >=, !=, and -> into a single token for correctness and to reduce thederaadt2010-01-111-6/+30
* init rtm_hdrlenchris2009-06-051-1/+2