NetBSD/sys/sys
thorpej 339724bb6f NetBSD 1.5H: struct ifnet changed. 2000-10-11 16:55:11 +00:00
..
Makefile move socklen_t decl to sys/ansi.h. 2000-06-04 08:50:28 +00:00
acct.h
ansi.h Define pid_t via <sys/ansi.h>. 2000-09-19 08:35:36 +00:00
ataio.h
audioio.h
boot_flag.h add new macro BOOT_FLAG() (defined in <sys/boot_flag.h>) - this 2000-09-24 12:32:31 +00:00
bswap.h
buf.h
callout.h Un-__P. 2000-08-01 04:58:55 +00:00
cdefs.h Provide a stub for restrict. 2000-09-27 10:44:12 +00:00
cdefs_aout.h #ifdef __STDC__ -> #if __STDC__ 2000-08-07 16:35:33 +00:00
cdefs_elf.h #ifdef __STDC__ -> #if __STDC__ 2000-08-07 16:35:33 +00:00
cdio.h
chio.h
clist.h
conf.h Backout last iic change. Will work with cgd to get an i2c code we all 2000-07-21 19:41:57 +00:00
core.h
device.h Make gcc-2.96 shutup about trigraph ignored. 2000-07-22 05:02:24 +00:00
dir.h
dirent.h
disk.h
disklabel.h If device and mountpoint are given without -t, and without a : in the 2000-09-18 10:48:23 +00:00
disklabel_mbr.h
dkbad.h
dkio.h
dkstat.h Move schedticks and cp_time into schedstate_percpu. Also, allow 2000-06-03 20:42:42 +00:00
domain.h
dvdio.h Whitespace police. 2000-05-28 20:03:21 +00:00
endian.h
envsys.h Pull in <sys/ioccom.h>, and define ENVSYS_NSENSORS (number of sensor 2000-06-24 19:50:28 +00:00
errno.h Remove ENOTSUP for the moment. This needs a unique number, as noted by 2000-07-14 21:39:56 +00:00
eventvar.h freebsd kqueue implementation 2000-07-18 22:11:54 +00:00
exec.h Add support for variable end of user stacks needed to support COMPAT_NETBSD32: 2000-09-28 19:05:06 +00:00
exec_aout.h
exec_coff.h Move a bunch of the COFF definitions into exec_coff.h, so they can be used by 2000-06-04 16:23:59 +00:00
exec_ecoff.h
exec_elf.h Introduce Elf64_Xword and Elf64_Sxword, and use them in various places instead 2000-07-26 02:04:53 +00:00
exec_script.h
extent.h
fcntl.h
fdio.h
featuretest.h
file.h
filedesc.h
filio.h
gmon.h
inttypes.h Define intptr_t and uintptr_t via <machine/int_types.h>. 2000-06-27 05:51:54 +00:00
ioccom.h
ioctl.h
ioctl_compat.h
ipc.h Add new sysctl node "KERN_SYSVIPC_INFO" with "KERN_SYSVIPC_MSG_INFO", 2000-06-02 15:53:03 +00:00
kcore.h
kernel.h
kgdb.h
kthread.h ANSI'ify. 2000-07-14 07:14:33 +00:00
ktrace.h Reduce use of curproc in several places: 2000-05-27 00:40:29 +00:00
lkm.h
localedef.h
lock.h Since the spinlock count is per-cpu, we don't need atomic operations 2000-08-26 19:26:43 +00:00
lockf.h guard prototypes for lf_* functions by ifdef _KERNEL 2000-08-04 09:20:21 +00:00
malloc.h Need opt_lockdebug.h for previous. 2000-06-24 23:52:24 +00:00
map.h
mbuf.h repair m_dup(). specifically, now it is safe against non-MCLBYTES cluster 2000-08-18 16:19:22 +00:00
md5.h
midiio.h
mman.h Rename VM_INHERIT_* to MAP_INHERIT_* and move them to sys/sys/mman.h as 2000-08-01 00:53:07 +00:00
mount.h add an MNT_IGNORE flag as a hint to df not to list the filesystem by default. 2000-06-26 21:10:34 +00:00
msg.h Add new sysctl node "KERN_SYSVIPC_INFO" with "KERN_SYSVIPC_MSG_INFO", 2000-06-02 15:53:03 +00:00
msgbuf.h
mtio.h
namei.h Convert namei pathname buffer allocation to use the pool allocator. 2000-08-03 20:41:05 +00:00
null.h
param.h NetBSD 1.5H: struct ifnet changed. 2000-10-11 16:55:11 +00:00
poll.h
pool.h
proc.h Implement suspendsched() by putting all sleeping and runnable processes 2000-09-05 16:27:51 +00:00
protosw.h
ptrace.h
queue.h repair parentheseis error in TAILQ_FOREACH_REVERSE. see PR kern/11117 2000-10-03 00:19:19 +00:00
reboot.h add new macro BOOT_FLAG() (defined in <sys/boot_flag.h>) - this 2000-09-24 12:32:31 +00:00
resource.h
resourcevar.h
rnd.h /dev/random code cleanups: 2000-06-05 23:42:34 +00:00
scanio.h
sched.h Forward-declare struct cpu_info 2000-08-26 04:17:44 +00:00
scsiio.h add SCBUSACCEL ioctl 2000-08-08 22:45:03 +00:00
select.h
sem.h Add new sysctl node "KERN_SYSVIPC_INFO" with "KERN_SYSVIPC_MSG_INFO", 2000-06-02 15:53:03 +00:00
sha1.h
shm.h Add new sysctl node "KERN_SYSVIPC_INFO" with "KERN_SYSVIPC_MSG_INFO", 2000-06-02 15:53:03 +00:00
signal.h
signalvar.h Add a lock around the scheduler, and use it as necessary, including 2000-08-20 21:50:06 +00:00
socket.h Wrap __cmsg_alignbytes in __BEGIN_DECLS ... __END_DECLS. 2000-10-04 08:59:16 +00:00
socketvar.h
sockio.h Define SIOC[SG]IFGENERIC in <sys/sockio.h>, as FreeBSD and OpenBSD do. 2000-08-10 11:48:41 +00:00
stat.h
swap.h
syscall.h update for changed makesyscalls.master 2000-08-18 19:35:15 +00:00
syscallargs.h update for changed makesyscalls.master 2000-08-18 19:35:15 +00:00
sysctl.h allocate pty kernel structures on demand at run-time - this allows 2000-09-09 16:42:04 +00:00
syslimits.h
syslog.h Remove the "kprintf" gcc attribute permanently. Use standard "printf" 2000-08-09 03:23:10 +00:00
systm.h add new macro BOOT_FLAG() (defined in <sys/boot_flag.h>) - this 2000-09-24 12:32:31 +00:00
tablet.h
termios.h Define pid_t via <sys/ansi.h>: no longer expose clutter from <sys/types.h>. 2000-09-20 10:16:49 +00:00
time.h add ppsratelimit(9), which does event-per-sec rate limitation. 2000-07-09 06:44:57 +00:00
timeb.h
timepps.h #if 0 a static declaration for a function that does not exist. 2000-07-23 22:56:14 +00:00
times.h
timex.h
tprintf.h Remove the "kprintf" gcc attribute permanently. Use standard "printf" 2000-08-09 03:23:10 +00:00
trace.h
tty.h
ttychars.h
ttycom.h
ttydefaults.h set CSTATUS to CTRL('t') 2000-08-05 01:27:12 +00:00
ttydev.h
types.h Define pid_t via <sys/ansi.h>. 2000-09-19 08:35:36 +00:00
ucred.h
uio.h
un.h Avoid recursion with traditional cpp. 2000-07-28 09:33:28 +00:00
unistd.h
unpcb.h
user.h
utsname.h
vadvise.h
vmmeter.h
vnode.h When unmounting, make sure to free the syncer vnode so that it can be reused. 2000-07-09 00:59:03 +00:00
vnode_if.h Regen. 2000-09-19 21:58:01 +00:00
wait.h