Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
tempfile functions, whitespace, ... no functional improvements yet | |||
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 | |
place to start. | |||
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 | |
the program name as expected. ok millert@ | |||
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 | |
also add a note why we can't use strlcpy. | |||
2003-06-23 | go back to using strncpy. for long patterns, strlcpy reads too much | Ted Unangst | |
of a potentially nontermined src. | |||
2003-06-23 | faster grep for simple patterns. derived from a patch by sean farley. | Ted Unangst | |
this makes searching for constant strings much faster by avoiding regex. ok deraadt@ | |||
2003-06-23 | time is a built-in to most shells, not just csh(1); | Jason McIntyre | |
spotted by Wouter Clarie; ok millert@ | |||
2003-06-23 | some cleanups | Theo de Raadt | |
2003-06-23 | - further document differences between compress and gzip | Jason McIntyre | |
- document -[1-9] mode for gzip - add relevant RFCs to SEE ALSO ok mickey@ deraadt@ millert@ | |||
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 | |
GNU gzip does. | |||
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 | |
ascertain wether or not we have a tty. Also add a skeleton manual page. | |||
2003-06-23 | document two long options without short equivs. | Ted Unangst | |
ok and help jmc@ | |||
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 | |
with a '-' to be interpreted as flags. Noticed by Alan Barrett. There is really no reason for this to be a builtin in csh... | |||
2003-06-23 | When trying to cat a non-file, say "foo not a regular file" instead of | Todd C. Miller | |
"foo not a regular file: unchanged" since we never change the file in cat mode. | |||
2003-06-23 | Add a simple zmore; man page and Makefile changes to be added later | Todd C. Miller | |
2003-06-23 | turing's birthday is already int eh birthday section; from sam smith | Michael Shalayeff | |
2003-06-23 | document EnableSSHKeysign; bugzilla #599; ok deraadt@, jmc@ | Markus Friedl | |
2003-06-23 | minor tweaks | Theo de Raadt | |
2003-06-23 | use strlcpy, not strncpy. ok deraadt@ millert@ | Ted Unangst | |
2003-06-23 | spelling | Ted Unangst | |
2003-06-23 | better detetection/handling of binary files. | Ted Unangst | |
make -a do the right thing, doc and implement -U, -I. add --help and --mmap for compatibility. some other minor fixes. some from NetBSD. ok deraadt@ | |||
2003-06-22 | use __progname instead of progname. ok deraadt | Ted Unangst | |
2003-06-22 | fix usage | Theo de Raadt | |
2003-06-22 | 3 clause UCB license | Todd C. Miller | |