summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-27upgrade to NSD 3.2.7; ok sthen@, tested by multiple peopleJakob Schlyter
2011-01-27Update the man page after my last commit to atphy(4); from BradKevin Lo
2011-01-26Add port multiplier support, has been in snaps for a while with no reportedDale Rahn
issues. No actual OKs, but general acknowledgement and 'get it in' from several.
2011-01-26syncMiod Vallat
2011-01-26Don't initiate any connections in passive mode, not even for ACQUIRE messagesReyk Floeter
from the PFKEY socket. This is needed for sasyncd. ok mikeb@
2011-01-26get rid of acquire flows completely, as they tend to pass trafficMike Belopuhov
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
2011-01-26enable child sas and do sa and flow transfer after succeeding withMike Belopuhov
all the preparation steps. don't forget to change {flow,csa}_ikesa pointers when transefing to a different ike sa. ok reyk
2011-01-26placeholder for future changes, as discussed with miod@Marc Espie
2011-01-26syncKevin Lo
2011-01-26sort previousKevin Lo
2011-01-26Unused declaration.Nicholas Marriott
2011-01-26Simplify the way jobs work and drop the persist type, so all jobs areNicholas Marriott
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).
2011-01-26syncKevin Lo
2011-01-26Attansic L1D/L2C PCI idsKevin Lo
ok miod@
2011-01-26Use LIST_* not SLIST_*.Nicholas Marriott
2011-01-25When clearing the entire screen, clear lines that are used into theNicholas Marriott
history like xterm does. Requested ages ago by someone I've forgotten.
2011-01-25Make the pthread scheduler block signals while restoring a newlyStefan Sperling
selected thread's state. Fixes random qemu crashes. ok miod@
2011-01-25Check if the index is in use and fail before creating the child process,Nicholas Marriott
rather than leaving a stray child on failure.
2011-01-25Put -I${includedir} back into Cflags so configure script tests likeChristian Weisgerber
test -n "`pkg-config --cflags openssl`" don't assume that OpenSSL isn't available. ok miod@, sthen@, ajacoutot@, djm@
2011-01-25garbage collect "usb events". without /dev/usb there is no way to accessJacob Meuser
them from userland, and nothing in the kernel uses them. ok krw@, miod@
2011-01-25Don't ignore copyout() return value in sys_thrsleep().Stefan Sperling
Spotted by miod some time ago. ok miod guenther
2011-01-25Avoid double blank line before a table preceded by .PP.Ingo Schwarze
ok kristaps@
2011-01-25Since tbl_data() can now produce multiple spans, let parsebuf()Ingo Schwarze
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@
2011-01-25Do not skip data after horizontal lines in the layout.Ingo Schwarze
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@
2011-01-25correct horizontal spacing of data cellsIngo Schwarze
correct alignment of centered cells adjust horizontal rule width to the new spacing ok kristaps@
2011-01-25prepend pkgname to ask-update prompt, so that user knows for sure whichMarc Espie
package is asking.
2011-01-25fixup child sa deletion in drop_sa; ok reykMike Belopuhov
2011-01-25pool is properly spelled pl. makes this one fit in netstat column.Ted Unangst
2011-01-25Mention .ns, .ps, .ta; related to mandoc/roff.c rev. 1.31.Ingo Schwarze
2011-01-25As noticed by deraadt@, it goes without saying that text filesIngo Schwarze
on a UNIX system use UNIX conventions, and UNIX tools working on them expect that. ok jmc@
2011-01-25Ignore .ns (no-space mode), .ps (change point size), .ta (tab control)Ingo Schwarze
for now. All of these just cause a bit too much or too little whitespace, but no serious formatting problems.
2011-01-24Skip carriage return before newline, if any.Ingo Schwarze
As pointed out by Joerg Sonnenberger, this is useful because we use mmap(3) and look for '\n' by hand. "check it in" kristaps@
2011-01-24syncTodd T. Fries
2011-01-24Better explain roff(7) macro argument quoting;Ingo Schwarze
ok jmc@.
2011-01-24gethostname.3 and sethostname.3 are one and the same, so don;t list themJason McIntyre
both in SEE ALSO;
2011-01-24unbreak 6200 support by forcing Tx/Rx chains masks since ROMDamien Bergamini
contains broken data. reported by matthew@; verified by me against Linux driver. remove two if_ierrors++ while i'm here.
2011-01-24Fix revisionTodd C. Miller
2011-01-24fixup previous for the responder modeMike Belopuhov
2011-01-24Update to tzdata2011a from elsie.nci.nih.govTodd C. Miller
2011-01-24change default nsd(8) paths. ok sthen@Jakob Schlyter
2011-01-24Correctly escape a literal colon in an enclosure;Ingo Schwarze
the \: roff escape is an optional line break.
2011-01-24In roff, the escape sequence \: is an optional line break,Ingo Schwarze
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@.
2011-01-23bit more on reflection, From: James Jerkins <jjerkins at una.edu>Henning Brauer
with tweaks from jmc
2011-01-23Remove .Ar markup from shell redirection meta-characters '<' and '>'Ingo Schwarze
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@
2011-01-23Remove an ugly workaround that was needed to cope with the 9-argument-limitIngo Schwarze
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@
2011-01-23While here, maximum percentage is 100 not INT_MAX. Oops.Nicholas Marriott
2011-01-23Size is -l not -s.Nicholas Marriott
2011-01-23Ansify function.Joel Sing
2011-01-23Add support to installboot(8) for installing biosboot(8) and boot(8) onJoel Sing
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@
2011-01-23Fix another regression caused by the reorg of print_man_node() in rev. 1.61:Ingo Schwarze
End-of-sentence spacing got lost for man(7) after plain text lines.