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