NetBSD/sys/sys
2016-12-08 20:53:12 +00:00
..
acct.h
agpio.h More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
aio.h Macro parentheses police! 2016-04-09 19:55:33 +00:00
ansi.h Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
aout_mids.h fix mistake in previous, leave spaces for gaps. 2014-12-08 20:51:02 +00:00
ataio.h Rework struct ata_command to support LBA28 and LBA48-protocol commands. 2012-01-24 20:04:07 +00:00
atomic.h Introduce membar_datadep_consumer. 2015-01-08 22:27:17 +00:00
audioio.h The audio sub-system now supports the following features as 2016-12-08 10:28:44 +00:00
bitops.h add __BITMAP_TYPE 2012-12-07 02:27:58 +00:00
blist.h Fix typo ("then" instead of "than") 2013-12-09 09:35:16 +00:00
boot_flag.h
bootblock.h Avoid data abort at src/sys/dev/dkwedge/dkwedge_apple.c:swap_apple_drvr_descriptor() on zaurus. 2014-09-14 17:39:06 +00:00
bswap.h Remove __OPTIMIZE__ requirement to expand the byte swap macros. Back in 2015-03-12 15:28:16 +00:00
buf.h Protect a few forward declarations for kernel only use, as suggested 2016-01-11 08:40:52 +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 BUS_DMA_PREFETCHABLE flag for bus_dmamem_map(), analog to 2013-02-04 13:18:35 +00:00
bus.h Add dummy bus_dma(9) typedefs (enabled by __HAVE_NO_BUS_DMA) in <sys/bus.h> 2012-05-07 18:16:38 +00:00
callback.h
callout.h Add an FMT macro to snprintb the callout flags. 2015-02-07 19:36:42 +00:00
cctr.h
cdbr.h Allow kernel code to access constant databases by moving cdbr(3) and the 2013-12-11 01:24:08 +00:00
cdefs_aout.h
cdefs_elf.h Explicitly provide a hidden attribute for the declaration of the end 2016-06-07 12:09:29 +00:00
cdefs.h long line police 2015-11-19 17:04:01 +00:00
cdio.h More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
chio.h More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
clock.h Optimize. 2014-11-17 17:11:29 +00:00
clockctl.h Rename the two register_t uses that leaked to userland __register_t so that 2016-01-23 21:19:24 +00:00
common_ansi.h More "common" includes which use the preprocessor defined macros. 2014-08-19 07:27:31 +00:00
common_int_const.h Add generic versions of machine/int_*.h for compilers providing 2014-07-25 21:43:13 +00:00
common_int_fmtio.h Add generic versions of machine/int_*.h for compilers providing 2014-07-25 21:43:13 +00:00
common_int_limits.h Add generic versions of machine/int_*.h for compilers providing 2014-07-25 21:43:13 +00:00
common_int_mwgwtypes.h Add generic versions of machine/int_*.h for compilers providing 2014-07-25 21:43:13 +00:00
common_int_types.h Add generic versions of machine/int_*.h for compilers providing 2014-07-25 21:43:13 +00:00
common_limits.h Compute u<type>_max by doing 2u<x>*type_max+1u<x>. 2014-08-19 15:46:46 +00:00
common_lock.h Move the riscv lock.h which uses only compiler builtin atomic primitives 2015-06-26 14:27:35 +00:00
common_wchar_limits.h Add common_wchar_limits.h for those compilers that emit 2014-08-18 22:21:39 +00:00
condvar.h Don't pollute <sys/condvar.h> with <sys/mutex.h>. 2016-04-09 16:59:43 +00:00
conf.h MCLOSE class->flag. Found by hannken@ 2016-12-08 20:53:12 +00:00
core.h
cprng.h Omit needless include of <sys/fcntl.h> from <sys/cprng.h>. 2015-04-13 15:51:30 +00:00
cpu_data.h Change type of cpu_uvm to struct uvm_cpu * 2014-09-05 05:45:34 +00:00
cpu.h Constify kcpuset_countset() and cpu_index() parameters. 2014-05-19 20:39:23 +00:00
cpufreq.h Bump CPUFREQ_LATENCY_MAX to UINT32_MAX. 2011-10-27 05:13:04 +00:00
cpuio.h Add definitions so that the i386 cpuctl can issue IOC_CPU_UCODE_GET_VERSION 2013-01-05 16:36:38 +00:00
ctype_bits.h Uses BEGIN_DECLS, needs sys/cdefs.h. 2016-01-22 23:30:27 +00:00
ctype_inline.h Fix spelling of feature test macro. 2015-02-24 13:17:27 +00:00
debug.h We don't support KMEM_GUARD nor FREECHECK yet with rump, so disable them 2012-04-15 19:07:40 +00:00
device_if.h A pointer typedef entails trading too much flexibility to declare const 2010-02-24 22:37:54 +00:00
device.h Add a new config_detach() flag, DETACH_POWEROFF, which is set when 2016-06-19 09:35:06 +00:00
devmon.h Modularize drvctl(4) 2015-12-07 11:38:46 +00:00
dir.h
dirent.h Uses __GNUC_PREREQ__, needs sys/cdefs.h. 2016-01-22 23:31:30 +00:00
dirhash.h Extend generic dirhash to include an empty directory checker based on 2013-07-07 19:31:26 +00:00
disk.h Add driver entry point to augment a default disklabel with driver specific 2016-12-08 12:21:54 +00:00
disklabel_acorn.h
disklabel_gpt.h add implementation defined attributes from FreeBSD 2013-11-24 08:17:50 +00:00
disklabel_rdb.h Add definition for MSD(FAT) and SFS(Smart FS). 2010-06-19 08:45:25 +00:00
disklabel.h Replace DIOCGPART -> DIOCGPARTINFO which returns the data needed instead of 2015-12-08 20:36:14 +00:00
dkbad.h
dkio.h Replace DIOCGPART -> DIOCGPARTINFO which returns the data needed instead of 2015-12-08 20:36:14 +00:00
dkstat.h
domain.h Move INET6 specific in6_if_{up,down}() and in6_if_link_{up,down}() 2015-04-22 19:46:08 +00:00
drvctlio.h
dtrace_bsd.h src is too big these days to tolerate superfluous apostrophes. It's 2014-10-18 08:33:23 +00:00
dvdio.h
endian.h put unused before the function name for consistency. 2016-02-27 21:37:35 +00:00
envsys.h Apparently a recent round of vandalism by the C++ standards committee 2016-01-23 01:26:14 +00:00
errno.h Expose the pseudo-errors if _KMEMUSER is defined (as well as _KERNEL). 2013-01-02 18:51:53 +00:00
evcnt.h Add EVCNT_TYPE_ANY for sysctl. Fix EVCNT_STRING_MAX fencepost error. 2011-01-29 18:21:22 +00:00
event.h PR/50730: Benny Siegert: Go kqueue test panics kernel. 2016-01-31 04:40:01 +00:00
eventvar.h
exec_aout.h avoid "u_long" 2016-06-03 15:14:57 +00:00
exec_coff.h
exec_ecoff.h Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostly 2009-12-10 14:13:48 +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 Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with 2012-03-13 18:40:26 +00:00
extent.h converting extent(9) from malloc(9) to kmem(9) 2012-01-27 18:52:47 +00:00
fcntl.h PR 51287 Ralf Nolden: posix_fallocate belongs in <fcntl.h> 2016-06-30 15:29:20 +00:00
fd_set.h Generalize the length macro, and also provide a macro that returns the size 2015-11-06 15:41:25 +00:00
fdio.h Apparently a recent round of vandalism by the C++ standards committee 2016-01-23 01:26:14 +00:00
featuretest.h comment about ISOC11 2013-04-26 18:29:06 +00:00
file.h Create a per-device state for iscsi(4), effectively making it a cloning 2015-05-30 20:09:47 +00:00
fileassoc.h
filedesc.h Add a posix_spawn syscall, as discussed on tech-kern. 2012-02-11 23:16:15 +00:00
filio.h
flashio.h add flash_addr_t 2011-06-28 20:49:43 +00:00
float_ieee754.h xorg's pixman-arm-neon-asm-bilinear.S wants to include this file, so make 2013-06-18 20:17:19 +00:00
fstrans.h
fstypes.h white space 2016-10-08 17:28:17 +00:00
gcq.h
gennameih.awk Print pathnames for created files. No change to generated files. 2009-12-23 14:17:19 +00:00
gmon.h use explicit cast for RHS of shift operator since semantics change from 2012-03-09 15:38:03 +00:00
gpio.h Provide additional flags to control alternate functions 2015-11-21 09:06:03 +00:00
hash.h Add explicit casts for (const uint8_t *) 2014-09-05 05:46:15 +00:00
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 fix tpyo 2015-08-17 18:43:37 +00:00
intr.h Add kernel code to support intrctl(8). 2015-08-17 06:16:02 +00:00
intrio.h intrid and dev_xname must be NUL terminated by kernel. 2016-08-03 08:25:38 +00:00
inttypes.h C++11 no longer requires __STDC_LIMIT_MACROS, __STDC_CONSTANT_MACROS or 2013-04-22 21:26:48 +00:00
ioccom.h provide a macro to symbolically print an ioctl number. 2014-12-10 00:16:05 +00:00
ioctl_compat.h More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
ioctl.h
iostat.h
ipc.h Use __BEGIN_DECLS / __END_DECLS consistently for _KERNEL part too. 2015-05-19 12:17:53 +00:00
ipi.h Implement ipi_trigger_multi(9); requested by cherry@. 2015-01-18 23:16:35 +00:00
joystick.h
kauth.h Expose struct kauth_cred for the benefit of the debugger. I can't convince gcc 2015-10-06 22:13:39 +00:00
kcore.h Add a structure tag for phys_ram_seg_t. 2011-01-18 08:17:39 +00:00
kcpuset.h Constify kcpuset_countset() and cpu_index() parameters. 2014-05-19 20:39:23 +00:00
kern_ctf.h DTrace: Add support for CTF sections in the netbsd elf image, load these 2010-03-12 21:43:10 +00:00
kernel.h Add extern int psratio 2013-07-30 13:14:30 +00:00
kernhist.h Add missing argument to kernhist_dump. 2016-04-09 17:04:53 +00:00
kgdb.h Clean up excessive #ifdef'age of NMI trap handling for amd64/i386/xen. 2011-04-03 22:29:25 +00:00
kmem.h - Make KMGUARD interrupt-safe. 2012-02-05 03:40:07 +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 Always provide a meaningful short name for the kobj in the error message, 2011-08-13 21:04:05 +00:00
kprintf.h Merge tls-earlyentropy branch into HEAD. 2014-08-10 16:44:32 +00:00
ksem.h expose ksem_t for fstat(8), and implement stat for future reference. 2012-11-25 01:05:04 +00:00
ksyms.h More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
kthread.h Remove the unused and all-but-unusable kthread_destroy(). Also makes 2015-04-21 11:10:29 +00:00
ktrace.h Allow emulations to override the creation of ktrace records for posting 2016-09-13 07:39:45 +00:00
localedef.h Rename fixup to update_global to better reflect the purpose. 2013-08-18 20:03:48 +00:00
lock.h Remove vlockmgr(). Generic vnode lock operations now use a rwlock located 2010-07-01 13:00:54 +00:00
lockdebug.h Revert change that allowed rw_tryenter(&lock, RW_READER) to recurse 2013-04-27 08:12:34 +00:00
lockf.h
lua.h More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
lwp.h GSoC 2016 Charles Cui: Implement thread priority protection based on work 2016-07-03 14:24:58 +00:00
lwpctl.h
Makefile Define SEM_VALUE_MAX in only one place. 2016-04-24 19:48:29 +00:00
malloc.h Cleanup: 2014-12-27 19:32:57 +00:00
mallocvar.h Cleanup: 2014-12-27 19:32:57 +00:00
mbuf.h Hide MFREE now that it is not being used anymore and provide some debugging 2016-10-04 14:13:21 +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 More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
mman.h Add more alignments 2016-06-01 00:46:44 +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 KNF. Remove extra spaces. No functional change. 2016-07-07 06:55:38 +00:00
mqueue.h Make mqueue_get public, rearrange mq_open into a helper function that can 2015-06-20 14:41:54 +00:00
msg.h In sysv_sem.c, defer establishment of exithook so we can initialize the 2015-11-06 02:26:42 +00:00
msgbuf.h
mtio.h More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
mutex.h Re-apply: 2010-02-08 09:54:27 +00:00
namei.h Cull unused INRENAME and INRELOOKUP from callers. 2015-04-21 03:19:03 +00:00
namei.src Cull unused INRENAME and INRELOOKUP from PARAMASK. 2015-04-21 03:18:21 +00:00
null.h Tack a public domain notice on this, albeit 10 years late, per request 2010-07-06 11:56:20 +00:00
once.h
optstr.h
param.h Add driver entry point to augment a default disklabel with driver specific 2016-12-08 12:21:54 +00:00
pax.h vsize_t is not always u_long :-) 2016-09-03 12:20:58 +00:00
pcq.h Add PCQ_MAXLEN constant. 2014-06-09 12:44:06 +00:00
pcu.h pcu(9): 2014-05-16 00:48:41 +00:00
percpu_types.h
percpu.h
physmap.h KMEMUSER -> _KMEMUSER 2013-04-08 01:33:53 +00:00
pipe.h Needs struct timespec. 2016-01-22 23:38:45 +00:00
pmc.h
pmf.h Add PMFE_SPEED_CHANGED 2013-08-06 06:10:57 +00:00
poll.h - selcommon/pollcommon: drop redundant l argument. 2009-11-11 09:48:50 +00:00
pool.h move stdbool.h to sys, reuire pool.h to include <sys/stdbool.h> for bool, 2015-07-29 00:10:25 +00:00
power.h As proposed on tech-net@, introduce a new switch type, PSWITCH_TYPE_RADIO, 2015-01-06 15:39:54 +00:00
proc.h PR kern/51514: ptrace(2) fails for 32-bit process on 64-bit kernel 2016-10-19 09:44:00 +00:00
prot.h
protosw.h Eliminate struct protosw::pr_output. 2016-01-20 21:43:59 +00:00
pserialize.h Add an implementation of passive serialization as described in expired 2011-07-30 17:01:04 +00:00
pset.h Add wait6() to be used to implement waitid, mostly from FreeBSD. 2016-04-02 20:38:40 +00:00
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 Add passive references, intermediate between pserialize and refcount. 2016-04-09 06:21:16 +00:00
ptrace.h deduplicate the complex lock reparent dance. 2016-11-04 18:14:04 +00:00
ptree.h Add a ptree_mask_node_p to determine if an item is a mask node, and what 2012-10-06 22:15:09 +00:00
pty.h From Ilia Zykov: 2014-10-15 15:00:03 +00:00
queue.h Add missing paren. 2015-11-02 15:21:23 +00:00
quota.h Add QUOTA_RESTRICT_READONLY, for the nfs quota access code. 2012-01-30 00:56:19 +00:00
quotactl.h Revert the following changes: 2014-06-28 22:27:50 +00:00
radioio.h More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
radixtree.h add radix_tree_empty_tagged_tree_p, a "tagged" variant of 2011-10-25 14:11:27 +00:00
ras.h
rbtree.h remove bogus const quals 2012-02-17 08:20:55 +00:00
reboot.h
resource.h Add wait6() to be used to implement waitid, mostly from FreeBSD. 2016-04-02 20:38:40 +00:00
resourcevar.h pull in resource.h 2015-10-18 00:28:15 +00:00
rmd160.h define block length 2016-07-01 16:42:46 +00:00
rnd.h Move substantive part of rnd_ioctl to kern_rndq.c. 2015-04-14 12:51:30 +00:00
rndio.h More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
rndpool.h Move RND_EXTRACT_{ANY,GOOD} to rndpool.h whose API they are part of. 2015-04-14 13:14:20 +00:00
rndsink.h Rework rndsink(9) abstraction and adapt arc4random(9) and cprng(9). 2013-06-23 02:35:23 +00:00
rndsource.h Add rnd_add_data_sync for synchronous on-demand rndsource callbacks. 2016-02-17 00:43:42 +00:00
rngtest.h First step of random number subsystem rework described in 2011-11-19 22:51:18 +00:00
rpst.h fix _STANDALONE build 2011-04-14 15:31:20 +00:00
rwlock.h Re-apply: 2010-02-08 09:54:27 +00:00
scanio.h u_{long,short,char} -> unsigned {long,short,char} 2016-01-22 23:42:14 +00:00
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 Remove pollsock(). Since it took only a single socket, it was essentially 2014-04-25 15:52:45 +00:00
selinfo.h Implement direct select/poll support, currently effective for socket and 2010-07-08 12:23:31 +00:00
sem.h In sysv_sem.c, defer establishment of exithook so we can initialize the 2015-11-06 02:26:42 +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
shm.h In sysv_sem.c, defer establishment of exithook so we can initialize the 2015-11-06 02:26:42 +00:00
siginfo.h convert vmem, signals, powerhooks from CIRCLEQ -> TAILQ. 2013-11-22 21:04:11 +00:00
signal.h Realtime signal support from GSoC 2016, Charles Cui. 2016-08-04 06:43:43 +00:00
signalvar.h Realtime signal support from GSoC 2016, Charles Cui. 2016-08-04 06:43:43 +00:00
sigtypes.h Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! 2012-02-19 21:05:51 +00:00
sleepq.h make this kmemuser friendly. 2015-02-08 19:39:09 +00:00
socket.h Add ifam_pid and ifam_addrflags to ifa_msghdr. 2016-09-21 10:50:22 +00:00
socketvar.h Make the ktrace record written by do_sys_sendmsg/do_sys_recvmsg overridable 2016-09-13 07:01:07 +00:00
sockio.h Add IPv4 address flags IN_IFF_TENTATIVE, IN_IFF_DUPLICATED and 2015-05-02 14:41:32 +00:00
spawn.h Don't nest enum in structures. 2014-09-05 05:46:54 +00:00
specificdata.h
spl.h
spldebug.h Add a kernel configuration flag, SPLDEBUG, that activates a per-CPU log 2009-11-03 05:23:27 +00:00
stat.h Change mknodat(2) device argument type from uint32_t to dev_t. 2013-10-17 18:01:11 +00:00
statvfs.h all fsblkcnt_t's are in frsize units 2013-04-05 17:34:27 +00:00
stdarg.h #include <sys/cdefs.h> 2014-08-15 11:58:13 +00:00
stdbool.h move stdbool.h to sys, reuire pool.h to include <sys/stdbool.h> for bool, 2015-07-29 00:10:25 +00:00
stdint.h C++11 no longer requires __STDC_LIMIT_MACROS, __STDC_CONSTANT_MACROS or 2013-04-22 21:26:48 +00:00
swap.h
syncobj.h
syscall_stats.h
syscall.h Missed these, too, during the regen. No functional changes, just 2016-11-02 03:14:19 +00:00
syscallargs.h Missed these, too, during the regen. No functional changes, just 2016-11-02 03:14:19 +00:00
syscallvar.h regen 2015-09-24 14:34:22 +00:00
sysctl.h remove sys/wait.h just added, put it in the file that needed it (kvm_proc.c) 2016-04-04 23:31:46 +00:00
syslimits.h Define CHILD_MAX/OPEN_MAX as parameters. 2015-08-21 07:19:39 +00:00
syslog.h Include <sys/cdefs.h>, <sys/featuretest.h>, and <sys/ansi.h> 2015-10-15 06:15:22 +00:00
systm.h Add HASH_PSLIST (pslist(9)) type for hashinit() 2016-07-06 05:20:48 +00:00
tape.h Requires sys/time.h for struct timespec. 2016-01-22 23:44:33 +00:00
termios.h PR 38290 Adam Hoka: IXANY should exist for _XOPEN_SOURCE 2016-07-31 21:34:53 +00:00
time.h KNF. Remove extra spaces. No functional change. 2016-07-07 06:55:38 +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 Do as POSIX says, define the timespec structure in <signal.h> 2015-07-31 12:51:32 +00:00
timetc.h
timevar.h - GC pts_fired, and fix the comment about MAX_TIMERS 2016-03-08 05:02:55 +00:00
timex.h
tls.h Add TLS support infrastructure. For dynamic binaries, ld.elf_so exports 2011-03-09 23:10:05 +00:00
tprintf.h change printf gcc attribute to __printflike(), requested by joerg. 2011-11-21 04:36:05 +00:00
trace.h
tree.h Some splay trees don't use the next method, so mark it as potentially unused 2013-09-14 13:20:45 +00:00
tty.h centralize the tty dialout and callunit macros 2014-11-15 19:17:05 +00:00
ttychars.h
ttycom.h Welcome to NetBSD-6.99.14 2012-10-19 16:49:21 +00:00
ttydefaults.h
ttydev.h spelling in comment 2014-05-21 04:24:40 +00:00
types.h switch idtype.h to an enum, as required by POSIX. 2016-04-03 02:08:42 +00:00
ucontext.h Move CTASSERT a few lines down so as to not collide with the CTASSERT 2013-03-06 18:16:58 +00:00
ucred.h sys/ucred.h does not require sys/param.h any more, only limits.h. 2011-10-12 23:03:36 +00:00
uidinfo.h Add a new resource to limit the number of lwps per user, RLIMIT_NTHR. There 2012-06-09 02:31:14 +00:00
uio.h Forward-declare struct vmspace to reduce dependencies on uvm/uvm_extern.h. 2011-07-27 13:20:07 +00:00
un.h Add sc_pid to sockcred so that SOCK_DGRAM and LOCAL_CREDS socket option 2016-04-06 19:45:45 +00:00
unistd.h Realtime signal support from GSoC 2016, Charles Cui. 2016-08-04 06:43:43 +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
user.h Userspace shouldn't (and doesn't seem to) need machine/pcb.h. 2014-02-19 20:40:40 +00:00
userconf.h Don't use the C preprocessor to configure USERCONF. Instead, either do 2011-05-31 23:28:52 +00:00
userret.h Remove including myself. 2013-04-07 07:54:53 +00:00
utsname.h
uuid.h Make uuidgen(2) generate v4 (random) uuids. 2014-10-04 11:15:44 +00:00
vadvise.h Uses __BEGIN_DECLS and needs sys/cdefs.h. 2016-01-22 23:46:07 +00:00
verified_exec.h Introduce struct pathbuf. This is an abstraction to hold a pathname 2010-11-19 06:44:33 +00:00
vfs_syscalls.h expose do_open 2014-01-25 02:28:31 +00:00
videoio.h More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
vmem_impl.h convert vmem, signals, powerhooks from CIRCLEQ -> TAILQ. 2013-11-22 21:04:11 +00:00
vmem.h make vmem(9) ready to be used early during bootstrap to replace extent(9) 2013-01-29 21:26:24 +00:00
vmmeter.h
vnode_if.h regen vnode interfaces 2016-01-26 23:30:10 +00:00
vnode_impl.h Add a function to print the fields of a vnode including its implementation 2016-11-03 11:04:21 +00:00
vnode.h Split sys/vnode.h into sys/vnode.h and sys/vnode_impl.h 2016-11-03 11:03:31 +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 typo in comment 2016-01-26 06:27:38 +00:00
workqueue.h
xattr.h Introduce KERNEL_NAME_MAX = 255, and bump NAME_MAX to 511. This makes 2011-09-27 01:40:32 +00:00
xcall.h Stopgap fix to make rump cooperate with pserialize, may be revisited later. 2013-02-19 09:04:53 +00:00