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