..
Makefile
move socklen_t decl to sys/ansi.h.
2000-06-04 08:50:28 +00:00
acct.h
Create new kernel thread to issue statfs(2) system call to check free
2000-03-10 01:13:18 +00:00
ansi.h
Add brief descriptions to the types provided.
2000-06-26 17:11:32 +00:00
ataio.h
…
audioio.h
…
bswap.h
tread _STANDALONE like _KERNEL: don't rename bswapNN functions
2000-02-03 02:03:12 +00:00
buf.h
add ddb commands for printing vnodes and bufs.
2000-04-10 02:22:13 +00:00
callout.h
Call the routine to calculate callwheelsize from allocsys() instead of
2000-03-24 11:57:14 +00:00
cdefs.h
Spelling nit.
2000-05-27 12:22:24 +00:00
cdefs_aout.h
Fix symbol renaming on cc -traditional.
1999-12-13 08:25:16 +00:00
cdefs_elf.h
Fix symbol renaming on cc -traditional.
1999-12-13 08:25:16 +00:00
cdio.h
…
chio.h
Rework the changer driver a bit:
1999-09-09 23:24:11 +00:00
clist.h
…
conf.h
Garbage-collect __BDEVSW_DUMP_OLD_TYPE.
2000-07-05 23:31:12 +00:00
core.h
Format for 32-bit core images.
1999-12-30 15:45:09 +00:00
device.h
Add a device_lookup() macro which encapsulates a small snippet of code
2000-07-06 00:42:35 +00:00
dir.h
…
dirent.h
…
disk.h
Nuke dk_establish() from orbit except from those ports which still use
2000-05-16 05:45:44 +00:00
disklabel.h
fsck_lfs can now write to the filesystem, allowing it to correct most
2000-05-16 04:55:58 +00:00
disklabel_mbr.h
Correct handling of extended partitions within extended partitions.
1999-09-23 15:21:12 +00:00
dkbad.h
…
dkio.h
Implement the DIOCKLABEL ioctl. Through this ioctl it it possible keep the
1999-12-23 21:23:19 +00:00
dkstat.h
Move schedticks and cp_time into schedstate_percpu. Also, allow
2000-06-03 20:42:42 +00:00
domain.h
…
dvdio.h
Whitespace police.
2000-05-28 20:03:21 +00:00
endian.h
Allow mips endian_machdep.h to see _LITTLE_ENDIAN and _BIG_ENDIAN.
2000-03-17 11:47:43 +00:00
envsys.h
Pull in <sys/ioccom.h>, and define ENVSYS_NSENSORS (number of sensor
2000-06-24 19:50:28 +00:00
errno.h
Add a descriptive comment to previous.
2000-03-14 19:16:03 +00:00
exec.h
Add vmcmd_readvn (which was the 2nd halt of vmcmd_map_readvn).
2000-06-21 05:41:07 +00:00
exec_aout.h
Merge in NetBSD/sh3 from cvs.kame.net repository.
1999-09-13 10:30:21 +00:00
exec_coff.h
Move a bunch of the COFF definitions into exec_coff.h, so they can be used by
2000-06-04 16:23:59 +00:00
exec_ecoff.h
…
exec_elf.h
Be less invasive and use private names for exact-width integer types.
2000-06-27 05:00:26 +00:00
exec_script.h
…
extent.h
…
fcntl.h
Add a new flag, used by vn_open() which prevent symlinks from being followed
1999-08-31 12:30:35 +00:00
fdio.h
…
featuretest.h
…
file.h
add declaration for `vnops'
2000-02-01 01:22:45 +00:00
filedesc.h
Implement fdremove() which is used in place of all the code that
2000-03-23 05:16:12 +00:00
filio.h
…
gmon.h
…
inttypes.h
Define intptr_t and uintptr_t via <machine/int_types.h>.
2000-06-27 05:51:54 +00:00
ioccom.h
…
ioctl.h
…
ioctl_compat.h
…
ipc.h
Add new sysctl node "KERN_SYSVIPC_INFO" with "KERN_SYSVIPC_MSG_INFO",
2000-06-02 15:53:03 +00:00
kcore.h
…
kernel.h
New callout mechanism with two major improvements over the old
2000-03-23 06:30:07 +00:00
kgdb.h
…
kthread.h
Make the kthread API a bit more friendly to loadable kernel modules.
1999-07-06 21:44:09 +00:00
ktrace.h
Reduce use of curproc in several places:
2000-05-27 00:40:29 +00:00
lkm.h
make lkm_name in struct lkm_* a const
2000-05-02 22:13:20 +00:00
localedef.h
…
lock.h
Revert rev. 1.30.
2000-06-07 16:37:24 +00:00
lockf.h
Fix several problems with lockf/fcntl byte range locks:
2000-06-12 14:33:04 +00:00
malloc.h
Need opt_lockdebug.h for previous.
2000-06-24 23:52:24 +00:00
map.h
…
mbuf.h
introduce m->m_pkthdr.aux to hold random data which needs to be passed
2000-03-01 12:49:27 +00:00
md5.h
…
midiio.h
…
mman.h
Provide local definitions of mode_t and off_t, thus eliminating the need
2000-06-26 16:54:38 +00:00
mount.h
add an MNT_IGNORE flag as a hint to df not to list the filesystem by default.
2000-06-26 21:10:34 +00:00
msg.h
Add new sysctl node "KERN_SYSVIPC_INFO" with "KERN_SYSVIPC_MSG_INFO",
2000-06-02 15:53:03 +00:00
msgbuf.h
…
mtio.h
Correct comment about mt_fileno and mt_blkno.
1999-09-07 13:55:27 +00:00
namei.h
change "nextvnodeid" from a global in namei.h to a static in
2000-04-16 21:41:49 +00:00
null.h
Handle non-GNU C++ as well. Pointed out by Klaus Klein.
2000-05-19 18:57:48 +00:00
param.h
adjust maximum number of vnodes in vnode cache according
2000-07-06 09:51:54 +00:00
poll.h
…
pool.h
Change ratecap to its presumably intended type of struct timeval.
2000-02-14 21:17:04 +00:00
proc.h
Change tsleep() to ltsleep(), which takes an interlock argument. The
2000-06-08 05:50:37 +00:00
protosw.h
Change the use of pfil hooks. There is no longer a single list of all
2000-02-17 10:59:32 +00:00
ptrace.h
…
queue.h
Add *_EMPTY() and SLIST_NEXT().
2000-05-27 22:17:54 +00:00
reboot.h
…
resource.h
Remplace kern.shortcorename sysctl with a more flexible sheme,
1999-09-28 14:47:00 +00:00
resourcevar.h
Remplace kern.shortcorename sysctl with a more flexible sheme,
1999-09-28 14:47:00 +00:00
rnd.h
/dev/random code cleanups:
2000-06-05 23:42:34 +00:00
scanio.h
…
sched.h
Move schedticks and cp_time into schedstate_percpu. Also, allow
2000-06-03 20:42:42 +00:00
scsiio.h
…
select.h
…
sem.h
Add new sysctl node "KERN_SYSVIPC_INFO" with "KERN_SYSVIPC_MSG_INFO",
2000-06-02 15:53:03 +00:00
sha1.h
…
shm.h
Add new sysctl node "KERN_SYSVIPC_INFO" with "KERN_SYSVIPC_MSG_INFO",
2000-06-02 15:53:03 +00:00
signal.h
…
signalvar.h
Add prototype for cpu_coredump32()
1999-12-30 15:53:09 +00:00
socket.h
delint a macro
2000-07-05 02:47:23 +00:00
socketvar.h
Remove duplicate declaration of sonewconn1() - there's another further
2000-03-28 05:06:20 +00:00
sockio.h
Add the notion of "cloning" of network pseudo-interface (e.g. `gif').
2000-07-02 00:20:48 +00:00
stat.h
implement lchflags(2), which does the chflags(2) dance without following
2000-04-17 14:31:21 +00:00
swap.h
…
syscall.h
Regen.
2000-04-21 16:16:15 +00:00
syscallargs.h
Regen.
2000-04-21 16:16:15 +00:00
sysctl.h
use <uvm/uvm_extern.h> instead of <vm/vm.h>
2000-06-29 09:01:09 +00:00
syslimits.h
1003.1c: add {LOGIN_NAME_MAX}.
1999-09-27 16:24:39 +00:00
syslog.h
Implement vlog() (varargs version of log()).
1999-08-27 01:14:15 +00:00
systm.h
change tablefull() to accept one more parameter - optional hint
2000-07-04 15:33:28 +00:00
tablet.h
…
termios.h
ONOEOT isn't X/Open.
1999-08-22 13:12:41 +00:00
time.h
Implement ratecheck(), a function which can help programmers implement
2000-02-03 23:04:45 +00:00
timeb.h
…
timepps.h
Add accidentally-omitted prototype for time_pps_kcbind() so userlevel PPSAPI
2000-01-19 03:33:18 +00:00
times.h
…
timex.h
…
tprintf.h
…
trace.h
…
tty.h
Declarations of ctty{open,read,write,ioctl,poll} are covered by the
2000-03-28 05:52:15 +00:00
ttychars.h
…
ttycom.h
preliminary support for HDLCDISC [from pppd-2.3.9]
1999-08-25 01:47:33 +00:00
ttydefaults.h
…
ttydev.h
…
types.h
Define mode_t via __mode_t.
2000-06-26 16:53:47 +00:00
ucred.h
…
uio.h
…
un.h
XNS5.2: define sa_family_t and use it where specified by the standard.
2000-06-26 15:48:19 +00:00
unistd.h
1003.1c: add {LOGIN_NAME_MAX}.
1999-09-27 16:24:39 +00:00
unpcb.h
…
user.h
…
utsname.h
…
vadvise.h
…
vmmeter.h
…
vnode.h
use <uvm/uvm_extern.h> instead of <vm/vm.h>
2000-06-29 09:01:09 +00:00
vnode_if.h
Change the sementics of the last parameter from a boolean ("waitfor") to
2000-05-13 23:43:06 +00:00
wait.h
…