NetBSD/sys/sys
2017-08-10 19:03:25 +00:00
..
acct.h
agpio.h Decode AGP capability. 2017-02-27 14:13:56 +00:00
aio.h
ansi.h
aout_mids.h Add PPC64 2017-01-14 21:29:02 +00:00
ataio.h
atomic.h
audioio.h Renane ioctl AUDIO_SETPROC to AUDIO_SETCHAN. 2017-03-21 07:04:29 +00:00
biohist.h Decouple BIOHIST from other users of KERNHIST. 2016-12-27 04:12:34 +00:00
bitops.h fix sign issues 2017-01-12 19:03:09 +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 move some buffer cache internals declarations from buf.h to vfs_bio.c. 2017-06-08 01:23:01 +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
bus.h
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 Ignore __thread for lint for now 2017-07-15 13:46:02 +00:00
cdio.h
chio.h
clock.h
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
common_lock.h
common_wchar_limits.h
condvar.h Add new declarations of cv_timedwaitbt and cv_timedwaitbt_sig, too. 2017-07-03 03:12:42 +00:00
conf.h Omit needless nullmmap. 2016-12-17 03:46:52 +00:00
core.h
cprng.h
cpu_data.h
cpu.h
cpufreq.h
cpuio.h
ctype_bits.h
ctype_inline.h
debug.h
device_if.h
device.h Add a new config_detach() flag, DETACH_POWEROFF, which is set when 2016-06-19 09:35:06 +00:00
devmon.h
dir.h
dirent.h
dirhash.h
disk.h move include of <sys/iostat.h> back to where userland will get it. 2017-06-13 14:05:47 +00:00
disklabel_acorn.h
disklabel_gpt.h
disklabel_rdb.h s/u_char/unsigned char/ 2017-02-26 11:51:38 +00:00
disklabel.h
dkbad.h
dkio.h expose disk device FUA/DPO support via DIOCGCACHE, and allow the flags 2017-04-05 20:15:49 +00:00
dkstat.h
domain.h
drvctlio.h
dtrace_bsd.h
dvdio.h
endian.h
envsys.h
errno.h
evcnt.h
event.h fix file descriptor locking (from joerg). 2017-07-01 20:08:56 +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 Add mips abiflags section 2016-09-03 11:18:28 +00:00
exec_script.h
exec.h The way the kernel tries to prevent a userland process from allocating page 2016-08-06 15:13:13 +00:00
extattr.h
extent.h G/C EXF_WANTED 2017-07-27 10:04:28 +00:00
fcntl.h Don't include <sys/stat.h>; it is optional even in X/Open. 2017-01-10 23:08:13 +00:00
fd_set.h
fdio.h
featuretest.h
file.h Pad is now clones its device, attaching upon open and detaching upon close. 2017-07-01 23:31:19 +00:00
fileassoc.h
filedesc.h
filio.h
flashio.h
float_ieee754.h
fstrans.h Operations fstrans_start() and fstrans_start_nowait() now always 2017-06-04 08:05:41 +00:00
fstypes.h Change the protocol to update a mounted file system from read-write 2017-03-01 10:44:47 +00:00
gcq.h
gennameih.awk
gmon.h
gpio.h
hash.h
idle.h
idtype.h
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
ioctl_compat.h
ioctl.h
iostat.h Enhance disk metrics by calculating a weighted sum that is incremented 2017-03-05 23:07:12 +00:00
ipc.h
ipi.h
joystick.h
kauth.h Make the PMC syscalls privileged. 2017-06-14 17:48:40 +00:00
kcore.h
kcpuset.h
kern_ctf.h
kernel.h
kernhist.h Rework the sysctl initialization to avoid creating new nodes from 2017-01-10 00:50:57 +00:00
kgdb.h
kmem.h
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
kprintf.h
ksem.h
ksyms.h
kthread.h
ktrace.h Allow emulations to override the creation of ktrace records for posting 2016-09-13 07:39:45 +00:00
localcount.h localcount_init() can't fail because percpu_alloc() can't fail. 2017-06-02 00:32:12 +00:00
localedef.h
lock.h
lockdebug.h For LOCKDEBUG: 2017-01-26 04:11:56 +00:00
lockf.h
lua.h
lwp.h allow cv_signal() immediately followed by cv_destroy(). 2017-06-08 01:09:52 +00:00
lwpctl.h
Makefile Remove <sys/user.h> 2017-06-20 01:17:13 +00:00
malloc.h
mallocvar.h
mbuf.h merge the bouyer-socketcan branch to HEAD. 2017-05-27 21:02:54 +00:00
md4.h define block length 2016-07-01 16:42:46 +00:00
md5.h define block length 2016-07-01 16:42:46 +00:00
midiio.h
mman.h Extend the mmap(2) interface to allow requesting protections for later 2017-05-06 21:34:51 +00:00
module.h Define a new module class for the bufq_strategy modules. These need to 2016-11-16 10:42:14 +00:00
mount.h rearrange sys/mount.h so that all of the kernel-only parts are together 2017-06-09 00:13:29 +00:00
mqueue.h
msg.h
msgbuf.h
mtio.h
mutex.h Introduce mutex_ownable() to determine if it is possible for the current 2017-05-01 21:35:25 +00:00
namei.h regen 2017-03-21 10:20:38 +00:00
namei.src Tiny fix for namecache locking rules. 2017-03-21 10:20:12 +00:00
null.h
once.h
optstr.h
param.h Typo. 2017-07-11 15:39:31 +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
pmc.h
pmf.h
poll.h
pool.h
power.h
proc.h Typo 2017-07-01 16:34:17 +00:00
prot.h
protosw.h
pserialize.h
pset.h
pslist.h Explain why we don't touch the next pointer of the removed entry. 2016-11-18 06:41:52 +00:00
psref.h hide functions from userland. 2016-12-16 20:12:11 +00:00
ptrace.h Instead of copying parts of sigswitch to process_stoptrace, use it directly. 2017-03-24 17:40:44 +00:00
ptree.h
pty.h
queue.h
quota.h
quotactl.h
radioio.h
radixtree.h
ras.h
rbtree.h
reboot.h
resource.h
resourcevar.h
rmd160.h define block length 2016-07-01 16:42:46 +00:00
rnd.h
rndio.h
rndpool.h
rndsink.h
rndsource.h
rngtest.h
rpst.h
rwlock.h
scanio.h
sched.h GSoC 2016 Charles Cui: Implement thread priority protection based on work 2016-07-03 14:24:58 +00:00
scsiio.h
sdt.h KNF. Remove extra spaces. No functional change. 2016-07-07 06:55:38 +00:00
select.h
selinfo.h
sem.h
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
shm.h
siginfo.h Add new SIGTRAP types: TRAP_SCE and TRAP_SCX 2017-03-01 00:19:22 +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 Introduce new ptrace(2) interface: PT_SET_SIGINFO and PT_GET_SIGINFO 2017-01-06 22:53:17 +00:00
sigtypes.h make __sigmask unsigned 2017-01-12 18:29:14 +00:00
sleepq.h
socket.h put the code that returns the sizeof the socket by family in one place. 2017-07-01 16:59:12 +00:00
socketvar.h Merge the two copies SO_TIMESTAMP/SO_OTIMESTAMP processing to a single 2017-07-06 17:08:57 +00:00
sockio.h
spawn.h
specificdata.h
spl.h
spldebug.h
stat.h
statvfs.h
stdarg.h
stdbool.h
stdint.h
swap.h
syncobj.h
syscall_stats.h
syscall.h regen 2017-05-10 06:19:47 +00:00
syscallargs.h regen 2017-05-10 06:19:47 +00:00
syscallvar.h
sysctl.h Update a comment. No functional change. 2017-03-25 05:55:36 +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 physmem should be of type psize_t 2016-12-22 16:05:14 +00:00
tape.h
termios.h PR 38290 Adam Hoka: IXANY should exist for _XOPEN_SOURCE 2016-07-31 21:34:53 +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
timevar.h
timex.h
tls.h
tprintf.h
trace.h
tree.h
tty.h
ttychars.h
ttycom.h
ttydefaults.h
ttydev.h
types.h expose more for _KMEMUSER 2017-01-14 01:02:08 +00:00
ucontext.h
ucred.h
uidinfo.h
uio.h
un.h
unistd.h Realtime signal support from GSoC 2016, Charles Cui. 2016-08-04 06:43:43 +00:00
unpcb.h
userconf.h
userret.h
utsname.h
uuid.h
vadvise.h
verified_exec.h
vfs_syscalls.h Declare mountcompatnames in sys/vfs_syscalls.h to kill nested extern. 2017-07-29 04:02:49 +00:00
videoio.h
vmem_impl.h
vmem.h
vmmeter.h
vnode_if.h Regen. 2017-07-12 09:31:59 +00:00
vnode_impl.h Locking a layer vnode using the regular bypass routine is no longer 2017-06-04 08:02:26 +00:00
vnode.h Locking a layer vnode using the regular bypass routine is no longer 2017-06-04 08:02:26 +00:00
wait.h - Move WUNTRACED outside the _NETBSD_SOURCE ifdef because waitpid() 2016-11-10 18:35:17 +00:00
wapbl_replay.h
wapbl.h during truncate with wapbl, register deallocation for upper indirect block 2016-11-10 20:56:32 +00:00
wdog.h
workqueue.h
xattr.h
xcall.h