Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-30 | some i missed... | Jason McIntyre | |
- consistent text for STANDARDS - note which options are extensions to POSIX | |||
2007-05-29 | note some flags which differ in behaviour from posix; | Jason McIntyre | |
suggested by millert | |||
2007-05-29 | - consistent STANDARDS blurb | Jason McIntyre | |
- note which options are extensions to POSIX discussed w/ deraadt otto millert | |||
2007-05-29 | remove compat netbsd stuff | Otto Moerbeek | |
2007-05-25 | Remove y2k hack. If no century is specified, use the current one. | Todd C. Miller | |
OK otto@ | |||
2007-05-19 | simplify the description of -R; from Jeffrey 'jf' Lim | Jason McIntyre | |
2007-05-18 | prettier Makefiles | Theo de Raadt | |
2007-05-15 | don't assume 4-byte aligned memory when intercepting a string | Nikolay Sturm | |
this should get rid of systrace: intercept_get_string: ioctl: Invalid argument no objections from provos, ok otto | |||
2007-05-08 | small update, now that -g does something; ok millert | Jason McIntyre | |
2007-05-07 | Change the -g flag from a no-op to be POSIX conforming. We allow the | Todd C. Miller | |
-l flag to override -g regardless of its position on the command line for backwards compat with 4.3BSD. From NetBSD. OK jmc@, tom@, sobrado@ | |||
2007-04-30 | ffs2 support for reading df data directly from device; ok millert@ pedro@ | Otto Moerbeek | |
2007-04-25 | the non existent -W option is removed from the usage() | Igor Sobrado | |
ok by jmc@ | |||
2007-04-14 | if we define a constant for the OPTSTRING, we can as well use it. | Alexander von Gernler | |
ok tedu@ | |||
2007-04-13 | Userland gets 7 chars of wchan, not 6; noticed by thib@ | Miod Vallat | |
ok mickey@ otto@ | |||
2007-04-13 | allow multiple -t to increase the test count. cpus are getting too fast. | Ted Unangst | |
ok grunk. with manpage from grunk and jmc | |||
2007-04-12 | use UTC instead of GMT0 for -u; from Jared R.R.Spiegel <jrrs@ice-nine.org> | Christian Weisgerber | |
ok millert@, otto@ | |||
2007-04-06 | when copying regular files, look for blocks of zeroes. when we see them, | Ted Unangst | |
just lseek ahead to create a sparse file. saves disk and time. note this behavior in the man page. ok? deraadt millert | |||
2007-04-04 | For verbose archive listings, use -> for symlinks, not =>, | Todd C. Miller | |
as per POSIX. From Igor Sobrado via jmc@. OK otto@ | |||
2007-03-29 | Fix a cust & pasto | Todd C. Miller | |
Correctly compute amount of base64 padding in checklist mode | |||
2007-03-29 | Do not print a warning that no valid checksums were found if there | Todd C. Miller | |
was a single fingerprint for a file that could not be opened. The warning that the file could not be opened is sufficient. From espie@ | |||
2007-03-28 | Supress warnings for the first getopt() pass. Otherwise, | Todd C. Miller | |
any "unknown option" messages get printed twice. | |||
2007-03-27 | Fix spelling of hexadecimal. Noted by jmc@ and Steven Mestdagh. | Todd C. Miller | |
2007-03-27 | Add base64 support to cksum and friends. Output encoding can | Todd C. Miller | |
be set globally or on a per-algorithm basis when using multiple hash functions. OK espie@ simon@ deraadt@; man help from jmc@ | |||
2007-03-22 | Fix handling of multiple stdin arguments in cooked mode, closes PR 5418. | Todd C. Miller | |
From Johan Veenhuizen | |||
2007-03-20 | sync usage(); from Igor Sobrado | Jason McIntyre | |
i also ripped some kerberos ifdefs out of usage(), which is ok biorn | |||
2007-03-20 | augment the -q option, now if specifed with -c (checklist) | Thordur I. Bjornsson | |
it will only print out the failed cases. OK millert@ | |||
2007-03-19 | Add FFS2 fields to the superblock, change file system tools to keep | Pedro Martelletto | |
accessing FFS1 fields, okay art@, quite some testing by ckuethe@, simon@ and thib@, thanks. | |||
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 | |