freebsd-src/bin
Alan Somers c01816a97f cp: use copy_file_range(2)
This has three advantages over write(2)/read(2):

* Fewer context switches and data copies
* Mostly preserves a file's sparseness
* On some file systems (currently NFS 4.2) the file system will perform the
  copy in an especially efficient way.

Reviewed by:	rmacklem
MFC after:	2 weeks
Sponsored by:	Axcient
Differential Revision:	https://reviews.freebsd.org/D26377
2020-09-10 02:48:55 +00:00
..
cat
chflags
chio chio: avoid out of bounds read 2020-07-26 15:10:33 +00:00
chmod
cp cp: use copy_file_range(2) 2020-09-10 02:48:55 +00:00
csh vfs: add restrictions to read(2) of a directory [1/2] 2020-06-04 18:09:55 +00:00
date date.1: note possibly surprising behaviour of -j -f 2020-08-26 00:31:59 +00:00
dd Add O_DIRECT flag to DD for cache bypass 2020-06-04 20:47:11 +00:00
df
domainname
echo
ed
expr
freebsd-version
getfacl
hostname
kenv
kill
ln
ls ls(1): Update all POSIX references and correct the STANDARDS section 2020-08-31 18:47:56 +00:00
mkdir
mv
pax
pkill
ps ps(1): Fix formatting of the "command" field for kernel threads. 2020-07-28 15:26:19 +00:00
pwait
pwd
realpath
rm
rmail
rmdir
setfacl
sh sh: Write absolute path in command -vV and type 2020-09-01 13:19:15 +00:00
sleep
stty
sync
test
tests
uuidgen
Makefile
Makefile.inc