freebsd-src/usr.sbin
Xin LI 906748d208 newsyslog(8): Add option to globally override compression method.
Historically, newsyslog compressed rotated log files to save disk space.
This was useful in the early days. However, with modern file systems like
ZFS offering native compression, and with the availability of larger hard
drives, the benefits of additional compression have become less significant.
This is particularly true considering the inconvenience of decompressing
log files when searching for specific patterns.

Additionally, the original implementation of compression methods was not
future-proof.  As a result, we have redefined the J, X, Y, Z flags to
signify "treat the file as compressible" rather than "compress the file
with that specific method."

A new command-line option, -c, has been introduced to allow overriding
these settings in a more future-proof way. The available choices are:

 * none			 - do not compress, regardless of flag.
 * legacy		 - historical behavior: J=bzip2, X=xz, Y=zstd, Z=gzip.
 * bzip2, xz, zstd, gzip - apply the specified compression method.

Currently, the default is set to 'legacy' to preserve historical behavior.
However, our intention is to change this default to 'none' in FreeBSD 15.0.

Additionally, this update changes the default settings for zstd to use
multithreading and long-range options, better aligning with its intended
use.

Inspired by D42961 .

Reviewed by:	debdrup (earlier version, mdoc(7))
MFC after:	1 week
Differential Revision: https://reviews.freebsd.org/D43165
2023-12-22 22:46:33 -08:00
..
ac Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
accton Remove copyright strings ifdef'd out 2023-11-26 22:23:58 -07:00
acpi Remove my middle name. 2023-08-17 15:08:30 +02:00
adduser Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
apm Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
apmd usr.sbin: Remove ancient SCCS tags. 2023-11-26 22:23:56 -07:00
arp Remove copyright strings ifdef'd out 2023-11-26 22:23:58 -07:00
audit Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
auditd Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
auditdistd Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
auditreduce Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
authpf Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
autofs autofs: media: Always use sync option for fat* 2023-12-04 07:51:33 +01:00
bhyve bhyve.8: fix -k description 2023-12-22 17:29:33 +02:00
bhyvectl usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
bhyveload Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
binmiscctl usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
blacklistctl Track upstream project rename in contrib/blocklistd 2023-11-03 16:53:04 -04:00
blacklistd Track upstream project rename in contrib/blocklistd 2023-11-03 16:53:04 -04:00
bluetooth Remove copyright strings ifdef'd out 2023-11-26 22:23:58 -07:00
boot0cfg usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
bootparamd usr.sbin: Remove ancient SCCS tags. 2023-11-26 22:23:56 -07:00
boottrace spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
bsdconfig bsdconfig: Restore bsddialog 2023-10-23 16:11:54 +02:00
bsdinstall bsdinstall: add include to SUBDIR 2023-12-06 22:17:14 -08:00
bsnmpd snmp_pf: use libpfctl's pfctl_get_rules_info() rather than DIOCGETRULES 2023-11-27 21:36:48 +01:00
btxld Purge more stray embedded $FreeBSD$ strings 2023-09-25 07:54:56 -07:00
camdd Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
cdcontrol Remove $FreeBSD$: one-line nroff pattern 2023-08-16 11:55:15 -06:00
certctl certctl: Convert line endings before inspecting files. 2023-11-07 20:53:09 +01:00
chkgrp Remove my middle name. 2023-08-17 15:08:30 +02:00
chown Remove copyright strings ifdef'd out 2023-11-26 22:23:58 -07:00
chroot Remove copyright strings ifdef'd out 2023-11-26 22:23:58 -07:00
ckdist Purge more stray embedded $FreeBSD$ strings 2023-09-25 07:54:56 -07:00
clear_locks Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
config usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
cpucontrol usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
crashinfo crashinfo: Get local variable values in the gdb backtrace 2023-11-06 14:59:10 -05:00
cron Remove copyright strings ifdef'd out 2023-11-26 22:23:58 -07:00
crunch usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
ctladm usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
ctld usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
cxgbetool usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
daemon usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
dconschat Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
devctl Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
devinfo usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
diskinfo Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
dumpcis Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
editmap Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
edquota Remove copyright strings ifdef'd out 2023-11-26 22:23:58 -07:00
efibootmgr efibootmgr: Report the path to the device 2023-12-18 10:09:13 -07:00
efidp Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
efitable usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
efivar Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
efiwake Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
etcupdate etcupdate: temporarily comment out one tzsetup test 2023-11-24 17:31:28 -05:00
extattr Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
extattrctl Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
fdcontrol Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
fdformat Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
fdread Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
fdwrite Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
fifolog Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
flowctl Purge more stray embedded $FreeBSD$ strings 2023-09-25 07:54:56 -07:00
freebsd-update freebsd-update: allow user to break out of conflict resolution loop 2023-10-18 12:17:33 -04:00
fstyp usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
ftp-proxy Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
fwcontrol Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
fwget fwget: fix installing multiple firmware files 2023-08-18 01:22:22 +00:00
getfmac Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
getpmac Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
gpioctl Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
gssd usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
gstat Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
hyperv Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
i2c Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
ifmcstat usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
inetd Remove copyright strings ifdef'd out 2023-11-26 22:23:58 -07:00
iostat usr.sbin: Remove ancient SCCS tags. 2023-11-26 22:23:56 -07:00
iovctl usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
ip6addrctl Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
ipfwpcap Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
iscsid usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
jail Unbreak build from ed31b3f4a1 (misapplied diff). 2023-11-29 17:27:37 -08:00
jexec jexec.8: Add examples section 2023-10-07 19:44:44 -03:00
jls usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
kbdcontrol usr.sbin: Remove ancient SCCS tags. 2023-11-26 22:23:56 -07:00
kbdmap usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
keyserv usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
kldxref kldxref: Appease a Coverity warning 2023-12-22 07:49:40 -08:00
lastlogin Remove $FreeBSD$: one-line nroff pattern 2023-08-16 11:55:15 -06:00
lpr usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
lptcontrol Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
mailstats usr.sbin: Remove ancient SCCS tags. 2023-11-26 22:23:56 -07:00
mailwrapper usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
makefs usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
makemap usr.sbin: Remove ancient SCCS tags. 2023-11-26 22:23:56 -07:00
manctl Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
memcontrol Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
mergemaster Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
mfiutil Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
mixer Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
mld6query usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
mlx5tool usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
mlxcontrol Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
mount_smbfs Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
mountd mountd: Update exports.5 for commit 7c5146da12 2023-12-22 12:17:36 -08:00
moused usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
mpsutil usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
mptable Purge more stray embedded $FreeBSD$ strings 2023-09-25 07:54:56 -07:00
mptutil usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
mtest usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
ndp usr.sbin: Remove ancient SCCS tags. 2023-11-26 22:23:56 -07:00
newsyslog newsyslog(8): Add option to globally override compression method. 2023-12-22 22:46:33 -08:00
nfscbd usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
nfsd Remove copyright strings ifdef'd out 2023-11-26 22:23:58 -07:00
nfsdumpstate usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
nfsrevoke usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
nfsuserd usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
ngctl usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
nghook Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
nmtree usr.sbin: Remove ancient SCCS tags. 2023-11-26 22:23:56 -07:00
nologin usr.sbin: Remove ancient SCCS tags. 2023-11-26 22:23:56 -07:00
nscd usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
ntp Update leap-seconds to leap-seconds.3676924800 2023-11-25 17:13:23 -08:00
nvram Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
ofwdump usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
pciconf Purge more stray embedded $FreeBSD$ strings 2023-09-25 07:54:56 -07:00
periodic periodic/daily/480.leapfile-ntpd: only attempt to refresh leap-seconds.list 2023-12-02 23:00:32 -08:00
pkg usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
pmc usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
pmcannotate usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
pmccontrol usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
pmcstat usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
pmcstudy usr.sbin: Remove ancient SCCS tags. 2023-11-26 22:23:56 -07:00
pnfsdscopymr Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
pnfsdsfile Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
pnfsdskill Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
pnpinfo Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
powerd usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
ppp usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
pppctl usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
praliases usr.sbin: Remove ancient SCCS tags. 2023-11-26 22:23:56 -07:00
praudit Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
prometheus_sysctl_exporter usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
pstat Remove copyright strings ifdef'd out 2023-11-26 22:23:58 -07:00
pw usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
pwd_mkdb pwd_mkdb: Cosmetic nit. 2023-12-20 22:42:42 +01:00
pwm Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
quot usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
quotaon Remove copyright strings ifdef'd out 2023-11-26 22:23:58 -07:00
rarpd Remove copyright strings ifdef'd out 2023-11-26 22:23:58 -07:00
repquota Remove copyright strings ifdef'd out 2023-11-26 22:23:58 -07:00
rip6query usr.sbin: Remove ancient SCCS tags. 2023-11-26 22:23:56 -07:00
rmt Remove copyright strings ifdef'd out 2023-11-26 22:23:58 -07:00
route6d usr.sbin: Remove ancient SCCS tags. 2023-11-26 22:23:56 -07:00
rpc.lockd usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
rpc.statd Purge more stray embedded $FreeBSD$ strings 2023-09-25 07:54:56 -07:00
rpc.tlsclntd usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
rpc.tlsservd usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
rpc.umntall usr.sbin: Remove ancient SCCS tags. 2023-11-26 22:23:56 -07:00
rpc.yppasswdd usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
rpc.ypupdated usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
rpc.ypxfrd rpc.ypxfrd: Remove return statement at the end of void functions 2023-11-06 15:07:10 -04:00
rpcbind usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
rrenumd Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
rtadvctl Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
rtadvd rtadvd: Remove return statement at the end of void functions 2023-11-06 15:07:10 -04:00
rtprio usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
rtsold usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
rwhod Remove copyright strings ifdef'd out 2023-11-26 22:23:58 -07:00
sa usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
sendmail usr.sbin: Remove ancient SCCS tags. 2023-11-26 22:23:56 -07:00
service Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
services_mkdb usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
sesutil Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
setfib usr.sbin: Remove ancient SCCS tags. 2023-11-26 22:23:56 -07:00
setfmac Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
setpmac Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
smbmsg Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
snapinfo Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
spi usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
spkrtest spkrtest.8: Add module info 2023-10-11 09:08:13 +02:00
spray Purge more stray embedded $FreeBSD$ strings 2023-09-25 07:54:56 -07:00
syslogd Remove copyright strings ifdef'd out 2023-11-26 22:23:58 -07:00
sysrc Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
tcpdchk Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
tcpdmatch Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
tcpdrop usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
tcpdump usr.sbin: Remove ancient SCCS tags. 2023-11-26 22:23:56 -07:00
tcpsso spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
tests Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
traceroute Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
traceroute6 Remove copyright strings ifdef'd out 2023-11-26 22:23:58 -07:00
trim Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
tzsetup tzsetup: symlink /etc/localtime instead of copying 2023-11-23 21:13:49 -05:00
uathload Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
uefisign usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
ugidfw usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
uhsoctl Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
unbound unbound: Move config.h to lib directory. 2023-08-19 01:44:58 +00:00
usbconfig Remove $FreeBSD$: one-line nroff pattern 2023-08-16 11:55:15 -06:00
usbdump Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
utx Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
valectl Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
vidcontrol usr.sbin: Remove ancient SCCS tags. 2023-11-26 22:23:56 -07:00
vigr Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
vipw Remove copyright strings ifdef'd out 2023-11-26 22:23:58 -07:00
wake Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
watch usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
watchdogd Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
wlandebug Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
wpa dirdeps: Update Makefile.depend* files with empty contents 2023-10-29 17:01:04 -04:00
yp_mkdb Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
ypbind usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
ypldap Trim various $FreeBSD$ 2023-10-10 10:34:43 -07:00
yppoll usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
yppush yppush: Remove return statement at the end of void functions 2023-11-06 15:07:10 -04:00
ypserv usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
ypset usr.sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
zdump Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
zic Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
zonectl Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
zzz Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
Makefile usr.sbin: Remove ancient SCCS tags. 2023-11-26 22:23:56 -07:00
Makefile.aarch64 ofwdump: install dependent on MK_FDT 2023-10-02 10:40:18 -03:00
Makefile.amd64 Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
Makefile.i386 Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
Makefile.inc usr.sbin: Remove ancient SCCS tags. 2023-11-26 22:23:56 -07:00
Makefile.powerpc ofwdump: install dependent on MK_FDT 2023-10-02 10:40:18 -03:00