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