summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2007-05-29note some flags which differ in behaviour from posix;Jason McIntyre
2007-05-29- consistent STANDARDS blurbJason McIntyre
2007-05-29remove compat netbsd stuffOtto Moerbeek
2007-05-25Remove y2k hack. If no century is specified, use the current one.Todd C. Miller
2007-05-19simplify the description of -R; from Jeffrey 'jf' LimJason McIntyre
2007-05-18prettier MakefilesTheo de Raadt
2007-05-15don't assume 4-byte aligned memory when intercepting a stringNikolay Sturm
2007-05-08small update, now that -g does something; ok millertJason McIntyre
2007-05-07Change the -g flag from a no-op to be POSIX conforming. We allow theTodd C. Miller
2007-04-30ffs2 support for reading df data directly from device; ok millert@ pedro@Otto Moerbeek
2007-04-25the non existent -W option is removed from the usage()Igor Sobrado
2007-04-14if we define a constant for the OPTSTRING, we can as well use it.Alexander von Gernler
2007-04-13Userland gets 7 chars of wchan, not 6; noticed by thib@Miod Vallat
2007-04-13allow multiple -t to increase the test count. cpus are getting too fast.Ted Unangst
2007-04-12use UTC instead of GMT0 for -u; from Jared R.R.Spiegel <jrrs@ice-nine.org>Christian Weisgerber
2007-04-06when copying regular files, look for blocks of zeroes. when we see them,Ted Unangst
2007-04-04For verbose archive listings, use -> for symlinks, not =>,Todd C. Miller
2007-03-29Fix a cust & pastoTodd C. Miller
2007-03-29Do not print a warning that no valid checksums were found if thereTodd C. Miller
2007-03-28Supress warnings for the first getopt() pass. Otherwise,Todd C. Miller
2007-03-27Fix spelling of hexadecimal. Noted by jmc@ and Steven Mestdagh.Todd C. Miller
2007-03-27Add base64 support to cksum and friends. Output encoding canTodd C. Miller
2007-03-22Fix handling of multiple stdin arguments in cooked mode, closes PR 5418.Todd C. Miller
2007-03-20sync usage(); from Igor SobradoJason McIntyre
2007-03-20augment the -q option, now if specifed with -c (checklist)Thordur I. Bjornsson
2007-03-19Add FFS2 fields to the superblock, change file system tools to keepPedro Martelletto
2007-03-06clarify an example; from patrick keshishianJason McIntyre
2007-03-03minor shuffle; from Igor Sobrado and myselfJason McIntyre
2007-03-03sort the options list; from Igor SobradoJason McIntyre
2007-02-27Add md5 to the list of unsecure checksums. Adapted from a diff byTodd C. Miller
2007-02-25shuffle the text somewhat to make the page read better;Jason McIntyre
2007-02-25document the "opaque", "arch", and "nodump" flags more fully;Jason McIntyre
2007-02-24There is no filter_lines function, remove its prototype. From Mark Lumsden.Todd C. Miller
2007-02-24sort options; sync usage(); from Igor SobradoJason McIntyre
2007-02-24-F was missing a description;Jason McIntyre
2007-02-24sort options; sync usage(); from Igor SobradoJason McIntyre
2007-02-21order options; from Igor SobradoJason McIntyre
2007-02-16change [-f | -i] to [-fi]: although technically not as correct, it isJason McIntyre
2007-02-16sort options and make -X a little clearer; mostly from Igor SobradoJason McIntyre
2007-02-16Allow moving files starting with a dash acrossMoritz Jodeit
2007-02-06fix some dodgy displays;Jason McIntyre
2007-02-03statfs(2) and fstatfs(2) are one and the same, so don;t add both to SEE ALSO;Jason McIntyre
2007-01-09align usage message correctlyTheo de Raadt
2006-12-26fts_read returning NULL and errno set is an error. ok ray@Otto Moerbeek
2006-12-15remove a raft of unneccessary escapes; from ru@freebsdJason McIntyre
2006-11-30typos; from alf schlichtingJason McIntyre
2006-11-29Do not test for processes being swapped out since this can't happen anymore.Miod Vallat
2006-11-20Compute user-given ulimit value times ulimit unit as an rlim_t value, not aMiod Vallat
2006-11-19WARNING/BUGS -> CAVEATS; ok millertJason McIntyre
2006-11-17`<' -> \*(LtJason McIntyre