NetBSD/sys/sys
matt 6a9e4e8eeb Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostly
involves setregs and vmcmds).  Should result in no code differences.
2009-12-10 14:13:48 +00:00
..
acct.h
agpio.h
aio.h
ansi.h
aout_mids.h Introduce <sys/aout_mids.h>, and include it from <sys/core.h> and 2009-08-20 22:07:49 +00:00
ataio.h
atomic.h make atomics usable from c++! 2009-11-20 02:17:07 +00:00
audioio.h Add support for playback- or capture-only devices by adding 2009-09-29 15:58:54 +00:00
bitops.h
blist.h
boot_flag.h
bootblock.h A boot block on alpha is always little endian, so read and store values 2009-10-26 14:22:47 +00:00
bswap.h Create and use __CAST(type, value) in headers so that modern c++ with 2009-08-08 21:23:15 +00:00
buf.h Add a small comment on buffer cache locking, fix mark letter b_objlock. 2009-11-11 09:15:42 +00:00
bufq_impl.h
bufq.h
bus_proto.h Parameter name in prototype, begone ye scurvy seadog! 2009-09-19 16:34:07 +00:00
bus.h
callback.h
callout.h
cctr.h
cdefs_aout.h
cdefs_elf.h
cdefs.h lint knows __packed now. 2009-10-02 21:05:28 +00:00
cdio.h
chio.h
clockctl.h
condvar.h tsleep() on lbolt is now illegal. Convert cv_wakeup(&lbolt) to 2009-12-05 22:38:19 +00:00
conf.h add a workaround for drm: 2009-06-20 19:24:27 +00:00
core.h Introduce <sys/aout_mids.h>, and include it from <sys/core.h> and 2009-08-20 22:07:49 +00:00
cpu_data.h
cpu.h cpuctl: 2009-04-19 14:11:36 +00:00
cpuio.h cpuctl: 2009-04-19 14:11:36 +00:00
debug.h
device_if.h KNF 2009-12-02 12:52:28 +00:00
device.h Poison future uses of DVACT_ACTIVATE by deleting it. I deleted the last 2009-12-07 19:45:13 +00:00
devmon.h
dir.h
dirent.h
dirhash.h Add flag to indicate a compactable directory. Used for NiLFS/FFS/EXT2FS free 2009-09-27 21:50:48 +00:00
disk.h On second thought, let's call disk_predetach() disk_begindetach(). 2009-05-20 03:26:21 +00:00
disklabel_acorn.h
disklabel_gpt.h
disklabel_rdb.h RDB partition definitions, used by several ports: amiga, amigappc, ofppc 2009-09-12 08:23:25 +00:00
disklabel.h Give rump virtual disks their own type. 2009-11-20 17:43:35 +00:00
dkbad.h
dkio.h
dkstat.h
domain.h Make ifconfig(8) set and display preference numbers for IPv6 2009-09-11 22:06:29 +00:00
drvctlio.h
dvdio.h
endian.h Create and use __CAST(type, value) in headers so that modern c++ with 2009-08-08 21:23:15 +00:00
envsys.h Add capability to send sensor limit values to the driver so they can 2009-06-13 16:08:25 +00:00
errno.h
evcnt.h Make 'show event', 'dmesg' work with crash(8). 2009-03-21 13:06:39 +00:00
event.h
eventvar.h
exec_aout.h Introduce <sys/aout_mids.h>, and include it from <sys/core.h> and 2009-08-20 22:07:49 +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 fix comments: st_name is index in .strtab 2009-11-24 16:55:11 +00:00
exec_macho.h
exec_script.h
exec.h Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostly 2009-12-10 14:13:48 +00:00
extattr.h
extent.h
fcntl.h completely rework the way that orphaned sockets that are being fdpassed 2009-03-11 06:05:29 +00:00
fd_set.h
fdio.h
featuretest.h Mention POSIX.1-2008 (_POSIX_C_SOURCE == 200809L) and 2009-05-04 16:44:14 +00:00
file.h Rename fo_drain() to fo_abort(), 'drain' is used to mean 'wait for output 2009-12-09 21:32:58 +00:00
fileassoc.h
filedesc.h - Amend fd_hold() to take an argument and add assert (reflects two cases, 2009-10-27 02:58:28 +00:00
filio.h
float_ieee754.h
fstrans.h
fstypes.h
gcq.h
gennameih.awk
gmon.h
gpio.h Rename 'pulse' to 'pulsate' to make clear it is a continuous strain of 2009-09-25 20:27:50 +00:00
hash.h
idle.h
ieee754.h
intr.h Remove IPL_LPT and IPL_IPI aliases, use the actual IPLs. 2009-11-25 14:28:49 +00:00
inttypes.h
ioccom.h use symbolic constants and parenthesize the macro args everywhere. 2009-05-19 21:59:10 +00:00
ioctl_compat.h
ioctl.h Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h" 2009-02-13 22:41:00 +00:00
iostat.h Add disk_isbusy(), iostat_isbusy(). 2009-04-04 07:30:09 +00:00
ipc.h
joystick.h
kauth.h Implement the vnode scope and adapt tmpfs to use it. 2009-09-03 04:45:27 +00:00
kcore.h Remove 3rd and 4th clause on Leo Weppelman's license. OK leo@. 2009-10-20 19:10:09 +00:00
kernel.h
kgdb.h
kmem.h
kobj_impl.h Due to the schizophrenic nature of kobj (mem + vfs source), 2009-11-27 17:54:11 +00:00
kobj.h Make kobj_stat() return ENOSYS instead of panicking ("not modular") 2009-06-17 21:04:25 +00:00
kprintf.h
ksem.h
ksyms.h Expose more stuff if _KMEMUSER is defined. 2009-03-07 21:59:25 +00:00
kthread.h - Allow creating timeshard kthreads. To be used to fix the RAIDframe 2009-01-29 22:00:26 +00:00
ktrace.h
localedef.h
lock.h
lockdebug.h Expose more stuff if _KMEMUSER is defined. 2009-03-07 21:59:25 +00:00
lockf.h
lwp.h Make lwp_getpcb() C89-happy by using __inline. 2009-11-29 16:23:49 +00:00
lwpctl.h
Makefile In pmf(9), improve the implementation of device self-suspension 2009-09-16 16:34:49 +00:00
malloc.h g/c M_SOFTINTR 2009-11-06 13:32:41 +00:00
mallocvar.h
mbuf.h
md4.h
md5.h
midiio.h
mman.h
module.h * make it possible to include kern_module in a kernel without vfs 2009-11-18 17:40:45 +00:00
mount.h Remove the portalfs kernel file system driver. Replace mount_portal(8) 2009-12-05 20:11:01 +00:00
mqueue.h - Move inittimeleft() and gettimeleft() to subr_time.c, where they belong. 2009-11-01 21:46:09 +00:00
msg.h
msgbuf.h
mtio.h
mutex.h Obsolete comment. 2009-05-11 22:37:21 +00:00
namei.h regen again (forgot both patches touched namei.h) 2009-09-27 17:24:31 +00:00
namei.src Move a big wodge of symlink-following code from nfsd to inside 2009-09-27 17:23:53 +00:00
null.h Enclose (void *)0 in an extra set of parenthese to make the result usable 2009-10-13 17:19:00 +00:00
once.h
optstr.h
param.h 5.99.22: Added flags argument to pmap_kenter_pa(9). 2009-11-09 17:11:29 +00:00
pax.h
pcq.h
percpu_types.h
percpu.h
pipe.h include prerequisite headers 2009-11-26 16:18:37 +00:00
pmc.h
pmf.h In pmf(9), improve the implementation of device self-suspension 2009-09-16 16:34:49 +00:00
poll.h - selcommon/pollcommon: drop redundant l argument. 2009-11-11 09:48:50 +00:00
pool.h - pool_cache_invalidate(): broadcast a cross-call to drain the per-CPU 2009-10-15 20:50:12 +00:00
power.h Fix POWER_IOC_GET_TYPE. 2009-11-06 18:28:10 +00:00
proc.h Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostly 2009-12-10 14:13:48 +00:00
prot.h
protosw.h
pset.h
ptrace.h Move ptrace's security policy back to the subsystem itself. 2009-10-02 22:18:56 +00:00
ptree.h
pty.h
queue.h Add queue macros SLIST_FOREACH_SAFE, STAILQ_FOREACH_SAFE, STAILQ_LAST, 2009-04-20 09:56:07 +00:00
radioio.h
ras.h
rb.h comments. 2009-08-16 10:57:01 +00:00
reboot.h
resource.h - add new RLIMIT_AS (aka RLIMIT_VMEM) resource that limits the total 2009-03-29 01:02:48 +00:00
resourcevar.h
rmd160.h
rnd.h
rpst.h maintain parent node pointers to speed up search and node removal. 2009-05-25 14:54:06 +00:00
rwlock.h Add rw_obj_*() functions to mirror the existing mutex functions. 2009-04-19 08:36:04 +00:00
sa.h
satypes.h
savar.h Wipe out the last vestiges of POOL_INIT with one swift stroke. In 2009-09-13 18:45:10 +00:00
scanio.h
sched.h - Move sched_listener and co. from kern_synch.c to sys_sched.c, where it 2009-10-03 22:32:56 +00:00
scsiio.h
select.h - selcommon/pollcommon: drop redundant l argument. 2009-11-11 09:48:50 +00:00
selinfo.h
sem.h
sha1.h Improve portability and clarity by using uint8_t for the byte data 2009-11-06 20:31:18 +00:00
sha2.h Add SHA224 implementation to libc. 2009-05-26 08:04:11 +00:00
shm.h
siginfo.h namespace sanity: SI_LWP and SI_NOINFO are _NETBSD_SOURCE only 2009-03-27 11:05:43 +00:00
signal.h fix the signature of struct sigevent:sigev_notify_function, noticed by 2009-12-09 20:26:12 +00:00
signalvar.h
sigtypes.h
simplelock.h
sleepq.h s/the the/the/ 2009-11-22 18:40:26 +00:00
socket.h Remove the portalfs kernel file system driver. Replace mount_portal(8) 2009-12-05 20:11:01 +00:00
socketvar.h Rename fo_drain() to fo_abort(), 'drain' is used to mean 'wait for output 2009-12-09 21:32:58 +00:00
sockio.h Import pfsync support from OpenBSD 4.2 2009-09-14 10:36:48 +00:00
specificdata.h
spl.h Expose more stuff if _KMEMUSER is defined. 2009-03-07 21:59:25 +00:00
spldebug.h Add a kernel configuration flag, SPLDEBUG, that activates a per-CPU log 2009-11-03 05:23:27 +00:00
stat.h Parenthesize S_IS*() macro arguments to prevent breakage with certain 2009-08-27 07:28:42 +00:00
statvfs.h
stdint.h
swap.h
syncobj.h Remove uarea swap-out functionality: 2009-10-21 21:11:57 +00:00
syscall_stats.h
syscall.h regen: fix rump varargs syscalls prototypes 2009-10-13 21:57:52 +00:00
syscallargs.h regen: fix rump varargs syscalls prototypes 2009-10-13 21:57:52 +00:00
syscallvar.h Declare extern syscallnames in a header. 2009-06-02 23:21:37 +00:00
sysctl.h Replace a large number of link set based sysctl node creations with 2009-09-16 15:23:04 +00:00
syslimits.h
syslog.h
systm.h Add a kernel configuration flag, SPLDEBUG, that activates a per-CPU log 2009-11-03 05:23:27 +00:00
tape.h
termios.h Create and use __CAST(type, value) in headers so that modern c++ with 2009-08-08 21:23:15 +00:00
time.h namespace sanity: TIMER_RELTIME is _NETBSD_SOURCE only 2009-03-27 11:06:26 +00:00
timeb.h
timepps.h Make PPS work with fast time counters (> 2GHz) 2009-06-14 13:16:32 +00:00
times.h
timetc.h
timevar.h - Move inittimeleft() and gettimeleft() to subr_time.c, where they belong. 2009-11-01 21:46:09 +00:00
timex.h PR/41144: ntpd dies when syncing, use octal format to avoid \xcCLOCK to be 2009-04-05 19:59:26 +00:00
tprintf.h
trace.h
tree.h
tty.h
ttychars.h
ttycom.h
ttydefaults.h
ttydev.h
types.h Expose more stuff if _KMEMUSER is defined. 2009-03-07 21:59:25 +00:00
ucontext.h comment which bits of uc_flags are used by MD code. 2009-11-18 12:29:22 +00:00
ucred.h
uidinfo.h
uio.h
un.h completely rework the way that orphaned sockets that are being fdpassed 2009-03-11 06:05:29 +00:00
unistd.h Change _POSIX2_VERSION for shells and utilities to 200112L to match 2009-08-30 16:38:48 +00:00
unpcb.h
user.h
userconf.h
userret.h Remove outdated comment: vax does now user mi_userret(). 2009-02-25 19:58:03 +00:00
utsname.h
uuid.h
vadvise.h
verified_exec.h
vfs_syscalls.h Add enum uio_seg argument to do_sys_mknod and do_sys_mkdir so these functions 2009-08-09 22:49:00 +00:00
videoio.h Use __packed, not __attribute__((__packed__)). 2009-11-14 10:37:27 +00:00
vmem.h - fix vmem unittest. rename VMEM_DEBUG so that it won't be abused again. 2009-02-18 13:31:59 +00:00
vmmeter.h Remove uarea swap-out functionality: 2009-10-21 21:11:57 +00:00
vnode_if.h regen: remove VNODE_LOCKDEBUG 2009-09-29 11:54:52 +00:00
vnode.h Factor out a block of code that appears in three places (Veriexec, keylock, 2009-10-06 04:28:10 +00:00
wait.h
wapbl_replay.h
wapbl.h Remove ref to WAPBL_DEBUG_SERIALIZE. 2009-04-10 21:14:14 +00:00
wdog.h
workqueue.h
xattr.h
xcall.h