summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* As usual, turn off POOL_DEBUG for the release. Note that POOL_DEBUG isjasper2012-07-161-2/+2
| | | | | | | | 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@
* and we head towards releasederaadt2012-07-161-3/+3
|
* Two fixes regarding -Tman .sp:schwarze2012-07-161-2/+6
| | | | | * 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.
* Several -mdoc parser improvements related to vertical spacing:schwarze2012-07-164-9/+76
| | | | | | | | | * 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.
* Add a man page describing pcap grammargiovanni2012-07-163-7/+737
| | | | | help from lteo@, claudio, jmc@ ok jmc@
* sync the first example with the default conf file; ok gillesjmc2012-07-161-2/+2
|
* don;t quote things unneccessarily; ok gillesjmc2012-07-162-6/+6
|
* update examples:gilles2012-07-151-4/+4
| | | | | | | pkill sendmail -> /etc/rc.d/sendmail stop smtpd -> /etc/rc.d/smtpd start suggested by Seth Wright <seth@crosse.org>, ok chl@
* when specifying a relay port that's not standart, do not ntohs() the relaygilles2012-07-151-2/+2
| | | | | | port as it will be done internally by sa_set_port() issue reported by Markus Bergkvist <markus@familjenbergkvist.net>
* fix examplegilles2012-07-151-3/+3
| | | | submitted by Marcus Merighi <mcmer-openbsd@tor.at>
* Don't panic in hibernate resume if no swap partition exists on the root disk.stsp2012-07-151-3/+5
| | | | ok mlarkin
* synctodd2012-07-153-3/+7
|
* Add a command (~D) to drop the DTR line for a second (similar to usingnicm2012-07-152-3/+11
| | | | | ~# for a BREAK). This is useful as it makes some microcontroller boards reset. From Visa Hankala.
* Document pane_index variable, from sam at sltosis dot org.nicm2012-07-151-2/+3
|
* A known errata of R4000 and R4400 processors, is that reading the internalmiod2012-07-146-20/+85
| | | | | | | | | | | | 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.
* Split the existing mips64 clock code into time-of-day and generic duties inmiod2012-07-143-294/+311
| | | | | | 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)
* Make IPv6 privacy addresses appear alongside regular SLAAC addresses.sperreault2012-07-142-70/+47
| | | | | | Also fix a memory management problem that was made obvious by this diff. ok bluhm@, previous version ok @stsp
* Translate blank input lines to .sp just like in mdoc(7),schwarze2012-07-146-9/+184
| | | | | and ignore .sp after .PP. This fixes vertical spacing for blank lines after .PP and for .sp after .PP.
* In -Tman .Bl -compact, skip the blank line only before the first itemschwarze2012-07-141-2/+3
| | | | of the first list in a section, not before every item of the first list.
* reorganize the makefile a biteric2012-07-141-19/+29
| | | | ok gilles@
* replace (somewhat) magic numbers with constantshalex2012-07-141-3/+3
| | | | ok krw@
* as _resp is being localized by typeset -l, no need to localize it twicehalex2012-07-141-2/+2
| | | | | | from Robert Peichaer, thanks! ok krw@
* ansifyshadchin2012-07-142-5/+4
| | | | ok deraadt@
* fix typo in commentshadchin2012-07-141-2/+2
| | | | ok deraadt@
* zap whitespaceshadchin2012-07-144-13/+13
| | | | ok deraadt@
* Adjust -Tman SYNOPSIS .Nm indentation using .HP; requested by millert@.schwarze2012-07-131-2/+11
| | | | There are still lots of ugly line breaks, to be fixed later.
* install the correct file; from schwarze, ok krwderaadt2012-07-131-3/+3
|
* small tweak;jmc2012-07-131-2/+2
|
* If the tag in .Bl -tag .It would leave exactly one blank before theschwarze2012-07-133-33/+63
| | | | | | | | 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().
* Use NULL instead of 0 in pointer context. approvedz blambert@claudio2012-07-131-2/+2
|
* Label node allocation failures as such in netstat -W output.stsp2012-07-131-2/+2
| | | | | | | | "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)
* Change the configuration format fed to the isakmpd FIFO to be ablemikeb2012-07-132-90/+217
| | | | | | 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.
* Add a config file that the cross compiler looks for.bmercer2012-07-131-0/+0
| | | | OK espie@ kettines@
* import regression suite for asreric2012-07-1323-0/+2464
|
* Cleanup the knexthop mess and make sure we only send an update to the RDEclaudio2012-07-131-176/+112
| | | | | | | 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@
* do not install the pkg(1) front-end stub in /usr/sbin anymore, everyonederaadt2012-07-132-8/+6
| | | | | uses the '_' variants ok espie
* 3 line diff to fix divert using connections from local system.claudio2012-07-131-1/+4
| | | | OK henning@
* bye bye SCCSderaadt2012-07-133-14/+2
|
* Replace a '512' with DEV_BSIZE. Calculate physmem size in blocks andkrw2012-07-132-5/+5
| | | | | | 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.
* extraneous comment (corresponding code was removed a while back)mlarkin2012-07-131-3/+1
|
* Add sqlite3 to NO_CROSS since it depends on libreadline - this would thenjsing2012-07-131-1/+2
| | | | require cross-gnu to build before we can build cross-bin.
* Make sure that set med 0 is ACTION_SET_MED and not relative. Fixesclaudio2012-07-131-3/+3
| | | | set med 0 and Hennings iBGP sessions. OK henning@
* Support additional MODP DH groups in the Phase 1 and Phase 2.mikeb2012-07-132-6/+8
| | | | | | 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
* npppd used wrong AVPs as a `calling number' because `break' in switchyasuoka2012-07-131-2/+3
| | | | | | case was missing. ok claudio henning
* Make hppa64 kernel compile again.jsing2012-07-132-3/+8
|
* Recognize additional DH groups; ok sthen naddymikeb2012-07-131-2/+4
|
* copy boot loaders using cat and shell redirection rather than cp,halex2012-07-1310-22/+34
| | | | | | | since the latter may insert holes in the target files, which could be bad for the boot process ok deraadt@ guenther@
* Improve diffability with amd64mlarkin2012-07-131-2/+2
|
* kill unused variablehalex2012-07-131-3/+3
| | | | | | ok dlg@ nicm@ while at it, kill one more and add #include <ctype.h> per nicm's request
* Make amd64 look like i386 for hibernate resumemlarkin2012-07-131-1/+6
|