summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
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
tempfile functions, whitespace, ... no functional improvements yet
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
place to start.
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
the program name as expected. ok millert@
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
also add a note why we can't use strlcpy.
2003-06-23go back to using strncpy. for long patterns, strlcpy reads too muchTed Unangst
of a potentially nontermined src.
2003-06-23faster 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-23time is a built-in to most shells, not just csh(1);Jason McIntyre
spotted by Wouter Clarie; ok millert@
2003-06-23some cleanupsTheo de Raadt
2003-06-23- further document differences between compress and gzipJason McIntyre
- document -[1-9] mode for gzip - add relevant RFCs to SEE ALSO ok mickey@ deraadt@ millert@
2003-06-23sort .Xr's in SEE ALSO;Jason McIntyre
2003-06-23Fix a typo in my last commit and convert file "-" to /dev/stdin likeTodd C. Miller
GNU gzip does.
2003-06-23install zmoreTodd C. Miller
2003-06-23Make zmore read from stdin when no files are specified and try toTodd C. Miller
ascertain wether or not we have a tty. Also add a skeleton manual page.
2003-06-23document two long options without short equivs.Ted Unangst
ok and help jmc@
2003-06-23grok more of the dev/ and net*/ and crypto/ ioctlsMichael Shalayeff
2003-06-23Don't not use getopt() in printf(1) since it causes formats beginningTodd 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-23When trying to cat a non-file, say "foo not a regular file" instead ofTodd C. Miller
"foo not a regular file: unchanged" since we never change the file in cat mode.
2003-06-23Add a simple zmore; man page and Makefile changes to be added laterTodd C. Miller
2003-06-23turing's birthday is already int eh birthday section; from sam smithMichael Shalayeff
2003-06-23document EnableSSHKeysign; bugzilla #599; ok deraadt@, jmc@Markus Friedl
2003-06-23minor tweaksTheo de Raadt
2003-06-23use strlcpy, not strncpy. ok deraadt@ millert@Ted Unangst
2003-06-23spellingTed Unangst
2003-06-23better 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-22use __progname instead of progname. ok deraadtTed Unangst
2003-06-22fix usageTheo de Raadt
2003-06-223 clause UCB licenseTodd C. Miller