summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2014-04-17remove special case for uucp entries.Okan Demirmen
2014-04-17Some more long lines.Nicholas Marriott
2014-04-17Only scroll by one line at a time in choose mode, lists are generallyNicholas Marriott
2014-04-17Set PATH explicitly, either from client or sessionNicholas Marriott
2014-04-17Wrap some long lines.Nicholas Marriott
2014-04-17Don't limit the DCS buffer to 256 bytes, expand it as needed. RequestedNicholas Marriott
2014-04-17Remove some unnecessary includes and fix a typo.Nicholas Marriott
2014-04-17Correct some time_t printing; factor out a grotty block while herePhilip Guenther
2014-04-17Correct the dance to fix the active pane in join-pane by pulling theNicholas Marriott
2014-04-17Remove the "info" message mechanism, this was only used for about fiveNicholas Marriott
2014-04-17Extend the -q flag to set-option to suppress errors about unknownNicholas Marriott
2014-04-17Do not show the -fg, -bg and -attr options. If asked for one explicitly,Nicholas Marriott
2014-04-17Remove the monitor-content option and associated bits and bobs. It'sNicholas Marriott
2014-04-16remove the identity files from this manpage - ssh-agent doesn't dealDamien Miller
2014-04-16skip leading zero bytes in buffer_put_bignum2_from_string();Damien Miller
2014-04-16Memory leak in error path and unnecessary assignment, from clang.Nicholas Marriott
2014-04-16Rename the mpages.id column to mpages.pageid. There is no good reasonIngo Schwarze
2014-04-16Remove a leftover prototype and fix some spacing.Nicholas Marriott
2014-04-16Remove the choose-list command to prepare for some later choose-* work.Nicholas Marriott
2014-04-16Give the mlinks and keys tables a pageid index,Ingo Schwarze
2014-04-16Whitespace tweaks before further tweaks; no objections from ajacoutot@.Vadim Zhukov
2014-04-16Make directory ordering in our libtool stable. Fixes quiet a few issuesVadim Zhukov
2014-04-16Because we pass the file descriptor from client to server, tmux can'tNicholas Marriott
2014-04-16des_cblock -> DES_cblockJonathan Gray
2014-04-16Upgrade from des_old miseryMiod Vallat
2014-04-16Pass the function flags SQLITE_UTF8 (because SQLITE_ANY is deprecated)Ingo Schwarze
2014-04-15At the end of mansearch(), fchdir() back to where we started from;Ingo Schwarze
2014-04-15remove documentation of the former macro key "NAME";Ingo Schwarze
2014-04-15My mailbox is full of shock.Ted Unangst
2014-04-15document which bits are xsi; ok millert sobradoJason McIntyre
2014-04-15Remove workarounds for ld reaching MAXDSIZ on vax, now that MAXDSIZ isMiod Vallat
2014-04-15add a STANDARDS section; pointed out by jmc@Igor Sobrado
2014-04-15- get the spacing right for -e, -i, -n, and -sJason McIntyre
2014-04-15add -s (two-byte signed decimal display) to od(1), as mandated by POSIX;Igor Sobrado
2014-04-15patch was moved from user portability (UP) to base in issue 7Jason McIntyre
2014-04-15Using macros in .Sh header lines, or having .Sm off or .Bk -words openIngo Schwarze
2014-04-14add a description for this filter similar to what POSIX and FreeBSD use;Igor Sobrado
2014-04-14Don't leak socketpair file descriptors if fork fails. Spotted by BalazsNicholas Marriott
2014-04-14Deny requests to display interactive help unless we can be really sureIngo Schwarze
2014-04-14Explain how -p works with respect to multiple commands, and provide EXAMPLES;Ingo Schwarze
2014-04-14"the randomization in this entire codebase is a grand experiment in stupid"Ted Unangst
2014-04-14STANDARDS: note that make is optionalJason McIntyre
2014-04-14update STANDARDS somewhat, and some macro simplification;Jason McIntyre
2014-04-14confirm passwords when generating keysTed Unangst
2014-04-13Unify description handling across all document types (mdoc, man, cat).Ingo Schwarze
2014-04-13better error reporting in case of SQL errors: mention dir and fileIngo Schwarze
2014-04-12Reference re_format(7), not ed(1) when talking about regexp matching.Todd C. Miller
2014-04-12more(1) is not an editor, so don't say -t will "edit" a file;Ingo Schwarze
2014-04-12- simplify macros in COMMANDSJason McIntyre
2014-04-12-l should override HOST, pointed out by claudio@Nicholas Marriott