summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2003-07-09ans, knf, err and spacesMichael Shalayeff
2003-07-09Unlink temp file as soon as it is opened and return a FILE * forTodd C. Miller
2003-07-09Re-implement -l flag; diff -l now works correctly in non-directoryTodd C. Miller
2003-07-08fix pasto in last commitTodd C. Miller
2003-07-08o Avoid a temp file if using stdin and stdin is redirected from a regular fileTodd C. Miller
2003-07-08pre-xtian common laws of physicsMichael Shalayeff
2003-07-08fix fd closing logicand close in gzopen(); found by wilfried@ and millert@ okMichael Shalayeff
2003-07-07protosTheo de Raadt
2003-07-07fix readlink() usage.Mike Pechkin
2003-07-07in the unix domain socket case, give an ENAMETOOLONG error instead ofAnil Madhavapeddy
2003-07-07some fixes from Andrey Matveev:Jason McIntyre
2003-07-06protosTheo de Raadt
2003-07-06proto into scopeTheo de Raadt
2003-07-06Add -q option from GNU diffTodd C. Miller
2003-07-06Implement -P from GNU diff (like -N but only for files that are missingTodd C. Miller
2003-07-06generate protos for functionsTheo de Raadt
2003-07-06Some fairly major changes:Todd C. Miller
2003-07-06no need to redefine strlcpy here; millert@ okAnil Madhavapeddy
2003-07-06Use symbolic constants for output format.Todd C. Miller
2003-07-04Accept but ignore -h for backwards compat like GNU diff does.Todd C. Miller
2003-07-04Kill non-standard -l option as discussed with tedu@Todd C. Miller
2003-07-04Kill diff -h, we don't use or want diffh. Discussed w/ tedu@Todd C. Miller
2003-07-04Some cosmetic fixes:Todd C. Miller
2003-07-03fix AddressFamily option in config file, from brent@graveland.net; ok markus@Damien Miller
2003-07-03protosTheo de Raadt
2003-07-02protosTheo de Raadt
2003-07-02ioctlname() protoTheo de Raadt
2003-07-02convert hostkeyalias to lowercase, otherwise uppercase aliases willMarkus Friedl
2003-07-02protoTheo de Raadt
2003-07-02diffh belongs in /usr/libexec/Todd C. Miller
2003-07-02Treat /dev/null specially; there is no need to make a temp file for it.Todd C. Miller
2003-07-02(re)add socks5 suppport to -D; ok djm@Markus Friedl
2003-07-02deny dynamic forwarding with -R for v1, too; ok djm@Markus Friedl
2003-07-02.Cm So . Sc -> .Sq Cm \&.Jason McIntyre
2003-07-02cleanupTheo de Raadt
2003-07-02bump randomness of mktemp to from 6 to 10 X's, as recommended by mktemp(3)Anil Madhavapeddy
2003-07-02comitted->committedAnil Madhavapeddy
2003-07-01Add support for -a dirs on different filesystems.Todd C. Miller
2003-07-01update the table contents as well as the table widthAnil Madhavapeddy
2003-07-01rewrite to not use mmap(2). solves a bunch of issues:Henning Brauer
2003-07-01cosmetic (avoid space before period); ok artPeter Valchev
2003-07-01- no need for pathnames.h, just use <paths.h> insteadAnil Madhavapeddy
2003-07-01Fix bounds check in the fast grep code that caused an incorrectTodd C. Miller
2003-06-30Awk first appeared in appeared in Version 7 AT&T UNIX.Todd C. Miller
2003-06-30Fold trace status into the single hash table that's left.Marc Espie