NetBSD/sys/sys
christos 731fd0e33d Protect printf() like functions and b{copy,zero,cmp} from being defined
in userland.
2001-11-12 23:08:13 +00:00
..
Makefile It's sys/properties.h. Fix typo 2001-10-05 01:24:05 +00:00
acct.h
agpio.h AGP GART support code. Originally written by Doug Rabson for FreeBSD, 2001-09-10 10:01:00 +00:00
ansi.h Cosmetical nit-pick. 2001-10-16 18:05:26 +00:00
ataio.h
audioio.h
boot_flag.h In-kernel device configuration manager - allows modification 2001-07-01 02:56:20 +00:00
bswap.h
buf.h a whole bunch of changes to improve performance and robustness under load: 2001-09-15 20:36:31 +00:00
callout.h Optimization suggested by Bill Sommerfeld: Keep a hint as to the 2001-09-11 04:32:19 +00:00
cdefs.h
cdefs_aout.h
cdefs_elf.h
cdio.h
chio.h
clist.h
clockctl.h This is the clockctl pseudodevice. It gives non root users access to root-only 2001-09-16 06:53:54 +00:00
conf.h Add cdev__ocm_init() helper. 2001-09-18 19:55:06 +00:00
core.h precede, not preceed. 2001-08-20 12:00:46 +00:00
device.h Add EVCNT_TRAP event counter type. 2001-08-26 02:48:12 +00:00
dir.h
dirent.h
disk.h
disklabel.h
disklabel_mbr.h
dkbad.h
dkio.h
dkstat.h
domain.h
dvdio.h
endian.h sync argument/return type of [hn]to[nh][ls] to XNET 5.2 (uint{16,32}_t). 2001-08-22 07:42:07 +00:00
envsys.h
errno.h
exec.h adjust to the new copyargs footprint 2001-07-29 21:22:58 +00:00
exec_aout.h Add a MID_88K (note that it's different from OpenBSD's since their value 2001-08-16 05:06:35 +00:00
exec_coff.h
exec_ecoff.h
exec_elf.h Rather than using a NetBSD-specific header file <machine/int_types.h> 2001-10-31 18:05:35 +00:00
exec_macho.h adjust to the new copyargs footprint 2001-07-29 21:22:58 +00:00
exec_script.h
extent.h
fcntl.h `existent', not `existant' 2001-06-19 13:42:07 +00:00
fdio.h
featuretest.h
file.h Add DTYPE_PIPE (to be used by new pipe implementation) and handle 2001-06-16 08:28:39 +00:00
filedesc.h Fix a partial construction problem that can cause race conditions 2001-06-14 20:32:41 +00:00
filio.h
fnv_hash.h
gmon.h
inttypes.h
ioccom.h
ioctl.h Fix various misspellings of compatible/compatibility. 2001-06-11 01:50:48 +00:00
ioctl_compat.h patch up some comments to avoid cpp warnings about redefines. 2001-11-11 00:00:15 +00:00
ipc.h
kcore.h
kernel.h
kgdb.h
kthread.h
ktrace.h
lkm.h
localedef.h
lock.h Add a simple_lock_only_held() LOCKDEBUG routine, which allows code 2001-06-05 04:38:08 +00:00
lockf.h
malloc.h Add M_PROP. 2001-10-04 19:00:44 +00:00
map.h
mbuf.h Deprecate the "m_act" alias of "m_nextpkt" (m_act is a historical 2001-10-18 20:17:24 +00:00
md4.h
md5.h
midiio.h Add more MIDI control change numbers. 2001-10-23 13:07:09 +00:00
mman.h
mount.h add a new VFS op, vfs_reinit, which is called when desiredvnodes is 2001-09-15 16:12:54 +00:00
msg.h
msgbuf.h
mtio.h
namei.h Use a pool cache for namei buffers -- it's faster to allocate from 2001-10-17 23:33:29 +00:00
null.h
param.h bump to 1.5Y: vfs_reinit, massive UVM/UBC/filesystem changes. 2001-09-15 20:48:27 +00:00
pipe.h use pmap_kenter_pa() instead of pmap_enter(), this is required for 2001-11-06 07:30:14 +00:00
poll.h
pool.h Add support for allocating pool memory in units smaller than a whole page. 2001-10-07 12:44:06 +00:00
proc.h Make the setregs hook emulation-specific, rather than executable 2001-09-18 19:36:32 +00:00
properties.h Remove the property sysctl interface for now. 2001-10-05 19:05:05 +00:00
protosw.h
ptrace.h The trace_req() function is a no-op; garbage collect it. 2001-06-13 16:06:27 +00:00
queue.h for QUEUEDEBUG_*_POSTREMOVE(), set the pointers to 1 instead of 0 2001-06-22 06:18:22 +00:00
reboot.h In-kernel device configuration manager - allows modification 2001-07-01 02:56:20 +00:00
resource.h
resourcevar.h
rnd.h Mix random data directly into the pool and increase entropy instead of 2001-09-09 00:48:54 +00:00
scanio.h
sched.h Linux-compatible clone(2) system call, lifted from the Linux 2001-07-01 18:06:11 +00:00
scsiio.h Add SCBUSIODETACH ioctl. 2001-07-18 20:20:16 +00:00
select.h
sem.h
sha1.h
shm.h
signal.h
signalvar.h add an extern for the coredump32 hook. 2001-06-06 21:46:59 +00:00
socket.h Sprinkle some __restrict into <sys/socket.h>. 2001-10-22 20:59:02 +00:00
socketvar.h sbspace(): use lmin() instead of imin() and kill now unneeded casts 2001-09-28 18:02:45 +00:00
sockio.h Implement support for IP/TCP/UDP checksum offloading provided by 2001-06-02 16:17:09 +00:00
stat.h
stdint.h Prevent trad. cpp recursion; from Katsuomi Hamajima in PR kern/13479. 2001-07-18 17:29:53 +00:00
swap.h
syscall.h Regen; added Linux-compatible clone(2) system call. 2001-07-01 18:07:33 +00:00
syscallargs.h Made syscallargs.h lint-friendly, so that it can be included in libc sources 2001-10-30 21:52:26 +00:00
sysctl.h Remove the property sysctl interface for now. 2001-10-05 19:05:05 +00:00
syslimits.h
syslog.h
systm.h Protect printf() like functions and b{copy,zero,cmp} from being defined 2001-11-12 23:08:13 +00:00
tablet.h
termios.h patch up some comments to avoid cpp warnings about redefines. 2001-11-11 00:00:15 +00:00
time.h Added prototypes declarations for lower part of root-only time-related 2001-09-16 07:14:15 +00:00
timeb.h
timepps.h
times.h
timex.h Put comments around token after #endif. 2001-09-30 05:31:20 +00:00
tprintf.h
trace.h
tty.h _KERNEL_OPT is your friend. 2001-06-08 15:43:34 +00:00
ttychars.h
ttycom.h
ttydefaults.h
ttydev.h
types.h Define caddr_t, gid_t and uid_t via <sys/ansi.h>. 2001-10-16 18:04:14 +00:00
ucred.h
uio.h Make this capable of being included without pre-requisite headers. 2001-10-16 15:52:19 +00:00
un.h
unistd.h
unpcb.h
user.h
userconf.h Fix obvious typo in multiple-inclusion protection wrapper. 2001-07-14 12:05:53 +00:00
utsname.h
vadvise.h
vmmeter.h
vnode.h - Add a new vnode flag VEXECMAP, which indicates that a vnode has 2001-10-30 15:32:01 +00:00
vnode_if.h regen 2001-11-12 14:48:47 +00:00
wait.h Add `WALLSIG' which causes wait4(2) to wait for all processes, regardless 2001-07-18 19:10:26 +00:00
wdog.h