NetBSD/sys/sys
enami 4776d0bcdc Define macro to translate disk unit/partition pair into device minor. 1999-09-21 03:08:18 +00:00
..
Makefile Someone removed dmap.h but forgot to remove it from here. 1999-08-24 16:32:46 +00:00
acct.h
ataio.h
audioio.h
bswap.h MI prototypes for the bswap*() functions. 1999-08-21 05:20:50 +00:00
buf.h Garbage-collect B_PAGET, B_PGIN, and B_UAREA. Nothing refers to them 1999-04-07 00:18:29 +00:00
callout.h
cdefs.h Factor out a.out vs. ELF cdefs from the various <machine/cdefs.h> files, 1999-03-20 01:39:22 +00:00
cdefs_aout.h Merge in NetBSD/sh3 from cvs.kame.net repository. 1999-09-13 10:30:21 +00:00
cdefs_elf.h Merge in NetBSD/sh3 from cvs.kame.net repository. 1999-09-13 10:30:21 +00:00
cdio.h
chio.h Rework the changer driver a bit: 1999-09-09 23:24:11 +00:00
clist.h
conf.h Rework the changer driver a bit: 1999-09-09 23:24:11 +00:00
core.h
device.h Add a mechanism to defer configuration of children until interrupts 1999-09-15 19:37:08 +00:00
dir.h
dirent.h
disk.h
disklabel.h Define macro to translate disk unit/partition pair into device minor. 1999-09-21 03:08:18 +00:00
disklabel_mbr.h Correct NTFS entry from 87 to 7, and make 87 be NTFS volume set (from fdisk.c) 1999-05-06 15:28:27 +00:00
dkbad.h
dkio.h Change DIOCEJECT to do what's needed to eject a device before the eject 1999-02-08 16:33:16 +00:00
dkstat.h
domain.h
endian.h MI prototypes and macros for the {h,n}to{n,h}() functions, and macros 1999-08-21 05:27:26 +00:00
errno.h Introduce EOVERFLOW. 1999-03-22 19:03:38 +00:00
exec.h
exec_aout.h Merge in NetBSD/sh3 from cvs.kame.net repository. 1999-09-13 10:30:21 +00:00
exec_ecoff.h * don't have the [onz]magic setup functions set up the stack. 1999-04-27 05:36:43 +00:00
exec_elf.h Merge in NetBSD/sh3 from cvs.kame.net repository. 1999-09-13 10:30:21 +00:00
exec_script.h
extent.h
fcntl.h Add a new flag, used by vn_open() which prevent symlinks from being followed 1999-08-31 12:30:35 +00:00
fdio.h
featuretest.h
file.h Add support for fcntl(2) to generate VOP_FCNTL calls. Any fcntl 1999-08-03 20:19:16 +00:00
filedesc.h Make dupfdopen() take a proc * instead of a filedesc *. 1999-05-05 19:52:20 +00:00
filio.h
gmon.h
inttypes.h
ioccom.h
ioctl.h add checks for COMPAT_OSF1 in the appropriate places 1999-04-30 05:29:20 +00:00
ioctl_compat.h
ipc.h Pull in <sys/types.h>. 1999-08-25 19:25:13 +00:00
kcore.h
kernel.h Centralize the declaration and clearing of `cold'. 1999-09-17 19:59:35 +00:00
kgdb.h
kthread.h Make the kthread API a bit more friendly to loadable kernel modules. 1999-07-06 21:44:09 +00:00
ktrace.h Don't truncate syscall return values on LP64 platforms. 1999-08-06 00:11:02 +00:00
lkm.h
localedef.h
lock.h Arrange struct simplelock more efficiently. (Megabytes of these can be 1999-08-14 06:56:07 +00:00
lockf.h
malloc.h define M_NTFS and use it instead of M_TEMP when allocating memory 1999-08-04 18:56:35 +00:00
map.h
mbuf.h Create new pool flag PR_LIMITFAIL, indicating that even PR_WAIT 1999-08-05 04:00:03 +00:00
md5.h
midiio.h
mman.h Add some more meat to madvise(2): 1999-07-07 06:02:21 +00:00
mount.h Fix kern/7906: race between unmount and getnewvnode() 1999-07-04 16:20:12 +00:00
msg.h Overhaul of the SVID IPC facilities, primarily to use the types specified 1999-08-25 05:05:48 +00:00
msgbuf.h
mtio.h Correct comment about mt_fileno and mt_blkno. 1999-09-07 13:55:27 +00:00
namei.h correct typo in SAVENAME's comment 1999-08-30 14:55:24 +00:00
param.h Modify VDESC_NOMAP_VPP and VDESC_VPP_WILLRELE so that they don't 1999-08-18 01:34:27 +00:00
poll.h
pool.h Create new pool flag PR_LIMITFAIL, indicating that even PR_WAIT 1999-08-05 04:00:03 +00:00
proc.h Pull in <machine/cpu.h> in the MULTIPROCESSOR case to get curcpu() for 1999-08-10 23:33:27 +00:00
protosw.h define PR_LISTEN to indicate listen(2)/accept(2) support 1999-07-01 05:56:53 +00:00
ptrace.h
queue.h Fix comment: new elements can be added to a simpleq after an existing 1999-01-29 01:05:03 +00:00
reboot.h
resource.h
resourcevar.h
rnd.h Cleanup (in preparation for using gzip to estimate entropy) 1999-02-28 17:18:42 +00:00
scanio.h
sched.h schedclk() -> schedclock(), for consistency with hardclock(), statclock(), ... 1999-02-28 18:14:57 +00:00
scsiio.h
select.h
sem.h Overhaul of the SVID IPC facilities, primarily to use the types specified 1999-08-25 05:05:48 +00:00
sha1.h
shm.h Overhaul of the SVID IPC facilities, primarily to use the types specified 1999-08-25 05:05:48 +00:00
signal.h
signalvar.h Pull signal actions out of struct user, make them a separate proc 1999-04-30 21:23:49 +00:00
socket.h Modify the previous change to: 1999-07-03 13:37:34 +00:00
socketvar.h Add support for fcntl(2) to generate VOP_FCNTL calls. Any fcntl 1999-08-03 20:19:16 +00:00
sockio.h IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. 1999-07-01 08:12:45 +00:00
stat.h Add flags for two archive states. For files, ls -l will show one as 1999-08-03 18:32:03 +00:00
swap.h completely remove Mach VM support. all that is left is the all the 1999-03-24 05:50:49 +00:00
syscall.h Regen. 1999-08-25 05:06:31 +00:00
syscallargs.h Regen. 1999-08-25 05:06:31 +00:00
sysctl.h Add compile-time and run-time feature test knobs for the 1003.1 Mapped Files, 1999-06-24 14:18:10 +00:00
syslimits.h
syslog.h Implement vlog() (varargs version of log()). 1999-08-27 01:14:15 +00:00
systm.h Prototype cpu_configure(). 1999-09-15 19:35:53 +00:00
tablet.h
termios.h ONOEOT isn't X/Open. 1999-08-22 13:12:41 +00:00
time.h Make settime() public because we need to use it for the Linux emulation. 1999-08-16 18:42:25 +00:00
timeb.h
timepps.h
times.h
timex.h
tprintf.h
trace.h
tty.h add checks for COMPAT_OSF1 in the appropriate places 1999-04-30 05:29:20 +00:00
ttychars.h
ttycom.h preliminary support for HDLCDISC [from pppd-2.3.9] 1999-08-25 01:47:33 +00:00
ttydefaults.h
ttydev.h
types.h Overhaul of the SVID IPC facilities, primarily to use the types specified 1999-08-25 05:05:48 +00:00
ucred.h
uio.h * Also take into consideration _POSIX_C_SOURCE for name space protection. 1999-03-28 17:47:06 +00:00
un.h Name space protection. 1999-06-24 14:07:44 +00:00
unistd.h Add compile-time and run-time feature test knobs for the 1003.1 Mapped Files, 1999-06-24 14:18:10 +00:00
unpcb.h
user.h Pull signal actions out of struct user, make them a separate proc 1999-04-30 21:23:49 +00:00
utsname.h
vadvise.h
vmmeter.h completely remove Mach VM support. all that is left is the all the 1999-03-24 05:50:49 +00:00
vnode.h Modify VDESC_NOMAP_VPP and VDESC_VPP_WILLRELE so that they don't 1999-08-18 01:34:27 +00:00
vnode_if.h Regen for revision: 1.19 of vnode_if.src. 1999-08-03 18:20:22 +00:00
vsio.h
wait.h Allow an alternate exit signal (i.e. not SIGCHLD) to be delivered to the 1999-05-13 00:59:03 +00:00