Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-06 | clarify an example; from patrick keshishian | Jason McIntyre | |
help/ok otto | |||
2007-03-03 | minor shuffle; from Igor Sobrado and myself | Jason McIntyre | |
2007-03-03 | sort the options list; from Igor Sobrado | Jason McIntyre | |
2007-02-27 | Add md5 to the list of unsecure checksums. Adapted from a diff by | Todd C. Miller | |
Tamas TEVESZ. | |||
2007-02-25 | shuffle the text somewhat to make the page read better; | Jason McIntyre | |
use .Ex; | |||
2007-02-25 | document the "opaque", "arch", and "nodump" flags more fully; | Jason McIntyre | |
closes documentation/5384 from Andrew Hamilton-Wright help from henning, otto, and weingart | |||
2007-02-24 | There is no filter_lines function, remove its prototype. From Mark Lumsden. | Todd C. Miller | |
2007-02-24 | sort options; sync usage(); from Igor Sobrado | Jason McIntyre | |
2007-02-24 | -F was missing a description; | Jason McIntyre | |
2007-02-24 | sort options; sync usage(); from Igor Sobrado | Jason McIntyre | |
2007-02-21 | order options; from Igor Sobrado | Jason McIntyre | |
2007-02-16 | change [-f | -i] to [-fi]: although technically not as correct, it is | Jason McIntyre | |
simpler (clearer), and matches cp(1), mv(1), posix, and even usage(); | |||
2007-02-16 | sort options and make -X a little clearer; mostly from Igor Sobrado | Jason McIntyre | |
2007-02-16 | Allow moving files starting with a dash across | Moritz Jodeit | |
file system boundaries. Noticed by Roland Illig. ok otto@ millert@ jaredy@ | |||
2007-02-06 | fix some dodgy displays; | Jason McIntyre | |
2007-02-03 | statfs(2) and fstatfs(2) are one and the same, so don;t add both to SEE ALSO; | Jason McIntyre | |
2007-01-09 | align usage message correctly | Theo de Raadt | |
2006-12-26 | fts_read returning NULL and errno set is an error. ok ray@ | Otto Moerbeek | |
2006-12-15 | remove a raft of unneccessary escapes; from ru@freebsd | Jason McIntyre | |
2006-11-30 | typos; from alf schlichting | Jason McIntyre | |
2006-11-29 | Do not test for processes being swapped out since this can't happen anymore. | Miod Vallat | |
2006-11-20 | Compute user-given ulimit value times ulimit unit as an rlim_t value, not a | Miod Vallat | |
long value; catches some 32 bit overflows on 32 bit platforms. Found by drahn@, ok otto@ | |||
2006-11-19 | WARNING/BUGS -> CAVEATS; ok millert | Jason McIntyre | |
2006-11-17 | `<' -> \*(Lt | Jason McIntyre | |
2006-11-17 | discourage .Tn; | Jason McIntyre | |
2006-11-17 | .Ex these pages; ok millert | Jason McIntyre | |
2006-11-17 | simplify synopsis and usage(); ok millert | Jason McIntyre | |
2006-11-17 | Fix extracting and setting permissions for tar archives when | Otto Moerbeek | |
(multiple) -C options are present and/or (multiple) file selections args are used. Based on a diff in NetBSD PR 22995. Tested by ckuethe@ and jaredy@; ok jaredy@ | |||
2006-11-16 | Add -r and -q options similar to what is supported by FreeBSD's md5 | Todd C. Miller | |
OK deraadt@ ckuethe@ | |||
2006-11-15 | err(..., strerror(errno)) is redundant. | Miod Vallat | |
ok millert@ deraadt@ | |||
2006-11-10 | Accept upper and lower case letters in a checksum, since this doesn't | Tom Cosgrove | |
alter the value of the digest. Nor, for that matter, does case affect the name of the algorithm used. Partly from Matthew Clarke, clamat (at) telus (dot) net. ok djm@ millert@ | |||
2006-11-07 | It is better to use isatty() to see if a dev is seekable, because | Otto Moerbeek | |
skipping blocks on a raw disk device with bad sectors should be possible. Noted by Geoff Steckel; ok tom@ deraadt@ | |||
2006-11-07 | fix skipping when reading from a tty; reported by Karel Kulhavy | Otto Moerbeek | |
<clock at twibright dot com>; ok deraadt@ | |||
2006-11-02 | Only check if last three letters are "/sh" if string is at least | Ray Lai | |
three characters long. OK moritz@. | |||
2006-11-02 | overhaul the keywords section; | Jason McIntyre | |
2006-11-01 | -.Xr sh 1 , | Jason McIntyre | |
2006-11-01 | some minor adjustments to the options list; | Jason McIntyre | |
2006-11-01 | +.Ex -std ps | Jason McIntyre | |
2006-11-01 | - no need for double markup | Jason McIntyre | |
- prefer .Sq for single letters | |||
2006-11-01 | give FILES a bit of space; | Jason McIntyre | |
2006-11-01 | note that -L may not be specified with other options; | Jason McIntyre | |
2006-11-01 | simplify synopsis and sync usage(); | Jason McIntyre | |
2006-11-01 | Fix range checking for in.dbsz and out.dbsz. | Ray Lai | |
Add range checking for cbsz. Change type in format string to %zd and cast SSIZE_MAX to ssize_t. Fixes PR 5278 submitted by malaler at gmail dot com. OK otto@ and millert@. | |||
2006-10-29 | like -i, -h is incompatible with -P; suggested by jmc@; ok ray@ | Otto Moerbeek | |
2006-10-21 | note that -hP and -iP are illegal; ok otto | Jason McIntyre | |
2006-10-18 | do not name file descriptors fp, either | Theo de Raadt | |
2006-10-18 | - update reference to posix to latest version | Jason McIntyre | |
- note that the flags [-hiln] are extensions | |||
2006-10-18 | - standard EXAMPLES section | Jason McIntyre | |
- use .Ex instead of an entire DIAGNOSTICS section | |||
2006-10-16 | The session field is a pointer and so should be 8 chars for | Todd C. Miller | |
32-bit CPUs and 16 chars for 64-bit ones. Also, left-justify the state field name to match the justification of the state data. OK jmc@ | |||
2006-09-21 | Remove LFS-related code, no binary change | Pedro Martelletto | |