aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/kbd
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2022-08-11 16:19:36 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2022-08-11 16:19:36 +0000
commitea7be1293b48385f27b97c5f112e4cad93cbd33b (patch)
tree63036ab204e6b748dc404fba172578252ffc920a /sys/dev/kbd
parent36b10ac2cd18a535cac20ccf51e3fc6c408671e8 (diff)
keysock: do not use raw socket code
This makes key socket implementation self contained and removes one of the last dependencies on the raw socket code and pr_output method. There are very subtle API visible changes: - now key socket would return EOPNOTSUPP instead of EINVAL on syscalls that are not supposed to be called on a key socket. - key socket buffer sizes are now controlled by net.key sysctls instead of net.raw. The latter were not documented anywhere, and even Internet search doesn't find any references or discussions related to them. Reviewed by: melifaro Differential revision: https://reviews.freebsd.org/D36123
Diffstat (limited to 'sys/dev/kbd')
0 files changed, 0 insertions, 0 deletions