NetBSD/sys/sys
lukem 52ebdaa0d6 * add humanize_number() (a more generic version of format_bytes(),
which the latter uses)
* add allocsys() - MI version of the MD function of the same name,
  and ALLOCSYS() - a vamped up VALLOC().
1999-05-20 05:53:34 +00:00
..
acct.h
ataio.h Add a new flag: ATACMD_READREG 1998-11-23 22:58:23 +00:00
audioio.h change the value of audio_prinfo.seek from u_long to u_int before it causes 1998-08-13 06:28:41 +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_aout.h Factor out a.out vs. ELF cdefs from the various <machine/cdefs.h> files, 1999-03-20 01:39:22 +00:00
cdefs_elf.h Add a __weak_extern() macro. 1999-05-02 18:23:57 +00:00
cdefs.h Factor out a.out vs. ELF cdefs from the various <machine/cdefs.h> files, 1999-03-20 01:39:22 +00:00
cdio.h Multisession-CD-Support, by Torsten Duwe <duwe@ns.lst.de>. 1999-01-04 15:32:08 +00:00
chio.h
clist.h
conf.h get "opt_compat_svr4.h" out of <sys/conf.h> 1998-12-18 16:55:39 +00:00
core.h Fix copyright typos... 1998-09-13 14:46:23 +00:00
device.h Enable `device_register()' for the sparc. 1998-12-03 23:50:11 +00:00
dir.h
dirent.h
disk.h Fix copyright typos... 1998-09-13 14:46:23 +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
disklabel.h Add NTFS related constants. 1999-05-06 15:29:23 +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
dmap.h
domain.h
errno.h Introduce EOVERFLOW. 1999-03-22 19:03:38 +00:00
exec_aout.h fix misplaced parantheses (introduced in last commit), noticed by Sean 1998-11-15 12:43:04 +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 Add NetBSD note constants. 1998-12-23 15:09:09 +00:00
exec_script.h
exec.h
extent.h Fix copyright typos... 1998-09-13 14:46:23 +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 Fix copyright typos... 1998-09-13 14:46:23 +00:00
featuretest.h Define _REENTRANT if appropriate. 1998-10-24 16:30:56 +00:00
file.h Add "use counting" to file entries. When closing a file, and it's reference 1999-05-05 20:01:01 +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 Fix copyright typos... 1998-09-13 14:46:23 +00:00
ioccom.h
ioctl_compat.h
ioctl.h add checks for COMPAT_OSF1 in the appropriate places 1999-04-30 05:29:20 +00:00
ipc.h Indentiation oversight in previous. 1999-04-17 21:00:09 +00:00
kcore.h
kernel.h
kgdb.h Fix copyright typos... 1998-09-13 14:46:23 +00:00
kthread.h Implement a way to queue kernel threads for creation after init, 1998-11-14 00:08:49 +00:00
ktrace.h * Add a comment to ktrgetheader() mentioning that ktr_len and ktr_buf are 1999-04-11 18:44:00 +00:00
lkm.h Allow lkm's to include symbols for use by DDB. 1999-01-13 23:06:28 +00:00
localedef.h
lock.h Add a SIMPLELOCK_INITIALIZER macro, to statically initialize a simplelock, 1999-04-06 23:08:48 +00:00
lockf.h
Makefile Install cdefs_{aout,elf}.h 1999-03-20 01:39:54 +00:00
malloc.h Add M_RAIDFRAME. 1999-01-14 22:38:41 +00:00
map.h
mbuf.h Const'ify mbtypes[]. 1999-04-27 00:05:44 +00:00
md5.h
midiio.h Make the copyright header conform to the NetBSD template. 1998-11-25 22:17:06 +00:00
mman.h actually define MADV_SPACEAVAIL. This could be the first case of 1999-04-27 20:13:06 +00:00
mount.h Add NTFS related constants. 1999-05-06 15:29:23 +00:00
msg.h
msgbuf.h
mtio.h add MTIOCTOP/MTEWARN option to enable/disable Early Warning EOM behaviour 1998-07-30 00:44:46 +00:00
namei.h Change namei cache to record vnode->(parent,name) entries (for directories). 1999-03-22 17:01:55 +00:00
param.h Bump version; (*if_input)() changes. 1999-05-19 16:32:40 +00:00
poll.h Fix copyright typos... 1998-09-13 14:46:23 +00:00
pool.h Improve the pool allocator's diagnostic helpers, adding the ability to 1999-05-10 21:13:05 +00:00
proc.h Allow the caller to specify a stack for the child process. If NULL, 1999-05-13 21:58:32 +00:00
protosw.h
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 Avoid quad overflow. 1998-12-09 14:39:09 +00:00
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 Define the SCBUSIORESET ioctl (no argument). 1998-10-10 03:18:51 +00:00
select.h
sem.h
sha1.h
shm.h
signal.h g/c SA_USERTRAMP (ok'd by pk) 1998-12-21 10:34:59 +00:00
signalvar.h Pull signal actions out of struct user, make them a separate proc 1999-04-30 21:23:49 +00:00
socket.h Fix compiler warning. 1999-02-11 20:33:26 +00:00
socketvar.h Move inclusion of "opt_sb_max.h" from sys/socketvar.h to 1999-04-22 04:50:05 +00:00
sockio.h Add SIOCGIFALIAS 1998-09-06 17:52:01 +00:00
stat.h Fix standards botch in previous - don't pollute POSIX namespace with 1998-09-21 01:50:44 +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-03-28 17:32:51 +00:00
syscallargs.h Regen. 1999-03-28 17:32:51 +00:00
sysctl.h Add mbuf sysctl definitions. 1999-04-26 21:54:46 +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 change pathname to /var/run/log as in FreeBSD. discussed with ig. 1999-03-19 00:15:45 +00:00
systm.h * add humanize_number() (a more generic version of format_bytes(), 1999-05-20 05:53:34 +00:00
tablet.h
termios.h
time.h
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
ttydefaults.h
ttydev.h
types.h Define id_t, an integral type wide enough to hold a value of type gid_t, pid_t 1999-03-14 01:24:18 +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 Disallow descriptor-passing of descriptors which are open on 1999-03-22 17:54:38 +00:00
unistd.h Introduce _PC_FILESIZEBITS. 1999-03-22 19:14:22 +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 Need <sys/featuretest.h> for previous commit's use of _POSIX_C_SOURCE to work 1998-11-09 13:00:41 +00:00
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_if.h Regen files based on changes to syscalls.master, vnode_if.src (latter 1999-03-22 17:13:34 +00:00
vnode.h Add NTFS related constants. 1999-05-06 15:29:23 +00:00
vsio.h Fix copyright typos... 1998-09-13 14:46:23 +00:00
wait.h Allow an alternate exit signal (i.e. not SIGCHLD) to be delivered to the 1999-05-13 00:59:03 +00:00