summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2011-01-23Factor out block level I/O handling code and correctly handle I/Os thatJoel Sing
exceed MAXPHYS in size. Thanks to ckuethe@ and stsp@ for testing. ok marco@
2011-01-23'pfctl -x none' did not turn debugging off. Skip the syslog internalAlexander Bluhm
"no priority" priority named "none". This makes 'pfctl -x none' equivalent to 'pfctl -x crit'. ok mcbride@ henning@
2011-01-23Allow top-bit-set characters to be used for key bindings, from TiagoNicholas Marriott
Cunha.
2011-01-23Set $TMUX without the session when background jobs are run.Nicholas Marriott
2011-01-23Ansify functions.Joel Sing
2011-01-23Spinning up secondary CPUs on an MP kernel results in PDC output on theJoel Sing
system LCD. Move LCD initialisation to a mountroot hook in order to avoid PDC output after initialisation. Committing on behalf of kettenis@
2011-01-23hide details of "finish" inside PackingElement proper.Marc Espie
do the font dirs, also display a message for new installed rcscripts, and if some stuff has been added to the readmes directory.
2011-01-23Wrap basename,dirname with xbasename, xdirname funtions,Kjell Wooding
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
2011-01-22sync to bsd.lv: document spans, and decimalpoint() is implementedIngo Schwarze
2011-01-22Ensure that boot storage area exists and is large enough, beforeJoel Sing
installing boot code. ok marco@
2011-01-22Lots of in-line macros require arguments but were not marked as such.Ingo Schwarze
Check prompted by kristaps@.
2011-01-22Check argument count validation for all in_line() macros.Ingo Schwarze
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@
2011-01-22Pf must not scrub packets which will be dropped anyway.Alexander Bluhm
ok henning@ markus@
2011-01-22crank to OpenSSH-5.7Damien Miller
2011-01-21forgot to pass this. bug-report from "Michael W. Lucas" ↵Marc Espie
<mwlucas@blackhelicopters.org>
2011-01-21It volates style(9), but in mg, #include"def.h" goes first. 'twas the way it ↵Kjell Wooding
was built. no binary change here. confirmed by lum@, tested by Henri Kemppainen
2011-01-21Change len+memcmp check to a strncmp for prefix testing onKjell Wooding
filename completion. Avoids a recurring portability headache. ok lum@ "concerns assuaged to the soothing sounds of Martin Denny blambert@" (I worry about that guy...)
2011-01-21repair rekeying by sending appropriate traffic selector; ok reykMike Belopuhov
2011-01-21make mpls compile w/o errors when inet6 is not definedMike Belopuhov
diff from form@ who's too busy drinking vodka with pelmeni to commit this; ok claudio
2011-01-21don't use memcmp on comparing two iked_addrs but IKED_ADDR_EQ.Reyk Floeter
ok mikeb@
2011-01-21- Fix traffic selector configuration that it is always "from $localnetReyk Floeter
to $peernet" and not depending on the initiator/responder mode. - Remove the flow hash calculated but not used anymore. ok mikeb@
2011-01-21Remove misleading error message.Reyk Floeter
ok mikeb@
2011-01-21don't create child sas from empty proposals.Reyk Floeter
ok mikeb@
2011-01-21handle empty encrypted payloads (might happen with some informationals)Reyk Floeter
ok mikeb@
2011-01-21tweak previous;Jason McIntyre
2011-01-21Simplify reference to errata.htmllum
ok and help jmc@
2011-01-21Reimplement the iked(8) policy evaluation for incoming connections toReyk Floeter
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@
2011-01-21split pfkey initialization into a privileged and unprivileged part toReyk Floeter
prevent a possible crash. ok mikeb@
2011-01-21syncKevin Lo
2011-01-21Add Atheros F1 and F2 PHYs from FreeBSDKevin Lo
ok jsg@
2011-01-21- simplify, krb5 handling is not needed.Jasper Lievisse Adriaanse
prompted by brad
2011-01-21over written -> overwrittenlum
ok jmc@
2011-01-21Help description of PATH liability a bit.lum
ok jmc@
2011-01-21Get rid of the use of goto's within vte_iff funtion; from BradKevin Lo
2011-01-20- tyop, recieve -> receiveJasper Lievisse Adriaanse
ok sthen@
2011-01-20- remove some dead code, since we #define something and test for it on the nextJasper Lievisse Adriaanse
line, the #else part can go. ok miod@
2011-01-20When finding the roff .it request (line trap),Ingo Schwarze
make it clear that you cannot use mandoc to format that page (yet). Triggered by a report from brad@.
2011-01-20add IT8721 supportOleg Safiullin
2011-01-20The reason accounting in pf_reassemble() was not correct. ChangeAlexander Bluhm
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@
2011-01-20more double word removal;Jason McIntyre
2011-01-20a a -> alum
ok jmc@
2011-01-20Fix an example using rdr-to where a couple of hosts were exempted fromStuart Henderson
the redirect; the sample rule used "match" for the general case which negated the exemptions. From Harald Dunkel.