Age | Commit message (Collapse) | Author |
|
based scheme when it makes no sense: a weekly schedule does not
benefit from it. ok mbalmer@ jmc@ ray@
|
|
Just print an error message and allow processing to continue. This
fixes 'mount -a' so it mounts all the filesystems it can rather than
skipping all fstab entries after a non-existant mount point.
This also brings us more into line with NetBSD and FreeBSD behaviour.
ok deraadt@ jsing@ millert@
|
|
|
|
ones and onl change what the user requests. Do not artifically limit the
baudrates.
prodding and ok by deraadt.
|
|
I forgot to think about hex numbers when I removed it.
OK deraadt@
|
|
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@
|
|
|
|
ok krw@ henning@
|
|
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;
|
|
- 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
|
|
|
|
|
|
- "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
|
|
this is really an mbalmer diff, tweaked by myself
ok deraadt mbalmer
|
|
|
|
|
|
|
|
spottet by deraadt.
|
|
|
|
ok deraadt
|
|
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
|
|
Suggestions from mpf@ and canacar@
ok deraadt mpf canacar
|
|
Add support for probablities of 0% and 100%.
With and OK deraadt@
|
|
yuck & ok henning@
|
|
"Yes please" ray@ krw@
|
|
ok deraadt@
|
|
|
|
ok jmc@
|
|
ok jmc@
|
|
resistant to careless fingers. A variant of what NetBSD did to achieve the
same ends.
Feedback, suggestions & "looks good" ray@
|
|
diff from Okan Demirmen
ok henning
|
|
Spotted by deraadt.
|
|
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
|
|
ok jmc@
|
|
Requested and OK deraadt@
|
|
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@
|
|
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
|
|
from Vincent GROSS
ok henning
|
|
|
|
the main configuration file; ok henning
|
|
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.
|
|
without the '-t' option can be used to turn of tty timestamping.
problem noticed by sthen@, ok sthen, deraadt
|
|
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
|
|
|
|
OK millert
|
|
use strncmp instead of strcmp
with help of ray@ "Looks OK" millert@
|
|
Requested by deraadt@
|
|
from Piotr Durlej with man-page nits from me
tested henning@, krw@, thib@ and myself.
ok thib@, grunk@, krw@
|
|
|
|
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@
|