NetBSD/sys/sys
mycroft ea13c12adc From magnum branch:
Remove Jolitz's netisr kluge.  Make sure cpl == 0 really means base priority.
Other minor cleanup.
1993-12-17 00:10:06 +00:00
..
acct.h revert to net/2 1993-10-20 00:52:58 +00:00
acctbuf.h fix ugliness of missing _ characters 1993-06-02 01:44:10 +00:00
buf.h replace jolitz's vfs__bio with a better one from CMU via mw. 1993-07-19 16:39:23 +00:00
callout.h ANSIfications - lots of function prototyping. 1993-06-27 05:58:59 +00:00
cdefs.h handle __attribute__ correctly when using gcc -traditional. 1993-12-12 07:47:04 +00:00
cdio.h Normalize play_msf changes with 386bsd patch. 1993-08-04 19:33:38 +00:00
chio.h add rcs ids as necessary, and also clean up headers 1993-05-20 16:21:42 +00:00
clist.h add rcs ids as necessary, and also clean up headers 1993-05-20 16:21:42 +00:00
conf.h Change "#endif FOO" to "#endif /* FOO */", to keep gcc -Wall, lint, etc. 1993-07-29 21:42:19 +00:00
device.h snapshot of intergration of torek's config 1993-08-13 13:19:41 +00:00
dir.h Use new <sys/dirent.h>, not <dirent.h>. 1993-12-15 00:47:19 +00:00
dirent.h Moved struct dirent, etc. from <dirent.h>. 1993-12-15 00:46:06 +00:00
disk.h snapshot of intergration of torek's config 1993-08-13 13:19:41 +00:00
disklabel.h Change mac -> mac68k for cpu_disklabel 1993-12-07 03:25:12 +00:00
dkbad.h add rcs ids as necessary, and also clean up headers 1993-05-20 16:21:42 +00:00
dkstat.h add rcs ids as necessary, and also clean up headers 1993-05-20 16:21:42 +00:00
dmap.h add rcs ids as necessary, and also clean up headers 1993-05-20 16:21:42 +00:00
domain.h add rcs ids as necessary, and also clean up headers 1993-05-20 16:21:42 +00:00
errno.h add rcs ids as necessary, and also clean up headers 1993-05-20 16:21:42 +00:00
exec.h add per-process emulation variable 1993-12-12 19:19:03 +00:00
fcntl.h add rcs ids as necessary, and also clean up headers 1993-05-20 16:21:42 +00:00
file.h add rcs ids as necessary, and also clean up headers 1993-05-20 16:21:42 +00:00
filedesc.h add rcs ids as necessary, and also clean up headers 1993-05-20 16:21:42 +00:00
filio.h add rcs ids as necessary, and also clean up headers 1993-05-20 16:21:42 +00:00
gprof.h add rcs ids as necessary, and also clean up headers 1993-05-20 16:21:42 +00:00
ioctl.h multicast support. 1993-12-06 04:50:19 +00:00
ioctl_compat.h add rcs ids as necessary, and also clean up headers 1993-05-20 16:21:42 +00:00
ipc.h Add the System V message queue and semaphore facilities. Implemented 1993-11-14 13:21:59 +00:00
kernel.h ANSIfications - lots of function prototyping. 1993-06-27 05:58:59 +00:00
kinfo.h add rcs ids as necessary, and also clean up headers 1993-05-20 16:21:42 +00:00
kinfo_proc.h add rcs ids as necessary, and also clean up headers 1993-05-20 16:21:42 +00:00
ktrace.h add rcs ids as necessary, and also clean up headers 1993-05-20 16:21:42 +00:00
lkm.h add support for terry lambert's loadable kernel modules. 1993-06-07 19:51:59 +00:00
malloc.h multicast support. 1993-12-06 04:50:19 +00:00
map.h add map defn's from net/2 to the tree, 1993-07-06 00:25:46 +00:00
mapmem.h Add RCS identifiers (this time on the correct side of the branch), and 1993-08-01 19:22:24 +00:00
mbuf.h getting rid of some "warning: `/*' within comment" problems 1993-08-03 01:50:21 +00:00
mman.h add rcs ids as necessary, and also clean up headers 1993-05-20 16:21:42 +00:00
mount.h Changes to VFS readdir semantics 1993-09-07 15:40:14 +00:00
msg.h Add the System V message queue and semaphore facilities. Implemented 1993-11-14 13:21:59 +00:00
msgbuf.h Machine independant changes to VM for handling non-contiguous memory. 1993-08-27 23:45:55 +00:00
mtio.h add rcs ids as necessary, and also clean up headers 1993-05-20 16:21:42 +00:00
namei.h add rcs ids as necessary, and also clean up headers 1993-05-20 16:21:42 +00:00
param.h For some reason that I do not feel like tracking down right now, these two 1993-12-06 12:40:29 +00:00
proc.h add per-process emulation variable 1993-12-12 19:19:03 +00:00
procfs.h copyright update. 1993-08-24 16:47:23 +00:00
protosw.h add rcs ids as necessary, and also clean up headers 1993-05-20 16:21:42 +00:00
ptrace.h Yet more of the ptrace() reorg; now ptrace_setregs() and ptrace_getregs() 1993-09-05 03:53:52 +00:00
reboot.h add rcs ids as necessary, and also clean up headers 1993-05-20 16:21:42 +00:00
resource.h RLIMIT_OFILE --> RLIMIT_NOFILE 1993-08-23 16:01:56 +00:00
resourcevar.h some prototypes that weren't __P() protected; the pseudo-advantages 1993-06-22 00:56:35 +00:00
scsiio.h New code from Julian. 1993-11-25 20:17:47 +00:00
select.h add rcs ids as necessary, and also clean up headers 1993-05-20 16:21:42 +00:00
sem.h sem_num is really supposed to be a ushort, from Danny Boulet (The author) 1993-11-15 07:10:24 +00:00
shm.h Correct func protos. 1993-11-19 03:10:22 +00:00
signal.h Make sigcontext and sig_atomic_t machine dependant. 1993-09-19 18:56:21 +00:00
signalvar.h comments need ... '/'s at the end of them!!! 1993-10-14 22:35:26 +00:00
socket.h ANSIfications - lots of function prototyping. 1993-06-27 05:58:59 +00:00
socketvar.h Fixed a nested comment to make things gcc -Wall clean. 1993-06-12 23:35:14 +00:00
stat.h include sys/time.h; we'll need it eventually. 1993-11-10 07:59:40 +00:00
syscall.h update to new syscalls.master 1993-12-12 19:42:13 +00:00
syslimits.h Changed EQUIV_CLASS_MAX to COLL_WEIGHTS_MAX in accordance to POSIX.2. 1993-12-10 20:08:01 +00:00
syslog.h add rcs ids as necessary, and also clean up headers 1993-05-20 16:21:42 +00:00
systm.h From magnum branch: 1993-12-17 00:10:06 +00:00
tablet.h add rcs ids as necessary, and also clean up headers 1993-05-20 16:21:42 +00:00
termios.h patch from David Greenman and Rod Grimes (davidg@implode.rain.com and 1993-06-05 22:40:40 +00:00
time.h ANSIfications - lots of function prototyping. 1993-06-27 05:58:59 +00:00
timeb.h add rcs ids as necessary, and also clean up headers 1993-05-20 16:21:42 +00:00
times.h add rcs ids as necessary, and also clean up headers 1993-05-20 16:21:42 +00:00
tprintf.h add rcs ids as necessary, and also clean up headers 1993-05-20 16:21:42 +00:00
trace.h add rcs ids as necessary, and also clean up headers 1993-05-20 16:21:42 +00:00
tty.h T_LINEP member of struct tty becomes t_sc. This replaces the 1993-11-09 06:22:08 +00:00
ttychars.h add rcs ids as necessary, and also clean up headers 1993-05-20 16:21:42 +00:00
ttydefaults.h add rcs ids as necessary, and also clean up headers 1993-05-20 16:21:42 +00:00
ttydev.h patch from David Greenman and Rod Grimes (davidg@implode.rain.com and 1993-06-05 22:37:56 +00:00
types.h Oops. Remove ancient and now defunct comment. 1993-09-28 03:07:55 +00:00
ucred.h Change "#endif FOO" to "#endif /* FOO */", to keep gcc -Wall, lint, etc. 1993-07-29 21:42:19 +00:00
uio.h ANSIfications - lots of function prototyping. 1993-06-27 05:58:59 +00:00
un.h ANSIfications - lots of function prototyping. 1993-06-27 05:58:59 +00:00
unistd.h Moved _POSIX2_VERSION macro from <limits.h>. 1993-10-12 21:58:49 +00:00
unpcb.h add rcs ids as necessary, and also clean up headers 1993-05-20 16:21:42 +00:00
user.h add rcs ids as necessary, and also clean up headers 1993-05-20 16:21:42 +00:00
utsname.h Make C++ safe by wrapping in __BEGIN_DECLS, __END_DECLS. 1993-10-11 18:28:04 +00:00
vadvise.h add rcs ids as necessary, and also clean up headers 1993-05-20 16:21:42 +00:00
vcmd.h add rcs ids as necessary, and also clean up headers 1993-05-20 16:21:42 +00:00
vlimit.h add rcs ids as necessary, and also clean up headers 1993-05-20 16:21:42 +00:00
vmmeter.h add rcs ids as necessary, and also clean up headers 1993-05-20 16:21:42 +00:00
vnode.h Changes to VFS readdir semantics 1993-09-07 15:40:14 +00:00
vsio.h add rcs ids as necessary, and also clean up headers 1993-05-20 16:21:42 +00:00
vtimes.h add rcs ids as necessary, and also clean up headers 1993-05-20 16:21:42 +00:00
wait.h Move forward declaration of struct rusage into !_POSIX_SOURCE conditional. 1993-10-11 18:18:10 +00:00