..
acct.h
audioio.h
fix extra spaces at ends of lines, etc. (all spacing nits.)
1996-04-09 20:55:22 +00:00
buf.h
Changes for NFSv3 merge: change NFS mount arguments and add B_NEEDCOMMIT
1996-02-18 11:55:45 +00:00
callout.h
cdefs.h
Change kprintf attribute to be conditional on the pre-processor define
1996-04-03 20:46:39 +00:00
cdio.h
Bitfields are usually implemented in natural bit order. Pointed
1996-02-19 18:29:04 +00:00
chio.h
New SCSI media changer driver, written from scratch by me. Some
1996-04-03 00:25:21 +00:00
clist.h
conf.h
Correct a comment about cdev_fb_init().
1996-10-03 23:40:59 +00:00
core.h
device.h
change cfprint_t type definition to take a const char *, rather than
1996-08-27 21:53:46 +00:00
dir.h
dirent.h
fix extra spaces at ends of lines, etc. (all spacing nits.)
1996-04-09 20:55:22 +00:00
disk.h
dk_establish() is actually supposed to be void.
1996-04-28 20:22:50 +00:00
disklabel.h
Added new filesystem type and name.
1996-05-10 23:07:37 +00:00
dkbad.h
dkio.h
Move disk-specific ioctls out of <sys/disklabel.h> and into <sys/dkio.h>.
1996-01-30 18:21:46 +00:00
dkstat.h
Remove old-style disk instrumentation code.
1996-07-12 22:00:42 +00:00
dmap.h
domain.h
Filesystem prototype changes
1996-02-09 18:24:59 +00:00
errno.h
don't declare sys_errlist or sys_nerr if _XOPEN_SOURCE is defined
1996-09-19 04:51:03 +00:00
exec_aout.h
remove #include of <machine/exec.h> from exec.h and place it, as
1996-10-08 13:10:29 +00:00
exec_ecoff.h
rename <machine/ecoff.h> to <machine/ecoff_machdep.h> for clarity and
1996-09-26 22:39:14 +00:00
exec_elf.h
rename the ELF section type constants to be Elf_* rather than Elf32_*,
1996-10-03 22:55:25 +00:00
exec_script.h
exec.h
remove #include of <machine/exec.h> from exec.h and place it, as
1996-10-08 13:10:29 +00:00
extent.h
Several changes:
1996-10-17 08:29:05 +00:00
fcntl.h
file.h
Implement poll(2).
1996-09-07 12:40:22 +00:00
filedesc.h
fix extra spaces at ends of lines, etc. (all spacing nits.)
1996-04-09 20:55:22 +00:00
filio.h
gmon.h
fix extra spaces at ends of lines, etc. (all spacing nits.)
1996-04-09 20:55:22 +00:00
ioccom.h
ioctl_compat.h
ioctl.h
Move disk-specific ioctls out of <sys/disklabel.h> and into <sys/dkio.h>.
1996-01-30 18:21:46 +00:00
ipc.h
Filesystem prototype changes
1996-02-09 18:24:59 +00:00
kcore.h
Add the include files and the atari kernel support for new format panic
1996-03-10 21:54:44 +00:00
kernel.h
ktrace.h
Fix some missing/wrong prototypes so that kern/* compiles again
1996-02-04 02:12:07 +00:00
lkm.h
Filesystem prototype changes
1996-02-09 18:24:59 +00:00
localedef.h
fix extra spaces at ends of lines, etc. (all spacing nits.)
1996-04-09 20:55:22 +00:00
lockf.h
malloc.h
implement realloc(), just like the user-land version, except it takes
1996-08-27 20:01:42 +00:00
map.h
mbuf.h
note that m_get/MGET and friends, and M_PREPEND will never fail if M_WAIT
1996-06-10 23:55:39 +00:00
mman.h
mount.h
Changes for NFSv3 merge: change NFS mount arguments and add B_NEEDCOMMIT
1996-02-18 11:55:45 +00:00
msg.h
Filesystem prototype changes
1996-02-09 18:24:59 +00:00
msgbuf.h
mtio.h
namei.h
Filesystem prototype changes
1996-02-09 18:24:59 +00:00
param.h
make the value of NetBSD in 1.2A > in 1.2. they were 199608 and
1996-10-17 02:10:49 +00:00
poll.h
Define INFTIM, a la Solaris.
1996-09-07 21:44:59 +00:00
proc.h
Fix p_nice vs. NZERO code.
1996-10-02 18:04:56 +00:00
protosw.h
Add a forward declaration of struct proc.
1996-05-24 11:58:54 +00:00
ptrace.h
Filesystem prototype changes
1996-02-09 18:24:59 +00:00
queue.h
add and document *_HEAD_INITIALIZER macros, which provide structure
1996-10-01 22:45:06 +00:00
reboot.h
implement RB_STRING, derived from SunOS, via compat_sunos.
1996-08-10 00:23:14 +00:00
resource.h
Filesystem prototype changes
1996-02-09 18:24:59 +00:00
resourcevar.h
scanio.h
Add SCSI scanner support by Kenneth Stailey and Joachim Koenig-Baltes,
1996-02-18 20:32:40 +00:00
scsiio.h
select.h
sem.h
Filesystem prototype changes
1996-02-09 18:24:59 +00:00
shm.h
fix extra spaces at ends of lines, etc. (all spacing nits.)
1996-04-09 20:55:22 +00:00
signal.h
Filesystem prototype changes
1996-02-09 18:24:59 +00:00
signalvar.h
add prototypes from <sys/cpu.h> to the appropriate places
1996-04-22 01:23:06 +00:00
socket.h
add native mode atm protocol info, also ensure AF number remain sync'd
1996-07-04 03:15:39 +00:00
socketvar.h
Implement poll(2).
1996-09-07 12:40:22 +00:00
sockio.h
stat.h
S_ISFIFO(x) should not return true with sockets. S_ISSOCK(x) should
1996-10-10 14:34:37 +00:00
syscall.h
renamed sys_getlogin to sys___getlogin. required by libc namespace conventions
1996-09-19 04:52:12 +00:00
syscallargs.h
renamed sys_getlogin to sys___getlogin. required by libc namespace conventions
1996-09-19 04:52:12 +00:00
sysctl.h
Add compile-time and run-time control over automatic niceing
1996-07-17 21:43:22 +00:00
syslimits.h
syslog.h
Change kprintf attribute to be conditional on the pre-processor define
1996-04-03 20:46:39 +00:00
systm.h
make the fu{s,}word() and fuswintr() prototypes return an int instead
1996-10-16 11:27:25 +00:00
tablet.h
Filesystem prototype changes
1996-02-09 18:24:59 +00:00
termios.h
fix extra spaces at ends of lines, etc. (all spacing nits.)
1996-04-09 20:55:22 +00:00
time.h
Prototype futimes().
1996-04-23 10:29:33 +00:00
timeb.h
times.h
timex.h
Add NTP kernel precision timekeeping from Dave Mill's xntp distribution
1996-02-27 04:20:30 +00:00
tprintf.h
fix extra spaces at ends of lines, etc. (all spacing nits.)
1996-04-09 20:55:22 +00:00
trace.h
tty.h
Implement poll(2).
1996-09-07 12:40:22 +00:00
ttychars.h
ttycom.h
Add line discipline code, initialization, and config support for MosquitoNet's
1996-05-19 17:17:50 +00:00
ttydefaults.h
+cs8 -istrip -parenb
1996-09-02 16:27:52 +00:00
ttydev.h
types.h
revert to 1.26
1996-07-18 20:01:43 +00:00
ucred.h
uio.h
Filesystem prototype changes
1996-02-09 18:24:59 +00:00
un.h
Prototype new unp_*() functions.
1996-05-28 23:23:04 +00:00
unistd.h
Describe the _POSIX_SAVED_IDS situation more clearly.
1996-05-21 23:39:57 +00:00
unpcb.h
Make unp_addr be a pointer to the sockaddr, not to the mbuf, as with raw
1996-05-23 16:04:24 +00:00
user.h
fix extra spaces at ends of lines, etc. (all spacing nits.)
1996-04-09 20:55:22 +00:00
utsname.h
vadvise.h
vcmd.h
vlimit.h
vmmeter.h
vnode_if.h
Regen.
1996-09-07 12:56:49 +00:00
vnode.h
Implement poll(2).
1996-09-07 12:40:22 +00:00
vsio.h
fix extra spaces at ends of lines, etc. (all spacing nits.)
1996-04-09 20:55:22 +00:00
wait.h
include <sys/types.h> instead of <machine/endian.h>
1996-10-12 22:20:50 +00:00