.. |
acct.h
|
|
|
agpio.h
|
|
|
ansi.h
|
Replace the statfs() family of system calls with statvfs().
|
2004-04-21 01:05:31 +00:00 |
ataio.h
|
Rename the ATABUSIO* ioctls from ('A', x) to ('A', 5x), as the former collide
|
2004-08-02 19:47:11 +00:00 |
audioio.h
|
|
|
boot_flag.h
|
|
|
bootblock.h
|
Add the EFI System Partition MBR partition type.
|
2004-09-09 04:55:53 +00:00 |
bswap.h
|
|
|
buf.h
|
move i/o schedulers to their own files.
|
2004-10-14 05:12:28 +00:00 |
callout.h
|
|
|
cc_microtime.h
|
move some per-cpu data definitions to MI place so that they can be modified
|
2004-09-22 11:32:02 +00:00 |
cdefs_aout.h
|
analogous to cfefs_elf.h, use __used for link set entries (untested)
|
2004-06-07 18:42:18 +00:00 |
cdefs_elf.h
|
use the __used attribute for link set entries to avoid them being
|
2004-06-07 18:41:38 +00:00 |
cdefs.h
|
__UNCONST: add parens around a macro argument.
|
2004-09-23 22:13:40 +00:00 |
cdio.h
|
make it clear that ENTRIES = ENTRYS :-)
|
2004-05-10 15:14:12 +00:00 |
chio.h
|
|
|
clockctl.h
|
|
|
conf.h
|
|
|
core.h
|
|
|
cpu_data.h
|
remove an unneeded #include.
|
2004-09-26 00:26:14 +00:00 |
device.h
|
Change config_attach_pseudo() to take a cfdata * that contains the
|
2004-10-15 04:38:36 +00:00 |
dir.h
|
|
|
dirent.h
|
|
|
disk.h
|
- Eliminate the need to call disk_init().
|
2004-10-15 07:19:01 +00:00 |
disklabel_acorn.h
|
|
|
disklabel_gpt.h
|
Definitions for the EFI GUID Partition Table partition table format.
|
2004-09-25 03:29:32 +00:00 |
disklabel.h
|
De-__P.
|
2004-08-30 16:15:03 +00:00 |
dkbad.h
|
|
|
dkio.h
|
Work-in-progress implementation of "wedges", a new way to represent
|
2004-09-25 03:30:44 +00:00 |
dkstat.h
|
|
|
domain.h
|
Eliminate several uses of `curproc' from the socket-layer code and from NFS.
|
2004-05-22 22:52:13 +00:00 |
drvctlio.h
|
add a "drvctl" pseudo-device as userland interface to the autoconf
|
2004-08-18 12:19:29 +00:00 |
dvdio.h
|
|
|
endian.h
|
Const-ify last change properly.
|
2004-09-13 10:52:34 +00:00 |
envsys.h
|
|
|
errno.h
|
|
|
event.h
|
Initialise (most) pools from a link set instead of explicit calls
|
2004-04-25 16:42:40 +00:00 |
eventvar.h
|
|
|
exec_aout.h
|
|
|
exec_coff.h
|
|
|
exec_ecoff.h
|
|
|
exec_elf.h
|
add EI_NIDENT (16) as seen in other <elf.h> headers.
|
2004-05-17 02:28:17 +00:00 |
exec_macho.h
|
|
|
exec_script.h
|
|
|
exec.h
|
make STACKGAPLEN 4k, since struct statvfs is more than 2k.
|
2004-05-01 22:42:51 +00:00 |
extent.h
|
|
|
fcntl.h
|
|
|
fdio.h
|
|
|
featuretest.h
|
|
|
file.h
|
Provide a version of FILE_UNUSE() for cases where we already hold the
|
2004-05-16 17:48:18 +00:00 |
filedesc.h
|
#include sys/lock.h for struct simplelock definition.
|
2004-06-10 06:15:23 +00:00 |
filio.h
|
|
|
float_ieee754.h
|
|
|
fstypes.h
|
Fixing age old cruft:
|
2004-08-15 07:19:54 +00:00 |
gmon.h
|
|
|
hash.h
|
|
|
ieee754.h
|
|
|
inttypes.h
|
|
|
ioccom.h
|
|
|
ioctl_compat.h
|
|
|
ioctl.h
|
|
|
ipc.h
|
|
|
joystick.h
|
the port's joystick.h are all identical, so use a common one
|
2004-07-02 17:00:31 +00:00 |
kcont.h
|
Misc. style fix; white-space usage, comment style, ansify, multiple
|
2004-03-25 23:02:58 +00:00 |
kcore.h
|
|
|
kernel.h
|
|
|
kgdb.h
|
|
|
kprintf.h
|
|
|
ksem.h
|
|
|
ksyms.h
|
|
|
kthread.h
|
|
|
ktrace.h
|
Create kernel thread and let it to issue the write request. We can't
|
2004-09-22 22:15:03 +00:00 |
lkm.h
|
add a new "DRV" LKM type, and some glue code to make it use the new
|
2004-08-17 22:38:50 +00:00 |
localedef.h
|
|
|
lock.h
|
Tidy up the namespace: lint -> __lint__.
|
2004-07-01 22:31:28 +00:00 |
lockf.h
|
Initialise (most) pools from a link set instead of explicit calls
|
2004-04-25 16:42:40 +00:00 |
lwp.h
|
remove unneeded include.
|
2004-07-18 21:26:52 +00:00 |
Makefile
|
don't install cpu_data.h or cc_microtime.h.
|
2004-10-10 08:57:30 +00:00 |
malloc.h
|
IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
|
2004-09-04 23:29:44 +00:00 |
mallocvar.h
|
|
|
mbuf.h
|
introduce M_EXT_RW to allow mbuf external storage R/W.
|
2004-09-21 21:57:30 +00:00 |
md4.h
|
|
|
md5.h
|
|
|
midiio.h
|
|
|
mman.h
|
|
|
mount.h
|
Fixing age old cruft:
|
2004-08-15 07:19:54 +00:00 |
msg.h
|
g/c extern definitions for some variables which are actually static
|
2004-10-06 15:33:49 +00:00 |
msgbuf.h
|
|
|
mtio.h
|
|
|
namei.h
|
introduce a new function, cache_lookup_raw(), for filesystems which
|
2004-06-27 08:50:44 +00:00 |
null.h
|
|
|
param.h
|
Change config_attach_pseudo() to take a cfdata * that contains the
|
2004-10-15 04:38:36 +00:00 |
pipe.h
|
Initialise (most) pools from a link set instead of explicit calls
|
2004-04-25 16:42:40 +00:00 |
pmc.h
|
|
|
poll.h
|
|
|
pool.h
|
Remove PR_IMMEDRELEASE, since setting the high water mark will achieve
|
2004-06-20 18:19:27 +00:00 |
power.h
|
Add event type for AC adapter.
|
2004-05-03 07:41:47 +00:00 |
proc.h
|
introduce a function, proclist_foreach_call, to iterate all procs on
|
2004-10-01 16:30:52 +00:00 |
properties.h
|
|
|
protosw.h
|
Eliminate space between function name and prototype.
|
2004-04-22 01:34:17 +00:00 |
ptrace.h
|
|
|
queue.h
|
Consistently arrange order of definitions for each type. Specifically:
|
2004-04-18 14:25:34 +00:00 |
radioio.h
|
|
|
ras.h
|
put RAS_DECL() back to declaring a function by default (since SH5
|
2004-07-19 03:12:31 +00:00 |
reboot.h
|
|
|
resource.h
|
Namespace police: wrap RLIM_NLIMITS inside _NETBSD_SOURCE since it's an
|
2004-04-26 10:33:38 +00:00 |
resourcevar.h
|
Provide a mutex for the process limits data structure.
|
2004-05-06 22:20:30 +00:00 |
rnd.h
|
|
|
sa.h
|
|
|
savar.h
|
add kernel part of concurrency support for SA on MP systems
|
2004-03-14 01:08:47 +00:00 |
scanio.h
|
|
|
sched.h
|
|
|
scsiio.h
|
|
|
select.h
|
|
|
sem.h
|
g/c unneeded/obsolete extern variable definitions
|
2004-10-06 15:39:19 +00:00 |
sha1.h
|
|
|
shm.h
|
add flag for shmget(2) to specify that later shmat(2) for the shared memory
|
2004-09-28 19:05:19 +00:00 |
siginfo.h
|
Add the notion of an "empty" ksiginfo_t (one where on signo is filled in).
|
2004-04-03 19:43:08 +00:00 |
signal.h
|
Update namespace protection for siginfo; originally from Christos.
|
2004-05-07 23:54:48 +00:00 |
signalvar.h
|
Change sigactsfree() to take a `struct sigacts' pointer, to fit the needs
|
2004-05-04 21:25:47 +00:00 |
sigtypes.h
|
|
|
socket.h
|
add a per-socket counter for dropped UDP packets when the internal buffers
|
2004-09-03 18:14:09 +00:00 |
socketvar.h
|
add a per-socket counter for dropped UDP packets when the internal buffers
|
2004-09-03 18:14:09 +00:00 |
sockio.h
|
|
|
stat.h
|
Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD.
|
2004-05-25 14:54:55 +00:00 |
statvfs.h
|
improve description of struct statvfs members
|
2004-10-06 04:30:04 +00:00 |
stdint.h
|
Factor out W{CHAR,INT}_{MAX,MIN} into their own header file.
|
2004-05-08 21:51:47 +00:00 |
swap.h
|
|
|
syscall.h
|
Regen from syscalls.master rev. 1.142:
|
2004-05-10 22:30:41 +00:00 |
syscallargs.h
|
Regen from syscalls.master rev. 1.142:
|
2004-05-10 22:30:41 +00:00 |
sysctl.h
|
#if SYSCTL_INCLUDE_DESCR -> #ifdef SYSCTL_INCLUDE_DESCR
|
2004-08-09 08:35:23 +00:00 |
syslimits.h
|
|
|
syslog.h
|
|
|
systm.h
|
Call inittodr() from main(). Let file system code set the recorded `last
|
2004-07-05 07:28:45 +00:00 |
systrace.h
|
|
|
tablet.h
|
|
|
termios.h
|
|
|
time.h
|
POSIX-2001: Add restrict keywords to gettimeofday(2) and setitimer(2);
|
2004-04-27 01:12:44 +00:00 |
timeb.h
|
|
|
timepps.h
|
|
|
times.h
|
|
|
timex.h
|
|
|
tprintf.h
|
|
|
trace.h
|
Replace the statfs() family of system calls with statvfs().
|
2004-04-21 01:05:31 +00:00 |
tree.h
|
avoid generating compiler warnings; reported by des@des.no; solution
|
2004-03-28 19:38:30 +00:00 |
tty.h
|
Constify the table argument to ttspeedtab.
|
2004-04-25 06:13:38 +00:00 |
ttychars.h
|
|
|
ttycom.h
|
White space nit.
|
2004-05-27 04:23:36 +00:00 |
ttydefaults.h
|
|
|
ttydev.h
|
|
|
types.h
|
Replace the statfs() family of system calls with statvfs().
|
2004-04-21 01:05:31 +00:00 |
ucontext.h
|
add a no-op default value for _UC_UCONTEXT_ALIGN if MD code doesn't set it.
|
2004-07-18 21:26:00 +00:00 |
ucred.h
|
Silence gcc -W ("static void __inline__" -> "static __inline__ void").
|
2004-07-10 06:07:52 +00:00 |
uio.h
|
|
|
un.h
|
Eliminate several uses of `curproc' from the socket-layer code and from NFS.
|
2004-05-22 22:52:13 +00:00 |
unistd.h
|
|
|
unpcb.h
|
|
|
user.h
|
|
|
userconf.h
|
|
|
userret.h
|
update comment to match reality: sparc64 uses mi_userret
|
2004-03-29 21:15:03 +00:00 |
utsname.h
|
|
|
uuid.h
|
- Define a constant to describe the length of a printed UUID string.
|
2004-08-30 02:56:03 +00:00 |
vadvise.h
|
|
|
verified_exec.h
|
|
|
vmmeter.h
|
|
|
vnode_if.h
|
Regenerate for VNODE_LOCKDEBUG changes.
|
2004-09-21 03:11:53 +00:00 |
vnode.h
|
Add a new VNODE_LOCKDEBUG option, which enables checks in the VOP_*()
|
2004-09-21 03:10:35 +00:00 |
wait.h
|
|
|
wdog.h
|
|
|