NetBSD/sys/sys
jdolecek b5ce335e1c change the type of e_syscall in struct emul to
void (*e_syscall) __P((void))
since it's not uniform between ports
2000-12-09 12:34:14 +00:00
..
Makefile whoops, added a few things that weren't ready. 2000-12-08 16:43:48 +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 allow building without SOFTDEP by adding the pageiodone hook to bio_ops. 2000-11-27 18:26:38 +00:00
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 lsu -> ld, by popular request. 2000-11-26 17:44:02 +00:00
core.h
device.h Remove trailing , from last enum element. 2000-12-01 02:07:04 +00:00
dir.h
dirent.h
disk.h
disklabel.h lsu -> ld, by popular request. 2000-11-26 17:44:02 +00:00
disklabel_mbr.h
dkbad.h
dkio.h
dkstat.h
domain.h
dvdio.h
endian.h
envsys.h
errno.h
eventvar.h
exec.h add infrastructure to load emulations and their executable support dynamically 2000-12-08 19:42:11 +00:00
exec_aout.h
exec_coff.h
exec_ecoff.h restructure struct emul and execsw, in preparation to make emulations LKMable: 2000-11-21 00:37:49 +00:00
exec_elf.h
exec_script.h
extent.h
fcntl.h
fdio.h
featuretest.h
file.h
filedesc.h
filio.h
gmon.h
inttypes.h
ioccom.h
ioctl.h
ioctl_compat.h
ipc.h
kcore.h
kernel.h
kgdb.h
kthread.h
ktrace.h
lkm.h add infrastructure to load emulations and their executable support dynamically 2000-12-08 19:42:11 +00:00
localedef.h
lock.h adjust the spinlock macros in the non-MULTIPROCESSOR, non-LOCKDEBUG case 2000-11-24 03:59:07 +00:00
lockf.h guard prototypes for lf_* functions by ifdef _KERNEL 2000-08-04 09:20:21 +00:00
malloc.h Adjust numbers in comments of previous. 2000-11-10 16:21:22 +00:00
map.h
mbuf.h remove obsolete comment on MINCLSIZE 2000-12-02 03:03:14 +00:00
md4.h in-kernel MD4 implementation, from libc 2000-12-08 06:29:23 +00:00
md5.h
midiio.h
mman.h add missing semicolon to typedef of mode_t 2000-10-18 01:43:18 +00:00
mount.h Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
msg.h
msgbuf.h
mtio.h
namei.h add ddb commands "show uvmexp" and "show ncache". 2000-11-24 07:25:50 +00:00
null.h
param.h bump kernel version to 1.5M - changes to make emulation & their binary exec 2000-12-08 23:11:40 +00:00
poll.h
pool.h This is a first-cut implementation of support for caching of 2000-12-07 05:45:57 +00:00
proc.h change the type of e_syscall in struct emul to 2000-12-09 12:34:14 +00:00
protosw.h Restructure the PFIL_HOOKS mechanism a bit: 2000-11-11 00:52:36 +00:00
ptrace.h
queue.h verify that a LIST or TAILQ isn't already corrupted before modifying it. 2000-11-19 06:00:57 +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
scanio.h
sched.h Forward-declare struct cpu_info 2000-08-26 04:17:44 +00:00
scsiio.h Define SCBUSIOLLSCAN: perform a low-level bus scan. 2000-11-08 19:09:30 +00:00
select.h
sem.h
sha1.h
shm.h
signal.h
signalvar.h introduce SIGACTION_PS() macro - this is similar to SIGACTION(), but works 2000-11-15 21:13:58 +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 add SWAP_GETDUMPDEV command. 2000-11-17 11:32:55 +00:00
syscall.h Regen. 2000-12-09 07:05:10 +00:00
syscallargs.h Regen. 2000-12-09 07:05:10 +00:00
sysctl.h Add a sysctl_rdminstruct() function - same as sysctl_rdstruct() but 2000-11-20 01:46:56 +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 powerhook argument values, PWR_SOFTSUSPEND, PWR_SOFTSTANDBY and 2000-11-26 11:08:57 +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
timeb.h
timepps.h
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 Change line discipline to a pointer rather than an array index for 2000-11-01 23:38:57 +00:00
ttychars.h
ttycom.h Add TIOC[SG]LINED to handle symbolic line discipline names. 2000-11-01 23:46:55 +00:00
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 Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
vnode_if.h regen. 2000-11-27 09:04:59 +00:00
wait.h
wdog.h Interface definition for watchdog timers. 2000-11-04 18:33:33 +00:00