summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2014-01-23hardware cecksummed counters -> software checksummed countersHenning Brauer
2014-01-23tweak previous;Jason McIntyre
2014-01-23Add -D shorttitle support, so that the progress meter can show some sortTheo de Raadt
2014-01-22Support paste key in copy mode input (for search etc). Also clamp lengthNicholas Marriott
2014-01-22replace sensitive memsets with explicit_bzeroTed Unangst
2014-01-22Implement the \: (optional line break) escape sequence,Ingo Schwarze
2014-01-22Merge server-info into show-messages and remove some not useful output.Nicholas Marriott
2014-01-22Do not permit periods in session names (colons are already banned). FromNicholas Marriott
2014-01-22Only exit copy mode at the bottom if no selection in progress, fromNicholas Marriott
2014-01-22fix an fd leakJonathan Gray
2014-01-22fix fd leaks in error pathsJonathan Gray
2014-01-22fix a leak in an error pathJonathan Gray
2014-01-22fix leaksJonathan Gray
2014-01-21fulfilling theo's wishesHenning Brauer
2014-01-21Treat the line after .Cd as a single argument.Ingo Schwarze
2014-01-21obvious .Pa fixes; found with mandocdb(8)Ingo Schwarze
2014-01-20Keep words after .Ic together in a single argument.Ingo Schwarze
2014-01-20Obvious .Xr fixes, found while testing mandocdb(8).Ingo Schwarze
2014-01-20memleak; found by Loganaden Velvindron @ AfriNIC; ok markus@Damien Miller
2014-01-19Fix .Ar macro abuse; found with mandocdb(8).Ingo Schwarze
2014-01-19newqueue support for the queue view, code mostly from pfctl. lifting doneHenning Brauer
2014-01-19do not truncate strlcpy/snprintf, fail hard and properTheo de Raadt
2014-01-19Always compare arch case-insensitively.Ingo Schwarze
2014-01-19Avoid the risk of trying to modify a literal string.Ingo Schwarze
2014-01-19Always store the arch in lower-case only.Ingo Schwarze
2014-01-19better error message for readpassphrase. from fritjof. ok deraadtTed Unangst
2014-01-19- statics -> statisticsJason McIntyre
2014-01-19Cast the sizeof to socklen_t so it'll work even if the supplied len isDarren Tucker
2014-01-19Usually, you don't want macros in the .Nd line, so remove instances of .TnIngo Schwarze
2014-01-19A SYNOPSIS should not attempt to provide examples, so trim it;Ingo Schwarze
2014-01-19Report the number of dropped ICMP error because the rate limit got exceeded.Claudio Jeker
2014-01-19fix inverted meaning of 'no' and 'yes' for CanonicalizeFallbackLocalDamien Miller
2014-01-19Cast socklen_t when comparing to size_t and use socklen_t to iterate overDarren Tucker
2014-01-19Get rid of the local keys table, use the new mansearch_const.c.Ingo Schwarze
2014-01-19Support a second -v on mandocdb(8) to show keys while they are being added;Ingo Schwarze
2014-01-18explicitly define USE_PIPES to 1 to prevent redefinition warnings in portableDarren Tucker
2014-01-18Cope with slightly broken NAME sections in man(7) pagesIngo Schwarze
2014-01-18Remove -Wbounded: it is now the compiler default.Martynas Venckus
2014-01-17Sort the macro keys by their real-world frequency to reduce the averageIngo Schwarze
2014-01-17Drop the AUTOINCREMENT PRIMARY KEYs from the mlinks and keys tables.Ingo Schwarze
2014-01-17Despite some experimenting, i'm unable to find any relevant effect ofIngo Schwarze
2014-01-17ctype and other sign extension fixes.Okan Demirmen
2014-01-17fix log message statvfs. ok djmDarren Tucker
2014-01-17remove unused includes. ok djm@Darren Tucker
2014-01-17Add a new example showing how to verify bsd.rd with signify and the newLawrence Teo
2014-01-17signed/unsigned comparison warning fix; from portableDamien Miller
2014-01-16Avoid size_t overflow in apprentice_map.Tobias Stoeckmann
2014-01-16openssh-6.5Damien Miller
2014-01-16needless and incorrect cast to size_t can break resumption ofDamien Miller
2014-01-15for STANDARDS, not that the ability to specify a month name as a singleJason McIntyre