summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2003-12-13sort options, and adjust -width of options' list;Jason McIntyre
2003-12-12typo; ok jmc@Christian Weisgerber
2003-12-08-h also overrides BLOCKSIZE;Jason McIntyre
2003-12-08use POSIX description of -L, since it's much clearer;Jason McIntyre
2003-12-03.Xr myname(5) in SEE ALSO; suggested by Michael W. Burden;Jason McIntyre
2003-12-01Truncate the source string before copying during variable substitutionTodd C. Miller
2003-11-30Ignore -o/-O in non-extract mode. Earlier version OK'd by henning@Todd C. Miller
2003-11-27permit trailing '$' in usernames, from Tom CosgroveNikolay Sturm
2003-11-24madvise mmapped memory (not used code)Michael Shalayeff
2003-11-23allow underscore in usernames, from Niels/NetBSDNikolay Sturm
2003-11-21kill comma splice; from Jared Yanovich;Jason McIntyre
2003-11-21grammar improvements from Jared Yanovich;Jason McIntyre
2003-11-21encourage people to use -h rather than -L;Jason McIntyre
2003-11-20remove -Werror from userland builds, to give us a chance toAnil Madhavapeddy
2003-11-20kill comma splice; from Jared Yanovich;Jason McIntyre
2003-11-20hyphenise compound adjective; from Jared Yanovich;Jason McIntyre
2003-11-10If "from fd" == "to fd" don't call dup2() or close "from fd".Todd C. Miller
2003-11-10For the >& and <& operators, add a check for "dup from" == "dup to" andTodd C. Miller
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-10-30double word from Tom Cosgrove;Jason McIntyre
2003-10-30Fix typo in comment; Bruno RoheeTodd C. Miller
2003-10-28standard section order;Jason McIntyre
2003-10-26typos from Jared Yanovich;Jason McIntyre
2003-10-22from NetBSD:Nikolay Sturm
2003-10-22quote args to make them expand properly;Jason McIntyre
2003-10-22macros with too many args;Jason McIntyre
2003-10-22typos from Jared Yanovich;Jason McIntyre
2003-10-20memoryuse -> memory usage; from Jared YanovichJason McIntyre
2003-10-20typos from Jared Yanovich;Jason McIntyre
2003-10-18typos from Jared Yanovich;Jason McIntyre
2003-10-18typos in comments;Jason McIntyre
2003-10-17Xr dev_mkdb(8); from Tyler R. Retzlaff (NetBSD PR 23168);Jason McIntyre
2003-10-16Buffers are not strings so use memcpy(), not strlcpy() to copy them.Todd C. Miller
2003-10-15errx -> err. From form.Mike Pechkin
2003-10-10The special case code for "test -x" over NFS was incorrect. TheTodd C. Miller
2003-10-08originally from cb@openbsd.org, adapted by provosNikolay Sturm
2003-09-26free(NULL) works; jjy2+@pitt.eduTheo de Raadt
2003-09-26free(NULL) is validTheo de Raadt
2003-09-25Fix a bug where one byte past the end of a buffer could be touchedTodd C. Miller
2003-09-25replace .Em with more appropriate macros. some other cleanup;Jason McIntyre
2003-09-24realloc fix; ho okTheo de Raadt
2003-09-24realloc fixes; ok ho matthieuTheo de Raadt
2003-09-24realloc fixes: unallocate for next use if realloc fixes; do not incr size;Theo de Raadt
2003-09-19When sanity checking signal numbers, error out on signal >= NSIG,Todd C. Miller
2003-09-08fix pr3455 from Joerg.Sonnenberger. slightly improved fix suggested byTed Unangst
2003-09-04escapes in the wrong place;Jason McIntyre
2003-09-04 - use .Bk/.EkJason McIntyre
2003-09-02escape punctuation;Jason McIntyre
2003-09-01In emacs editing mode, ksh by default interprets a set 8th bit asChristian Weisgerber
2003-09-01fix perl path. not that anyone uses this, but..Federico G. Schwindt