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