summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2003-06-25more knfTheo de Raadt
2003-06-25index -> strrchrTheo de Raadt
2003-06-25knfTheo de Raadt
2003-06-25knfTheo de Raadt
2003-06-25remove unused variableTed Unangst
2003-06-25-Wstrict-prototypesTed Unangst
2003-06-25avoid signed issues; tedu okTheo de Raadt
2003-06-25exit path signal race safeTheo de Raadt
2003-06-25fix lseekTheo de Raadt
2003-06-25snprintfTheo de Raadt
2003-06-25more cast removal, and fix some indent(1) odditiesTed Unangst
2003-06-25cleanup. ansi, headers, correct prototypes, some safer string andTed Unangst
2003-06-25-WallTheo de Raadt
2003-06-25a MakefileTheo de Raadt
2003-06-25caldera licensesTheo de Raadt
2003-06-25man page from 4.4lite2Theo de Raadt
2003-06-254.3reno diff. This is free because of the Caldera license. Nasty, but aTheo de Raadt
2003-06-24use print, not printf in awk; from ak at freeshellTodd C. Miller
2003-06-24Make 'grep -w' work; OK tedu@Todd C. Miller
2003-06-24actually do fgrep. -G -F and -E are now mutally exclusive, and overrideTed Unangst
2003-06-24tweak boolean test to be clearTed Unangst
2003-06-24don't print "Binary file matches" with -q flag. from Sean FarleyTed Unangst
2003-06-24int -> u_int; ok djm@, deraadt@, mouring@Markus Friedl
2003-06-24clarify operation of -f. spotted by jmc@, new text by James HowardTed Unangst
2003-06-23strncpy -> memcpy per deraadt suggestion.Ted Unangst
2003-06-23go back to using strncpy. for long patterns, strlcpy reads too muchTed Unangst
2003-06-23faster grep for simple patterns. derived from a patch by sean farley.Ted Unangst
2003-06-23time is a built-in to most shells, not just csh(1);Jason McIntyre
2003-06-23some cleanupsTheo de Raadt