summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2006-10-10get the spacing right for -ok too; i missed this in my previous commit.Jason McIntyre
2006-10-10get the spacing right for -exec and -execdir; ok ottoJason McIntyre
2006-10-10add an example of -exec {} and remove a less useful example; ok ottoJason McIntyre
2006-10-10sleep before retrying (not after) since sleep changes errno; fixesMarkus Friedl
2006-10-09xmalloc -> xcalloc that was missed previously, from portableDamien Miller
2006-10-09prettyTed Unangst
2006-10-09pretty. the comma operator should not be used to cram two statements intoTed Unangst
2006-10-06Convert strtol to strtonum, eliminating errno misusage.Ray Lai
2006-10-06sys/resource.h needs sys/time.h; prompted by brad@Damien Miller
2006-10-05-iname is a primary, not an option. ok jmc@Otto Moerbeek
2006-10-05document -depth and -xdev: although we have options which do the same,Jason McIntyre
2006-10-04if the utmp file is (mysteriously gone) do not assume that the user isTheo de Raadt
2006-10-04- bump latest posix versionJason McIntyre
2006-10-02Fix error messages, okay ray@ deraadt@Pedro Martelletto
2006-10-02Fill OctoberJasper Lievisse Adriaanse
2006-10-02remove some unneccessary escaping;Jason McIntyre
2006-10-02- simplify a list itemJason McIntyre
2006-10-02reword a clunky sentence;Jason McIntyre
2006-10-01rewrite the piece about separate arguments to not confuse jmc@.Otto Moerbeek
2006-09-30Clear errno before calling the strtol functions.Ray Lai
2006-09-30Some fixes for running nm on ELF binaries.Mark Kettenis
2006-09-27Add and correct comments, spacing.Ray Lai
2006-09-27Plug memory leak.Ray Lai
2006-09-26clear up some confusion between operands and operators; with & ok jmc@Otto Moerbeek
2006-09-26It seems pointless to assign a variable the atoi() return value afterMichael Knudsen
2006-09-26Allow zero-length patterns with -x soJared Yanovich
2006-09-26authunix_create_default() might return NULL; spotted by tbert;Otto Moerbeek
2006-09-25Remove debugging printf accidentally committed.Ray Lai
2006-09-25You forgot about -DSMALL and broke all the install mediaTheo de Raadt
2006-09-25Support some additional HTTP redirect codes.Jonathan Gray
2006-09-25Change "a SSH" to "an SSH". Hurray, I'm not the only one whoRay Lai
2006-09-25Also accept "HTTP/1.1 200" as a success response.Ray Lai
2006-09-24do not suggest that !expression and (expression) (without spaces) is valid;Jason McIntyre
2006-09-24revert for now, this breaks stuff elsewhere...Marc Espie
2006-09-22remove the :dc: is always set behavior (use cua devices or /etc/remoteJason Wright
2006-09-22- explain diff_options (which i renamed from "diff options")Jason McIntyre
2006-09-22Fill SeptemberJasper Lievisse Adriaanse
2006-09-22- handle deltatexts which don't end in a newline character. fixes PR #5241.Niall O'Higgins
2006-09-21nick a double space;Jason McIntyre
2006-09-21Add support to rcsdiff for all the other diff flags thatTodd C. Miller
2006-09-20Recommit memory leak fix.Ray Lai
2006-09-20add missing year,Jasper Lievisse Adriaanse
2006-09-20Add the Unix BilleniumJasper Lievisse Adriaanse
2006-09-20add md5 collisionJasper Lievisse Adriaanse
2006-09-20Fill AugustJasper Lievisse Adriaanse
2006-09-20That should be S_ISREG, dunno why I committed this wrong version;Otto Moerbeek
2006-09-19client NULL deref on protocol error; Tavis Ormandy, Google Security TeamMarkus Friedl
2006-09-19fill JulyJasper Lievisse Adriaanse
2006-09-19more stuff for JuneJasper Lievisse Adriaanse
2006-09-19Use S_IS* macros insted of masking with S_IF* flags. The latter mayOtto Moerbeek