1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-26 07:55:01 +00:00
freebsd/sys
Alan Somers 6c95065590 Escape any '.' characters in sysctl node names
ZFS creates some sysctl nodes that include a pool name, and '.' is an
allowed character in pool names.  But it's the separator in the sysctl
tree, so it can't be included in a sysctl name.  Replace it with "%25".
Handily, "%" is illegal in ZFS pool names, so there's no ambiguity
there.

PR:		257316
MFC after:	3 weeks
Sponsored by:	Axcient
Reviewed by:	freqlabs
Differential Revision: https://reviews.freebsd.org/D31265
2021-07-22 10:22:48 -06:00
..
amd64 linux(4): Allow musl brand to use FUTEX_REQUEUE op. 2021-07-20 14:39:20 +03:00
arm arm: allwinner: cir: Reduce verbosity 2021-07-22 14:55:03 +02:00
arm64 libpmc/hwpmc: fix issues with arm64 pmu-events support 2021-07-21 20:18:00 -03:00
bsm
cam cam: clear stack-allocated CCB in the target layer 2021-07-21 10:18:28 +01:00
cddl
compat linux(4): Factor out the futex_wait() op into linux_futex_wait(). 2021-07-20 14:40:24 +03:00
conf pf: fix LINT build 2021-07-20 18:08:30 +02:00
contrib zfs: Remove zfs-images submodule 2021-07-19 16:40:09 -04:00
crypto
ddb
dev dwmmc: Fix MMCCAM block size support 2021-07-22 17:03:14 +02:00
dts
fs nfscl: Send stateid.seqid of 0 for NFSv4.1/4.2 mounts 2021-07-19 17:35:39 -07:00
gdb
geom geom_label: Partially reinstate old sysinstall(8) workaround 2021-07-21 02:51:25 +01:00
gnu
i386 linux(4): Allow musl brand to use FUTEX_REQUEUE op. 2021-07-20 14:39:20 +03:00
isa
kern Escape any '.' characters in sysctl node names 2021-07-22 10:22:48 -06:00
kgssapi
libkern Add missing libkern/strnstr.c file 2021-07-14 17:56:03 -07:00
mips Pass the syscall number to capsicum permission-denied signals 2021-07-16 18:06:44 +01:00
modules pf: syncookie support 2021-07-20 10:36:13 +02:00
net tuntap: clean up cc --analyze 2021-07-21 19:14:43 -05:00
net80211
netgraph
netinet pf: syncookie support 2021-07-20 10:36:13 +02:00
netinet6 sctp: Fix errno in case of association setup failures 2021-07-09 23:19:25 +02:00
netipsec
netpfil pf: clean up syncookie callout on vnet shutdown 2021-07-20 21:13:25 +02:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed Fix LINT kernel build issues after c3987b8ea7 . 2021-07-12 18:00:30 +02:00
opencrypto
powerpc Pass the syscall number to capsicum permission-denied signals 2021-07-16 18:06:44 +01:00
riscv riscv: Include spibus and spigen in GENERIC 2021-07-21 06:46:09 +01:00
rpc
security
sys linux(4): Modify sv_onexec hook to return an error. 2021-07-20 09:56:25 +03:00
teken
tests
tools
ufs
vm uma: Fix a few problems with KASAN integration 2021-07-09 20:38:50 -04:00
x86 Drop "All rights reserved" from my copyright statements. 2021-07-20 10:05:50 +03:00
xdr
xen
Makefile