NetBSD/bin/ls
christos 1d895808a5 Fix skipping of directories that begin with a '.' in -R mode.
It is not enough to avoid displaying the contents of the directory,
we need to set FTS_SKIP to avoid descending into any subdirs too.
Otherwise, if a ".foo" directory has a subdirectory "bar", ls will
descend into bar and display its contents. From Todd Miller
2020-07-07 14:29:06 +00:00
..
Makefile No ACL support for install media (SMALLPROG) 2020-05-17 23:34:11 +00:00
cmp.c
extern.h Move usage and mark it static+dead 2011-08-29 14:44:21 +00:00
ls.1 Add ACL support for FFS. From FreeBSD. 2020-05-16 18:31:45 +00:00
ls.c Fix skipping of directories that begin with a '.' in -R mode. 2020-07-07 14:29:06 +00:00
ls.h Add -O (only leaf files) and -P (print full path), from tls@ 2014-02-20 18:56:36 +00:00
main.c Drop main() prototype. 2016-09-05 01:00:07 +00:00
print.c No ACL support for install media (SMALLPROG) 2020-05-17 23:34:11 +00:00
util.c Move usage and mark it static+dead 2011-08-29 14:44:21 +00:00