.. |
atactl
|
Fix that atactl sd0 readattr didn't work for some disks. Change it to
|
2023-04-30 00:58:38 +00:00 |
badsect
|
Nuke D_BADSECT and disktab's 'sf'.
|
2022-10-12 23:11:32 +00:00 |
bioctl
|
Retry on empty passphrase
|
2023-10-07 12:20:10 +00:00 |
clri
|
Fix botched format string in previous commit as spotted by robert@
|
2020-06-24 05:46:07 +00:00 |
dhclient
|
dhclient(8) has been undergoing replacement with "ifconfig xxx inet auto"
|
2022-07-02 17:21:32 +00:00 |
dhcpleased
|
Only generate a new xid at the start of getting a new lease.
|
2024-02-13 12:53:05 +00:00 |
disklabel
|
Increase /usr/src partition to 2GB - 5GB
|
2024-03-22 21:49:52 +00:00 |
dmesg
|
userspace: remove vestigial '?' cases from top-level getopt(3) loops
|
2022-12-04 23:50:45 +00:00 |
dump
|
Remove Softdep.
|
2024-02-03 18:51:57 +00:00 |
dumpfs
|
Remove Softdep.
|
2024-02-03 18:51:57 +00:00 |
fdisk
|
Allow fdisk(8) to add GPT partitions of protected types.
|
2024-03-01 17:48:03 +00:00 |
fsck
|
Christos Zoulas agreed to rescind clause 3 and 4 in
|
2023-01-04 13:00:11 +00:00 |
fsck_ext2fs
|
Delete obsolete /* ARGSUSED */ lint comments.
|
2023-03-08 04:43:04 +00:00 |
fsck_ffs
|
Remove Softdep.
|
2024-02-03 18:51:57 +00:00 |
fsck_msdos
|
Change the error reporting pattern throughout the tree when unveil
|
2021-07-12 15:09:18 +00:00 |
fsdb
|
Delete support for FFS filesystems before the in-inode symlink
|
2024-01-09 03:15:59 +00:00 |
fsirand
|
With filesystem having many cylinder groups and many inodes per cg the
|
2020-06-20 07:49:04 +00:00 |
growfs
|
Remove Softdep.
|
2024-02-03 18:51:57 +00:00 |
ifconfig
|
ifconfig.8: reorder hwfeature list
|
2024-01-11 17:22:04 +00:00 |
iked
|
Move daemon() after proc_setup() to sync with other proc.c daemons.
|
2024-04-08 12:50:05 +00:00 |
init
|
init(8): fix signal handler boolean type and qualifier
|
2022-09-10 00:49:47 +00:00 |
ipsecctl
|
Tweak previous. Passing "dns" to pledge(2) is suitable for the purpose.
|
2024-02-06 05:39:28 +00:00 |
isakmpd
|
Don't unset the SA tag set by ipsec_sa_tag in ipsec_sa_iface.
|
2023-12-20 00:34:13 +00:00 |
kbd
|
Add error handling if setting the keyboard encoding fails. After
|
2022-05-05 16:12:42 +00:00 |
ldattach
|
remove duplicate includes
|
2023-04-19 12:58:15 +00:00 |
mknod
|
we mention interim BSD releases so change some 4.4BSD use to 4.3BSD-Reno
|
2022-07-30 07:19:30 +00:00 |
mount
|
MNT_SOFTDEP and mount -o softdep no longer have any effect
|
2023-11-10 00:25:59 +00:00 |
mount_cd9660
|
userspace: remove vestigial '?' cases from top-level getopt(3) loops
|
2022-12-04 23:50:45 +00:00 |
mount_ext2fs
|
userspace: remove vestigial '?' cases from top-level getopt(3) loops
|
2022-12-04 23:50:45 +00:00 |
mount_ffs
|
userspace: remove vestigial '?' cases from top-level getopt(3) loops
|
2022-12-04 23:50:45 +00:00 |
mount_msdos
|
userspace: remove vestigial '?' cases from top-level getopt(3) loops
|
2022-12-04 23:50:45 +00:00 |
mount_nfs
|
sort .xr after previous; from jmc
|
2023-11-09 13:47:27 +00:00 |
mount_ntfs
|
fix swapped user/group introduced in sync-with-mount_tmpfs commit;
|
2022-11-14 14:35:39 +00:00 |
mount_tmpfs
|
userspace: remove vestigial '?' cases from top-level getopt(3) loops
|
2022-12-04 23:50:45 +00:00 |
mount_udf
|
For open/openat, if the flags parameter does not contain O_CREAT, the
|
2021-10-24 21:24:15 +00:00 |
mount_vnd
|
SYNOPSIS had no matching Ek, but since it wasn;t needed, remove Bk;
|
2020-04-23 21:33:04 +00:00 |
mountd
|
No need to protect exports from SIGHUP, the handler just sets a flag.
|
2023-03-02 16:58:43 +00:00 |
ncheck_ffs
|
minor formatting tweak: remove incorrect .Ar and garbage collect .Tn
|
2020-02-08 17:25:25 +00:00 |
newfs
|
Delete support for FFS filesystems before the in-inode symlink
|
2024-01-09 03:15:59 +00:00 |
newfs_ext2fs
|
userspace: remove vestigial '?' cases from top-level getopt(3) loops
|
2022-12-04 23:50:45 +00:00 |
newfs_msdos
|
Correct various min/max cluster numbers for FAT12/16/32. From NetBSD.
|
2021-07-11 15:39:58 +00:00 |
nfsd
|
Do not exit the master process if a client TCP connection fails to be
|
2024-03-21 10:58:15 +00:00 |
nologin
|
Delete obsolete /* ARGSUSED */ lint comments.
|
2023-03-08 04:43:04 +00:00 |
pdisk
|
Allow sbBlkCount to be less than the number of physical sectors on the
|
2019-07-31 00:14:10 +00:00 |
pfctl
|
fix anchortypes bounds test
|
2024-02-07 23:53:44 +00:00 |
pflogd
|
Do not log errors form pcap_dispatch() caused by signals.
|
2023-11-17 12:10:23 +00:00 |
ping
|
point readers, where relevant, to route(8) rather than netstat(1) or route(4);
|
2022-12-23 07:16:54 +00:00 |
quotacheck
|
Remove Softdep.
|
2024-02-03 18:51:57 +00:00 |
reboot
|
|
|
resolvd
|
some nameserver proposal bits:
|
2023-02-21 07:47:24 +00:00 |
restore
|
Delete support for FFS filesystems before the in-inode symlink
|
2024-01-09 03:15:59 +00:00 |
route
|
add EXIT STATUS section with information for the exec subcommand
|
2023-08-02 23:34:13 +00:00 |
savecore
|
userspace: remove vestigial '?' cases from top-level getopt(3) loops
|
2022-12-04 23:50:45 +00:00 |
scan_ffs
|
When system calls indicate an error they return -1, not some arbitrary
|
2019-06-28 13:32:41 +00:00 |
scsi
|
userspace: remove vestigial '?' cases from top-level getopt(3) loops
|
2022-12-04 23:50:45 +00:00 |
shutdown
|
The group "operator" gatekeeps a few superuser abilities (dumping disks,
|
2023-06-19 13:05:25 +00:00 |
slaacd
|
Remove needless includes of netinet6/ip6_var.h header in userland.
|
2024-02-11 21:29:12 +00:00 |
swapctl
|
make SYNOPSIS match usage to indicate -l is optional in:
|
2021-08-24 13:15:07 +00:00 |
swapon
|
|
|
sysctl
|
Remove needless includes of netinet6/ip6_var.h header in userland.
|
2024-02-11 21:29:12 +00:00 |
ttyflags
|
userspace: remove vestigial '?' cases from top-level getopt(3) loops
|
2022-12-04 23:50:45 +00:00 |
tunefs
|
missing dots after ".%P pp"; the case of btree(3) was
|
2019-04-23 18:13:11 +00:00 |
umount
|
More Version 1 AT&T UNIX history.
|
2019-09-06 19:25:08 +00:00 |
unwind
|
Let some missing missing RFC 1918 reverse zones through.
|
2024-02-25 10:13:09 +00:00 |
vnconfig
|
Improve emulation of a disktab entry (-t) by using the type
|
2023-05-14 18:34:02 +00:00 |
wsconsctl
|
Rename WSDISPLAY_TYPE_RKDRM to WSDISPLAY_TYPE_KMS such that we can use it
|
2024-01-19 17:51:15 +00:00 |
Makefile
|
Hook up dhcpleased to the build.
|
2021-02-26 17:17:03 +00:00 |
Makefile.inc
|
|
|