summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2003-06-26Fix temp file handling.Todd C. Miller
2003-06-264.4 lint w/ caldera license nowMichael Shalayeff
2003-06-26caldera-licensed docMichael Shalayeff
2003-06-26caldera-licensed docMichael Shalayeff
2003-06-26oopsMichael Shalayeff
2003-06-26calder-licensed docMichael Shalayeff
2003-06-26print usage in one printf (instead of four)Michael Shalayeff
2003-06-26another proto repairTheo de Raadt
2003-06-26bring protypes into scope. this requires some quirky handling, but inTheo de Raadt
2003-06-26pretty code that prints usageTheo de Raadt
2003-06-26Update with unidiff info and make FILES section fit reality.Todd C. Miller
2003-06-26Fix temp file handling and deal with the case where we might need 2 temp files.Todd C. Miller
2003-06-26off by one in size calculationVincent Labrecque
2003-06-26put all the flags and globals in diff.c, and declare externs in diff.hTed Unangst
2003-06-26protosTheo de Raadt
2003-06-25Add a space after flags that take an argumnent in usage() since getopt()Todd C. Miller
2003-06-25remove term 3Theo de Raadt
2003-06-25put in a protoTheo de Raadt
2003-06-25bring in protos via headersTheo de Raadt
2003-06-25Typo police: attribute is better written with an 'r'.Miod Vallat
2003-06-25fix unified diff output. ok millert@Ted Unangst
2003-06-25De-uglify usageTodd C. Miller
2003-06-25Add unidiff support and try to pretty up usage() a bitTodd C. Miller
2003-06-25o use S_ISDIR instead of doing it by handTodd C. Miller
2003-06-25delete junk protoTheo de Raadt
2003-06-25defn HAVE_ARC4RANDOM and use itTheo de Raadt
2003-06-25add a missing protoTheo de Raadt
2003-06-25protosTheo de Raadt
2003-06-25add protoTheo de Raadt
2003-06-25protosTheo de Raadt
2003-06-25delete junk protosTheo de Raadt
2003-06-25delete junk protosTheo de Raadt
2003-06-25Fix getopt string for -DTodd C. Miller
2003-06-25cleanup;Jason McIntyre
2003-06-25o use getopt()Todd C. Miller
2003-06-25o remove useless cast to int from gzread() callTodd C. Miller
2003-06-25Update from 4.4 to get new-style copyright notice and trim the advert clauseTodd C. Miller
2003-06-25this can be 3 term; gwyllion@ace.ulyssis.orgTheo de Raadt
2003-06-25better output CTheo de Raadt
2003-06-25ansiTheo de Raadt
2003-06-25Remove unused c_func0; noticed by deraadt@Todd C. Miller
2003-06-25Use sizeof(nextpathbuf) instead of 2 * MAXPATHLEN; espie@ OKTodd C. Miller
2003-06-25Function prototypes that take no args should have (void) as the parameter.Todd C. Miller
2003-06-25-pedantic is not useful in a C99 world so kill it. OK deraadt@Todd C. Miller
2003-06-25kill unused strcpy. Let the preprocessor compute the right size, as suggestedMarc Espie
2003-06-25remove silly signal catcher, and just use done. ok deraadt@Ted Unangst
2003-06-25knfTheo de Raadt
2003-06-25backwards args to gzseekTed Unangst
2003-06-25oopsTheo de Raadt
2003-06-25use SEEK_SET with fseek()Theo de Raadt