1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-25 16:13:17 +00:00
freebsd/bin
Kris Kennaway 778766fe4d Reduce diffs with OpenBSD:
#if __STDC__ -> #ifdef __STDC__
  pax_warn() -> paxwarn()
  sys_warn() -> syswarn()
  (foo *)NULL -> NULL
  bcopy -> memmove()/memcpy()
  bzero -> memset()
  Typo fixes
  sprintf() -> snprintf()
  rindex() -> strrchr()
  index() -> strchr()
  sys_errlist[] -> strerror()

Obtained from:	OpenBSD
2001-04-26 08:37:00 +00:00
..
cat
chflags
chio
chmod
cp
csh MAN[1-9] -> MAN. 2001-03-27 10:03:10 +00:00
date
dd
df
domainname
echo
ed Remove a comment which seemed to confuse makewhatis: 2001-03-29 01:25:06 +00:00
expr
getfacl mdoc(7) police: normalize .Nd. 2001-04-18 15:54:10 +00:00
hostname
kenv
kill
ln MAN[1-9] -> MAN. 2001-03-27 10:03:10 +00:00
ls Drop support for -DRELEASE_BUILD_FIXIT and -DCRUNCHED_BINARY in 2001-04-03 13:34:35 +00:00
mkdir
mv
pax Reduce diffs with OpenBSD: 2001-04-26 08:37:00 +00:00
ps Correct some markup 2001-04-12 20:04:54 +00:00
pwd MAN[1-9] -> MAN. 2001-03-27 10:03:10 +00:00
rcp -Wnon-const-format sweep: make format strings const char *'s, add 2001-04-17 07:46:38 +00:00
realpath
rm
rmail MAN[1-9] -> MAN. 2001-03-27 10:03:10 +00:00
rmdir
setfacl o Separate acl_t into internal and external representations as 2001-04-24 22:45:41 +00:00
sh -Wnon-const-format sweep: make format strings const char *'s, add 2001-04-17 07:46:38 +00:00
sleep
stty
sync MAN[1-9] -> MAN. 2001-03-27 10:03:10 +00:00
test
Makefile
Makefile.inc