summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-17Add the Huawei Mobile E303.David Coppa
From Andreas Bartelt, obsd AT bartula DOT de OK sthen@
2012-07-17test the actual object file instead of the wrapper scriptJasper Lievisse Adriaanse
ok espie@
2012-07-17regenKirill Bychkov
2012-07-17add a bunch of devices found in different laptops and desktops.Kirill Bychkov
ok sthen@
2012-07-17Remove outdated reference to BSD 4.4 symlink behavior. EquivalentMatthew Dempsky
text was removed from symlink.7 over 16 years ago.
2012-07-17Document new pathconf() variables.Matthew Dempsky
From Brad, with tweaks by me.
2012-07-17use IPsec flowinfo on pipex(4) to select the IPsec tunnel for sendingYASUOKA Masahiko
L2TP packets. ok markus henning
2012-07-16Always fix the man(7) subsection header (.SS) indent to 3n,Ingo Schwarze
do not let it depend on the default indent provided by -Oindent. By default, this doesn't change anything because 7 / 2 = 3; in -Omdoc mode, it makes man(7) output the same as mdoc(7) output.
2012-07-16Release polishing: finally fix the perl(1) SYNOPSIS.Ingo Schwarze
In flush-left mode of both man(7) and mdoc(7), when an output line is broken at the position of a literal tab, the tab indents the following line. Reminded by deraadt@ in Pest, Ujlipotvaros, Csanady utza.
2012-07-16test end-of-sentence handlingIngo Schwarze
2012-07-16some more whitespace tests found in my treeIngo Schwarze
2012-07-16syncTheo de Raadt
2012-07-16revert previous, it was hardly tested and is causing too many issues too ↵Jasper Lievisse Adriaanse
close to release. as discussed with and ok mpi@ deraadt@
2012-07-16add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4)Markus Friedl
can use this to select the IPsec tunnel for sending L2TP packets. this fixes Windows (always binding to 1701) and Android clients (negotiating wildcard flows); feedback mpf@ and yasuoka@; ok henning@ and yasuoka@; ok jmc@ for the manpage
2012-07-16Forgot these files during the recent clock churning.Miod Vallat
2012-07-16oops, need sys/acct.h tooTheo de Raadt
2012-07-16Add shorter form function aml_node_setval() for setting an intTheo de Raadt
on an AML node. Shortens the tricky code in a lot of callers. Earlier version seen by pirofti and kettenis.
2012-07-16Put acct_shutdown() proto in a better placeTheo de Raadt
2012-07-16Move increment of ic_nnodes closer to where the node is actually insertedStefan Sperling
into the cache. Make sure we're at IPL_NET while incrementing/decrementing ic_nnodes. Add a debug message that warns about possible node leaks. All of this affects hostap mode only.
2012-07-16Fix a couple of possible node leaks in ieee80211_input().Stefan Sperling
2012-07-16syncTheo de Raadt
2012-07-16Back out my workaround from r1.43 now that jsing has committed a better fix.Stefan Sperling
2012-07-16Make sure we have a swap partition before trying to read or writeJoel Sing
hibernate info. ok mlarkin@ stsp@
2012-07-16As usual, turn off POOL_DEBUG for the release. Note that POOL_DEBUG isJasper Lievisse Adriaanse
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@
2012-07-16and we head towards releaseTheo de Raadt
2012-07-16Two fixes regarding -Tman .sp:Ingo Schwarze
* 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.
2012-07-16Several -mdoc parser improvements related to vertical spacing:Ingo Schwarze
* 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.
2012-07-16Add a man page describing pcap grammargiovanni
help from lteo@, claudio, jmc@ ok jmc@
2012-07-16sync the first example with the default conf file; ok gillesJason McIntyre
2012-07-16don;t quote things unneccessarily; ok gillesJason McIntyre
2012-07-15update examples:Gilles Chehade
pkill sendmail -> /etc/rc.d/sendmail stop smtpd -> /etc/rc.d/smtpd start suggested by Seth Wright <seth@crosse.org>, ok chl@
2012-07-15when specifying a relay port that's not standart, do not ntohs() the relayGilles Chehade
port as it will be done internally by sa_set_port() issue reported by Markus Bergkvist <markus@familjenbergkvist.net>
2012-07-15fix exampleGilles Chehade
submitted by Marcus Merighi <mcmer-openbsd@tor.at>
2012-07-15Don't panic in hibernate resume if no swap partition exists on the root disk.Stefan Sperling
ok mlarkin
2012-07-15syncTodd T. Fries
2012-07-15Add a command (~D) to drop the DTR line for a second (similar to usingNicholas Marriott
~# for a BREAK). This is useful as it makes some microcontroller boards reset. From Visa Hankala.
2012-07-15Document pane_index variable, from sam at sltosis dot org.Nicholas Marriott
2012-07-14A known errata of R4000 and R4400 processors, is that reading the internalMiod Vallat
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.
2012-07-14Split the existing mips64 clock code into time-of-day and generic duties inMiod Vallat
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)
2012-07-14Make IPv6 privacy addresses appear alongside regular SLAAC addresses.sperreault
Also fix a memory management problem that was made obvious by this diff. ok bluhm@, previous version ok @stsp
2012-07-14Translate blank input lines to .sp just like in mdoc(7),Ingo Schwarze
and ignore .sp after .PP. This fixes vertical spacing for blank lines after .PP and for .sp after .PP.
2012-07-14In -Tman .Bl -compact, skip the blank line only before the first itemIngo Schwarze
of the first list in a section, not before every item of the first list.
2012-07-14reorganize the makefile a bitEric Faurot
ok gilles@
2012-07-14replace (somewhat) magic numbers with constantsAlexander Hall
ok krw@
2012-07-14as _resp is being localized by typeset -l, no need to localize it twiceAlexander Hall
from Robert Peichaer, thanks! ok krw@
2012-07-14ansifyAlexandr Shadchin
ok deraadt@
2012-07-14fix typo in commentAlexandr Shadchin
ok deraadt@
2012-07-14zap whitespaceAlexandr Shadchin
ok deraadt@
2012-07-13Adjust -Tman SYNOPSIS .Nm indentation using .HP; requested by millert@.Ingo Schwarze
There are still lots of ugly line breaks, to be fixed later.
2012-07-13install the correct file; from schwarze, ok krwTheo de Raadt