summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2017-06-24don't pass pointer to struct sshcipher between privsep processes,Damien Miller
2017-06-24refactor authentication loggingDamien Miller
2017-06-24word fix;Jason McIntyre
2017-06-24switch sshconnect.c from (slightly abused) select() to poll();Damien Miller
2017-06-24use HostKeyAlias if specified instead of hostname for matching hostDamien Miller
2017-06-24no need to call log_init to reinitialise logged PID in child sessions,Damien Miller
2017-06-23Consistently treat character escape sequences as operators,Ingo Schwarze
2017-06-23splitting a text box sometimes requires wrapping it in a listIngo Schwarze
2017-06-23Add user-keys option to allow user-defined keys to be set, from DanNicholas Marriott
2017-06-23When using the escape sequence &~ the code path is client_loop() ->Ricardo Mestre
2017-06-23Import regenerated moduli.Darren Tucker
2017-06-23Run the screen twice so we end up with more candidate groups. ok djm@Darren Tucker
2017-06-23Write text boxes as <mi>, <mn>, or <mo> as appropriate,Ingo Schwarze
2017-06-23change the semantic for calculating when to grow the size of a cache list.David Gwynne
2017-06-23Simplify font handling:Ingo Schwarze
2017-06-22zap trailing spaces from the previous commits and also other trailingMarc Espie
2017-06-22better display of cycles in -j mode.Marc Espie
2017-06-22Fix font selection for text boxes in the terminal formatter.Ingo Schwarze
2017-06-21Outside explicit font context, give every letter its own box.Ingo Schwarze
2017-06-21quoted words are not parsed for defined keysIngo Schwarze
2017-06-21Recognize well-known functions names (the same that Heirloom recognizes,Ingo Schwarze
2017-06-21error out if an exists condition tests an empty path, because that makesMarc Espie
2017-06-20Remove locate.concatdb, it never worked.Michal Mazurek
2017-06-20KNF: remove parentheses from switch case labels; no binary changeIngo Schwarze
2017-06-20Better document the :s ex command and its variants.Anthony J. Bentley
2017-06-19Fix a regression in the previous revision:Ingo Schwarze
2017-06-19Mark up "am i" as Cm, not Ar.Anthony J. Bentley
2017-06-18Implement appending to standard man(7) and mdoc(7) macros with .am.Ingo Schwarze
2017-06-17style message about duplicate RCS ids; inspired by mdoclintIngo Schwarze
2017-06-17style message about missing RCS ids; inspired by mdoclintIngo Schwarze
2017-06-17if .in is used inside the .TP head, it's always relativeIngo Schwarze
2017-06-17tables leak tab settings to subsequent textIngo Schwarze
2017-06-17correct handling of blank lines after \cIngo Schwarze
2017-06-17Don't need to link with -ll or -ly.Brian Callahan
2017-06-17properly set the default indentationIngo Schwarze
2017-06-16Multiple tbl(7) improvements:Ingo Schwarze
2017-06-16Tweak some logging.Nicholas Marriott
2017-06-16Log terminal capabilities for each new terminal.Nicholas Marriott
2017-06-16mark files as BUILDFIRST, or write explicit dependencies, so that mostMarc Espie
2017-06-15Finer grained pledge for at(1). After setegid(), do a three-way pledge:Theo Buehler
2017-06-15Add -E flag (make warnings fatal), following the behavior of GNU m4 1.4.9+Brian Callahan
2017-06-15"10th's of a second" -> "tenths of a second"Anthony J. Bentley
2017-06-15add a rough start to a pcache view, to show pool cpu cache info.David Gwynne
2017-06-15round default width of tbl(7) text blocks in the same way as groffIngo Schwarze
2017-06-14implement so-called absolute horizontal motion: \h'|...',Ingo Schwarze