summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2017-07-14Print HTML character references as 4+ digits hexadecimal, like Unicode.Anthony J. Bentley
2017-07-14do not print <math class="eqn"><mrow></mrow></math> for empty .EQ;Ingo Schwarze
2017-07-14Fix redraw defer code in the presence of multiple clients - the timerNicholas Marriott
2017-07-14Make ""Killed by signal 1" LogLevel verbose so it's not shown at the defaultDarren Tucker
2017-07-13man pages with pseudo synopses which list filenames end up creatingJason McIntyre
2017-07-13eqn(7) .EQ has to break man(7) next-line scope, or tree corruptionIngo Schwarze
2017-07-13use monotonic clock for computing elapsed timeTed Unangst
2017-07-12Line up keys in tree mode, and don't expand windows with one pane. FromNicholas Marriott
2017-07-12Do not need to set up USR2 twice.Nicholas Marriott
2017-07-12Block signals between forking and clearing signal handlers (or callingNicholas Marriott
2017-07-12Move signal code into proc.c.Nicholas Marriott
2017-07-12Make shell_command a global like other stuff rather than making it anNicholas Marriott
2017-07-12proc_send_s now seems unnecessary.Nicholas Marriott
2017-07-11adjust size to be one less than power of 2, so that doubling will neverTed Unangst
2017-07-11fix style compliance, in the keyname compliance function no lessTed Unangst
2017-07-11Replace manual list with SLIST.Alexander Bluhm
2017-07-10remove misc. depend and yacc nits that no longer matter.Marc Espie
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