summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/include/kbd.h
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
committerrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
commit61a832267cc5bff1a90f086bd56309a3a0671255 (patch)
tree6f663ed82c04970fa2f72561dc8eb6681e5f29fe /sys/arch/sparc/include/kbd.h
parentb2782b14a8e5066f0436d79a391ce49f9e782b76 (diff)
lint: remove redundant '#' after 'argument' in diagnosticsHEADtrunk
Diffstat (limited to 'sys/arch/sparc/include/kbd.h')
0 files changed, 0 insertions, 0 deletions
an>Patch up sysctl locking:ad 2007-12-20Convert all the system call entry points from:dsl 2007-12-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl 2007-08-15Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposedad 2007-03-18Change all the NETBSD32PTR64(SCARG(uap, xxx))) to SCARG_P32(uap, xxx).dsl 2007-02-09Merge newlock2 to head.ad 2006-09-23Add sysctl tracing to emulations.manu 2006-09-05Fix linux32_sys_sysctl, it was horribly broken.manu 2006-02-09Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough somanu