summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-16Stop passing around a pointer to the stack variable 'disk' in main().Kenneth R Westerback
2015-03-16make CLEANFILES clean up more of the tests' droppingsDamien Miller
2015-03-16Reduce use of SMALL_KERNEL in acpi, bringing acpiec driver and more gpeTheo de Raadt
2015-03-16Include <sys/param.h> rather than <sys/types.h> when also includingMiod Vallat
2015-03-16Document that -i/-u are mutually exclusive and clean up the relatedKenneth R Westerback
2015-03-16Convert to if_input(), tested by jsg@.Martin Pieuchot
2015-03-16Change the internal name of the newline function to deconflict with aBrian Callahan
2015-03-16Don't include limits.h or sys/limits.h since grep.h already does itTodd C. Miller
2015-03-16Include limits.h, not sys/limits.h and include stdint.h for SIZE_MAX.Todd C. Miller
2015-03-16from zhuk: be clear that "#" is a variableJason McIntyre
2015-03-16#if 0 some more arrays used only for decrypting (we don't useDamien Miller
2015-03-16convert timeout_add() calls using hz to timeout_add_msec()Jonathan Gray
2015-03-16When state creations happen in short term by outgoing packets of oneYASUOKA Masahiko
2015-03-16Revert 1.39. Resetting after specifically putting the keyboard in aJoshua Stein
2015-03-16Revert 1.44 since we have found some machines where the keyboardJoshua Stein
2015-03-16syncTheo de Raadt
2015-03-16Fix typoeJames Turner
2015-03-16Bump major to 29, regen .pc and header with new version infoJames Turner
2015-03-16Merge conflictsJames Turner
2015-03-16Merge conflictsJames Turner
2015-03-16Update sqlite3 to 3.8.7.4. Changes available here: http://sqlite.org/changes....James Turner
2015-03-15from zhuk: two grammar fixes;Jason McIntyre
2015-03-15from zhuk: clarify "set --";Jason McIntyre
2015-03-15Avoid a NULL pointer deref when X509_get_pubkey() returns NULL.Doug Hogan
2015-03-15Prevent use after free.Florian Obser
2015-03-15Define chdname once in a .c and make it extern in the .hPhilip Guenther
2015-03-15Handle tar -o by setting the tar_nodir directly instead of faking up aPhilip Guenther
2015-03-15Avoid off-by-one read access to the termacts array, which couldIngo Schwarze
2015-03-15from zhuk: remove ambiguity around the false/true description;Jason McIntyre
2015-03-15Bring back '#include <lib/libz/zlib.h>', but inside #ifdev GPT. GPTKenneth R Westerback
2015-03-15from zhuk: paths not beginning dot (as well as slash) use CDPATH;Jason McIntyre
2015-03-15from zhuk: remove ambiguity in the description of "continue";Jason McIntyre
2015-03-15from zhuk: the dash part of "cd -" is not a flag, so don;t show it as such;Jason McIntyre
2015-03-15fix for regression test for strtol(). it failed (the wrong kind ofPeter Hessler
2015-03-15Using O_TRUNC with O_CREAT|O_EXCL is just confusing: fail if it exists,Philip Guenther
2015-03-15pax -o only accepts 'write_opt=nodir' and not bare 'nodir'Philip Guenther
2015-03-15tzfile.h is an internal header that should never have been installed.Todd C. Miller
2015-03-15Eliminate the question 'Which cd?' and just show the available cd'sKenneth R Westerback
2015-03-14Add missing #include <stdint.h> for SIZE_MAX.Todd C. Miller
2015-03-14Use xstrdup(), from Michael W. BombardieriTodd C. Miller
2015-03-14TZ_MAX_CHARS in the old tzfile.h bears no resemblence to the actualTodd C. Miller
2015-03-14Do not reference tzfile.h since that is an internal header.Todd C. Miller
2015-03-14Delete the separate and incomplete whatis(1) manualIngo Schwarze
2015-03-14Allow for multiple concurrent devopen() calls, and fill the .readdir memberMiod Vallat
2015-03-14unbreak treeTheo de Raadt
2015-03-14from zhuk: be clearer about not all options having long name equivalents andJason McIntyre
2015-03-14Whitespace & KNF tweaks. Change functions whose return values areKenneth R Westerback
2015-03-14use ctime_r to avoid a re-entrancy signal raceTheo de Raadt
2015-03-14Check for the size of the supposed destination address when constructingMartin Pieuchot
2015-03-14Zap unused variable.Kenneth R Westerback