| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
| |
not the same as it was in 4.9 or earlier. In either case you can turn
it on again using sysctl kern.pool_debug=1 -- but if POOL_DEBUG is not
enabled you only get a subset of the strict checks.
ok deraadt@
|
| |
|
|
|
|
|
| |
* Keep height argument on the same line (it got printed to the output).
* For .El .sp, avoid the weird .sp -1v .PP .sp output sequence.
|
|
|
|
|
|
|
|
|
| |
* So far, .Pp and .Lp were removed before paragraph type blocks.
* Now also remove .br before paragraph type blocks.
* Treat .Lp as a paragraph like .Pp, so remove .Pp, .Lp, .br before it.
* Do not treat .sp as a paragraph, don't remove anything before it.
* After .Sh, .Ss, .Pp, and .Lp, remove .Pp, .Lp, .sp, .br, and blank lines.
* After .sp and .br, remove .br.
|
|
|
|
|
| |
help from lteo@, claudio, jmc@
ok jmc@
|
| |
|
| |
|
|
|
|
|
|
|
| |
pkill sendmail -> /etc/rc.d/sendmail stop
smtpd -> /etc/rc.d/smtpd start
suggested by Seth Wright <seth@crosse.org>, ok chl@
|
|
|
|
|
|
| |
port as it will be done internally by sa_set_port()
issue reported by Markus Bergkvist <markus@familjenbergkvist.net>
|
|
|
|
| |
submitted by Marcus Merighi <mcmer-openbsd@tor.at>
|
|
|
|
| |
ok mlarkin
|
| |
|
|
|
|
|
| |
~# for a BREAK). This is useful as it makes some microcontroller boards
reset. From Visa Hankala.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
counter register close to a trigger of the counter interrupt, may cause the
interrupt not to be generated. This makes it a bad idea to use the internal
counter both for the scheduling clock and for delay().
Therefore, on IP22 systems (and IP28 because it makes my life easier), use
one of the two 8254 timers connected to the onboard interrupt controller as
the scheduling clock source.
Adapted from NetBSD.
|
|
|
|
|
|
| |
machdep.c, and internal clock interrupting on level 5, still in clock.c; this
will allow other clock sources to be used in the near future. (delay() will
remain tied to the internal clock)
|
|
|
|
|
|
| |
Also fix a memory management problem that was made obvious by this diff.
ok bluhm@, previous version ok @stsp
|
|
|
|
|
| |
and ignore .sp after .PP. This fixes vertical spacing
for blank lines after .PP and for .sp after .PP.
|
|
|
|
| |
of the first list in a section, not before every item of the first list.
|
|
|
|
| |
ok gilles@
|
|
|
|
| |
ok krw@
|
|
|
|
|
|
| |
from Robert Peichaer, thanks!
ok krw@
|
|
|
|
| |
ok deraadt@
|
|
|
|
| |
ok deraadt@
|
|
|
|
| |
ok deraadt@
|
|
|
|
| |
There are still lots of ugly line breaks, to be fixed later.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
body of the item, mdoc(7) breaks the line, whereas the .TP used to
translate this to man(7) does not. Thus, insert an explicit roff(7)
line break in this place.
To be able to correctly count the characters, do not pass font escapes
an the like through print_word().
|
| |
|
|
|
|
|
|
|
|
| |
"Input packets dropped" isn't really a good description of what
happened when we failed to allocate a new node in the net80211 stack.
This allocation doesn't happen for every packet, only for new nodes
that appear in reach of the antenna.
ok net80211 expert department (we have vacancies, apply within)
|
|
|
|
|
|
| |
to specify extended options like SA Lifetime. All the hard work was
done by lteo@, while naddy@ and me have made sure that defaults and
AH still work; sthen and jmc have looked over the diffs as well.
|
|
|
|
| |
OK espie@ kettines@
|
| |
|
|
|
|
|
|
|
| |
when there was a change in the nexthop info. Fixes massive memory consumption
crashes when used with ospfd (which sometimes updates route that have not
changed). Tested together with benno@ and a lot of input from Florian Obser.
OK henning@
|
|
|
|
|
| |
uses the '_' variants
ok espie
|
|
|
|
| |
OK henning@
|
| |
|
|
|
|
|
|
| |
not sectors, since the values being tested/manipulated in the auto_alloc
tables are blocks at that point. Use MEG(256) instead of hand
expanding it when testing physmem.
|
| |
|
|
|
|
| |
require cross-gnu to build before we can build cross-bin.
|
|
|
|
| |
set med 0 and Hennings iBGP sessions. OK henning@
|
|
|
|
|
|
| |
lteo@ noticed that ipsecctl allowed them within the ike rules
while isakmpd failed to load the generated configuration.
The fix was verified by hshoexer, ok naddy
|
|
|
|
|
|
| |
case was missing.
ok claudio henning
|
| |
|
| |
|
|
|
|
|
|
|
| |
since the latter may insert holes in the target files, which could
be bad for the boot process
ok deraadt@ guenther@
|
| |
|
|
|
|
|
|
| |
ok dlg@ nicm@
while at it, kill one more and add #include <ctype.h> per nicm's request
|
| |
|