NetBSD/sys/sys
mycroft 3979b06d00 enhanced -> preamp 1998-08-12 03:18:34 +00:00
..
Makefile Add MIDI support. The MIDI devices can be accessed as ``raw'' through 1998-08-07 00:00:55 +00:00
acct.h add multiple inclusion protection 1997-01-22 07:09:04 +00:00
audioio.h enhanced -> preamp 1998-08-12 03:18:34 +00:00
buf.h bzero->memset, bcopy->memcpy, bcmp->memcmp 1998-08-09 20:51:08 +00:00
callout.h add multiple inclusion protection 1997-01-22 07:09:04 +00:00
cdefs.h Make many of the new consts dependent on a new `__AUDIT__' flag, to avoid 1998-07-27 09:09:03 +00:00
cdio.h oof, fix a couple of over-zealous tabs. 1998-07-13 16:48:11 +00:00
chio.h Add 'initialize element status' command; note (for future fixing in ch.c) 1997-09-29 17:32:23 +00:00
clist.h add multiple inclusion protection 1997-01-22 07:09:04 +00:00
conf.h Add MIDI support. The MIDI devices can be accessed as ``raw'' through 1998-08-07 00:00:55 +00:00
core.h add multiple inclusion protection 1997-01-22 07:09:04 +00:00
device.h Implement config_defer(), a generic mechanism to defer the configuration 1998-06-09 18:46:12 +00:00
dir.h Clarify the purpose of this file (user-level code only). 1996-10-27 19:27:54 +00:00
dirent.h Reorganize name space protection a bit. 1998-05-05 21:53:38 +00:00
disk.h Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
disklabel.h constify some tables. 1998-07-26 11:24:14 +00:00
dkbad.h Add a define 'HAS_BAD144_HANDLING' that can be used to conditionalize 1998-03-25 09:55:49 +00:00
dkio.h Define two new ioctls: 1997-10-08 21:18:45 +00:00
dkstat.h add/cleanup multiple inclusion protection. 1998-02-10 00:25:25 +00:00
dmap.h
domain.h add multiple inclusion protection 1997-01-22 07:09:04 +00:00
errno.h Add ENOMSG. 1998-02-08 19:04:31 +00:00
exec.h Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
exec_aout.h add multiple inclusion protection 1997-01-22 07:09:04 +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 Oops, change previous to use the registered name found in the System V ABI, 1998-08-11 21:11:51 +00:00
exec_script.h add multiple inclusion protection 1997-01-22 07:09:04 +00:00
extent.h Add fine-grained locking. Still one refinement to make, which will be 1998-06-06 02:25:46 +00:00
fcntl.h Per IEEE Std 1003.1b-1993, Synchronous I/O Option, add O_DSYNC (synchronized 1998-08-02 18:31:09 +00:00
fdio.h Copyright assigned to The NetBSD Foundation, Inc. 1997-10-21 00:14:45 +00:00
featuretest.h First cut of a header file to reduce the complexity of preprocessor-symbol-based 1998-02-02 15:53:56 +00:00
file.h Add a forward declaration for struct iovec. 1998-07-01 00:03:23 +00:00
filedesc.h Implement file descriptor table sharing. Partially from FreeBSD. 1998-01-05 04:51:15 +00:00
filio.h
gmon.h Allow default HISTFRACTION to be overriden by port-specific definition. 1996-11-25 20:08:44 +00:00
inttypes.h Add an <inttypes.h> implementation; we'll also make it accessible as 1998-04-29 13:28:06 +00:00
ioccom.h Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
ioctl.h defopt COMPAT_SVR4 1998-06-26 00:07:06 +00:00
ioctl_compat.h Move TIOCGSID to <sys/ttycom.h> 1998-02-13 23:14:52 +00:00
ipc.h Move the IPC_[MWR] constants inside _KERNEL protection; they serve the sole 1998-05-07 16:16:51 +00:00
kcore.h
kernel.h add/cleanup multiple inclusion protection. 1998-02-10 00:25:25 +00:00
kgdb.h Pull in prototypes from <ddb/db_run.h> and <ddb/db_access.h>. 1998-04-03 19:34:24 +00:00
ktrace.h fktrace changes. 1998-05-02 18:41:47 +00:00
lkm.h Prototype lkmdispatch() in <sys/lkm.h>; all LKMs use it. 1997-05-28 02:44:55 +00:00
localedef.h
lock.h defopt LOCKDEBUG 1998-05-20 01:32:29 +00:00
lockf.h Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
malloc.h Coda glue 1998-07-24 15:18:21 +00:00
map.h initial import of the new virtual memory system, UVM, into -current. 1998-02-05 07:59:28 +00:00
mbuf.h Don't call the protocol drain routines if how == M_NOWAIT, which typically 1998-08-01 01:47:24 +00:00
md5.h Don't provide userland-only prototypes to the kernel. 1997-04-30 00:50:10 +00:00
midiio.h Add MIDI support. The MIDI devices can be accessed as ``raw'' through 1998-08-07 00:00:55 +00:00
mman.h Define MAP_FAILED, a symbolic constant which evaluates to the value returned 1998-06-03 21:52:40 +00:00
mount.h Coda glue 1998-07-24 15:18:21 +00:00
msg.h * Const'ify the `msgp' argument to msgsnd(). 1998-05-07 16:41:08 +00:00
msgbuf.h Implement the kernel part of pr-1891. This allows for a more flexible sized 1997-09-19 13:52:37 +00:00
mtio.h add MTIOCTOP/MTEWARN option to enable/disable Early Warning EOM behaviour 1998-07-30 00:44:46 +00:00
namei.h Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
param.h Bump version to 1.3G: 1998-08-02 19:19:11 +00:00
poll.h Substitute `unsigned int' for `u_int'. Also, don't pollute name space with 1998-04-02 13:22:09 +00:00
pool.h Instrument "idle pages" (i.e. pages which have no items allocated from 1998-08-01 23:44:20 +00:00
proc.h Use a pool for proc structures. 1998-08-02 04:41:32 +00:00
protosw.h PRU_NREQ is the number of PRU_* requests, not the value of the last one. 1998-06-02 20:55:53 +00:00
ptrace.h
queue.h tyop and speeling. 1998-07-10 23:28:31 +00:00
reboot.h Define RB_POWERDOWN in such a way that the system will always, at the very 1998-06-06 20:24:18 +00:00
resource.h * Per XSH98, provide RLIM_SAVED_{CUR,MAX} definitions (same as RLIM_INFINITY, 1998-05-24 19:30:19 +00:00
resourcevar.h Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
rnd.h Move RND_ENTROPY_THRESHOLD to sys/rnd.h. Use sha1 rather than md5, and 1998-05-27 00:59:14 +00:00
scanio.h add/cleanup multiple inclusion protection. 1998-02-10 00:25:25 +00:00
scsiio.h Add new ioctl OSCIOCREPROBE and OSCIOCIDENTIFY to support binary 1997-09-19 00:58:44 +00:00
select.h
sem.h * u_short -> unsigned short 1998-05-07 16:50:21 +00:00
sha1.h Cosmetic changes. 1998-05-29 22:55:44 +00:00
shm.h * Move the SHM_{LOCK,UNLOCK} shmctl() commands inside _KERNEL protection; they 1998-05-07 16:57:58 +00:00
signal.h defopt COMPAT_SUNOS 1998-06-25 23:40:33 +00:00
signalvar.h Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
socket.h Back out last change. usr.sbin/pstat/pstat.c is wrong. 1998-06-26 14:06:35 +00:00
socketvar.h Use the pool allocator for sockets. 1998-08-02 04:53:11 +00:00
sockio.h Driver for Essential Communications' RoadRunner HIPPI (800 Mb/sec network) 1998-05-14 00:04:57 +00:00
stat.h Second part of cleanup: 1998-05-05 21:25:05 +00:00
syscall.h Regen: pad off_t args in pread/pwrite/preadv/pwritev. 1998-07-02 01:24:24 +00:00
syscallargs.h Regen: pad off_t args in pread/pwrite/preadv/pwritev. 1998-07-02 01:24:24 +00:00
sysctl.h Add support to query the 1998-08-03 14:38:20 +00:00
syslimits.h Per XSH5, define IOV_MAX which is provided via <limits.h>, and declare 1998-08-03 14:27:50 +00:00
syslog.h tyop 1997-06-29 18:55:36 +00:00
systm.h comment out the prototypes for bcopy, ovbcopy, bzero, and bcmp. 1998-08-06 04:50:14 +00:00
tablet.h Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
termios.h Rearrange the conditions checked regarding the inclusions for <sys/types.h> 1998-03-31 10:05:59 +00:00
time.h Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
timeb.h In the ftime() prototype, don't associate a name with the argument. 1998-05-05 21:31:09 +00:00
timepps.h Definitions for PPS (Pulse-Per-Second) API. 1998-06-10 08:18:58 +00:00
times.h
timex.h
tprintf.h add multiple inclusion protection 1997-01-22 07:09:04 +00:00
trace.h add multiple inclusion protection 1997-01-22 07:09:04 +00:00
tty.h defopt COMPAT_SVR4 1998-06-26 00:07:06 +00:00
ttychars.h
ttycom.h Define TIOCDCDTIMESTAMP for NTP pulse-per-second (PPS) sampling on 1998-03-26 02:45:01 +00:00
ttydefaults.h
ttydev.h
types.h bzero->memset, bcopy->memcpy, bcmp->memcmp 1998-08-09 20:51:08 +00:00
ucred.h Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
uio.h Per XSH5, define IOV_MAX which is provided via <limits.h>, and declare 1998-08-03 14:27:50 +00:00
un.h use AF_LOCAL instead of AF_UNIX 1998-07-18 05:04:35 +00:00
unistd.h Add _POSIX_SYNCHRONIZED_IO, _SC_SYNCHRONIZED_IO, _SC_IOV_MAX and _PC_SYNC_IO. 1998-08-03 14:16:04 +00:00
unpcb.h Add flags to the unpcb, and define the "want credentials" flag. 1998-01-07 22:49:47 +00:00
user.h Remove cruft from the old debugger interface, which we haven't supported for a 1997-10-16 02:32:55 +00:00
utsname.h add/cleanup multiple inclusion protection. 1998-02-10 00:25:25 +00:00
vadvise.h add multiple inclusion protection 1997-01-22 07:09:04 +00:00
vcmd.h add multiple inclusion protection 1997-01-22 07:09:04 +00:00
vlimit.h add multiple inclusion protection 1997-01-22 07:09:04 +00:00
vmmeter.h properly protect the definition of "cnt". PR#4985 from <bgrayson@ece.utexas.edu> 1998-02-17 09:35:19 +00:00
vnode.h Add a new I/O flag, IO_DSYNC, which requests the operation do to synchronized 1998-08-02 18:26:30 +00:00
vnode_if.h Regen. 1998-07-30 00:46:27 +00:00
vsio.h add multiple inclusion protection 1997-01-22 07:09:04 +00:00
wait.h include <sys/types.h> instead of <machine/endian.h> 1996-10-12 22:20:50 +00:00