freebsd-src/bin
Ed Maste 67d2aaf078 csh: install hard link with same mode as target
Previously when using NO_ROOT we recorded METALOG entries for the /.cshrc
hard link with a different file mode than the link target, which is not
permitted.

We cannot just set LINKMODE here as it would also apply to the hard link
for the tcsh binary.

Reviewed by:	brooks
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D37499
2022-11-29 16:04:05 -05:00
..
cat
chflags
chio chio: Mark some arguments as unused. 2022-10-25 10:57:29 -06:00
chmod
cp cp: Fix build without VM_AND_BUFFER_CACHE_SYNCHRONIZED. 2022-08-30 10:51:21 -04:00
csh csh: install hard link with same mode as target 2022-11-29 16:04:05 -05:00
date date: remove some ambiguity in tzdata references 2022-07-28 10:14:18 -05:00
dd
df df: do not report a 100% full inode usage on fs without inodes 2022-03-11 08:49:44 +01:00
domainname pkgbase: Put yellow pages programs to its own package 2021-12-21 10:17:22 +01:00
echo echo(1): Replace errexit() with err(3) 2021-11-09 22:12:19 +01:00
ed
expr
freebsd-version freebsd-version(1): Add -j flag to support jails 2021-10-01 13:50:56 -05:00
getfacl Fix build of bin/getfacl after libc changes. 2021-08-27 11:52:18 +03:00
hostname hostname: avoid strcpy() overlap in -d flag handling 2021-09-25 00:03:50 -05:00
kenv kenv: allow listing of static kernel environments 2021-07-18 23:06:19 -05:00
kill
ln
ls ls(1): add a -v flag to sort naturally 2022-10-31 00:00:42 +01:00
mkdir src/bin/mkdir: Spell occur correctly. 2021-10-02 10:39:31 -06:00
mv
pax pax: update date parsing code (from OpenBSD) 2022-10-19 17:02:45 +00:00
pkill
ps ps(1): Use calloc instead of malloc and memset. 2022-03-11 10:36:00 +01:00
pwait
pwd
realpath
rm
rmail
rmdir
setfacl
sh sh: install hard link with same mode as target 2022-11-23 15:10:02 -05:00
sleep sleep.1: Fix mdoc style 2022-05-25 10:11:33 +02:00
stty stty(1): provide details about interaction with job control 2022-10-02 20:29:53 +03:00
sync
test
tests
uuidgen
Makefile
Makefile.inc