summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2003-07-16Do not produce garbage if the patch file contains invalid line numbers.Otto Moerbeek
2003-07-16mcc -> fcc; from Love Hörnquist Åstrand <lha@it.su.se>Markus Friedl
2003-07-16clear IUCLC in enter_raw_mode; from rob@pitman.co.za; ok deraadt@, fgs@Markus Friedl
2003-07-16don't exit on multiple -v or -d; ok deraadt@Markus Friedl
2003-07-16Remove unused mkdep scripts.Otto Moerbeek
2003-07-16Produce correct output if the options include "-o". Remove umaskOtto Moerbeek
2003-07-16anotherHenning Brauer
2003-07-15can't use err after vfork. ok millertTed Unangst
2003-07-15Fix line ranges for unidiffs. Problem noted by otto@Todd C. Miller
2003-07-15stop using libcom_err, it is built into krb5Theo de Raadt
2003-07-15Don't compress a file that already has a known compression prefix.Todd C. Miller
2003-07-15- .Ql Li -> .Ql (Ql already provides literal font)Jason McIntyre
2003-07-15.Ql Fl -> .Sq Fl where literal doesn't make sense;Jason McIntyre
2003-07-14range-check numeric arguments (-num, -A num, -B num)Todd C. Miller
2003-07-14Improved (and cleaner) suffix handling code. Now "gunzip foo.tgz"Todd C. Miller
2003-07-14-t and implied -c due to piped in input is a legal combination of flagsMichael Shalayeff
2003-07-14knfTheo de Raadt
2003-07-14Enable build of unified libkrb5. ok deraadt, todd. Testing by hin, jakob, Dav...Magnus Holmberg
2003-07-14- .Cm Fl -> .FlJason McIntyre
2003-07-14remove unused Cm;Jason McIntyre
2003-07-14fix the width of lists;Jason McIntyre
2003-07-14- Dv Ta -> Ta DvJason McIntyre
2003-07-14remove undocumented -V option. would be only useful if openssh is usedMarkus Friedl
2003-07-14- .Ql -> .Sq where literal doesn't make senseJason McIntyre
2003-07-14remove some old groff macros;Jason McIntyre
2003-07-14- escape %{B,D,P} to prevent groff trying to expand themJason McIntyre
2003-07-14.Ic Nm -> .IcJason McIntyre
2003-07-14- fix a displayJason McIntyre
2003-07-14typo in comment. ok henning@Otto Moerbeek
2003-07-14toast this piece of junkTheo de Raadt
2003-07-13fix a list;Jason McIntyre
2003-07-13Cm Ar -> ArJason McIntyre
2003-07-13.Or -> .OpJason McIntyre
2003-07-13Small tweaks from jmc@Todd C. Miller
2003-07-13Install zdiff.1; noted by marc@Todd C. Miller
2003-07-12Add zdiffTodd C. Miller
2003-07-11No longer need to assume -g when reading from stdin.Todd C. Miller
2003-07-11Move magic number checking into main.c and make it work whenTodd C. Miller
2003-07-10sync usage with manpage, add missing -RMarkus Friedl
2003-07-10restore grep -v semantics, print lines that don't match any (mismatch all)Daniel Hartmeier
2003-07-10grep should exit(2) on error, not exit(1) (1 means no matches found).Todd C. Miller
2003-07-10knfTheo de Raadt
2003-07-10Fix parsing of -NUMBER. We now do things a digit at a time andTodd C. Miller
2003-07-10A matching diff3 from 32V w/ some UCB changes. I cleaned this up a bitTodd C. Miller
2003-07-10the 2^(blocksize*2) rekeying limit is too expensive for 3DES,Markus Friedl
2003-07-10Prevent getopts from interpreting +X as -X; avoid the need for a hack.Todd C. Miller
2003-07-10add missing includesDavid Krause
2003-07-09Fix double free; eric jacksonTodd C. Miller
2003-07-09minor tweak: when generating the hex fingerprint, give strlcat the full bound...Anil Madhavapeddy
2003-07-09protosTheo de Raadt