master
new strtofflags/fflagstostr
add -delete option which can simplify the common case of wanting to delete lots of files without the arcane -exec or error prone xargs. code from freebsd. ok millert
man pages: add missing commas between subordinate and main clauses
Update a comment to include -delete, -execdir, -ls and -print0 among the primaries that do not imply -print. From Kris Katterjohn, thanks!
Replace use of the old BSD st_*timespec members in struct stat with the POSIX-standard st_*tim members.
dev_t is signed to permit passing -1 as an invalid condition, but the decomposition into major and minor is unsigned, so we should print them with %u instead of %d. ok guenther
userspace: remove vestigial '?' cases from top-level getopt(3) loops
Delete obsolete /* ARGSUSED */ lint comments.
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
add -not as a sh friendly alias for !. ok millert