summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2017-01-12Fix setting the palette of aixterm colours (90-97).Nicholas Marriott
2017-01-11Be less aggressive about turning margins off.Nicholas Marriott
2017-01-11Add some missing special keys to key_string_lookup_key, fix a mouseNicholas Marriott
2017-01-11Do text production for .Bt, .Ex, .Rv, .Ud at the validation stageIngo Schwarze
2017-01-11Add a format for terminal type.Nicholas Marriott
2017-01-11Use a macro for looking up tty types.Nicholas Marriott
2017-01-11Some tidying and tweaks to options code.Nicholas Marriott
2017-01-11Add "support" for AArch64 to make it compile.Patrick Wildt
2017-01-11Don't attempt to read .netrc when we already force anonymous FTP (-a).Vadim Zhukov
2017-01-10Use new NODE_NOSRC and NODE_NOPRT flags for .Bx and .At.Ingo Schwarze
2017-01-10For the .Ux/.Ox family of macros, do text production at the validationIngo Schwarze
2017-01-10Minor tidying in a couple of commands.Nicholas Marriott
2017-01-10Need to escape ; twice because the command list parser will eat one,Nicholas Marriott
2017-01-10Pledge more strictly. This is only enabled on the ramdisk version of theTheo de Raadt
2017-01-10simplify; NODE_ENDED does no harm in man(7)Ingo Schwarze
2017-01-10unify names of AST node flags; no change of cpp outputIngo Schwarze
2017-01-10Introduce flags NODE_NOSRC and NODE_NOPRT for AST nodes.Ingo Schwarze
2017-01-10Quote backslash as well for %%%.Nicholas Marriott
2017-01-10Some manpage fixes: rephrase a convoluted sentence, make the names ofNicholas Marriott
2017-01-10avoid unneccessary markup; tweaked and ok nicmJason McIntyre
2017-01-09Add %if/%endif for conditionals when parsing configuration files, theNicholas Marriott
2017-01-09Add simple comparisons in formats: #{==:a,b} and #{!=:a,b} ("a" and "b"Nicholas Marriott
2017-01-09source-file -q needs to apply to glob(3) too.Nicholas Marriott
2017-01-09Run the source-file pattern through glob(3).Nicholas Marriott
2017-01-09Use stdout rather than stdin for controlling the terminalIngo Schwarze
2017-01-09The .No macro is not supposed to produce fixed-width font, it is notIngo Schwarze
2017-01-09Warnings and errors that occur during mdoc_validate()Ingo Schwarze
2017-01-08Indentation must be measured in units of the surrounding text,Ingo Schwarze
2017-01-08Fix an assertion failure caused by \z\[u00FF] with -Tps/-Tpdf.Ingo Schwarze
2017-01-08style: missing blank between case statement and label;Ingo Schwarze
2017-01-08Tolerate bare tabs in SYNOPSIS .Cd for now.Ingo Schwarze
2017-01-08Stricter validation of the NAME section, in particular:Ingo Schwarze
2017-01-07Add note about ccc and initc so people who want it can see it isNicholas Marriott
2017-01-07Add support for the OSC 4 and OSC 104 palette setting escape sequences,Nicholas Marriott
2017-01-07-#endif /* !SMALL */Theo Buehler
2017-01-06keep the tokens list sorted;Jason McIntyre
2017-01-06Nits found with clang.Nicholas Marriott
2017-01-06Incremental search in copy mode (on for emacs keys by default) - muchNicholas Marriott
2017-01-06fix previousDamien Miller
2017-01-06show a useful error message when included config files can't beDamien Miller
2017-01-06sshd_config is documented to set GSSAPIStrictAcceptorCheck=yes byDamien Miller
2017-01-06Avoid confusing error message when attempting to use ssh-keyscan builtDamien Miller
2017-01-06Re-add '%k' token for AuthorizedKeysCommand which was lost during theDarren Tucker
2017-01-06sort options list; the same as jmc@ did in man.1 rev. 1.18Ingo Schwarze
2017-01-05sort options list;Jason McIntyre
2017-01-05Highlight all occurrences of search string after searching in copy mode.Nicholas Marriott
2017-01-04Avoid an out of bounds read when the environment variable LESSBINFMTTodd C. Miller
2017-01-04Fix a crash when "sort -m" is given no files. From Julien Ramseier.Todd C. Miller
2017-01-04If find(1) may end up calling execve(2), it needs "proc exec" in additionTheo Buehler
2017-01-04unbreak Unix domain socket forwarding for root; ok markus@Damien Miller