Age | Commit message (Expand) | Author |
2003-06-25 | this can be 3 term; gwyllion@ace.ulyssis.org | Theo de Raadt |
2003-06-25 | better output C | Theo de Raadt |
2003-06-25 | ansi | Theo de Raadt |
2003-06-25 | Remove unused c_func0; noticed by deraadt@ | Todd C. Miller |
2003-06-25 | Use sizeof(nextpathbuf) instead of 2 * MAXPATHLEN; espie@ OK | Todd C. Miller |
2003-06-25 | Function 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-25 | kill unused strcpy. Let the preprocessor compute the right size, as suggested | Marc Espie |
2003-06-25 | remove silly signal catcher, and just use done. ok deraadt@ | Ted Unangst |
2003-06-25 | knf | Theo de Raadt |
2003-06-25 | backwards args to gzseek | Ted Unangst |
2003-06-25 | oops | Theo de Raadt |
2003-06-25 | use SEEK_SET with fseek() | Theo de Raadt |
2003-06-25 | more knf | Theo de Raadt |
2003-06-25 | index -> strrchr | Theo de Raadt |
2003-06-25 | knf | Theo de Raadt |
2003-06-25 | knf | Theo de Raadt |
2003-06-25 | remove unused variable | Ted Unangst |
2003-06-25 | -Wstrict-prototypes | Ted Unangst |
2003-06-25 | avoid signed issues; tedu ok | Theo de Raadt |
2003-06-25 | exit path signal race safe | Theo de Raadt |
2003-06-25 | fix lseek | Theo de Raadt |
2003-06-25 | snprintf | Theo de Raadt |
2003-06-25 | more cast removal, and fix some indent(1) oddities | Ted Unangst |
2003-06-25 | cleanup. ansi, headers, correct prototypes, some safer string and | Ted Unangst |
2003-06-25 | -Wall | Theo de Raadt |
2003-06-25 | a Makefile | Theo de Raadt |
2003-06-25 | caldera licenses | Theo de Raadt |
2003-06-25 | man page from 4.4lite2 | Theo de Raadt |
2003-06-25 | 4.3reno diff. This is free because of the Caldera license. Nasty, but a | Theo de Raadt |
2003-06-24 | use print, not printf in awk; from ak at freeshell | Todd C. Miller |
2003-06-24 | Make 'grep -w' work; OK tedu@ | Todd C. Miller |
2003-06-24 | actually do fgrep. -G -F and -E are now mutally exclusive, and override | Ted Unangst |
2003-06-24 | tweak boolean test to be clear | Ted Unangst |
2003-06-24 | don't print "Binary file matches" with -q flag. from Sean Farley | Ted Unangst |
2003-06-24 | int -> u_int; ok djm@, deraadt@, mouring@ | Markus Friedl |
2003-06-24 | clarify operation of -f. spotted by jmc@, new text by James Howard | Ted Unangst |
2003-06-23 | strncpy -> memcpy per deraadt suggestion. | Ted Unangst |
2003-06-23 | go back to using strncpy. for long patterns, strlcpy reads too much | Ted Unangst |
2003-06-23 | faster grep for simple patterns. derived from a patch by sean farley. | Ted Unangst |
2003-06-23 | time is a built-in to most shells, not just csh(1); | Jason McIntyre |
2003-06-23 | some cleanups | Theo de Raadt |
2003-06-23 | - further document differences between compress and gzip | Jason McIntyre |
2003-06-23 | sort .Xr's in SEE ALSO; | Jason McIntyre |
2003-06-23 | Fix a typo in my last commit and convert file "-" to /dev/stdin like | Todd C. Miller |
2003-06-23 | install zmore | Todd C. Miller |
2003-06-23 | Make zmore read from stdin when no files are specified and try to | Todd C. Miller |
2003-06-23 | document two long options without short equivs. | Ted Unangst |
2003-06-23 | grok more of the dev/ and net*/ and crypto/ ioctls | Michael Shalayeff |
2003-06-23 | Don't not use getopt() in printf(1) since it causes formats beginning | Todd C. Miller |