Age | Commit message (Collapse) | Author |
|
|
|
|
|
issues. No actual OKs, but general acknowledgement and 'get it in' from several.
|
|
|
|
from the PFKEY socket. This is needed for sasyncd.
ok mikeb@
|
|
when there's no sa established (as pointed out by reyk). instead
use require mode feature to send acquires from the kernel. this
allows us to get rid of the code that changes flow mode to acquire
and keep all installed flows in the tree and save up on some code
that deals with renegotiation. also several entities were renamed
(iked_acqflows -> iked_activeflows, iked_ipsecsas -> iked_activesas,
ikev2_acquire -> ikev2_acquire_sa). ok reyk
|
|
all the preparation steps. don't forget to change {flow,csa}_ikesa
pointers when transefing to a different ike sa. ok reyk
|
|
|
|
|
|
|
|
|
|
fire-and-forget.
Status jobs now managed with two trees of output (new and old), rather
than storing the output in the jobs themselves. When the status line is
processed any jobs which don't appear in the new tree are started and
the output from the old tree displayed. When a job finishes it updates
the new tree with its output and that is used for any subsequent
redraws. When the status interval expires, the new tree is moved to the
old so that all jobs are run again.
This fixes the "#(echo %H:%M:%S)" problem which would lead to thousands
of identical persistent jobs and high memory use (this can still be
achieved by adding "sleep 30" but that is much less likely to happen by
accident).
|
|
|
|
ok miod@
|
|
|
|
history like xterm does. Requested ages ago by someone I've forgotten.
|
|
selected thread's state. Fixes random qemu crashes.
ok miod@
|
|
rather than leaving a stray child on failure.
|
|
test -n "`pkg-config --cflags openssl`"
don't assume that OpenSSL isn't available.
ok miod@, sthen@, ajacoutot@, djm@
|
|
them from userland, and nothing in the kernel uses them.
ok krw@, miod@
|
|
Spotted by miod some time ago.
ok miod guenther
|
|
ok kristaps@
|
|
generate man(7) or mdoc(7) nodes for all these spans,
not only for the last one.
Restores the horizontal lines in the cpu(4/hppa) tables.
ok kristaps@
|
|
Instead, let one line of input data add two new spans
to the tbl tree during one single call of tbl_data().
Note that this causes the horizontal line to get parsed
into the tbl tree, but not yet used in the output,
which will be fixed next.
Avoids data loss in cpu(4/hppa).
ok kristaps@
|
|
correct alignment of centered cells
adjust horizontal rule width to the new spacing
ok kristaps@
|
|
package is asking.
|
|
|
|
|
|
|
|
on a UNIX system use UNIX conventions, and UNIX tools working
on them expect that.
ok jmc@
|
|
for now. All of these just cause a bit too much or too little
whitespace, but no serious formatting problems.
|
|
As pointed out by Joerg Sonnenberger, this is useful
because we use mmap(3) and look for '\n' by hand.
"check it in" kristaps@
|
|
|
|
ok jmc@.
|
|
both in SEE ALSO;
|
|
contains broken data.
reported by matthew@; verified by me against Linux driver.
remove two if_ierrors++ while i'm here.
|
|
|
|
|
|
|
|
|
|
the \: roff escape is an optional line break.
|
|
so escape a literal non-punctuation colon correctly as \&:.
Required for correct formatting with groff-1.20.1 and Heirloom troff;
strangely, groff-1.15 and mandoc have the same bug here, hiding the error.
"fine" jmc@
While here, change .Dq to .Sq which looks better for single-character
quoting, as suggested by jmc@.
|
|
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.
|