freebsd-nq/bin
Stefan Eßer c888fc2d97 bin/df: allow -t option to be used together with -l
The df command provides a -l option to exclude all non-local file
systems and a -t option with a (positive or negative) list of file
system types to display.

This commit adds support for a combination of -l and -t. If both are
specified, the parameter list of the -t option is applied on top of
the selection of öocal file systems (independently of the order of
the -l and -t options).

E.g., "df -t noprocfs,sysfs -l" will select all local file systems
except those of type procfs and sysfs.

(cherry picked from commit f0fd4a32c4)
2022-03-04 20:49:21 +01:00
..
cat
chflags
chio pkgbase: Put chio in utilities 2021-06-30 09:24:32 +02:00
chmod
cp cp: fix indentation 2021-05-05 10:35:02 +02:00
csh
date date: Capitalize seconds string in synopses 2021-11-07 18:55:22 +01:00
dd
df bin/df: allow -t option to be used together with -l 2022-03-04 20:49:21 +01:00
domainname pkgbase: Put yellow pages programs to its own package 2022-01-05 18:23:51 +01:00
echo echo(1): Replace errexit() with err(3) 2022-01-07 14:12:12 +01:00
ed
expr
freebsd-version freebsd-version(1): Add -j flag to support jails 2021-10-08 11:29:07 -05:00
getfacl
hostname hostname: avoid strcpy() overlap in -d flag handling 2021-10-03 00:14:58 -05:00
kenv kenv: allow listing of static kernel environments 2021-08-26 01:35:33 -05:00
kill
ln
ls ls: prevent no-color build from complaining when COLORTERM is non-empty 2021-08-28 10:17:55 +02:00
mkdir src/bin/mkdir: Spell occur correctly. 2021-11-18 21:52:21 -07:00
mv
pax src/bin/pax: Fix spelling error 2021-11-18 21:52:21 -07:00
pkill
ps src/bin/ps: Fix spelling error 2021-11-18 21:52:21 -07:00
pwait
pwd
realpath
rm
rmail
rmdir
setfacl
sh src/bin/sh: Fix spelling errors 2021-11-18 21:52:21 -07:00
sleep
stty
sync
test
tests
uuidgen
Makefile
Makefile.inc