Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-13 | zap trailing whitespace; | Jason McIntyre | |
2007-11-13 | Do not set explicit com parameters for the tty, instead use the exisiting | Marc Balmer | |
ones and onl change what the user requests. Do not artifically limit the baudrates. prodding and ok by deraadt. | |||
2007-11-13 | Bring back the number converter for 'set hostid'. | Marco Pfatschbacher | |
I forgot to think about hex numbers when I removed it. OK deraadt@ | |||
2007-11-12 | Remove space/tab compression function from lgetc() and replace | Marco Pfatschbacher | |
it with a simple filter in the yylex() loop. The compression in lgetc() didn't happen for quoted strings, thus creating a regression when tabs were used in variables. Some testing by todd@ and pyr@ OK deraadt@ | |||
2007-11-12 | +.Xr cdio 1 , | Jason McIntyre | |
2007-11-12 | dont spew debug output when the SIOCGIFMEDIA ioctl errors with ENOTTY. | David Gwynne | |
ok krw@ henning@ | |||
2007-11-11 | do not document -w: it is for compat only. just like we did for audioctl, | Jason McIntyre | |
mixerctl, and wsconsctl. also move to "name=value", as for the other *ctl apps. problem spotted by Tim van der Molen, though this might not be the fix he wanted; | |||
2007-11-09 | FFS_SOFTUPDATES: | Jason McIntyre | |
- no need to document needing a config option when it is already enabled by default in GENERIC - move to format similar to "async" - grammar tweak whilst here agreed by miod (i think) ok millert | |||
2007-11-09 | talk about "vlan-tag" consistently; from Tero Koskinen | Jason McIntyre | |
2007-11-05 | forgotten arg to printf, Tobias Ulmer | Otto Moerbeek | |
2007-11-05 | - clarify the descriptions of "sync" and "async" | Jason McIntyre | |
- "async" and "softdep" are mutually exclusive (from simon) - change the "no" example to sth potentially less confusing (and safer) some feedback from millert ok simon | |||
2007-11-03 | document different types for "device" and improve startup description; | Jason McIntyre | |
this is really an mbalmer diff, tweaked by myself ok deraadt mbalmer | |||
2007-11-03 | 4800 | Theo de Raadt | |
2007-11-03 | tweaks; | Jason McIntyre | |
2007-11-03 | use tty01 and mention the baud rate issue | Theo de Raadt | |
2007-11-03 | Correct bad example, in /etc/ttys use the _tty_ not _cua_, of course. | Marc Balmer | |
spottet by deraadt. | |||
2007-11-03 | lint | Theo de Raadt | |
2007-11-03 | Add ldattach. | Marc Balmer | |
ok deraadt | |||
2007-11-03 | ldattach(8) is a command to attach line discipline to a tty line. It can | Marc Balmer | |
be used from the command line or from init(8) by adding an entry to the /etc/ttys file. ldattach(8) can be extended to support new line disciplines. feedback many, ok deraadt, mikeb | |||
2007-10-31 | Don't leak potentially secret authname through ioctl interface. | Mike Belopuhov | |
Suggestions from mpf@ and canacar@ ok deraadt mpf canacar | |||
2007-10-25 | Fix probability rules w/ numbers (e.g probability 0.4). | Marco Pfatschbacher | |
Add support for probablities of 0% and 100%. With and OK deraadt@ | |||
2007-10-24 | HW_PHYSMEM is unsigned | Peter Stromberg | |
yuck & ok henning@ | |||
2007-10-22 | add missing header to avoid warning | Charles Longeau | |
"Yes please" ray@ krw@ | |||
2007-10-22 | sync with daemon parser code. | Pierre-Yves Ritschard | |
ok deraadt@ | |||
2007-10-22 | pfctl does not need file secrecy | Theo de Raadt | |
2007-10-20 | add missing [-b block#] to the usage of fsck(8) | Igor Sobrado | |
ok jmc@ | |||
2007-10-20 | an usage message should fit on a 80-column display | Igor Sobrado | |
ok jmc@ | |||
2007-10-20 | Strip trailing whitespace on input lines. Should make config files more | Kenneth R Westerback | |
resistant to careless fingers. A variant of what NetBSD did to achieve the same ends. Feedback, suggestions & "looks good" ray@ | |||
2007-10-20 | document the "all" interface group; after some discussion w/ mpf and henning | Jason McIntyre | |
diff from Okan Demirmen ok henning | |||
2007-10-18 | SIGCHLD is not an errno value. | Ray Lai | |
Spotted by deraadt. | |||
2007-10-17 | - Be more careful about pre-existing SIGCHLD handlers (or SIG_IGN) by | Theo de Raadt | |
temporarily restoring default behaviour. This is not 100% ideal. But this fixes editor handling in mail... bah, it is really unfortunate that got broken - refactor the restoration code as well, to make it simpler ok ray | |||
2007-10-16 | sync the synopsis and usage of commands | Igor Sobrado | |
ok jmc@ | |||
2007-10-16 | Allow '=' to end a number in all lexers. | Marco Pfatschbacher | |
Requested and OK deraadt@ | |||
2007-10-16 | Allow unquoted numbers in variables. | Marco Pfatschbacher | |
Change 'set hostid' to NUMBER and remove unneeded converter. Add '=' to allowed_to_end_number(x) to make varsets like 4=5 illegal. OK deraadt@ | |||
2007-10-16 | in the lex... even inside quotes, a \ followed by space or tab should | Theo de Raadt | |
expand to space or tab, and a \ followed by newline should be ignored (as a line continuation). compatible with the needs of hoststated (which has the most strict quoted string requirements), and ifstated (where one commonly does line continuations in strings). pointed out by mpf, discussed with pyr | |||
2007-10-16 | "script" does not belong in the lease declaration section; | Jason McIntyre | |
from Vincent GROSS ok henning | |||
2007-10-15 | specifying int instead of just unsigned is better style | Theo de Raadt | |
2007-10-13 | support an include directive; file of course must also be "secure" like | Theo de Raadt | |
the main configuration file; ok henning | |||
2007-10-13 | in all these programs using the same pfctl-derived parse.y, re-unify the | Theo de Raadt | |
yylex implementation and the code which interacts with yylex. this also brings the future potential for include support to all of the parsers. in the future please do not silly modifications to one of these files without checking if you are de-unifying the code. checked by developers in all these areas. | |||
2007-10-13 | Unconditionally call the TIOCSTSTAMP ioctl, this way calling nmeaattach(8) | Marc Balmer | |
without the '-t' option can be used to turn of tty timestamping. problem noticed by sthen@, ok sthen, deraadt | |||
2007-10-11 | next step in the yylex unification: handle quoted strings in a nicer fashion | Theo de Raadt | |
as found in hoststated, and make all the code diff as clean as possible. a few issues remain mostly surrounding include support, which will likely be added to more of the grammers soon. ok norby pyr, others | |||
2007-10-09 | Fix range check for carp vhid: vhid 0 isn't valid | Joel Knight | |
2007-10-08 | attribute packed -> __packed | Gilles Chehade | |
OK millert | |||
2007-10-05 | check fgets return value | Charles Longeau | |
use strncmp instead of strcmp with help of ray@ "Looks OK" millert@ | |||
2007-10-01 | Backout NUMBER to string conversion. | Marco Pfatschbacher | |
Requested by deraadt@ | |||
2007-09-29 | default to svnds now to accomodate change in the vnd driver. | Felix Kronlage | |
from Piotr Durlej with man-page nits from me tested henning@, krw@, thib@ and myself. ok thib@, grunk@, krw@ | |||
2007-09-28 | sort options; | Jason McIntyre | |
2007-09-27 | Add loginterface support for groups. | Marco Pfatschbacher | |
Using a group sums up the statistics of all members. Modify pfctl(1) slightly to allow a groupname "all", which gives us an overall pf(4) statistic. OK henning@, markus@ | |||
2007-09-26 | some cleanup. remove #ifdef __FreeBSD__ code, last sync to FreeBSD was | Pierre-Yves Ritschard | |
7 years ago. this improves readability. provide a standard usage message while there (synced with manpage). ok millert@, ``looks fine'' krw@. | |||
2007-09-25 | remove unneeded feof | Charles Longeau | |
with help and ok ray@ |