NetBSD/sbin
martin 72661a7173 Pull up following revision(s) (requested by oster in ticket #675):
sbin/raidctl/raidctl.8: revision 1.81
	sbin/raidctl/raidctl.c: revision 1.80

Implement command-line configuration of simple RAID sets with raidctl
based on the usage pattern:

 raidctl <device> create <level> <component1> <component2> ...

For example,

 raidctl raid0 create mirror absent /dev/wd1e

will create a RAID level 1 (mirror) set with an absent first component
and /dev/wd1e as the second component. The resulting RAID device will
be marked as auto-configurable, will have a serial number set (based
on the current time), and parity will be initialized. Reasonable
performance values are automatically used by default for other parameters
normally specified in the configuration file.

Also: Only print out Autoconfig status if being verbose.
2024-04-28 12:12:00 +00:00
..
amrctl
apmlabel
atactl fix various typos in comments, docs and log messages. 2022-05-24 06:27:59 +00:00
badsect Restore backward compatibility of UFS2 with previous NetBSD releases by 2022-11-17 06:40:38 +00:00
bioctl bioctl(8): Don't print garbage bv_seconds. 2022-05-10 14:16:25 +00:00
blkdiscard Pull up following revision(s) (requested by mrg in ticket #565): 2024-02-03 12:09:06 +00:00
brconfig
canconfig
ccdconfig
cgdconfig Restore backward compatibility of UFS2 with previous NetBSD releases by 2022-11-17 06:40:38 +00:00
chkconfig
chown
clri Restore backward compatibility of UFS2 with previous NetBSD releases by 2022-11-17 06:40:38 +00:00
devpubd Fix obvious editor mishap in previous 2021-08-08 10:48:35 +00:00
disklabel Change back various occurrences of \*[Le], \*[Ge] (less/greater equal) 2022-08-28 10:48:15 +00:00
dkctl
dkscan_bsdlabel s/endianess/endianness/ 2021-11-10 17:19:29 +00:00
dmctl
dmesg Assert postts only if we really obtained a timestamp. 2022-08-06 10:22:22 +00:00
drvctl When extracting properties, don't bail for non-existent or invalid path 2022-08-21 07:51:30 +00:00
dump Restore backward compatibility of UFS2 with previous NetBSD releases by 2022-11-17 06:40:38 +00:00
dump_lfs
fastboot
fdisk Avoid crashes with invalid or tiny sector sizes. 2022-04-02 19:15:09 +00:00
fsck Pull up following revision(s) (requested by mlelstv in ticket #93): 2023-02-22 13:09:33 +00:00
fsck_ext2fs
fsck_ffs Pull up following revision(s) (requested by rin in ticket #394): 2023-10-08 14:35:18 +00:00
fsck_lfs Fix the function pointer declaration to something lint likes. 2021-09-17 22:41:48 +00:00
fsck_msdos fix 32bit builds 2022-08-28 11:32:19 +00:00
fsck_udf Relax constraints on sequential media detection by checking for VAT format. 2022-04-25 15:37:14 +00:00
fsck_v7fs fix various typos, mainly in comments, but also log messages, docs, game text. 2022-04-08 10:17:52 +00:00
fsdb Pull up following revision(s) (requested by rin in ticket #394): 2023-10-08 14:35:18 +00:00
fsirand Restore backward compatibility of UFS2 with previous NetBSD releases by 2022-11-17 06:40:38 +00:00
gpt Pull up the following revisions(s) (requested by martin in ticket #441): 2023-11-02 14:02:52 +00:00
ifconfig Pull up following revision(s) (requested by andvar in ticket #660): 2024-04-18 16:26:47 +00:00
init Allow getty to exit quickly a few times before deciding that it is exiting 2021-10-11 20:23:25 +00:00
iscsictl Pull up following revision(s) (requested by mlelstv in ticket #504): 2023-12-18 14:12:35 +00:00
iscsid Pull up following revision(s) (requested by mlelstv in ticket #523): 2023-12-30 19:21:29 +00:00
ldconfig
luactl
mbrlabel
mknod
modload
modstat
modunload
mount drop reference to smbfs, which was removed in 2020. 2022-07-10 18:52:34 +00:00
mount_ados
mount_autofs
mount_cd9660 mount_cd9660: remove unhandled option -i from getopt 2022-10-16 16:26:35 +00:00
mount_chfs
mount_efs
mount_ext2fs
mount_fdesc
mount_ffs Change the default for ACLs to be posix1e instead of nfsv4 to match FreeBSD. 2021-09-18 03:05:19 +00:00
mount_filecore
mount_hfs
mount_kernfs
mount_lfs
mount_msdos
mount_nfs Pull up following revision(s) (requested by chs in ticket #18): 2022-12-21 19:55:33 +00:00
mount_nilfs fix various typos in comment, documentation and log messages. 2022-05-24 20:50:17 +00:00
mount_ntfs
mount_null
mount_overlay
mount_portal
mount_procfs
mount_ptyfs
mount_puffs
mount_qemufwcfg lib/librefuse: Implement FUSE session API and its signal handling functionality 2022-01-22 07:53:05 +00:00
mount_sysvbfs
mount_tmpfs s/similarily/similarly/ 2022-04-12 20:51:42 +00:00
mount_udf
mount_umap
mount_union
mount_v7fs
newbtconf
newfs Pull up following revision(s) (requested by chs in ticket #160): 2023-05-13 11:51:13 +00:00
newfs_ext2fs Pull up following revision(s) (requested by rin in ticket #394): 2023-10-08 14:35:18 +00:00
newfs_lfs sbin: enable lint for almost all programs 2021-09-14 20:13:03 +00:00
newfs_msdos
newfs_sysvbfs
newfs_udf fix various typos in comments, documentation and messages. 2022-08-07 11:06:18 +00:00
newfs_v7fs fix typo 2022-02-27 21:05:11 +00:00
nologin
nvmectl Pull up following revision(s) (requested by simonb in ticket #145): 2023-04-25 15:25:36 +00:00
ping Pull up following revision(s) (requested by rin in ticket #394): 2023-10-08 14:35:18 +00:00
ping6 fix various typos, mainly in comments, but also log messages, docs, game text. 2022-04-08 10:17:52 +00:00
pppoectl fix various typos in comments, documentation and messages. 2022-08-07 11:06:18 +00:00
raidctl Pull up following revision(s) (requested by oster in ticket #675): 2024-04-28 12:12:00 +00:00
rcorder
reboot
resize_ffs Pull up following revision(s) (requested by chs in ticket #160): 2023-05-13 11:51:13 +00:00
resize_lfs
restore apply this commit from FreeBSD: 2022-12-12 16:53:30 +00:00
rndctl Pull up following revision(s) (requested by riastradh in ticket #273): 2023-07-31 15:57:43 +00:00
route fix various typos in comments and one output message. 2022-10-31 21:22:05 +00:00
routed fix various typos in comments. 2022-04-07 19:33:37 +00:00
savecore
scan_ffs Pull up following revision(s) (requested by mlelstv in ticket #94): 2023-02-22 13:11:37 +00:00
scsictl Add REPORT_LUNS command. 2022-08-21 12:44:16 +00:00
setkey
shutdown Fix At argument and remove superfluous Pp. 2022-07-01 16:58:02 +00:00
slattach
svhlabel
swapctl fix various typos, mainly in comments. 2022-04-04 19:33:44 +00:00
sysctl kern.hashstat takes too long and it is meaningless here. 2021-12-28 16:06:57 +00:00
ttyflags
tunefs Pull up following revision(s) (requested by chs in ticket #160): 2023-05-13 11:51:13 +00:00
umbctl
umount Fix grammar 2022-01-22 09:59:26 +00:00
veriexecctl
wdogctl wdogctl(8): Minor tweak suggested by a passing umarell. 2022-09-23 12:35:00 +00:00
wsconsctl Add support for a read-only edid attribute that shows the result of 2021-12-25 13:54:13 +00:00
Makefile revert bits and pieces I accidentally included in my last commit 2022-06-06 13:28:55 +00:00
Makefile.inc sbin: enable lint for almost all programs 2021-09-14 20:13:03 +00:00