Age | Commit message (Expand) | Author |
2003-11-30 | Ignore -o/-O in non-extract mode. Earlier version OK'd by henning@ | Todd C. Miller |
2003-11-27 | permit trailing '$' in usernames, from Tom Cosgrove | Nikolay Sturm |
2003-11-24 | madvise mmapped memory (not used code) | Michael Shalayeff |
2003-11-23 | allow underscore in usernames, from Niels/NetBSD | Nikolay Sturm |
2003-11-21 | kill comma splice; from Jared Yanovich; | Jason McIntyre |
2003-11-21 | grammar improvements from Jared Yanovich; | Jason McIntyre |
2003-11-21 | encourage people to use -h rather than -L; | Jason McIntyre |
2003-11-20 | remove -Werror from userland builds, to give us a chance to | Anil Madhavapeddy |
2003-11-20 | kill comma splice; from Jared Yanovich; | Jason McIntyre |
2003-11-20 | hyphenise compound adjective; from Jared Yanovich; | Jason McIntyre |
2003-11-10 | If "from fd" == "to fd" don't call dup2() or close "from fd". | Todd C. Miller |
2003-11-10 | For the >& and <& operators, add a check for "dup from" == "dup to" and | Todd C. Miller |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre |
2003-10-30 | double word from Tom Cosgrove; | Jason McIntyre |
2003-10-30 | Fix typo in comment; Bruno Rohee | Todd C. Miller |
2003-10-28 | standard section order; | Jason McIntyre |
2003-10-26 | typos from Jared Yanovich; | Jason McIntyre |
2003-10-22 | from NetBSD: | Nikolay Sturm |
2003-10-22 | quote args to make them expand properly; | Jason McIntyre |
2003-10-22 | macros with too many args; | Jason McIntyre |
2003-10-22 | typos from Jared Yanovich; | Jason McIntyre |
2003-10-20 | memoryuse -> memory usage; from Jared Yanovich | Jason McIntyre |
2003-10-20 | typos from Jared Yanovich; | Jason McIntyre |
2003-10-18 | typos from Jared Yanovich; | Jason McIntyre |
2003-10-18 | typos in comments; | Jason McIntyre |
2003-10-17 | Xr dev_mkdb(8); from Tyler R. Retzlaff (NetBSD PR 23168); | Jason McIntyre |
2003-10-16 | Buffers are not strings so use memcpy(), not strlcpy() to copy them. | Todd C. Miller |
2003-10-15 | errx -> err. From form. | Mike Pechkin |
2003-10-10 | The special case code for "test -x" over NFS was incorrect. The | Todd C. Miller |
2003-10-08 | originally from cb@openbsd.org, adapted by provos | Nikolay Sturm |
2003-09-26 | free(NULL) works; jjy2+@pitt.edu | Theo de Raadt |
2003-09-26 | free(NULL) is valid | Theo de Raadt |
2003-09-25 | Fix a bug where one byte past the end of a buffer could be touched | Todd C. Miller |
2003-09-25 | replace .Em with more appropriate macros. some other cleanup; | Jason McIntyre |
2003-09-24 | realloc fix; ho ok | Theo de Raadt |
2003-09-24 | realloc fixes; ok ho matthieu | Theo de Raadt |
2003-09-24 | realloc fixes: unallocate for next use if realloc fixes; do not incr size; | Theo de Raadt |
2003-09-19 | When sanity checking signal numbers, error out on signal >= NSIG, | Todd C. Miller |
2003-09-08 | fix pr3455 from Joerg.Sonnenberger. slightly improved fix suggested by | Ted Unangst |
2003-09-04 | escapes in the wrong place; | Jason McIntyre |
2003-09-04 | - use .Bk/.Ek | Jason McIntyre |
2003-09-02 | escape punctuation; | Jason McIntyre |
2003-09-01 | In emacs editing mode, ksh by default interprets a set 8th bit as | Christian Weisgerber |
2003-09-01 | fix perl path. not that anyone uses this, but.. | Federico G. Schwindt |
2003-08-27 | rename force_push to something more sensible. | Federico G. Schwindt |
2003-08-27 | escape on expand under emacs mode; otto@ ok. | Federico G. Schwindt |
2003-08-27 | -l and -n options display owner, group and other permissions; | Jason McIntyre |
2003-08-26 | fix backward and forward delete; from wiz@netbsd.org. many thanks. | Federico G. Schwindt |
2003-08-23 | teach systrace about "aout" emul; henning@ ok. | Federico G. Schwindt |
2003-08-23 | under emacs mode, fix the case when the globbed file and the longest | Federico G. Schwindt |