summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2009-07-21Adjust field width to fit longest key when listing.Nicholas Marriott
2009-07-21Remove leftover debug logging of password.Nicholas Marriott
2009-07-21Make some functions which return unused values void (mostly found by lint) andNicholas Marriott
2009-07-21Nix a few unused attributes on arguments which are no longer unused.Nicholas Marriott
2009-07-21Remove a couple of unused functions and fix a type ("FALLTHOUGH"), found byNicholas Marriott
2009-07-21__progname is not const, pointed out by deraadt.Nicholas Marriott
2009-07-21Tidy up keys: use an enum for the key codes, and remove the macros which justNicholas Marriott
2009-07-21add missing flag to synopsis.Igor Sobrado
2009-07-21Allow systat(1) to resolve names by adding a new -N flag. (The default wasStuart Henderson
2009-07-20Now that #P could be in the status line, flag it for redraw when the activeNicholas Marriott
2009-07-20Tweak unbind-key language very slightly.Nicholas Marriott
2009-07-20Display the number of failed password attempts (if any) when the server isNicholas Marriott
2009-07-20Add a status-justify option to allow the window list in the status line to beNicholas Marriott
2009-07-20New options, window-status-current-{fg,bg,attr}, to set the fg, bg andNicholas Marriott
2009-07-20Kill some dead stores and fix a null pointer deref, found by clang.Nicholas Marriott
2009-07-20Move the offsets as well when swapping panes.Nicholas Marriott
2009-07-19Missed these in sudo sudo 1.7.2 update.Todd C. Miller
2009-07-19Fix expansion of %h in #include names.Todd C. Miller
2009-07-19missing va_end in abuf_dprn. ok ratchov@Martynas Venckus
2009-07-19remove BUILTIN/SHELL cruft that used to be needed for sh, which isMartynas Venckus
2009-07-19tweak previous;Jason McIntyre
2009-07-19Improved layout code.Nicholas Marriott
2009-07-19Hook up "text" (executable) output and implement for fuser too.Todd C. Miller
2009-07-19The abbreviation for .Bf -symbolic is .Bf Sy, not .Bf Sm;Ingo Schwarze
2009-07-18Kristaps was so happy about .Bl -hang support ("the last major missingIngo Schwarze
2009-07-18sync to 1.8.0: a couple of cosmetic fixes:Ingo Schwarze
2009-07-18sync to 1.8.0: support -offset [0-9]+n and -offset [0-9]+mIngo Schwarze
2009-07-18sync to 1.8.0: lots of minor changesIngo Schwarze
2009-07-18sync to 1.8.0: support .Bl -hangIngo Schwarze
2009-07-18ps is an argumentIgor Sobrado
2009-07-18sync to 1.8.0: a bad .St argument causes an error, not a warningIngo Schwarze
2009-07-18sync to 1.8.0: white space fixes, no code changeIngo Schwarze
2009-07-18sync to 1.8.0: move mdoc_a2att, mdoc_a2st, and mdoc_a2lib to libmdocIngo Schwarze
2009-07-18sync to 1.8.0: for .Fo, do not print a blank before '('Ingo Schwarze
2009-07-18sync to 1.8.0: two .Vd in SYNOPSIS get a line break in between,Ingo Schwarze
2009-07-18sync to 1.8.0: replace macro function declarations by real ones, and sort themIngo Schwarze
2009-07-18sync to 1.8.0: cleanup: remove offset and rmargin from termpairIngo Schwarze
2009-07-18sync to 1.8.0: remove ambiguous TERMPAIR_SETFLAG macro and set flags manuallyIngo Schwarze
2009-07-18sync to 1.8.0: consolidated Bsx, Dx, Fx, Nx, Ox, Ux into one common functionIngo Schwarze
2009-07-18sync to 1.8.0: avoid duplicate warning about a malformed NAME sectionIngo Schwarze
2009-07-18sync to 1.8.0: .Nd is now a BFI, was an ELEM,Ingo Schwarze
2009-07-18Add three new session options: visual-activity, visual-bell, visual-content. IfNicholas Marriott
2009-07-18sync to 1.8.0: <sys/types.h> needed for u_char; <uqs at spoerlein dot net>Ingo Schwarze
2009-07-18Don't assign NULL to an integer type, use 0 instead.Jonathan Gray
2009-07-18restore -S as toggle;Jason McIntyre
2009-07-17Make it so using kill-pane to destroy the last pane in a window destroys theNicholas Marriott
2009-07-17- New command display-message (alias display) to display a message in theNicholas Marriott
2009-07-17When resizing a screen smaller in alternate screen mode, all the lines neededNicholas Marriott
2009-07-17be more careful with parsing format string. we can't do multipleMartynas Venckus
2009-07-17Tidy up new-session and attach-session and change them to work from insideNicholas Marriott