summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2007-11-05forgotten arg to printf, Tobias UlmerOtto Moerbeek
2007-11-05- clarify the descriptions of "sync" and "async"Jason McIntyre
2007-11-03document different types for "device" and improve startup description;Jason McIntyre
2007-11-034800Theo de Raadt
2007-11-03tweaks;Jason McIntyre
2007-11-03use tty01 and mention the baud rate issueTheo de Raadt
2007-11-03Correct bad example, in /etc/ttys use the _tty_ not _cua_, of course.Marc Balmer
2007-11-03lintTheo de Raadt
2007-11-03Add ldattach.Marc Balmer
2007-11-03ldattach(8) is a command to attach line discipline to a tty line. It canMarc Balmer
2007-10-31Don't leak potentially secret authname through ioctl interface.Mike Belopuhov
2007-10-25Fix probability rules w/ numbers (e.g probability 0.4).Marco Pfatschbacher
2007-10-24HW_PHYSMEM is unsignedPeter Stromberg
2007-10-22add missing header to avoid warningCharles Longeau
2007-10-22sync with daemon parser code.Pierre-Yves Ritschard
2007-10-22pfctl does not need file secrecyTheo de Raadt
2007-10-20add missing [-b block#] to the usage of fsck(8)Igor Sobrado
2007-10-20an usage message should fit on a 80-column displayIgor Sobrado
2007-10-20Strip trailing whitespace on input lines. Should make config files moreKenneth R Westerback
2007-10-20document the "all" interface group; after some discussion w/ mpf and henningJason McIntyre
2007-10-18SIGCHLD is not an errno value.Ray Lai
2007-10-17- Be more careful about pre-existing SIGCHLD handlers (or SIG_IGN) byTheo de Raadt
2007-10-16sync the synopsis and usage of commandsIgor Sobrado
2007-10-16Allow '=' to end a number in all lexers.Marco Pfatschbacher
2007-10-16Allow unquoted numbers in variables.Marco Pfatschbacher
2007-10-16in the lex... even inside quotes, a \ followed by space or tab shouldTheo de Raadt
2007-10-16"script" does not belong in the lease declaration section;Jason McIntyre
2007-10-15specifying int instead of just unsigned is better styleTheo de Raadt
2007-10-13support an include directive; file of course must also be "secure" likeTheo de Raadt
2007-10-13in all these programs using the same pfctl-derived parse.y, re-unify theTheo de Raadt
2007-10-13Unconditionally call the TIOCSTSTAMP ioctl, this way calling nmeaattach(8)Marc Balmer
2007-10-11next step in the yylex unification: handle quoted strings in a nicer fashionTheo de Raadt
2007-10-09Fix range check for carp vhid: vhid 0 isn't validJoel Knight
2007-10-08attribute packed -> __packedGilles Chehade
2007-10-05check fgets return valueCharles Longeau
2007-10-01Backout NUMBER to string conversion.Marco Pfatschbacher
2007-09-29default to svnds now to accomodate change in the vnd driver.Felix Kronlage
2007-09-28sort options;Jason McIntyre
2007-09-27Add loginterface support for groups.Marco Pfatschbacher
2007-09-26some cleanup. remove #ifdef __FreeBSD__ code, last sync to FreeBSD wasPierre-Yves Ritschard
2007-09-25remove unneeded feofCharles Longeau
2007-09-25check fgets return valueCharles Longeau
2007-09-25make route flush obey the rtable IDHenning Brauer
2007-09-23Allow numbers to be used as unquoted strings again.Marco Pfatschbacher
2007-09-17Document the syntax used with manual SAs for automatic creationStuart Henderson
2007-09-16Do not use DIP() as an lvalue; founc by pcc. ok millert@ ray@Otto Moerbeek
2007-09-14remove some warnings:Charles Longeau
2007-09-13use strcspn to properly overwrite '\n' in fgets returned bufferCharles Longeau
2007-09-12Here too: Add support to the lex for parsing number out of the stream.Hans-Joerg Hoexer
2007-09-12add a missing range check for rtable ids; ok cloder henningTheo de Raadt