Age | Commit message (Expand) | Author |
2007-06-15 | keep trailing slashes in path normalization, as these might result in | Nikolay Sturm |
2007-06-06 | don;t try to handle obsolete protocols, print functions so cosmetics only | Henning Brauer |
2007-06-06 | Unlink files with multiple links when -P flag is specified instead | Ray Lai |
2007-06-02 | s/FALLTROUGH/FALLTHROUGH/ | Moritz Jodeit |
2007-06-01 | fix -Wall 'implicit declaration' of err & errx: s/errno.h/err.h/; ok deraadt... | Constantine A. Murenin |
2007-05-31 | Only process ENV when in interactive mode as SU says. Started by | Otto Moerbeek |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-30 | some i missed... | Jason McIntyre |
2007-05-29 | note some flags which differ in behaviour from posix; | Jason McIntyre |
2007-05-29 | - consistent STANDARDS blurb | Jason McIntyre |
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 |
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 |
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 |
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 |
2007-04-14 | if we define a constant for the OPTSTRING, we can as well use it. | Alexander von Gernler |
2007-04-13 | Userland gets 7 chars of wchan, not 6; noticed by thib@ | Miod Vallat |
2007-04-13 | allow multiple -t to increase the test count. cpus are getting too fast. | Ted Unangst |
2007-04-12 | use UTC instead of GMT0 for -u; from Jared R.R.Spiegel <jrrs@ice-nine.org> | Christian Weisgerber |
2007-04-06 | when copying regular files, look for blocks of zeroes. when we see them, | Ted Unangst |
2007-04-04 | For verbose archive listings, use -> for symlinks, not =>, | Todd C. Miller |
2007-03-29 | Fix a cust & pasto | Todd C. Miller |
2007-03-29 | Do not print a warning that no valid checksums were found if there | Todd C. Miller |
2007-03-28 | Supress warnings for the first getopt() pass. Otherwise, | Todd C. Miller |
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 |
2007-03-22 | Fix handling of multiple stdin arguments in cooked mode, closes PR 5418. | Todd C. Miller |
2007-03-20 | sync usage(); from Igor Sobrado | Jason McIntyre |
2007-03-20 | augment the -q option, now if specifed with -c (checklist) | Thordur I. Bjornsson |
2007-03-19 | Add FFS2 fields to the superblock, change file system tools to keep | Pedro Martelletto |
2007-03-06 | clarify an example; from patrick keshishian | Jason McIntyre |
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 |
2007-02-25 | shuffle the text somewhat to make the page read better; | Jason McIntyre |
2007-02-25 | document the "opaque", "arch", and "nodump" flags more fully; | Jason McIntyre |
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 |
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 |
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 |