Age | Commit message (Expand) | Author |
2006-11-03 | ouT makefile rules are smarter now, kill a redundant CLEANFILES | Otto Moerbeek |
2006-11-02 | There is no need to trim an empty string any further, just return | Ray Lai |
2006-11-02 | Check length before checking index of len - 1. | Ray Lai |
2006-11-02 | ftp(1) sends EPSV by default, not PASV; | Jason McIntyre |
2006-11-02 | Pass full buffer size to fgets. | Ray Lai |
2006-11-02 | Add checks for fgets and properly overwrite newline. | Ray Lai |
2006-11-01 | Don't overwrite line[strlen(line) - 1] when line is zero-length. | Ray Lai |
2006-10-31 | fill november and december; now every date has an event. | Jasper Lievisse Adriaanse |
2006-10-31 | other galaxies exist! | Jasper Lievisse Adriaanse |
2006-10-31 | Don't blindly truncate buf[strlen(buf) - 1] without checking for | Ray Lai |
2006-10-31 | check DH_compute_key() for -1 even if it should not happen because of | Markus Friedl |
2006-10-31 | a step ahead in opencvs add|remove remote support. | Xavier Santolaria |
2006-10-29 | Optimise a couple of printf()s; originally from Han Boetes. | Tom Cosgrove |
2006-10-29 | Plug a mem leak. Found in one of my trees. Forgat where it came from; most | Otto Moerbeek |
2006-10-29 | Remove useless code that can cause a SEGV if a buffer is realloc()ed. | Todd C. Miller |
2006-10-28 | revert previous change; causes segfault when called from | Christian Weisgerber |
2006-10-28 | correct/expand example of usage of -w; ok jmc@ stevesk@ | Otto Moerbeek |
2006-10-27 | expand the description of -d somewhat; | Jason McIntyre |
2006-10-27 | - update Nd somewhat | Jason McIntyre |
2006-10-27 | - simplify and sort synopsis | Jason McIntyre |
2006-10-26 | Remove an unused variable spotted by lint. | Chad Loder |
2006-10-26 | - document that multiple commands may be newline or semicolon separated | Jason McIntyre |
2006-10-25 | Check len to be > 0 before accessing buf[len-1] and check if the | Moritz Jodeit |
2006-10-24 | bring back support for -h, -N, -R, and -t. | Xavier Santolaria |
2006-10-24 | +.Ex -std sed | Jason McIntyre |
2006-10-24 | Reuse len instead of calling strlen again. | Ray Lai |
2006-10-24 | Check that string length != 0 before setting buf[strlen(buf) - 1]. | Ray Lai |
2006-10-22 | cancel progress meter when upload write fails; ok deraadt@ | Damien Miller |
2006-10-18 | Remove useless code that can cause a SEGV if a buffer is realloc()ed. | Todd C. Miller |
2006-10-18 | do not name FILE * variables "fd" since it is confusing | Theo de Raadt |
2006-10-17 | grammar correction; from matthew clarke | Jason McIntyre |
2006-10-16 | gove this page a proper options list; | Jason McIntyre |
2006-10-16 | simplify SYNOPSIS, and do all the work in DESCRIPTION; | Jason McIntyre |
2006-10-15 | Talk about "memory" not "pages in kilobytes", it is less awkward | Todd C. Miller |
2006-10-14 | Allow less to build in Makefile.cross environment. | Dale Rahn |
2006-10-13 | fix fortran man year | Michael Shalayeff |
2006-10-13 | vmstat memory stats are in kb, not number of pages; | Jason McIntyre |
2006-10-12 | document environment var CDROM; from ross l richardson (pr #5258) | Jason McIntyre |
2006-10-12 | - convert some warnx() to warn(), which fixes a few stupidly un-informative e... | Niall O'Higgins |
2006-10-12 | recognize 'sh' binaries. | Dale Rahn |
2006-10-11 | check fgets(3) return value and also fix a | Thordur I. Bjornsson |
2006-10-11 | hmm, slightly reword the previous to sound less like a susv3 cut/paste, | Jason McIntyre |
2006-10-11 | some important information about how find(1) works was tucked away | Jason McIntyre |
2006-10-11 | improve markup a wee bit; | Jason McIntyre |
2006-10-11 | Extra files needed for 'sh' architecture, copied from arm. | Dale Rahn |
2006-10-11 | a little macro cleanup; | Jason McIntyre |
2006-10-11 | exit instead of doing a blocking tcp send if we detect a client/server timeout, | Markus Friedl |
2006-10-11 | Suggest to use xargs(1) and give an example; started by jmc, ok jmc@ | Otto Moerbeek |
2006-10-11 | in EXAMPLES: | Jason McIntyre |
2006-10-11 | for -depth, -follow, and -xdev, note that they always evaluate to true; | Jason McIntyre |