Age | Commit message (Expand) | Author |
2016-02-08 | "exceeds past the end" -> "extends past the end" in comment. | Kenneth R Westerback |
2016-02-08 | Fix a bug that caused nothing to be skipped when skipping exactly the | Ingo Schwarze |
2016-02-08 | remove main() declaration | mmcc |
2016-02-08 | new sentence, new line; | Jason McIntyre |
2016-02-08 | mention mktime, since that is where struct tm is described. ok schwarze | Ted Unangst |
2016-02-08 | sslv3 has been removed; | Jason McIntyre |
2016-02-08 | Set EPT bits of guest pages in pmap_enter instead of doing it | Stefan Kempf |
2016-02-08 | If manual disklabel editing is requested during install, don't emit | Kenneth R Westerback |
2016-02-08 | If manual disklabel editing is requested during install, don't emit | Kenneth R Westerback |
2016-02-08 | Convert to uiomove. From Martin Natano. | Stefan Kempf |
2016-02-08 | remove needless headers | mmcc |
2016-02-08 | refactor activation of rekeying | Damien Miller |
2016-02-08 | Align with reality, and with POSIX: For this particular function, | Ingo Schwarze |
2016-02-08 | sys/param.h -> sys/types.h. No need to drag in nitems() only to | Kenneth R Westerback |
2016-02-08 | Stop requiring a BlockAck session timeout (again), and just use it if the AP | Stefan Sperling |
2016-02-08 | Work around buggy APs which occasionally emit sequence numbers much higher | Stefan Sperling |
2016-02-07 | Fix off-by-one in loop termination condition. | tb |
2016-02-07 | Hide some excessive net80211 debug printfs behind ieee80211_debug >= 2. | Stefan Sperling |
2016-02-07 | Mark a few others functions as __dead; ok bluhm@ | Jeremie Courreges-Anglas |
2016-02-07 | Remove setproctitle() for the parent process. Because rc.d(8) uses process | Stuart Henderson |
2016-02-07 | Remove setproctitle() for the parent process. Because rc.d(8) uses process | Stuart Henderson |
2016-02-07 | compare pointer to NULL in example code | mmcc |
2016-02-07 | require a tty for the password. | Ted Unangst |
2016-02-07 | Comment. | Masao Uebayashi |
2016-02-07 | Remove a too strict assertion. | Masao Uebayashi |
2016-02-07 | Make sure the maximum iwm(4) firmware command payload size fits into | Stefan Sperling |
2016-02-07 | avoid a use after free when parsing address ranges from a config | Jonathan Gray |
2016-02-07 | avoid a double free in an error path | Jonathan Gray |
2016-02-07 | Convert to uiomove. While there, use size_t consistently for | Stefan Kempf |
2016-02-07 | Eliminate #include inside *.h files and include only needed headers in | Kenneth R Westerback |
2016-02-06 | Eliminate #include inside *.h files and include only needed headers in | Kenneth R Westerback |
2016-02-06 | Eliminate #include inside *.h files and include only needed headers in | Kenneth R Westerback |
2016-02-06 | Convert to uiomove. From Martin Natano. | Stefan Kempf |
2016-02-06 | Add support for the 9 series PCH. | Mark Kettenis |
2016-02-06 | Enable the code that reads the BIOS from the ACPI VFCT table on platforms | Mark Kettenis |
2016-02-05 | Explain why we intentionally violate POSIX here, to prevent people from | Ingo Schwarze |
2016-02-05 | Fix iwn(4) CCMP replay detection so it does not drop out-of-order A-MPDU | Stefan Sperling |
2016-02-05 | Count A-MPDU subframes with sequence number below the current BA window as | Stefan Sperling |
2016-02-05 | Guard against integer overflow when checking whether | Stefan Kempf |
2016-02-05 | remove no longer relevant ifndef | Joerg Jung |
2016-02-05 | use SMTPD_NAME define | Joerg Jung |
2016-02-05 | Define EDCA tables for 11n mode. Per 802.11-2012 they are the same as | Stefan Sperling |
2016-02-05 | Make write explicitly ASCII only by transforming UTF-8 characters and non-ASCII | martijn |
2016-02-05 | be more forceful about not using these. | Marc Espie |
2016-02-05 | Use the correct structure size when allocating the array for nodes. | Can Erkin Acar |
2016-02-05 | sync | Stuart Henderson |
2016-02-05 | In iwn(4), set max A-MPDU length to 64k instead of 4k and tell the firmware | Stefan Sperling |
2016-02-05 | In iwm(4), set max A-MPDU length to 64k instead of 4k and tell the firmware | Stefan Sperling |
2016-02-05 | Store ADDBA request and response parameters in the block ack record of | Stefan Sperling |
2016-02-05 | Implement acpi_get_table_with_size(). Will soon be used to read VFCT | Mark Kettenis |