summaryrefslogtreecommitdiffstats
path: root/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* It turns out association of tbl spans with layout rows is simpler thanschwarze2017-07-041-52/+24
* Printing "BASE:" in messages about violations of base system conventionsschwarze2017-07-043-7/+12
* Handle 0 size of preview box in caller.nicm2017-07-042-8/+5
* generate the parser directly instead of fucking aroundespie2017-07-041-2/+2
* Change session and window preview so that the current window or pane isnicm2017-07-031-59/+161
* no need to generate y.tab.h if nothing uses it, set YFLAGS to nothingespie2017-07-031-1/+2
* report trailing delimiters after macros where they are usually a mistake;schwarze2017-07-034-59/+109
* allows working without depends, as discovered and discussed with drahn@espie2017-07-031-1/+2
* markup fixes;jmc2017-07-031-5/+5
* warn about time machines; suggested by Thomas Klausner <wiz @ NetBSD>schwarze2017-07-034-7/+25
* Change previous to not wait for both process exit and pty close -nicm2017-07-032-9/+12
* Do not close panes until process has exited and any outstanding datanicm2017-07-034-9/+55
* Try C.UTF-8 which is also a commonly useful locale on some platforms,nicm2017-07-031-2/+3
* Remove settings that were unimplemented for 20 years; update STANDARDS.bentley2017-07-037-109/+45
* be explicit in the lex/yacc dependenciesespie2017-07-031-1/+7
* whitespacederaadt2017-07-023-7/+7
* If a single page references the same non-existent manual more thanschwarze2017-07-023-4/+11
* add warning "cross reference to self"; inspired by mdoclintschwarze2017-07-027-21/+60
* Replace fgetln with POSIX getline, even though file was using fgetln inbrynet2017-07-021-10/+11
* actually remove these filesdjm2017-07-012-0/+0
* close open fd after testing files, ensuring that fd isn't stdin.brynet2017-07-011-1/+3
* magicfp is fclosed where it was opened, remove fclose from magic_load()brynet2017-07-011-2/+1
* remove post-SSHv1 removal dead code from rsa.c and merge thedjm2017-07-0113-234/+53
* When checking cross references with -Tlint, ultimately fall back toschwarze2017-07-011-3/+12
* When checking the validity of cross references with -Tlint,schwarze2017-07-011-7/+13
* Basic reporting of .Xrs to manual pages that don't existschwarze2017-07-0111-17/+222
* Don't write over right border.nicm2017-06-301-3/+3
* Fix previous when we end up able to show no panes.nicm2017-06-301-5/+11
* Try to show a better preview of sessions and windows in tree mode.nicm2017-06-304-10/+181
* Add mdoc(7) macros to vi's built-in lists of roff paragraph/section macros.bentley2017-06-302-7/+7
* Only call close once in confree(). ssh_packet_close will close the FDdtucker2017-06-301-3/+3
* Use 100 as the example for command-alias because the defaults are from 0nicm2017-06-291-3/+3
* Skip whitespace at the beginning of eqn(7) nodes,schwarze2017-06-291-2/+2
* warn about some non-portable idioms in .Bl -column;schwarze2017-06-294-9/+45
* spelling fix; from greg lehey, freebsd r320427;jmc2017-06-291-2/+2
* Fix stdin file read support, accidentally broken in my last commit.brynet2017-06-281-2/+6
* remove excess #includederaadt2017-06-281-6/+1
* perform an initial pledge very early on, and drop tzset to later.deraadt2017-06-281-4/+6
* Replace usage of TIOCSTI in mail while editing headers using a more commonanton2017-06-281-125/+203
* Remove the nonsensical "-s - -" in the third example; quirk reportedschwarze2017-06-281-8/+14
* Simplify file(1) by removing the no longer necessary parent/child separationbrynet2017-06-282-238/+101
* fix incomplete handling of roff(7) nodes in man(7) block next-line scope;schwarze2017-06-281-4/+7
* Apply the xterm key flag when needed for send-keys, fixes problemnicm2017-06-284-8/+10
* Fix visual-silence (check accidentally the wrong way round), from Bradnicm2017-06-282-7/+6
* Allow ssh-keygen to use a key held in ssh-agent as a CA when signingdjm2017-06-286-22/+121
* Implement spacing of columns as defined in the table layout;schwarze2017-06-274-26/+43
* warn about .Ns macros that have no effect because they are followedschwarze2017-06-272-6/+11
* Complete rewrite of the lexer in a single function with four operationschwarze2017-06-262-244/+165
* when splitting a composite word,schwarze2017-06-261-7/+10
* Catch typos in .Sh names; suggested by jmc@.schwarze2017-06-254-5/+73