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
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
main.c
print.c No ACL support for install media (SMALLPROG) 2020-05-17 23:34:11 +00:00
util.c