summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* syncjasper2012-07-191-3/+4
|
* say that we are unhibernating..deraadt2012-07-191-1/+3
|
* Fix for VU#624931 CVE-2012-2978: NSD denial of servicephessler2012-07-191-0/+3
| | | | | | | vulnerability from non-standard DNS packet from any host on the internet. OK sthen@
* make the scheduler less verbose by default.eric2012-07-181-3/+4
| | | | | | suggested by Percy Piper. ok gilles@
* Attach non-frame buffer GIO devices with ga_product being the id gathered bymiod2012-07-181-3/+4
| | | | | gio_id(), not the whole 32 bit first word. Some boards with a 8-bit only ID register use the other 24 bits, sadly.
* comment typo; s/lineair/linear/matthew2012-07-181-2/+2
|
* Hopefully correctly recognize GIO boards with a 8-bit only ID register, whichmiod2012-07-181-4/+13
| | | | are not frame buffers. Thanks to Martin Boehme for donating such boards!
* regenmiod2012-07-182-8/+12
|
* A couple more device IDs, thanks to Martin Boehme for donating boards!miod2012-07-181-4/+6
|
* According to Linux, and just verified the hard way, the 8254 timer does notmiod2012-07-184-5/+17
| | | | | | | | | interrupt on Indy; do not use it on such systems. Then, bring back a clock0 at mainbus attachment to IP22 kernels, and attach it late in the autoconf process if no other device has claimed the clock yet. This means R4000 and R4400 based Indy may experience the lost clock interrupt processor errata again, until a better way to skirt it is found.
* enable more tests, some were forgotten along the wayschwarze2012-07-189-14/+46
|
* Drop empty .IP such that is does not cause additional vertical spacing.schwarze2012-07-184-4/+76
| | | | Issue first reported by naddy@ in rsync(1).
* Drop .sp and .br right after .SH and .SS.schwarze2012-07-183-7/+29
| | | | | Fixes vertical spacing after "OPTIONS" in gcc(1). Issue first reported by naddy@ in rsync(1).
* Let a trailing .Ns macro take effectschwarze2012-07-183-3/+16
| | | | | | even on an input line containing a partial implicit macro. Fixes horizontal spacing in vi(1), ddb(4), and ppp(8).
* Print messages about nodes purged from the node cache if hostap/ibss modes arestsp2012-07-181-3/+4
| | | | compiled in and the interface is in debug mode. ok sthen
* Fix handling of paragraph macros inside lists:schwarze2012-07-188-12/+162
| | | | | | | | * When they are trailing the last item, move them outside the list. * When they are trailing any other none-compact item, drop them. Improves formatting of 40 pages, e.g. grep(1), ksh(1), netstat(1), ath(4), bsd.port.mk(5), pf.conf(5), mount(8), crypto(9).
* The mdoc(7) \*(Ba predefined string actually forces roman font;schwarze2012-07-188-6/+112
| | | | | | | | | | | | | that's stupid because it may break enclosing font changes, but let's do the same for groff bug compatibility. --> Never use \*(Ba, use just plain "|"! <-- Also, predefined strings are already expanded by the roff(7) parser, so the mdoc(7) parser has to look for the expanded string. Formatting improvements in ksh(1), less(1), atan2(3), hostapd.conf(5), snmpd.conf(5), and mknod(8).
* styleespie2012-07-181-10/+10
|
* syncsthen2012-07-182-2/+22
|
* Additional Broadcom NIC PCI ids. From Brad.sthen2012-07-181-1/+5
|
* Unify use of tabs/spaces on product lines. From Brad.sthen2012-07-181-28/+28
|
* p_prof_ticks accidentally got moved from a 'copy-on-fork' areaguenther2012-07-171-4/+4
| | | | | | | | (when it was in struct pstats) to an 'uninitialized-on-fork' area (in struct proc), thus resulting in the counts all being off. Put it and p_prof_addr back in a 'copy-on-fork' area. ok matthew@ miod@ weingart@
* syncderaadt2012-07-1715-15/+15
|
* martynas added support for the 'long double' math functions to libm atmatthew2012-07-173-21/+21
| | | | | | | | | c2k11, so libstdc++-v3 should make use of them. Major version bump for good measure, and sync libstdc++'s shlib_version with libstdc++-v3's. Issue pointed out by Roberto Bagnara on bugs@ ok deraadt
* Revert my previous change for rt2661. It is causing excessive "ral0: devicestsp2012-07-172-19/+5
| | | | timeout" messages on my soekris and doesn't fix the real problem.
* Use correct types for (large) constants. Found a diff like this in myotto2012-07-171-3/+3
| | | | tree; don't know where it was coming from. ok krw@ mikeb@
* syncderaadt2012-07-171-1/+0
|
* Add the Huawei Mobile E303.dcoppa2012-07-175-8/+16
| | | | | | From Andreas Bartelt, obsd AT bartula DOT de OK sthen@
* test the actual object file instead of the wrapper scriptjasper2012-07-171-3/+3
| | | | ok espie@
* regenkirby2012-07-172-0/+52
|
* add a bunch of devices found in different laptops and desktops.kirby2012-07-171-1/+13
| | | | ok sthen@
* Remove outdated reference to BSD 4.4 symlink behavior. Equivalentmatthew2012-07-171-11/+2
| | | | text was removed from symlink.7 over 16 years ago.
* Document new pathconf() variables.matthew2012-07-171-10/+51
| | | | From Brad, with tweaks by me.
* use IPsec flowinfo on pipex(4) to select the IPsec tunnel for sendingyasuoka2012-07-175-22/+34
| | | | | | L2TP packets. ok markus henning
* Always fix the man(7) subsection header (.SS) indent to 3n,schwarze2012-07-161-2/+2
| | | | | | 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.
* Release polishing: finally fix the perl(1) SYNOPSIS.schwarze2012-07-165-1/+19
| | | | | | 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.
* test end-of-sentence handlingschwarze2012-07-162-0/+44
|
* some more whitespace tests found in my treeschwarze2012-07-165-2/+42
|
* syncderaadt2012-07-1617-17/+17
|
* revert previous, it was hardly tested and is causing too many issues too close to release.jasper2012-07-167-370/+210
| | | | as discussed with and ok mpi@ deraadt@
* add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4)markus2012-07-1620-48/+266
| | | | | | | 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
* Forgot these files during the recent clock churning.miod2012-07-162-4/+4
|
* oops, need sys/acct.h tooderaadt2012-07-161-1/+2
|
* Add shorter form function aml_node_setval() for setting an intderaadt2012-07-162-3/+20
| | | | | on an AML node. Shortens the tricky code in a lot of callers. Earlier version seen by pirofti and kettenis.
* Put acct_shutdown() proto in a better placederaadt2012-07-162-4/+3
|
* Move increment of ic_nnodes closer to where the node is actually insertedstsp2012-07-161-3/+26
| | | | | | 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.
* Fix a couple of possible node leaks in ieee80211_input().stsp2012-07-161-4/+10
|
* syncderaadt2012-07-161-0/+1
|
* Back out my workaround from r1.43 now that jsing has committed a better fix.stsp2012-07-161-5/+3
|
* Make sure we have a swap partition before trying to read or writejsing2012-07-161-1/+6
| | | | | | hibernate info. ok mlarkin@ stsp@