freebsd-skq/sys
Oleksandr Tymoshenko da464e7181 Replace explicit TUNABLE_INT to sysctl with CTLFLAG_TUN
- Replace tunables-only hw.psm.synaptics_support, hw.psm.trackpoint_support,
    and hw.psm.elantech_support with respective sysctls declared with
    CTLFLAG_TUN. It simplifies checking them in userland, also makes them
    easier to get discovered by user
- Get rid of debug.psm.loglevel and hw.psm.tap_enabled TUNABLE_INT
    declaration by adding CTLFLAG_TUN to read/write sysctls that were
    already declared for these tunables.

Suggested by: jhb
2016-09-30 03:03:42 +00:00
..
amd64 Handle TLB shootdown IPI during the EFI runtime calls, on SandyBridge 2016-09-26 17:25:25 +00:00
arm Use SV_ABI_ERRNO to set the syscall return value. The Linuxulator will 2016-09-29 17:13:17 +00:00
arm64 Add a way for the architecture to specify the calling ABI for methods 2016-09-21 10:35:44 +00:00
boot Add touchscreen support for the official 7" RPi touch display 2016-09-29 02:14:08 +00:00
bsm
cam cam/ata: Allow drivers to veto ATA disk attachment. 2016-09-28 08:35:05 +00:00
cddl Add #ifdef _KERNEL around send_holes_without_birth_time sysctl. 2016-09-29 17:48:53 +00:00
compat The IORESOURCE_XXX defines should resemble a bitmask while SYS_RES_XXX 2016-09-29 14:35:32 +00:00
conf hyperv/storvsc: Fix the blkvsc disk attachment issues. 2016-09-29 01:41:52 +00:00
contrib Remove an extra etter. 2016-09-29 14:01:06 +00:00
crypto Fix typo in skein amd64 assembly 2016-09-08 02:38:55 +00:00
ddb Determine the operand/address size of %cs in a new function 2016-09-25 16:30:29 +00:00
dev Replace explicit TUNABLE_INT to sysctl with CTLFLAG_TUN 2016-09-30 03:03:42 +00:00
fs Mount msdosfs with longnames support by default. 2016-09-23 19:05:07 +00:00
gdb
geom Use g_wither_provider() where applicable. 2016-09-23 21:29:40 +00:00
gnu Revert and redo r306083. 2016-09-22 15:17:36 +00:00
i386 Minor fixes for 160-bit disassembly: 2016-09-25 18:39:24 +00:00
isa
kern Provide kern.maxphys sysctl, which returns MAXPHYS. Naming matches NetBSD. 2016-09-29 23:07:28 +00:00
kgssapi
libkern
mips Use SIGSEGV signal for memory protection failures from userspace on MIPS. 2016-09-28 14:13:41 +00:00
modules Add dtb module for Jetson-TK1 board 2016-09-29 22:01:09 +00:00
net Remove the compatibility macro if_addrlist. 2016-09-29 05:37:45 +00:00
net80211 [net80211] don't add IBSS node table entries for neighbors from other SSIDs. 2016-09-21 19:48:07 +00:00
netgraph Avoid panic from ng_uncallout when unpluggin ethernet cable with active 2016-08-08 19:31:01 +00:00
netinet This adds a sysctl which allows you to disable the TCP hostcache. This is handy 2016-09-30 00:10:57 +00:00
netinet6 Fix bug introduced in r274300. 2016-09-29 19:57:37 +00:00
netipsec Remove the 4.3BSD compatible macro m_copy(), use m_copym() instead. 2016-09-15 07:41:48 +00:00
netnatm
netpfil Remove ifa_list, use ifa_link (structure field) instead. 2016-09-28 13:29:11 +00:00
netsmb
nfs Hide the boottime and bootimebin globals, provide the getboottime(9) 2016-07-27 11:08:59 +00:00
nfsclient
nfsserver
nlm When sleeping waiting for either local or remote advisory lock, 2016-06-26 20:08:42 +00:00
ofed Set hardware stats flag to avoid double counting the number of incoming bytes. 2016-09-29 16:36:32 +00:00
opencrypto opencrypto AES-ICM: Fix heap corruption typo 2016-08-01 22:57:03 +00:00
pc98 Remove the ie(4) driver for Intel 82586 ISA Ethernet adapters. 2016-08-20 00:49:29 +00:00
powerpc Add NXP/Freescale DIU driver for PowerPC SoCs 2016-09-27 00:53:41 +00:00
riscv Various changes to pmap_ts_referenced() 2016-09-10 16:49:25 +00:00
rpc Hide the boottime and bootimebin globals, provide the getboottime(9) 2016-07-27 11:08:59 +00:00
security Don't check aq64_minfree which is unsigned for negative values. 2016-09-08 19:47:57 +00:00
sparc64 Various changes to pmap_ts_referenced() 2016-09-10 16:49:25 +00:00
sys Provide kern.maxphys sysctl, which returns MAXPHYS. Naming matches NetBSD. 2016-09-29 23:07:28 +00:00
teken
tests
tools Consider CROSS_BINUTILS_PREFIX environment variable so we use correct 2016-08-10 13:49:17 +00:00
ufs Be more strict when selecting between snapshot/regular mount. 2016-09-19 15:58:33 +00:00
vm Various changes to pmap_ts_referenced() 2016-09-10 16:49:25 +00:00
x86 Detect x2APIC mode on boot and obey it. 2016-09-19 15:58:45 +00:00
xdr
xen
Makefile