strace/xlat/sysctl_kern.in
Dmitry V. Levin 900503c90d Do not check for old sysctl enums
Assume that sysctl enums defined since linux v2.6 are always defined,
with a signle exception: check for CTL_PROC which definition was removed
in v2.6.18 and restored later in v2.6.23.

* configure.ac (AC_CHECK_DECLS): Remove old constants.
* xlat/sysctl_kern.in: Mark constants older than KERN_PRINTK_RATELIMIT
as unconditional.
* xlat/sysctl_net.in: Mark constants older than NET_LLC
as unconditional.
* xlat/sysctl_net_core.in: Mark constants older than NET_CORE_BUDGET
as unconditional.
* xlat/sysctl_net_ipv4.in: Mark constants older than
NET_IPV4_IGMP_MAX_MSF as unconditional.
* xlat/sysctl_net_ipv4_conf.in: Mark constants older than
NET_IPV4_CONF_FORCE_IGMP_VERSION as unconditional.
* xlat/sysctl_net_ipv4_route.in: Mark constants older than
NET_IPV4_ROUTE_GC_MIN_INTERVAL_MS as unconditional.
* xlat/sysctl_net_ipv6.in: Mark constants older than
NET_IPV6_MLD_MAX_MSF as unconditional.
* xlat/sysctl_net_ipv6_route.in: Mark constants older than
NET_IPV6_ROUTE_GC_MIN_INTERVAL_MS as unconditional.
* xlat/sysctl_net_unix.in: Mark all constants as unconditional.
* xlat/sysctl_root.in: Mark constants older than CTL_ARLAN
as unconditional.
* xlat/sysctl_vm.in: Mark constants older than VM_MAX_MAP_COUNT
as unconditional.
2016-06-06 18:07:04 +00:00

69 lines
1.1 KiB
Plaintext

#unconditional
KERN_OSTYPE
KERN_OSRELEASE
KERN_OSREV
KERN_VERSION
KERN_SECUREMASK
KERN_PROF
KERN_NODENAME
KERN_DOMAINNAME
KERN_PANIC
KERN_REALROOTDEV
KERN_SPARC_REBOOT
KERN_CTLALTDEL
KERN_PRINTK
KERN_NAMETRANS
KERN_PPC_HTABRECLAIM
KERN_PPC_ZEROPAGED
KERN_PPC_POWERSAVE_NAP
KERN_MODPROBE
KERN_SG_BIG_BUFF
KERN_ACCT
KERN_PPC_L2CR
KERN_RTSIGNR
KERN_RTSIGMAX
KERN_SHMMAX
KERN_MSGMAX
KERN_MSGMNB
KERN_MSGPOOL
KERN_SYSRQ
KERN_MAX_THREADS
KERN_RANDOM
KERN_SHMALL
KERN_MSGMNI
KERN_SEM
KERN_SPARC_STOP_A
KERN_SHMMNI
KERN_OVERFLOWUID
KERN_OVERFLOWGID
KERN_SHMPATH
KERN_HOTPLUG
KERN_IEEE_EMULATION_WARNINGS
KERN_S390_USER_DEBUG_LOGGING
KERN_CORE_USES_PID
KERN_TAINTED
KERN_CADPID
KERN_PIDMAX
KERN_CORE_PATTERN
KERN_PANIC_ON_OOPS
KERN_HPPA_PWRSW
KERN_HPPA_UNALIGNED
#conditional
KERN_PRINTK_RATELIMIT
KERN_PRINTK_RATELIMIT_BURST
KERN_PTY
KERN_NGROUPS_MAX
KERN_SPARC_SCONS_PWROFF
KERN_HZ_TIMER
KERN_UNKNOWN_NMI_PANIC
KERN_BOOTLOADER_TYPE
KERN_RANDOMIZE
KERN_SETUID_DUMPABLE
KERN_SPIN_RETRY
KERN_ACPI_VIDEO_FLAGS
KERN_IA64_UNALIGNED
KERN_COMPAT_LOG
KERN_MAX_LOCK_DEPTH
KERN_NMI_WATCHDOG
KERN_PANIC_ON_NMI