Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Allocate buffers early and in one place instead of two. Fixes PR 5252; OK deraadt | |||
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 | |
ironically, after simplifying SYNOPSIS as much as i can, we now match what we had all along in usage() ;) ok otto | |||
2006-10-15 | Talk about "memory" not "pages in kilobytes", it is less awkward | Todd C. Miller | |
that way. OK jmc@ deraadt@ | |||
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 | |
from jan srzednicki (freebsd pr #71690) ok mickey | |||
2006-10-12 | document environment var CDROM; from ross l richardson (pr #5258) | Jason McIntyre | |
i used a different fix, and merged the CDROM stuff into DISC. whilst in there, document the default if neither is given. ok mjc | |||
2006-10-12 | - convert some warnx() to warn(), which fixes a few stupidly un-informative ↵ | Niall O'Higgins | |
error messages (found by tom@) - make rcs_choosefile() save wrt errno, input from ray@ ok joris@ xsa@ | |||
2006-10-12 | recognize 'sh' binaries. | Dale Rahn | |
2006-10-11 | check fgets(3) return value and also fix a | Thordur I. Bjornsson | |
buf[strlen(buf) - 1] = something; misuse. ok niallo@, cloder@ | |||
2006-10-11 | hmm, slightly reword the previous to sound less like a susv3 cut/paste, | Jason McIntyre | |
thus also avoiding a line split that was annoying me; | |||
2006-10-11 | some important information about how find(1) works was tucked away | Jason McIntyre | |
under -print, and slightly inaccurate anway; move it up into DESCRIPTION and correct it; from otto and myself | |||
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 | |
since the tcp sendqueue might be already full (of alive requests); ok dtucker, report mpf | |||
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 | |
- make the first example positive (we have enough using `!') - remove second example (it is too similar to others) - remove `-print' from all examples - put the examples in a more logical order - no need to escape dot, as otto points out i have been escaping it needlessly for years ;( ok otto | |||
2006-10-11 | for -depth, -follow, and -xdev, note that they always evaluate to true; | Jason McIntyre | |
ok otto | |||
2006-10-10 | fgets(3) returns NULL on error, not 0. No functional change, but it makes | Chad Loder | |
the code easier to read. OK deraadt | |||
2006-10-10 | Fix an instance of foo[strlen(foo) - 1] = something, which is dangerous | Chad Loder | |
because strlen(foo) could be 0. OK beck@ | |||
2006-10-10 | get the spacing right for -ok too; i missed this in my previous commit. | Jason McIntyre | |
2006-10-10 | get the spacing right for -exec and -execdir; ok otto | Jason McIntyre | |
2006-10-10 | add an example of -exec {} and remove a less useful example; ok otto | Jason McIntyre | |
2006-10-10 | sleep before retrying (not after) since sleep changes errno; fixes | Markus Friedl | |
pr 5250; rad@twig.com; ok dtucker djm | |||
2006-10-09 | xmalloc -> xcalloc that was missed previously, from portable | Damien Miller | |
2006-10-09 | pretty | Ted Unangst | |
2006-10-09 | pretty. the comma operator should not be used to cram two statements into | Ted Unangst | |
an if without braces, or worse, into a return. | |||
2006-10-06 | Convert strtol to strtonum, eliminating errno misusage. | Ray Lai | |
OK dhill@, jaredy@, and moritz@. | |||
2006-10-06 | sys/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-05 | document -depth and -xdev: although we have options which do the same, | Jason McIntyre | |
they are not included in posix; make the description of -follow match that of -depth and -xdev, especially since its option equivalent is preferred; ok otto | |||
2006-10-04 | if the utmp file is (mysteriously gone) do not assume that the user is | Theo de Raadt | |
on the specified tty; problem noted by ilja@suresec.org, ok various | |||
2006-10-04 | - bump latest posix version | Jason McIntyre | |
- note additional primaries which are not posix conformant and, conversely, one which was not previously conformant and now is this was prompted by a mail to either freebsd or netbsd lists, but i cannot for the life of me find it - thanks anyway! ok otto | |||
2006-10-02 | Fix error messages, okay ray@ deraadt@ | Pedro Martelletto | |
2006-10-02 | Fill October | Jasper Lievisse Adriaanse | |
ok mickey | |||
2006-10-02 | remove some unneccessary escaping; | Jason McIntyre | |
2006-10-02 | - simplify a list item | Jason McIntyre | |
- use .Ex | |||
2006-10-02 | reword a clunky sentence; | Jason McIntyre | |
2006-10-01 | rewrite the piece about separate arguments to not confuse jmc@. | Otto Moerbeek | |
ok jmc@ kettenis@ | |||
2006-09-30 | Clear errno before calling the strtol functions. | Ray Lai | |
From Paul Stoeber <x0001 at x dot de1 dot cc>. OK deraadt@. | |||
2006-09-30 | Some fixes for running nm on ELF binaries. | Mark Kettenis | |
- Fix printing the symbol type of undefined symbols. - Fall back onto the dynamic symbol table if the normal symbol table is not available (i.e. if the binary has been stripped). ok mickey@ | |||
2006-09-27 | Add and correct comments, spacing. | Ray Lai | |
OK niallo@. | |||
2006-09-27 | Plug memory leak. | Ray Lai | |
OK niallo@. | |||
2006-09-26 | clear up some confusion between operands and operators; with & ok jmc@ | Otto Moerbeek | |
2006-09-26 | It seems pointless to assign a variable the atoi() return value after | Michael Knudsen | |
the strtol() error checking block for the strtol() assignment for the same variable. ok brad mglocker |