summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2014-09-23Hide unused, duplicate and/or misleading fields.Alexandre Ratchov
2014-09-21plug a small memory leak, fairly infrequent.Marc Espie
2014-09-21Fix an invalid escape sequence.Daniel Dickman
2014-09-17simplify handling of .An -[no]split for terminal output:Ingo Schwarze
2014-09-17implement .An -[no]split for -ThtmlIngo Schwarze
2014-09-17Add display of the flags to pipe2, dup3, and accept4, display ofPhilip Guenther
2014-09-17Increase number of blowfish rounds to 8 by default when not specified inKent R. Spillner
2014-09-17Fix some comments (c -> colour) and join unnecessary line splits.Nicholas Marriott
2014-09-17Remove unused #define.Lawrence Teo
2014-09-17try to document that the -1 option will be selected by default if moreDavid Gwynne
2014-09-17be more explicit about what '1' toggles betweenDavid Gwynne
2014-09-17if there are more than 8 cpus, default to combined cpu stats (likeDavid Gwynne
2014-09-16less sendmail specific; ok millertJason McIntyre
2014-09-16sendmail -> smtpd;Jason McIntyre
2014-09-16a little less sendmail specific;Jason McIntyre
2014-09-16no need to discuss sendmail (or any particular mailer) here;Jason McIntyre
2014-09-15Remove non-standard <sys/dkstat.h> header. It has not contained anythingMiod Vallat
2014-09-14Support backslash-escaping of white space in the query expression,Ingo Schwarze
2014-09-13Replace all queue *_END macro calls except CIRCLEQ_END with NULL.Doug Hogan
2014-09-12warn about commas in function arguments; inspired by mdoclint(1)Ingo Schwarze
2014-09-11warn about botched .Xr ordering and punctuation below SEE ALSO;Ingo Schwarze
2014-09-10Disable -Wshadow again, since it breaks builds on vax with gcc3.Joel Sing
2014-09-09If a manpath directory (for example, a _whatdb entry from man.conf(5)Ingo Schwarze
2014-09-09We no longer need to convert "\<" and "\>" to "[[:<:]]" and "[[:>:]]"Todd C. Miller
2014-09-09mention permissions on tun(4) devices in PermitTunnel documentation;Damien Miller
2014-09-09Eliminate a pile of casts that were superfluous or wrong, or that werePhilip Guenther
2014-09-08Add window_last_flag and window_zoomed_flag. From John Morrissey.Nicholas Marriott
2014-09-08Additional cleanup for procfs removalDoug Hogan
2014-09-08obvious cases of missing .An;Ingo Schwarze
2014-09-07warn about AUTHORS sections without .An macros, inspired by mdoclint(1)Ingo Schwarze
2014-09-07Do not report a page as arch=any merely because .Dt lacks the third argument.Ingo Schwarze
2014-09-07fix debugging outputIngo Schwarze
2014-09-07always use the right buffer, and fix one evil typoIngo Schwarze
2014-09-07Parse and ignore the .pl (page length) request;Ingo Schwarze
2014-09-07Allow .ll in the prologue; Daniel Levai reports Slackware Linux uses this.Ingo Schwarze
2014-09-06Simplify by handling empty request lines at the one logical placeIngo Schwarze
2014-09-06Move main format autodetection from the parser dispatcher to theIngo Schwarze
2014-09-05recognize install-wrapper as a valid install programMarc Espie
2014-09-03Add *.gz support to apropos(1) -a, manm(1), and even mandoc(1).Ingo Schwarze
2014-09-03tighten permissions on pty when the "tty" group does not exist;Damien Miller
2014-09-03If a manual page is installed gzip(1)ed, let makewhatis(8) takeIngo Schwarze
2014-09-03remove -m from usage();Jason McIntyre
2014-09-03kill md5 support, broken since MayGiovanni Bechis
2014-09-03Implement the traditional -h option for man(1): show the SYNOPSIS only.Ingo Schwarze
2014-09-01When makewhatis(8) finds an .so link after the manual being pointed toIngo Schwarze
2014-09-01In man(1) mode, change to the right directory before starting the parser,Ingo Schwarze
2014-09-01Fix typo (paneas -> panes).Nicholas Marriott
2014-09-01Wake up any clients waiting with the wait-for command when the serverNicholas Marriott
2014-09-01Various minor style and spacing nits.Nicholas Marriott
2014-09-01Enable -Wshadow in openssl(1) and fix a few shadow warnings.Doug Hogan