Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-28 | zap a misleading comment | Philip Guenthe | |
2012-07-28 | lint is with us no more; remove regress tests | Philip Guenthe | |
2012-07-28 | sync struct pfloghdr with reality, pt out Johan Ryberg <johan at securit.se> | Henning Brauer | |
2012-07-28 | fix uninitialized field type in scheduler_info struct. | Charles Longeau | |
found with valgrind on -portable. ok gilles@ | |||
2012-07-28 | Return a proper error message when we end up needed to parse | Jasper Lievisse Adriaanse | |
packages, but none were provided. Similar to what fd.o does. | |||
2012-07-27 | Fix initializer botch introduced in r1.20 when 'oldval' field was | Kenneth 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-26 | Make interface_status() assume that a link is up when IFM_AVALID | Kenneth 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-26 | remove reference to no longer existing description of nonexistent devices; | Christian Weisgerber | |
ok deraadt@ tedu@, wording tweaks jmc@ | |||
2012-07-26 | now that we are current again, enable POOL_DEBUG | Otto Moerbeek | |
2012-07-26 | move to -current | Otto Moerbeek | |
2012-07-26 | rename all_state_flags to state_flags to finish the transition | Mike Belopuhov | |
to the 16 bit flags; reminded by claudio, ok henning | |||
2012-07-26 | load os passive fingerprints when testing the ruleset; ok henning | Mike Belopuhov | |
2012-07-25 | do not check ns here, we're supposed to compute it; ok krw@ deraadt@ | Otto Moerbeek | |
2012-07-25 | When reporting media state, be sure to set IFM_AVALID and IFM_ACTIVE in | Miod 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-24 | decls before code | Theo de Raadt | |
2012-07-23 | workaround: link this static for a release, because the upgrade script | Theo 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-23 | Call sppp_clear_ip_addrs from a workq. Problem reported by RD Thrush and | Stuart 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-22 | shrink | Theo de Raadt | |
2012-07-22 | remove a few things to make this fit again; with miod | Theo de Raadt | |
2012-07-22 | Fix for ClickPad. On issue pointed gilles@ and matthieu@ | Alexandr Shadchin | |
ok gilles@, matthieu@, mpi@, miod@, deraadt@ | |||
2012-07-22 | openssh 6.1 | Markus Friedl | |
2012-07-22 | unp_dispose() walks not just the mbuf chain (m_next) but also the packet | Philip 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-21 | Have sendbug(1) submit error reports to bugs@, instead of gnats@. | Peter Hessler | |
OK deraadt@ | |||
2012-07-21 | Make kdump recognize the __MAP_NOREPLACE flag. | Matthew Dempsky | |
ok deraadt | |||
2012-07-21 | Add a new mmap(2) flag __MAP_NOREMAP for use with MAP_FIXED to | Matthew 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-20 | regen | Jonathan Gray | |
2012-07-20 | add some more 7 series/ivy bridge ids | Jonathan Gray | |
tweaked and expanded version of a diff from Seth Wright. | |||
2012-07-20 | match on Mobility Radeon HD2600 | Jonathan Gray | |
from Denis Lapshin, ok deraadt@ | |||
2012-07-20 | Replace some leading blanks before comments with leading tab. Noticed | Kenneth R Westerback | |
by and diff from Robert at peichaer dot org. | |||
2012-07-20 | regen moduli file; ok deraadt | Darren Tucker | |
2012-07-19 | sync | Jasper Lievisse Adriaanse | |
2012-07-19 | say that we are unhibernating.. | Theo de Raadt | |
2012-07-19 | Fix for VU#624931 CVE-2012-2978: NSD denial of service | Peter Hessler | |
vulnerability from non-standard DNS packet from any host on the internet. OK sthen@ | |||
2012-07-18 | make the scheduler less verbose by default. | Eric Faurot | |
suggested by Percy Piper. ok gilles@ | |||
2012-07-18 | Attach non-frame buffer GIO devices with ga_product being the id gathered by | Miod 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-18 | comment typo; s/lineair/linear/ | Matthew Dempsky | |
2012-07-18 | Hopefully correctly recognize GIO boards with a 8-bit only ID register, which | Miod Vallat | |
are not frame buffers. Thanks to Martin Boehme for donating such boards! | |||
2012-07-18 | regen | Miod Vallat | |
2012-07-18 | A couple more device IDs, thanks to Martin Boehme for donating boards! | Miod Vallat | |
2012-07-18 | According to Linux, and just verified the hard way, the 8254 timer does not | Miod 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-18 | enable more tests, some were forgotten along the way | Ingo Schwarze | |
2012-07-18 | Drop empty .IP such that is does not cause additional vertical spacing. | Ingo Schwarze | |
Issue first reported by naddy@ in rsync(1). | |||
2012-07-18 | Drop .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-18 | Let a trailing .Ns macro take effect | Ingo Schwarze | |
even on an input line containing a partial implicit macro. Fixes horizontal spacing in vi(1), ddb(4), and ppp(8). | |||
2012-07-18 | Print messages about nodes purged from the node cache if hostap/ibss modes are | Stefan Sperling | |
compiled in and the interface is in debug mode. ok sthen | |||
2012-07-18 | Fix 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-18 | The 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-18 | style | Marc Espie | |
2012-07-18 | sync | Stuart Henderson | |
2012-07-18 | Additional Broadcom NIC PCI ids. From Brad. | Stuart Henderson | |