NetBSD/sys/sys
2019-12-27 12:53:40 +00:00
..
acct.h
agpio.h Decode AGP capability. 2017-02-27 14:13:56 +00:00
aio.h Macro parentheses police! 2016-04-09 19:55:33 +00:00
ansi.h
aout_mids.h Add PPC64 2017-01-14 21:29:02 +00:00
asan.h Mark several kASan functions with __nothing, to avoid annoying #ifdefs. 2019-11-14 17:09:22 +00:00
ataio.h
atomic.h Fix brain fart in alignment criterion. 2019-12-03 04:57:38 +00:00
audioio.h Merge isaki-audio2 branch, the overhaul of audio subsystem. 2019-05-08 13:40:13 +00:00
biohist.h Decouple BIOHIST from other users of KERNHIST. 2016-12-27 04:12:34 +00:00
bitops.h PR/53081: Fix size of the shift to depend on the type of the bitmap so that 2018-03-08 20:32:32 +00:00
blist.h
boot_flag.h
bootblock.h efiboot: Boot parameters can be set via installboot(8). 2017-04-29 00:05:35 +00:00
bswap.h
buf.h Change buf_nbuf()'s return value from int to u_int to avoid undefined 2019-08-26 10:24:39 +00:00
bufq_impl.h Modularize the various bufq strategies 2016-11-16 00:46:46 +00:00
bufq.h Modularize the various bufq strategies 2016-11-16 00:46:46 +00:00
bus_proto.h Add support for Kernel Memory Sanitizer (kMSan). It detects uninitialized 2019-11-14 16:23:52 +00:00
bus.h s/static inline/static __inline/g for consistency with other include 2018-04-19 21:19:07 +00:00
callback.h
callout.h
cctr.h
cdbr.h
cdefs_aout.h
cdefs_elf.h Add IRELATIVE support for ARM, X86 and PowerPC. 2017-08-10 19:03:25 +00:00
cdefs.h Fix __nomsan: missing opt_kmsan.h, and the attribute should be 2019-12-08 11:48:15 +00:00
cdio.h
chio.h
clock.h s/static inline/static __inline/g for consistency with other include 2018-04-19 21:19:07 +00:00
clockctl.h
common_ansi.h
common_int_const.h
common_int_fmtio.h
common_int_limits.h
common_int_mwgwtypes.h
common_int_types.h
common_limits.h Fix wrong scoping of {U,}LLONG_MAX. Final case, I think. 2019-01-21 20:29:27 +00:00
common_lock.h more const. 2017-09-16 23:30:50 +00:00
common_wchar_limits.h
compat_stub.h Move all non-emulation-specific coredump code into the coredump module, 2019-11-20 19:37:51 +00:00
condvar.h Add new declarations of cv_timedwaitbt and cv_timedwaitbt_sig, too. 2017-07-03 03:12:42 +00:00
conf.h Convert ttynodisc() to devenodev and ttyerr*() to ttyenodev too. 2019-10-08 12:49:56 +00:00
core.h
cprng.h Switch from NIST CTR_DRBG with AES to NIST Hash_DRBG with SHA-256. 2019-09-02 20:09:29 +00:00
cpu_data.h Counter tweaks: 2019-12-21 14:33:18 +00:00
cpu.h Fix build break (ci->ci_dev is not available on every port). 2019-12-21 12:53:53 +00:00
cpufreq.h
cpuio.h
crashme.h crashme: a framework to test kernel faults. 2019-01-09 04:01:20 +00:00
csan.h Add Kernel Concurrency Sanitizer (kCSan) support. This sanitizer allows us 2019-11-05 20:19:17 +00:00
ctype_bits.h
ctype_inline.h
debug.h
device_if.h Since device.h now exposes uses of types defined here to _KMEMUSER 2018-03-04 18:07:34 +00:00
device.h Add new dv_flags value DVF_ATTACH_INPROGRESS. Currenty, this flags is used 2018-12-01 01:51:38 +00:00
devmon.h
dir.h
dirent.h
dirhash.h
disk.h Implement disk_rename()/iostat_rename() to rename a disk. 2019-05-22 08:47:02 +00:00
disklabel_acorn.h
disklabel_gpt.h add support to detect the 3 vmware GPT partition types: 2018-11-06 04:04:33 +00:00
disklabel_rdb.h s/u_char/unsigned char/ 2017-02-26 11:51:38 +00:00
disklabel.h Fix a typo is christos long comment. :) 2019-11-09 16:46:09 +00:00
dkbad.h
dkio.h Add a disk ioctl DIOCRMWEDGES to remove all wedges of a given disk 2019-03-27 19:13:33 +00:00
dkstat.h
domain.h Don't start callouts for domains before attaching domains on rump kernels 2018-01-10 02:50:26 +00:00
drvctlio.h
dtrace_bsd.h s/static inline/static __inline/g for consistency with other include 2018-04-19 21:19:07 +00:00
dvdio.h
endian.h
envsys.h Fix typo in comment. 2018-05-27 06:40:31 +00:00
errno.h
evcnt.h
event.h Switch kevent udata from intptr_t void* 2019-10-03 22:16:52 +00:00
eventvar.h
exec_aout.h avoid "u_long" 2016-06-03 15:14:57 +00:00
exec_coff.h
exec_ecoff.h Provided sized definitions for ecoff 32 bit headers. 2017-02-23 18:54:30 +00:00
exec_elf.h deduplicate the elf auxv builder code, welcome to 8.99.43 2019-06-07 23:35:52 +00:00
exec_script.h
exec.h Move all non-emulation-specific coredump code into the coredump module, 2019-11-20 19:37:51 +00:00
extattr.h
extent.h Add EX_EARLY flag for extent_create, which skips locking. Required for 2017-08-24 11:33:28 +00:00
fcntl.h more _INCOMPLETE_XOPEN_C063 (kamil) 2019-09-15 23:55:22 +00:00
fd_set.h Prevent signed integer left shift UB in FD_SET(), FD_CLR(), FD_ISSET() 2018-06-24 12:05:40 +00:00
fdio.h
featuretest.h
file.h Merge isaki-audio2 branch, the overhaul of audio subsystem. 2019-05-08 13:40:13 +00:00
fileassoc.h
filedesc.h Use multiple cache lines for fd_dfdfile elements when necessary. 2019-10-06 07:15:34 +00:00
filio.h add definitions of FIOSEEKDATA and FIOSEEKHOLE for ZFS. 2018-02-25 18:55:23 +00:00
flashio.h
float_ieee754.h
fstrans.h Move pointer to fstrans private data into "struct lwp". 2019-03-01 09:02:03 +00:00
fstypes.h Attach "mnt_transinfo" to "dead_rootmount" so every mount has a 2019-02-20 10:07:27 +00:00
gcq.h s/static inline/static __inline/g for consistency with other include 2018-04-19 21:19:07 +00:00
gennameih.awk
gmon.h
gpio.h Overhaul of GPIO interrupt support (that wasn't even used by anything). 2018-05-19 13:59:06 +00:00
hash.h
idle.h
idtype.h Fix the ABI of idtype_t. 2016-04-09 17:02:51 +00:00
ieee754.h avoid "u_int" 2016-06-03 15:15:22 +00:00
interrupt.h
intr.h
intrio.h intrid and dev_xname must be NUL terminated by kernel. 2016-08-03 08:25:38 +00:00
inttypes.h
ioccom.h Fix IOCSNPRINTF(), 'R' and 'W' were reversed. 2019-05-26 10:21:33 +00:00
ioctl_compat.h
ioctl.h Remove compat_osf1, discussed on tech-kern@. 2019-03-25 19:24:29 +00:00
iostat.h Implement disk_rename()/iostat_rename() to rename a disk. 2019-05-22 08:47:02 +00:00
ipc.h No semicolon after macro do ... while (0) wrapper. 2018-06-23 07:21:00 +00:00
ipi.h Add an ipi_trigger_broadcast() call, like ipi_trigger_multi() but to the 2019-04-06 02:59:05 +00:00
ipmi.h Add experimental userland interface to IPMI driver. Currently, transactions 2019-05-18 08:38:00 +00:00
joystick.h
kauth.h Add the NVMM_CTL ioctl, always privileged regardless of the permissions of 2019-04-10 18:49:04 +00:00
kcore.h
kcov.h Drop no longer needed macros KCOV_STORE() KCOV_LOAD() in kcov(4) 2019-05-26 01:44:34 +00:00
kcpuset.h
kern_ctf.h merge a new version of the CDDL dtrace and ZFS code. 2018-05-28 21:04:59 +00:00
kernel.h make his freestanding. 2018-06-02 22:25:30 +00:00
kernhist.h make things compile. 2018-08-14 11:39:10 +00:00
kgdb.h
kmem.h add strndup and an alias to strdup. 2018-01-09 01:53:55 +00:00
kobj_impl.h Split the data+bss+rodata segment in two data+bss and rodata segments. The 2016-07-20 13:36:19 +00:00
kobj.h Since _RUMPKERNEL is really userland code it needs ARCH_ELFSIZE, 2017-11-06 17:56:25 +00:00
kprintf.h Introduce new helper printf functions that get passed output 2019-01-07 13:09:47 +00:00
ksem.h Implement support for "pshared" POSIX semaphores. 2019-02-03 03:20:23 +00:00
ksyms.h Since _RUMPKERNEL is really userland code it needs ARCH_ELFSIZE, 2017-11-06 17:56:25 +00:00
kthread.h
ktrace.h s/static inline/static __inline/g for consistency with other include 2018-04-19 21:19:07 +00:00
localcount.h Implement a debugging facility (overflow/underflow detection) for localcount 2017-11-17 09:26:36 +00:00
localedef.h
lock.h Remove unused macro. 2018-07-10 19:55:05 +00:00
lockdebug.h Avoid prepending a timestamp to lock debug outputs on ddb 2019-05-09 05:00:31 +00:00
lockf.h
lua.h
lwp.h Fix false sharing problems with cpu_info. Identified with tprof(8). 2019-12-01 15:34:44 +00:00
lwpctl.h
Makefile Include radixtree in the kernel. 2019-12-14 15:30:37 +00:00
malloc.h remove M_CANFAIL flag for malloc(9) - it was completely ignored, so had 2018-10-14 17:37:40 +00:00
mallocvar.h
mbuf.h Use M_BUFADDR to dedup code in M_LEADINGSPACE. 2019-09-23 08:04:35 +00:00
md4.h Define MD4_DIGEST_STRING_LENGTH in <md4.h> 2018-11-28 05:19:13 +00:00
md5.h define block length 2016-07-01 16:42:46 +00:00
midiio.h
mman.h Adjust snprintb(3) format from '%d' to '%ju' to reflect reality and so that 2019-12-06 19:37:43 +00:00
module_hook.h Eliminate per-hook duplication of common code as suggested by 2019-12-12 22:55:20 +00:00
module.h Many years ago someone created a new __link_set_sysctl_funcs to hold 2019-08-07 00:38:01 +00:00
mount.h Make mntvnode_lock per-mount, and address false sharing of struct mount. 2019-12-22 19:47:34 +00:00
mqueue.h
msan.h Add support for Kernel Memory Sanitizer (kMSan). It detects uninitialized 2019-11-14 16:23:52 +00:00
msg.h Many years ago someone created a new __link_set_sysctl_funcs to hold 2019-08-07 00:38:01 +00:00
msgbuf.h s/static inline/static __inline/g for consistency with other include 2018-04-19 21:19:07 +00:00
mtio.h
mutex.h Add mutex_owner_running(). 2019-12-09 21:08:56 +00:00
namei.h Regen. 2019-12-01 18:32:07 +00:00
namei.src Back out previous temporarily - seeing unusual lookup failures. Will 2019-12-01 18:31:19 +00:00
null.h
once.h add INIT_ONCE(9), FINI_ONCE(9) with changing once_t. 2019-03-19 08:16:51 +00:00
optstr.h
param.h NetBSD 9.99.31 - page allocator changes, struct vm_page changed 2019-12-27 12:53:40 +00:00
pax.h Extend the mmap(2) interface to allow requesting protections for later 2017-05-06 21:34:51 +00:00
pcq.h
pcu.h allow pcu_save() and pcu_discard() to be called on other threads, 2017-03-16 16:13:19 +00:00
percpu_types.h
percpu.h
physmap.h
pipe.h - Cleanup for dynamic sysctl: 2018-08-22 01:05:21 +00:00
pmf.h s/static inline/static __inline/g for consistency with other include 2018-04-19 21:19:07 +00:00
poll.h
pool.h Avoid KASSERT(!cpu_intr_p()) when breaking into ddb and issuing 2019-05-09 08:16:14 +00:00
power.h Add a comment to explain the purpose of POWER_IOC_GET_TYPE_WITH_LOSSAGE 2018-08-01 20:09:34 +00:00
proc.h Remove now unused p_oppid from struct proc 2019-10-12 19:38:57 +00:00
prot.h
protosw.h Use non-variadic function pointer in protosw::pr_input. 2018-09-14 05:09:51 +00:00
pserialize.h Rip out pserialize(9) logic now that the RCU patent has expired. 2019-12-03 05:07:48 +00:00
pset.h Simplify pset locking, making it easier to sync with LWP creation, etc. 2019-11-21 17:54:04 +00:00
pslist.h Adapt <sys/pslist.h> to use atomic_load/store_*. 2019-12-01 15:28:19 +00:00
psref.h Implement an aggressive psref leak detector 2019-05-17 03:34:26 +00:00
ptrace.h Put ptrace_read_lwpstatus() and process_read_lwpstatus() to a new file 2019-12-26 08:52:38 +00:00
ptree.h
pty.h
queue.h Enable QUEUEDEBUG under DIAGNOSTIC. It has never been documented and used, 2019-03-23 12:01:18 +00:00
quota.h
quotactl.h
radioio.h
radixtree.h Merge radixtree changes from yamt-pagecache. 2019-12-05 18:32:25 +00:00
ras.h
rbtree.h Case to uintptr_t instead of using __BIT to fix 32-bit builds. 2019-03-07 14:39:21 +00:00
reboot.h
resource.h tuck the strings inside _NETBSD_SOURCE 2019-03-30 23:29:55 +00:00
resourcevar.h Load the struct rusage text, data, and stack fields from the vmspace struct. 2018-05-07 21:03:45 +00:00
rmd160.h define block length 2016-07-01 16:42:46 +00:00
rnd.h
rndio.h
rndpool.h
rndsink.h
rndsource.h s/static inline/static __inline/g for consistency with other include 2018-04-19 21:19:07 +00:00
rngtest.h
rpst.h
rwlock.h Largely eliminate the MD rwlock.h header file. 2019-11-29 20:04:52 +00:00
scanio.h
sched.h schedstate_percpu: add new flag SPCF_IDLE as a cheap and easy way to 2019-12-21 11:54:04 +00:00
scsiio.h
sdt.h Add and use __FPTRCAST, requested by uwe@ 2019-10-16 18:29:49 +00:00
select.h
selinfo.h Minor improvements to select/poll: 2019-11-21 21:42:30 +00:00
sem.h Many years ago someone created a new __link_set_sysctl_funcs to hold 2019-08-07 00:38:01 +00:00
semaphore.h Define SEM_VALUE_MAX in only one place. 2016-04-24 19:48:29 +00:00
sha1.h define block length 2016-07-01 16:42:46 +00:00
sha2.h
sha3.h Import SHA-3 code into libc and libkern. 2017-11-30 05:47:24 +00:00
shm.h Fix stupid bugs in linux_sys_shmctl(): the index could be out of bound 2019-08-23 10:22:14 +00:00
siginfo.h Move TRAP_CHLD/TRAP_LWP ptrace information from struct proc to siginfo 2019-09-30 21:13:33 +00:00
signal.h - Propagate the signal mask from the ucontext_t to the newly created thread 2017-04-21 15:10:34 +00:00
signalvar.h Move all non-emulation-specific coredump code into the coredump module, 2019-11-20 19:37:51 +00:00
sigtypes.h make __sigmask unsigned 2017-01-12 18:29:14 +00:00
sleepq.h As with turnstiles, don't bother allocating sleepq locks with mutex_obj_alloc(), 2019-12-16 19:43:36 +00:00
socket.h - Introduce a new SO_RERROR socket option to explicitly turn on 2018-11-04 16:30:28 +00:00
socketvar.h Remove getsombuf(), unused. 2019-03-07 12:29:14 +00:00
sockio.h Add support for a network interface description. 2019-07-04 02:44:25 +00:00
spawn.h fix typo in comment 2017-11-29 20:15:21 +00:00
specificdata.h
spl.h
spldebug.h
stat.h more _INCOMPLETE_XOPEN_C063 (kamil) 2019-09-15 23:55:22 +00:00
statvfs.h Add a new member to struct vfsstat and grow the unused members 2019-09-22 22:59:37 +00:00
stdarg.h
stdbool.h
stdint.h Guard from type redefinition (needed by pre-C11 C) in a safer way. 2018-11-06 16:26:44 +00:00
swap.h
syncobj.h
syscall_stats.h
syscall.h regen 2019-09-22 23:03:20 +00:00
syscallargs.h regen 2019-09-22 23:03:20 +00:00
syscallvar.h s/static inline/static __inline/g for consistency with other include 2018-04-19 21:19:07 +00:00
sysctl.h Implement KERN_PROC_CWD in sysctl(3) 2019-05-31 23:01:39 +00:00
syslimits.h
syslog.h openlog(3): add LOG_PTRIM and LOG_NLOG log options. 2017-03-22 17:52:36 +00:00
systm.h Instrument ufetch/ustore in kMSan, these were the last remaining functions. 2019-11-15 12:18:46 +00:00
tape.h
termios.h Add speeds B500000 to B4000000 in increments of 500000. 2018-12-07 19:01:11 +00:00
thmap.h Import thmap -- a concurrent trie-hash map, combining the elements of 2018-12-16 14:06:56 +00:00
threadpool.h Rather than performing lazy initialization, statically initialize early 2018-12-26 22:16:26 +00:00
time.h use ULL so this doesn't break on 32bit builds... sorry 2017-01-17 15:28:34 +00:00
timeb.h
timepps.h KNF. Remove extra spaces. No functional change. 2016-07-07 06:55:38 +00:00
times.h
timespec.h
timetc.h Add a forward declaration to make including this header require less 2018-10-06 13:03:55 +00:00
timevar.h Fix race in timer destruction. 2019-08-06 15:47:55 +00:00
timex.h
tls.h Remove the _rtld_tls_static_setup() leftover from sys/tls.h 2017-11-19 07:41:52 +00:00
tprintf.h
trace.h Deregister TR_VADVISE from sys/sys/trace.h 2017-12-19 18:47:58 +00:00
tree.h
tty.h Merge the [pgoyette-compat] branch 2019-01-27 02:08:33 +00:00
ttychars.h
ttycom.h Implement tcgetwinsize() and tcsetwinsize() in libc, with access 2017-10-25 06:32:59 +00:00
ttydefaults.h
ttydev.h
types.h Guard from type redefinition (needed by pre-C11 C) in a safer way. 2018-11-06 16:26:44 +00:00
ucontext.h Fix pasto in a comment. 2018-02-27 23:09:02 +00:00
ucred.h
uidinfo.h PR/53998: Joel Bertrand: Limit the number of semaphores on a 2019-03-01 03:03:19 +00:00
uio.h
un.h bump PIPSIZ from 4 to 8K like FreeBSD and provide the same sysctls 2018-05-05 19:58:08 +00:00
unistd.h Provide sysconf(_SC_RTSIG_MAX) = SIGRTMAX - SIGRTMIN 2019-10-16 20:43:18 +00:00
unpcb.h Add sc_pid to sockcred so that SOCK_DGRAM and LOCAL_CREDS socket option 2016-04-06 19:45:45 +00:00
userconf.h
userret.h Avoid false sharing: only update spc_curpriority if value has changed. 2019-11-30 17:49:03 +00:00
utsname.h
uuid.h
verified_exec.h Remove unused macros. 2018-12-24 16:04:14 +00:00
vfs_syscalls.h make nmountcompatnames unsigned (assigned from __arraycount, compared with 2019-09-26 01:34:16 +00:00
videoio.h protect linux sized types from redefinition 2018-12-02 00:40:40 +00:00
vmem_impl.h
vmem.h
vmmeter.h
vnode_if.h Regen for VOP_LOCK & LK_UPGRADE/LK_DOWNGRADE. 2019-12-01 13:58:52 +00:00
vnode_impl.h Make mntvnode_lock per-mount, and address false sharing of struct mount. 2019-12-22 19:47:34 +00:00
vnode.h Make mntvnode_lock per-mount, and address false sharing of struct mount. 2019-12-22 19:47:34 +00:00
wait.h Try to appease KUBSan in sys/sys/wait.h in W_EXITCODE() 2018-07-03 22:38:33 +00:00
wapbl_replay.h
wapbl.h constify wapbl_ops 2018-12-10 21:19:33 +00:00
wdog.h
workqueue.h Add workqueue_wait that waits for a specific work to finish 2017-12-28 07:00:52 +00:00
xattr.h
xcall.h xc_barrier - convenience function to xc_broadcast() a nop. 2019-10-06 15:11:16 +00:00