summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-28zap a misleading commentPhilip Guenthe
2012-07-28lint is with us no more; remove regress testsPhilip Guenthe
2012-07-28sync struct pfloghdr with reality, pt out Johan Ryberg <johan at securit.se>Henning Brauer
2012-07-28fix uninitialized field type in scheduler_info struct.Charles Longeau
found with valgrind on -portable. ok gilles@
2012-07-28Return a proper error message when we end up needed to parseJasper Lievisse Adriaanse
packages, but none were provided. Similar to what fd.o does.
2012-07-27Fix initializer botch introduced in r1.20 when 'oldval' field wasKenneth R Westerback
added into middle of struct field (sic), without adding appropriate initializer values. Move field to end of struct and let 0 be it's value. Spotted and diff from David Julio.
2012-07-26Make interface_status() assume that a link is up when IFM_AVALIDKenneth R Westerback
is not set. This is what the late interface_link_status() did. Allows drivers who cannot tell what the link state is to get dhcp leases. Prodding by henning@. ok deraadt@ miod@
2012-07-26remove reference to no longer existing description of nonexistent devices;Christian Weisgerber
ok deraadt@ tedu@, wording tweaks jmc@
2012-07-26now that we are current again, enable POOL_DEBUGOtto Moerbeek
2012-07-26move to -currentOtto Moerbeek
2012-07-26rename all_state_flags to state_flags to finish the transitionMike Belopuhov
to the 16 bit flags; reminded by claudio, ok henning
2012-07-26load os passive fingerprints when testing the ruleset; ok henningMike Belopuhov
2012-07-25do not check ns here, we're supposed to compute it; ok krw@ deraadt@Otto Moerbeek
2012-07-25When reporting media state, be sure to set IFM_AVALID and IFM_ACTIVE inMiod Vallat
ifm_status, for dhclient's sake. Current dhclient interface_status() considers interfaces able to report media information but not returning IFM_AVALID as down. Note that these interfaces usually have mii(4) or have specific code reporting correct values; sparc le(4) is an exception. Found the hard way by sebastia@; joint work with krw@, ok deraadt@
2012-07-24decls before codeTheo de Raadt
2012-07-23workaround: link this static for a release, because the upgrade scriptTheo de Raadt
is doing something unbelievably stupid by running dynamic binaries. In about 4-5 months, someone remind me to undo this change.
2012-07-23Call sppp_clear_ip_addrs from a workq. Problem reported by RD Thrush andStuart Henderson
LEVAI Daniel, diagnosed by matthew@, original diff from RD Thrush, cleaned up by me with feedback from mikeb@. OK mikeb dcoppa deraadt
2012-07-22shrinkTheo de Raadt
2012-07-22remove a few things to make this fit again; with miodTheo de Raadt
2012-07-22Fix for ClickPad. On issue pointed gilles@ and matthieu@Alexandr Shadchin
ok gilles@, matthieu@, mpi@, miod@, deraadt@
2012-07-22openssh 6.1Markus Friedl
2012-07-22unp_dispose() walks not just the mbuf chain (m_next) but also the packetPhilip Guenthe
chain (m_nextpkt), so the mbuf passed to it must be disconnected completely from the socket buffer's chains. Problem noticed by yasuoka@; tweak from krw@, ok deraadt@
2012-07-21Have sendbug(1) submit error reports to bugs@, instead of gnats@.Peter Hessler
OK deraadt@
2012-07-21Make kdump recognize the __MAP_NOREPLACE flag.Matthew Dempsky
ok deraadt
2012-07-21Add a new mmap(2) flag __MAP_NOREMAP for use with MAP_FIXED toMatthew Dempsky
indicate that the kernel should fail with MAP_FAILED if the specified address is not currently available instead of unmapping it. Change ld.so on i386 to make use of __MAP_NOREMAP to improve reliability. __MAP_NOREMAP diff by guenther based on an earlier diff by Ariane; ld.so bits by guenther and me bulk build stress testing of earlier diffs by sthen ok deraadt; committing now for further testing
2012-07-20regenJonathan Gray
2012-07-20add some more 7 series/ivy bridge idsJonathan Gray
tweaked and expanded version of a diff from Seth Wright.
2012-07-20match on Mobility Radeon HD2600Jonathan Gray
from Denis Lapshin, ok deraadt@
2012-07-20Replace some leading blanks before comments with leading tab. NoticedKenneth R Westerback
by and diff from Robert at peichaer dot org.
2012-07-20regen moduli file; ok deraadtDarren Tucker
2012-07-19syncJasper Lievisse Adriaanse
2012-07-19say that we are unhibernating..Theo de Raadt
2012-07-19Fix for VU#624931 CVE-2012-2978: NSD denial of servicePeter Hessler
vulnerability from non-standard DNS packet from any host on the internet. OK sthen@
2012-07-18make the scheduler less verbose by default.Eric Faurot
suggested by Percy Piper. ok gilles@
2012-07-18Attach non-frame buffer GIO devices with ga_product being the id gathered byMiod Vallat
gio_id(), not the whole 32 bit first word. Some boards with a 8-bit only ID register use the other 24 bits, sadly.
2012-07-18comment typo; s/lineair/linear/Matthew Dempsky
2012-07-18Hopefully correctly recognize GIO boards with a 8-bit only ID register, whichMiod Vallat
are not frame buffers. Thanks to Martin Boehme for donating such boards!
2012-07-18regenMiod Vallat
2012-07-18A couple more device IDs, thanks to Martin Boehme for donating boards!Miod Vallat
2012-07-18According to Linux, and just verified the hard way, the 8254 timer does notMiod Vallat
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.
2012-07-18enable more tests, some were forgotten along the wayIngo Schwarze
2012-07-18Drop empty .IP such that is does not cause additional vertical spacing.Ingo Schwarze
Issue first reported by naddy@ in rsync(1).
2012-07-18Drop .sp and .br right after .SH and .SS.Ingo Schwarze
Fixes vertical spacing after "OPTIONS" in gcc(1). Issue first reported by naddy@ in rsync(1).
2012-07-18Let a trailing .Ns macro take effectIngo Schwarze
even on an input line containing a partial implicit macro. Fixes horizontal spacing in vi(1), ddb(4), and ppp(8).
2012-07-18Print messages about nodes purged from the node cache if hostap/ibss modes areStefan Sperling
compiled in and the interface is in debug mode. ok sthen
2012-07-18Fix handling of paragraph macros inside lists:Ingo Schwarze
* 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).
2012-07-18The mdoc(7) \*(Ba predefined string actually forces roman font;Ingo Schwarze
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).
2012-07-18styleMarc Espie
2012-07-18syncStuart Henderson
2012-07-18Additional Broadcom NIC PCI ids. From Brad.Stuart Henderson