freebsd-src/bin
Kyle Evans df42ae6d99 pkill: use an ARG_MAX size buffer for argument matching
Right now pkill/pgrep cut off at _POSIX2_LINE_MAX (2048), but argument
strings can be much larger (ARG_MAX is 256K/512K).  Stop arbitrarily
cutting the search off at 2K, rather than documenting the limit.

Reviewed by:	allanjude (earlier version), des
Sponsored by:	Klara, Inc.

(cherry picked from commit 3610bffd28)
2023-04-09 17:49:52 -05:00
..
cat
chflags
chio
chmod
cp cp: Add tests involving sparse files. 2023-02-09 21:32:56 +01:00
csh csh: install hard link with same mode as target 2023-03-23 10:33:01 -04:00
date date: attempt to more accurately describe year limitations with -v 2022-09-18 01:26:39 -05:00
dd
df df: Return non-zero status on write failure. 2023-02-09 21:32:56 +01:00
domainname
echo
ed
expr
freebsd-version
getfacl
hostname
kenv
kill
ln
ls ls(1): add a -v flag to sort naturally 2022-12-24 07:47:21 +01:00
mkdir
mv
nproc nproc: denote an incompatiblity with Linux 2023-02-23 17:06:41 +00:00
pax pax: remove 4.4BSD compatibility 2022-11-02 10:39:18 +01:00
pkill pkill: use an ARG_MAX size buffer for argument matching 2023-04-09 17:49:52 -05:00
ps ps: fix ps -aa 2022-03-22 19:46:40 +01:00
pwait
pwd
realpath
rm
rmail
rmdir
setfacl
sh sh: install hard link with same mode as target 2023-03-23 10:33:01 -04:00
sleep
stty stty(1): provide details about interaction with job control 2022-10-09 05:23:04 +03:00
sync
test
tests
timeout timeout: Move from /usr/bin to /bin 2023-02-07 18:37:53 +01:00
uuidgen uuidgen(1): fix another typo 2023-03-06 09:04:54 +01:00
Makefile Add nproc(1) 2023-02-23 17:06:41 +00:00
Makefile.inc