NetBSD/sys/sys
atatat 5b8a6c916d Revert the change that made kern.file2 and net.*.*.pcblist into nodes
instead of structs.  It had other deleterious side-effects that are
rather nasty.  Another solution must be found.
2005-03-11 06:16:15 +00:00
..
acct.h de-__P 2005-02-03 19:20:01 +00:00
agpio.h nuke trailing whitespace 2005-02-26 22:25:34 +00:00
ansi.h Replace the statfs() family of system calls with statvfs(). 2004-04-21 01:05:31 +00:00
ataio.h nuke trailing whitespace 2005-02-26 22:25:34 +00:00
audioio.h
boot_flag.h
bootblock.h nuke trailing whitespace 2005-02-26 22:25:34 +00:00
bswap.h de-__P 2005-02-03 19:20:01 +00:00
buf.h nuke trailing whitespace 2005-02-26 22:25:34 +00:00
bufq.h lookup bufq using link_set rather than a switch statement. 2004-11-25 04:52:23 +00:00
callout.h Re-add callout_active(), in a way compatible with the FreeBSD version, and use 2005-03-04 05:51:41 +00:00
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 nuke trailing whitespace 2005-02-26 22:25:34 +00:00
cdefs.h kill gcc specific version of __UNCONST. Does not work to unconst 2004-12-11 05:59:00 +00:00
cdio.h nuke trailing whitespace 2005-02-26 22:25:34 +00:00
chio.h
clockctl.h nuke trailing whitespace 2005-02-26 22:25:34 +00:00
conf.h de-__P 2005-02-03 19:20:01 +00:00
core.h
cpu_data.h a relatively lightweight implementation of kernel_lock. 2004-10-26 00:14:46 +00:00
device.h nuke trailing whitespace 2005-02-26 22:25:34 +00:00
dir.h
dirent.h Make exposure of MAXNAMLEN conditional on _NETBSD_SOURCE rather than on 2004-12-30 19:43:25 +00:00
disk.h de-__P 2005-02-03 19:20:01 +00:00
disklabel_acorn.h de-__P 2005-02-03 19:20:01 +00:00
disklabel_gpt.h Definitions for the EFI GUID Partition Table partition table format. 2004-09-25 03:29:32 +00:00
disklabel.h Add a dtype for flash memory disks. 2005-01-07 18:29:15 +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 Change initialzie of domains to use link sets. Switch to using STAILQ. 2005-01-23 18:41:56 +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 nuke trailing whitespace 2005-02-26 22:25:34 +00:00
endian.h de-__P 2005-02-03 19:16:10 +00:00
envsys.h
errno.h Add ENOATTR ("Attribute not found"). From FreeBSD. 2005-01-02 18:54:51 +00:00
event.h nuke trailing whitespace 2005-02-26 22:25:34 +00:00
eventvar.h nuke trailing whitespace 2005-02-26 22:25:34 +00:00
exec_aout.h This is not a network - use be32toh etc. instead of ntohl... 2005-02-10 16:31:41 +00:00
exec_coff.h de-__P 2005-02-03 19:20:01 +00:00
exec_ecoff.h de-__P 2005-02-03 19:20:01 +00:00
exec_elf.h nuke trailing whitespace 2005-02-26 22:25:34 +00:00
exec_macho.h nuke trailing whitespace 2005-02-26 22:25:34 +00:00
exec_script.h de-__P 2005-02-03 19:20:01 +00:00
exec.h de-__P 2005-02-03 19:20:01 +00:00
extattr.h Add the system call and VFS infrastructure for file system extended 2005-01-02 16:08:28 +00:00
extent.h de-__P 2005-02-03 19:20:01 +00:00
fcntl.h Fix formatting problems with previous change. 2005-02-17 00:53:45 +00:00
fdio.h
featuretest.h
file.h pass the flag to fdclone. 2005-02-12 23:14:03 +00:00
filedesc.h #include sys/lock.h for struct simplelock definition. 2004-06-10 06:15:23 +00:00
filio.h Add support for FIONWRITE and FIONSPACE ioctls. FIONWRITE reports 2004-11-06 02:03:20 +00:00
float_ieee754.h de-__P 2005-02-03 19:20:01 +00:00
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 de-__P 2005-02-03 19:20:01 +00:00
ipc.h de-__P 2005-02-03 19:20:01 +00:00
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
kcore.h
kernel.h
kgdb.h de-__P 2005-02-03 19:20:01 +00:00
kprintf.h nuke trailing whitespace 2005-02-26 22:25:34 +00:00
ksem.h
ksyms.h The way I handled /dev/ksyms requests vs. kernel requests was completely 2005-02-15 21:09:57 +00:00
kthread.h
ktrace.h nuke trailing whitespace 2005-02-26 22:25:34 +00:00
lkm.h de-__P 2005-02-03 19:20:01 +00:00
localedef.h
lock.h nuke trailing whitespace 2005-02-26 22:25:34 +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 nuke trailing whitespace 2005-02-26 22:25:34 +00:00
Makefile Add the system call and VFS infrastructure for file system extended 2005-01-02 16:08:28 +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 Add beginning of TCP Segment Offload support. 2005-03-06 00:08:30 +00:00
md4.h nuke trailing whitespace 2005-02-26 22:25:34 +00:00
md5.h nuke trailing whitespace 2005-02-26 22:25:34 +00:00
midiio.h nuke trailing whitespace 2005-02-26 22:25:34 +00:00
mman.h de-__P 2005-02-03 19:20:01 +00:00
mount.h de-__P 2005-02-03 19:20:01 +00:00
msg.h de-__P 2005-02-03 19:20:01 +00:00
msgbuf.h de-__P 2005-02-03 19:20:01 +00:00
mtio.h
namei.h de-__P 2005-02-03 19:20:01 +00:00
null.h
param.h nuke trailing whitespace 2005-02-26 22:25:34 +00:00
pipe.h de-__P 2005-02-03 19:20:01 +00:00
pmc.h nuke trailing whitespace 2005-02-26 22:25:34 +00:00
poll.h Add pollts() prototype to <poll.h>, and update manual page synopsis for 2005-03-10 00:29:37 +00:00
pool.h introduce a new flag for pool_init, PR_NOTOUCH. 2005-01-01 21:04:39 +00:00
power.h Add event type for AC adapter. 2004-05-03 07:41:47 +00:00
proc.h nuke trailing whitespace 2005-02-26 22:25:34 +00:00
properties.h nuke trailing whitespace 2005-02-26 22:25:34 +00:00
protosw.h Eliminate space between function name and prototype. 2004-04-22 01:34:17 +00:00
ptrace.h de-__P 2005-02-03 19:20:01 +00:00
pty.h nuke trailing whitespace 2005-02-26 22:25:34 +00:00
queue.h nuke trailing whitespace 2005-02-26 22: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 de-__P 2005-02-03 19:20:01 +00:00
resource.h Namespace police: wrap RLIM_NLIMITS inside _NETBSD_SOURCE since it's an 2004-04-26 10:33:38 +00:00
resourcevar.h de-__P 2005-02-03 19:20:01 +00:00
rnd.h de-__P 2005-02-03 19:20:01 +00:00
sa.h
savar.h
scanio.h
sched.h nuke trailing whitespace 2005-02-26 22:25:34 +00:00
scsiio.h
select.h For pselect(), pull in <sys/sigtypes.h> instead of <signal.h>; provides 2005-03-10 00:25:45 +00:00
sem.h de-__P 2005-02-03 19:20:01 +00:00
sha1.h nuke trailing whitespace 2005-02-26 22:25:34 +00:00
shm.h de-__P 2005-02-03 19:20:01 +00:00
siginfo.h
signal.h nuke trailing whitespace 2005-02-26 22:25:34 +00:00
signalvar.h de-__P 2005-02-03 19:20:01 +00:00
sigtypes.h nuke trailing whitespace 2005-02-26 22:25:34 +00:00
socket.h Solve problem invented in revision 1.73 differently: 2005-03-09 19:02:22 +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 nuke trailing whitespace 2005-02-26 22:25:34 +00:00
stat.h de-__P 2005-02-03 19:20:01 +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 2005-02-26 23:58:19 +00:00
syscallargs.h regen 2005-02-26 23:58:19 +00:00
sysctl.h Revert the change that made kern.file2 and net.*.*.pcblist into nodes 2005-03-11 06:16:15 +00:00
syslimits.h
syslog.h de-__P 2005-02-03 19:20:01 +00:00
systm.h de-__P 2005-02-03 19:20:01 +00:00
systrace.h
tablet.h
termios.h de-__P 2005-02-03 19:20:01 +00:00
time.h nuke trailing whitespace 2005-02-26 22:25:34 +00:00
timeb.h de-__P 2005-02-03 19:20:01 +00:00
timepps.h nuke trailing whitespace 2005-02-26 22:25:34 +00:00
times.h de-__P 2005-02-03 19:20:01 +00:00
timex.h de-__P 2005-02-03 19:20:01 +00:00
tprintf.h de-__P 2005-02-03 19:20:01 +00:00
trace.h Replace the statfs() family of system calls with statvfs(). 2004-04-21 01:05:31 +00:00
tree.h nuke trailing whitespace 2005-02-26 22:25:34 +00:00
tty.h de-__P 2005-02-03 19:20:01 +00:00
ttychars.h
ttycom.h GC SUNKBDDISC & SUNMSDISC line discipline slot definitions. Both are already 2005-02-21 22:43:07 +00:00
ttydefaults.h
ttydev.h
types.h Provide select() and pselect() prototypes in <sys/select.h>, per 2005-03-05 19:48:38 +00:00
ucontext.h nuke trailing whitespace 2005-02-26 22:25:34 +00:00
ucred.h nuke trailing whitespace 2005-02-26 22:25:34 +00:00
uio.h de-__P 2005-02-03 19:20:01 +00:00
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 Extend fsync_range(2) to support the FDISKSYNC flag, which requests 2005-01-25 23:55:20 +00:00
unpcb.h
user.h
userconf.h de-__P 2005-02-03 19:20:01 +00:00
userret.h
utsname.h de-__P 2005-02-03 19:20:01 +00:00
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 nuke trailing whitespace 2005-02-26 22:25:34 +00:00
vmmeter.h
vnode_if.h regen 2005-02-26 22:15:10 +00:00
vnode.h nuke trailing whitespace 2005-02-26 22:25:34 +00:00
wait.h nuke trailing whitespace 2005-02-26 22:25:34 +00:00
wdog.h Add a software watchdog timer facility. Because this slightly 2005-01-09 22:51:32 +00:00