summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2017-07-10zap redundant Makefile variables.Marc Espie
2017-07-10Also check for NUL termination at the first character of tstr inAlexander Bluhm
2017-07-09Some extra logging to show why tmux might exit.Nicholas Marriott
2017-07-09remove redundant variable declarations in Makefiles, since those areMarc Espie
2017-07-09there's no need to fork/exec to execute commentsMarc Espie
2017-07-09have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediateMarc Espie
2017-07-08this program was infected with lint era casts. i think we're past that now.Ted Unangst
2017-07-08remove ARGSUSED, from Scott Cheloha.Ted Unangst
2017-07-08use crypt_newhash to protect the password. from Scott ChelohaTed Unangst
2017-07-08clean up some unused variables. also, making a variable global isn't theTed Unangst
2017-07-08instead of using time(), refer to getitimer to find out how long theTed Unangst
2017-07-08can just continue after readpassphrase returns null, the sighandler willTed Unangst
2017-07-08slightly rework previous, to avoid an article issue;Jason McIntyre
2017-07-08Simplify by creating struct roff_node syntax tree nodes for tbl(7)Ingo Schwarze
2017-07-08fix an assertion failure triggered by .ce in next-line scope;Ingo Schwarze
2017-07-081. Eliminate struct eqn, instead use the existing membersIngo Schwarze
2017-07-08Correctly handle horizontal spans at the beginning of rows,Ingo Schwarze
2017-07-07garbage collect unused enum member EQN_ROOTIngo Schwarze
2017-07-07add parentheses to the output where required for disambiguationIngo Schwarze
2017-07-07simplify the eqn_box_makebinary() function by removing the trivial posIngo Schwarze
2017-07-07clarify which httpd we are talking about;Ingo Schwarze
2017-07-07Fix size of rightmost preview section.Nicholas Marriott
2017-07-07Radically simplify the definitions what the message levels ERRORIngo Schwarze
2017-07-07Add a pane_pipe format to show if pipe-pane is active, GitHub issue 990.Nicholas Marriott
2017-07-07Remove unnecessary #ifdefs in telnet. No binary change.Frederic Cambus
2017-07-07When working out the current client (for example for switch-client withNicholas Marriott
2017-07-07When generating all hostkeys (ssh-keygen -A), clobber existing keysDamien Miller
2017-07-06Now that we have the -Wstyle message level, downgrade six warningsIngo Schwarze
2017-07-06Fix display of overlong lines containing non-ASCII bytes.Ingo Schwarze
2017-07-06delete duplicate RCS IDs; found with mandoc -TlintIngo Schwarze
2017-07-06Fix operator precedence according to Brian W. Kernighan and LorindaIngo Schwarze
2017-07-05avoid double space caused by end-of-sentence detection; requested by jmc@Ingo Schwarze
2017-07-05The EQN_LISTONE box type is pointless.Ingo Schwarze
2017-07-05nits about trailing punctuation found with mandoc -TlintIngo Schwarze
2017-07-04cross reference to self; found with mandoc(1)Ingo Schwarze
2017-07-04Fix handling of \} on roff request lines.Ingo Schwarze
2017-07-04< and > keys to scroll preview list left and right in tree mode.Nicholas Marriott
2017-07-04It turns out association of tbl spans with layout rows is simpler thanIngo Schwarze
2017-07-04Printing "BASE:" in messages about violations of base system conventionsIngo Schwarze
2017-07-04Handle 0 size of preview box in caller.Nicholas Marriott
2017-07-04generate the parser directly instead of fucking aroundMarc Espie
2017-07-03Change session and window preview so that the current window or pane isNicholas Marriott
2017-07-03no need to generate y.tab.h if nothing uses it, set YFLAGS to nothingMarc Espie
2017-07-03report trailing delimiters after macros where they are usually a mistake;Ingo Schwarze
2017-07-03allows working without depends, as discovered and discussed with drahn@Marc Espie
2017-07-03markup fixes;Jason McIntyre
2017-07-03warn about time machines; suggested by Thomas Klausner <wiz @ NetBSD>Ingo Schwarze
2017-07-03Change previous to not wait for both process exit and pty close -Nicholas Marriott
2017-07-03Do not close panes until process has exited and any outstanding dataNicholas Marriott
2017-07-03Try C.UTF-8 which is also a commonly useful locale on some platforms,Nicholas Marriott