summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2003-06-23Fix a typo in my last commit and convert file "-" to /dev/stdin likeTodd C. Miller
2003-06-23install zmoreTodd C. Miller
2003-06-23Make zmore read from stdin when no files are specified and try toTodd C. Miller
2003-06-23document two long options without short equivs.Ted Unangst
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
2003-06-23When trying to cat a non-file, say "foo not a regular file" instead ofTodd C. Miller
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
2003-06-22use __progname instead of progname. ok deraadtTed Unangst
2003-06-22fix usageTheo de Raadt
2003-06-223 clause UCB licenseTodd C. Miller
2003-06-22proper $OpenBSD$Theo de Raadt
2003-06-22add DPADDTheo de Raadt
2003-06-22enter grep dirTheo de Raadt
2003-06-22-DNOZ flag to be used by install media for removing z*grep support, ifTheo de Raadt
2003-06-22tweaks by jmc and iTheo de Raadt
2003-06-22support z{e,f}grepTheo de Raadt
2003-06-22correct fseek() parametersTheo de Raadt
2003-06-22install as z[ef]grep too. no /usr/local garbage, because we have properTheo de Raadt
2003-06-22freegrep 0.16Theo de Raadt
2003-06-22man page changes from jmc: use this as gzip tooTheo de Raadt
2003-06-22knf and ansiTheo de Raadt
2003-06-21correct sign of flags; millert okTheo de Raadt
2003-06-21Add explicit declaration of printerr variable in function headerTodd C. Miller
2003-06-21()Theo de Raadt
2003-06-20Call setusershell() before using getusershell() to guarantee weTodd C. Miller
2003-06-20a cleaning recommended by lintTheo de Raadt
2003-06-20some cleanings recommended by lintTheo de Raadt
2003-06-20sync some implemented options; ok markus@Damien Miller
2003-06-20sync description of protocol 2 cipher proposal; ok markusDamien Miller
2003-06-19o get rid of strecpy() and use strlcpy() and/or snprintf() instead.Todd C. Miller
2003-06-19generate code that is much more ANSI and even KNF tooTheo de Raadt
2003-06-19ansify; ok miodPeter Valchev
2003-06-18- store builtin name as definition for builtin macros.Marc Espie
2003-06-18Use OPT_ONPLUS instead of hard-coding '2'Todd C. Miller
2003-06-18Fix sizeof(char *) in snprintf that broke the -N option.Todd C. Miller
2003-06-18backout last change, since it violates pkcs#1Markus Friedl
2003-06-18cleanup, and now it produces KNF outputTheo de Raadt
2003-06-18SIGWINCH is always hereTheo de Raadt
2003-06-18remove unused variablesTheo de Raadt
2003-06-18Add missing check for i < dk_ndrive in 2 loops; closes PR 3322Todd C. Miller
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
2003-06-17use license from /usr/share/misc/license.template for new codeMarkus Friedl
2003-06-17properly typecast to uid_t the return value of proc_owner() and reportJean-Francois Brousseau