summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-17syncTheo de Raadt
2016-08-17Use more dhcp info when trying autoinstall/autoupgrade.Kenneth R Westerback
2016-08-17Fix an mbuf leak and missing error propagation in uipc_usrreq(PRU_SEND)Alexander Bluhm
2016-08-17Nothing from the original Wasabi code remains, so replace the copyrightPatrick Wildt
2016-08-17Remove bogus suspend/resume code from armv7 com(4) attachment driver.Patrick Wildt
2016-08-17Replace sxiuart(4) with the mostly compatible com(4).Patrick Wildt
2016-08-17syslogd(8) uses new libtls certificate and key file loading. SoAlexander Bluhm
2016-08-17By using the new tls_config_load_file() feature, syslogd(8) certificateAlexander Bluhm
2016-08-17When returning the file size info, only use z_total_in/z_total_outTodd C. Miller
2016-08-17Fix x86_atomic_{set|clear}bits_u64() by using the "er" constraint insteadMark Kettenis
2016-08-17Document RT3900E (RT5390 / RT5392) support in ral(4).Stefan Sperling
2016-08-17Add support for RT5390 and RT5392 chipsets to the ral(4) driver.Stefan Sperling
2016-08-17Update ral(4) firmware for RT2860 family devices.Stefan Sperling
2016-08-17use a register variable to get at the curcpu pointer in %g7David Gwynne
2016-08-17wpi(4) scans all bands at once, as far as the net80211 stack is concerned.Stefan Sperling
2016-08-17we have some spare interrupt levels, so move softnet above softclock.David Gwynne
2016-08-17regenStefan Sperling
2016-08-17Add PCI ID for Ralink RT5392 and additional IDs for RT5390 devices.Stefan Sperling
2016-08-17iwn(4) scans all bands at once, as far as the net80211 stack is concerned.Stefan Sperling
2016-08-17If a wireless device or driver scans all bands at once give 5GHz APsStefan Sperling
2016-08-17If the stack demands protection by setting the USEPROT flag then set theStefan Sperling
2016-08-17pluralize a wordPeter Hessler
2016-08-17The man page is a bit confusing for how we can control which addressPeter Hessler
2016-08-17wrterror() is fatal, delete dead code; ok tom@ natano@ tedu@Otto Moerbeek
2016-08-17small bits of header cleanup; ok mlarkinTheo de Raadt
2016-08-17Reintroduce 5.3-style checksum modification to preserve end-to-end checksumsprocter
2016-08-17Move to iopool. No voluntary testers after several years of requests so nowKenneth R Westerback
2016-08-17Move to iopool. No voluntary testers after several years of requests so nowKenneth R Westerback
2016-08-17Make error handling (esp. DATA_UNDERRUN) clearer and avoid losing residKenneth R Westerback
2016-08-17KNF and clean up many comments.Kenneth R Westerback
2016-08-17Ansify function definitions.Kenneth R Westerback
2016-08-16splraise() is an MI API now.David Gwynne
2016-08-16Add regression tests for IP_SENDSRCADDR.Vincent Gross
2016-08-16Add IP_SENDSRCADDR cmsg for UDP sockets. As suggested by sthen@,Vincent Gross
2016-08-16Track SSID in leases file and only consider leases from the current SSID whenKenneth R Westerback
2016-08-16There is no sense in doing caching in fusefs. In case of a non-localMartin Natano
2016-08-16Piping to a shell command does not count as a save, so don't reset theMartin Natano
2016-08-16When the commit message is empty, don't default to c)ontinueTheo Buehler
2016-08-16When the commit message is empty, don't default to c)ontinueTheo Buehler
2016-08-16Add, correct, and improve HISTORY sections.Ingo Schwarze
2016-08-16stop including sys/param.h for nitems. define locally as needed.Ted Unangst
2016-08-16Add HISTORY.Ingo Schwarze
2016-08-16remove #define for /dev/mem minors. let the raw magic of the hardcodedTed Unangst
2016-08-16move static variable up to firstTed Unangst
2016-08-16replace hand rolled tsleep physlock with rwlock. ok mlarkinTed Unangst
2016-08-16doesn't need to link with cryptoTed Unangst
2016-08-16remove reference to 6th ed.Ted Unangst
2016-08-16Turn "TLS handshake failed -" log message into a debug message - itReyk Floeter
2016-08-16Streamline and refactor the code a bit more:Theo Buehler
2016-08-16Nuke a bunch of whitespace nits seen while '%q' hunting.Kenneth R Westerback