summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-09drop privs prior to running ftpMarc Espie
2016-02-09avoid special characters; from michael reedJason McIntyre
2016-02-09make __cpu_simple_lock provide serialisation of the critical section.David Gwynne
2016-02-09turn off more old crypto in the client: hmac-md5, ripemd, truncatedDamien Miller
2016-02-09fix a use after free in an error pathJonathan Gray
2016-02-09Replace a three step string duplication with strndup().mmcc
2016-02-09For a long time, nomem() has been a wrapper for err(1, NULL) andtb
2016-02-09sync a function's comment with its signaturemmcc
2016-02-09another typoJeremie Courreges-Anglas
2016-02-09Kill code to send unicast packets which never got enabled.Jeremie Courreges-Anglas
2016-02-08don't attempt to percent_expand() already-canonicalised addresses,Damien Miller
2016-02-08Kill trailing whitespace.Jeremie Courreges-Anglas
2016-02-08typosJeremie Courreges-Anglas
2016-02-08Print MAX addresses padded with a leading zero.Jeremie Courreges-Anglas
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