summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-09-24Fix where the cursor is positioned after expunging files. ok jasper@Mark Lumsden
2015-09-24Don't leak fd and path on failure.Nicholas Marriott
2015-09-24Do not leak log file descriptor.Nicholas Marriott
2015-09-24Make comments more accurate.Mark Lumsden
2015-09-24Add mark-paragraph. ok jasper@Mark Lumsden
2015-09-24Assign flag not number for flag types (we got away with it so farNicholas Marriott
2015-09-24add ssh_config CertificateFile option to explicitly listDamien Miller
2015-09-24Fix multiple iterations of kill-paragraph. ok jasper@Mark Lumsden
2015-09-23No need for err.h, avoid excess fputs() calls and return from mainTodd C. Miller
2015-09-23fix line number handling in dired delete functions.Mark Lumsden
2015-09-22Don't update last session when the session is unchanged, from Sina Siadat.Nicholas Marriott
2015-09-22fix two typos.Igor Sobrado
2015-09-21add a missing NULL checkBrent Cook
2015-09-21add a couple of missing NULL checksBrent Cook
2015-09-21Trailing whitespace is significant when determining the width of a tagIngo Schwarze
2015-09-21remove vestigial bits of sha-0 and md2 from openssl(1)Brent Cook
2015-09-21remove an unsightly paragraph break;Jason McIntyre
2015-09-21no more _subdir; Jan Stary <hans at stare dot cz>Ingo Schwarze
2015-09-21Reset the alerts timer always on activity, from Thomas Adam.Nicholas Marriott
2015-09-21Mention lex and flex++, from Rob Pierce. ok jmcNicholas Marriott
2015-09-21Fix a couple of libtool issues:Antoine Jacoutot
2015-09-21If you open the same directory twice in dired mode, mg does not behaveMark Lumsden
2015-09-21fix possible hang on closed output; bz#2469 reported by Tomas KuthanDamien Miller
2015-09-20Pack the algorithm numbers, to avoid printing a useless (null) 0 0 0 0Miod Vallat
2015-09-19doas doesn't need any files to be passed in. closefrom STDERR+1. ok bennoTed Unangst
2015-09-18-l should apply to the new not the old pane with -b, from "MadMaverick9"Nicholas Marriott
2015-09-17Redraw both src and dst sessions in break-pane.Nicholas Marriott
2015-09-16Log when cmdq_continue is called.Nicholas Marriott
2015-09-16Give some variables less silly names.Nicholas Marriott
2015-09-16A few minor style nits.Nicholas Marriott
2015-09-16Hoist some common code out of both branches of an if/else.Nicholas Marriott
2015-09-16Rename cmd_q dead flag to a general flags bitmask (will be more flags later).Nicholas Marriott
2015-09-16for portability, use (char *)NULL in execlp(3) as discussed on tech@Ingo Schwarze
2015-09-16Fix two bugs (at least 13 year old) of the [+]offset[.][Bb] XSI offset syntax:Ingo Schwarze
2015-09-15avoid the useless idiom Fl Ns Ar, use Fl ArIngo Schwarze
2015-09-15fix markup of the -t argumentIngo Schwarze
2015-09-14Avoid .Ns right after .Pf, it's pointless.Ingo Schwarze
2015-09-14for argument placeholders for file names use .Ar, not .PaIngo Schwarze
2015-09-14typo resultung in a markup errorIngo Schwarze
2015-09-14Calculate the correct line number when opening in dired mode.Mark Lumsden
2015-09-14Remove the warning about children of .Vt blocks because actually,Ingo Schwarze
2015-09-14Remove some extra blank lines.Nicholas Marriott
2015-09-14The .Dv macro actually forces normal font.Ingo Schwarze
2015-09-14Should add buffer if no -b.Nicholas Marriott
2015-09-14Move tzset() from log_open to main.Nicholas Marriott
2015-09-14Style nit, int for flags not u_int.Nicholas Marriott
2015-09-14When the active pane changes, redraw panes if the style hasNicholas Marriott
2015-09-14Make refresh-client force update of jobs, from Sina Siadat.Nicholas Marriott
2015-09-14Supply DEF_WEAK() macro to suppress warnings during compilation viaPhilip Guenther
2015-09-14Temporarily revive MD4 for MS CHAP support.Doug Hogan