Age | Commit message (Collapse) | Author |
|
with tweaks from jmc
|
|
because they are not argument names, but have to be used verbatim.
Both jmc@ and sobrado@ agree to remove the .Ar markup,
and it was Jason's idea to not use any other markup instead.
"believe me, not everything in the cosmoverse requires markup" jmc@
|
|
of our former groff-1.15. The workaround relied on undocumented behaviour
of stand-alone .Xo inside .Bd -unfilled; in groff-1.20.1, that undocumented
behaviour is different and the workaround produces wrong output.
Mandoc is happy either way.
While here, remove a useless escape sequence from the next line.
"i guess that's ok" jmc@
|
|
|
|
|
|
|
|
softraid volumes. If installboot is run on a softraid volume, a fake
single inode FFS filesystem is constructed to contain boot(8). This is
then installed onto the softraid volume via the BIOCINSTALLBOOT ioctl.
biosboot(8) is then patched and installed onto each disk that is a member
of the softraid volume.
Joint work with otto@ who came up with the concept of constructing a fake
FFS filesystem and wrote the code to do so.
No objection from miod@
|
|
End-of-sentence spacing got lost for man(7) after plain text lines.
|
|
exceed MAXPHYS in size.
Thanks to ckuethe@ and stsp@ for testing.
ok marco@
|
|
"no priority" priority named "none". This makes 'pfctl -x none'
equivalent to 'pfctl -x crit'.
ok mcbride@ henning@
|
|
Cunha.
|
|
|
|
|
|
system LCD. Move LCD initialisation to a mountroot hook in order to avoid
PDC output after initialisation.
Committing on behalf of kettenis@
|
|
do the font dirs, also display a message for new installed rcscripts, and
if some stuff has been added to the readmes directory.
|
|
which have fewer special cases, and use the strlcpy/strlcat
src/dst/buffer len semantic. More portable to boot.
Discussion and feedback from Henri Kemppainen
|
|
|
|
installing boot code.
ok marco@
|
|
Check prompted by kristaps@.
|
|
Most empty in_line() macros are already removed by the parser,
so there is no need to check again in mdoc_validate.c.
This also downgrades almost all remaining argument count issues
from ERROR to WARNING.
ok kristaps@
|
|
ok henning@ markus@
|
|
|
|
<mwlucas@blackhelicopters.org>
|
|
was built. no binary change here. confirmed by lum@, tested by Henri Kemppainen
|
|
filename completion. Avoids a recurring portability headache.
ok lum@
"concerns assuaged to the soothing sounds of Martin Denny blambert@"
(I worry about that guy...)
|
|
|
|
diff from form@ who's too busy drinking vodka with pelmeni to commit this;
ok claudio
|
|
ok mikeb@
|
|
to $peernet" and not depending on the initiator/responder mode.
- Remove the flow hash calculated but not used anymore.
ok mikeb@
|
|
ok mikeb@
|
|
ok mikeb@
|
|
ok mikeb@
|
|
|
|
ok and help jmc@
|
|
use the last matching semantics of PF. The previous rbtree-based
implementation was broken and tried to do a longest prefix match. But
instead of prefix match and using radix-trees to fix it I decided with
mikeb@ to implement it as last matching policy evaluation. The last
matching policy wins; the "quick" keyword can enforce first matching;
additional keywords like "skip" are specific to iked(8). See
iked.conf(5) for more details.
The implementation also uses skip steps based on PF's code. It
significantly speeds up the evaluation of many policies but also adds
a little delay when loading them (only noticeable with thousands of
policies). This allows iked(8) to scale well with thousands of
configured policies but I also liked the fact to have skip steps in
another piece of code.
ok dhartmei@ for using his skip step code under the ISC license in policy.c
ok mikeb@, jmc@
|
|
prevent a possible crash.
ok mikeb@
|
|
|
|
ok jsg@
|
|
prompted by brad
|
|
ok jmc@
|
|
ok jmc@
|
|
|
|
ok sthen@
|
|
line, the #else part can go.
ok miod@
|
|
make it clear that you cannot use mandoc to format that page (yet).
Triggered by a report from brad@.
|
|
|
|
pf_reassemble() to return PF_DROP or PF_PASS and *m0 is NULL or the
reassembled packet. In case of PF_DROP, the mbuf must be valid,
e.g. for logging, and will be freed later. In case the reassembled
packet is too big, use the reassembled mbuf for PF_DROP.
ok henning@ markus@
|
|
|
|
ok jmc@
|
|
the redirect; the sample rule used "match" for the general case which
negated the exemptions. From Harald Dunkel.
|