summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2003-07-21Updated license from nvi-1.81.5 since we will be pulling in patches from it.Todd C. Miller
2003-07-21Expand change records array as needed; passes Otto's new regression test.Todd C. Miller
2003-07-21fix headerTheo de Raadt
2003-07-21remove a bit more junkTheo de Raadt
2003-07-21knfTheo de Raadt
2003-07-21knf and other cleanup; ok ottoTheo de Raadt
2003-07-21Merge back some changes from skimo's tree, fixes endless recursionsDaniel Hartmeier
2003-07-20After some discussion on icb it seems a do {} while is what we wantTodd C. Miller
2003-07-20Close PR 3358 by changing the loop from do {} while -> for; tdeval@ OKTodd C. Miller
2003-07-20document exit valuesTodd C. Miller
2003-07-19fix sftp filename parsing for arguments with escaped quotes. bz #517; ok markusDamien Miller
2003-07-19don't specify the leading "/" in MANSUBDIR (otherwise "//" occurs)David Krause
2003-07-18add missing includesDavid Krause
2003-07-18Previously, "cat" mode (ie: zcat) was set if no input file was specified,Todd C. Miller
2003-07-18Change "nosave" back into a boolean for improved grokability.Todd C. Miller
2003-07-18remove junk; ok otto teduTheo de Raadt
2003-07-18userid is unsigned, but well, force it anyways; andrushock@korovino.netTheo de Raadt
2003-07-17cc -O2 -pipe -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DDIRENT=1 -DDYN_ALLOC -c ...Todd C. Miller
2003-07-17two calls is less than a loop for two; millert@ okMichael Shalayeff
2003-07-17o implement -l, -n and -N (including setting outfile + mtime)Todd C. Miller
2003-07-17Fix merge error.Otto Moerbeek
2003-07-17Make it clear what -C does w/o having to read the description of -A/-B.Todd C. Miller
2003-07-16Deal with files that lack a final newline before EOF (you naughtyTodd C. Miller
2003-07-16some minor DPADD changesTheo de Raadt
2003-07-16When reallocing pattern, use sizeof(*pattern) not sizeof(int).Todd C. Miller
2003-07-16Teach patch how to deal with \ No newline at end of file.Otto Moerbeek
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