Age | Commit message (Expand) | Author |
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 |
2017-07-03 | Remove settings that were unimplemented for 20 years; update STANDARDS. | Anthony J. Bentley |
2017-07-03 | be explicit in the lex/yacc dependencies | Marc Espie |
2017-07-02 | whitespace | Theo de Raadt |
2017-07-02 | If a single page references the same non-existent manual more than | Ingo Schwarze |
2017-07-02 | add warning "cross reference to self"; inspired by mdoclint | Ingo Schwarze |
2017-07-02 | Replace fgetln with POSIX getline, even though file was using fgetln in | Bryan Steele |
2017-07-01 | actually remove these files | Damien Miller |
2017-07-01 | close open fd after testing files, ensuring that fd isn't stdin. | Bryan Steele |
2017-07-01 | magicfp is fclosed where it was opened, remove fclose from magic_load() | Bryan Steele |
2017-07-01 | remove post-SSHv1 removal dead code from rsa.c and merge the | Damien Miller |
2017-07-01 | When checking cross references with -Tlint, ultimately fall back to | Ingo Schwarze |
2017-07-01 | When checking the validity of cross references with -Tlint, | Ingo Schwarze |
2017-07-01 | Basic reporting of .Xrs to manual pages that don't exist | Ingo Schwarze |
2017-06-30 | Don't write over right border. | Nicholas Marriott |
2017-06-30 | Fix previous when we end up able to show no panes. | Nicholas Marriott |
2017-06-30 | Try to show a better preview of sessions and windows in tree mode. | Nicholas Marriott |
2017-06-30 | Add mdoc(7) macros to vi's built-in lists of roff paragraph/section macros. | Anthony J. Bentley |
2017-06-30 | Only call close once in confree(). ssh_packet_close will close the FD | Darren Tucker |
2017-06-29 | Use 100 as the example for command-alias because the defaults are from 0 | Nicholas Marriott |
2017-06-29 | Skip whitespace at the beginning of eqn(7) nodes, | Ingo Schwarze |
2017-06-29 | warn about some non-portable idioms in .Bl -column; | Ingo Schwarze |
2017-06-29 | spelling fix; from greg lehey, freebsd r320427; | Jason McIntyre |
2017-06-28 | Fix stdin file read support, accidentally broken in my last commit. | Bryan Steele |
2017-06-28 | remove excess #include | Theo de Raadt |
2017-06-28 | perform an initial pledge very early on, and drop tzset to later. | Theo de Raadt |
2017-06-28 | Replace usage of TIOCSTI in mail while editing headers using a more common | anton |
2017-06-28 | Remove the nonsensical "-s - -" in the third example; quirk reported | Ingo Schwarze |
2017-06-28 | Simplify file(1) by removing the no longer necessary parent/child separation | Bryan Steele |
2017-06-28 | fix incomplete handling of roff(7) nodes in man(7) block next-line scope; | Ingo Schwarze |
2017-06-28 | Apply the xterm key flag when needed for send-keys, fixes problem | Nicholas Marriott |
2017-06-28 | Fix visual-silence (check accidentally the wrong way round), from Brad | Nicholas Marriott |
2017-06-28 | Allow ssh-keygen to use a key held in ssh-agent as a CA when signing | Damien Miller |
2017-06-27 | Implement spacing of columns as defined in the table layout; | Ingo Schwarze |
2017-06-27 | warn about .Ns macros that have no effect because they are followed | Ingo Schwarze |
2017-06-26 | Complete rewrite of the lexer in a single function with four operation | Ingo Schwarze |
2017-06-26 | when splitting a composite word, | Ingo Schwarze |
2017-06-25 | Catch typos in .Sh names; suggested by jmc@. | Ingo Schwarze |
2017-06-25 | Add support for the MT and ME mailto macros, used for example in wg(8). | Anthony J. Bentley |
2017-06-24 | delete useless .Ns macro that jmc@ found with mdoclint(1) | Ingo Schwarze |
2017-06-24 | document message "unknown architecture" | Ingo Schwarze |
2017-06-24 | operating system dependent message about unknown architecture; | Ingo Schwarze |
2017-06-24 | delete old, undocumented, obsolete section names that nobody uses | Ingo Schwarze |
2017-06-24 | Fix a check in ADD_SPACE_{GOTO,RET} that potentially allowed for a | Martijn van Duren |
2017-06-24 | in the base system, suggest leaving .Os blank; inspired by mdoclint | Ingo Schwarze |
2017-06-24 | Split -Wstyle into -Wstyle and the even lower -Wbase, and add | Ingo Schwarze |
2017-06-24 | Delete .St -p1003.1-2013. | Ingo Schwarze |
2017-06-24 | correct env var name | Damien Miller |
2017-06-24 | spelling; | Jason McIntyre |