NetBSD/sys/sys
thorpej 7553470722 This is a first-cut implementation of support for caching of
constructed objects in the pool allocator, similar to caching
of constructed objects in the Solaris SLAB allocator.

This implementation is a separate API (pool_cache_*()) layered
on top of pools to keep the caching complexity out of the way
of pools that won't benefit from it.

While we're here, allow pool items to be as large as the pool
page size.
2000-12-07 05:45:57 +00:00
..
Makefile Interface definition for watchdog timers. 2000-11-04 18:33:33 +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 Define pid_t via <sys/ansi.h>. 2000-09-19 08:35:36 +00:00
ataio.h
audioio.h
boot_flag.h add new macro BOOT_FLAG() (defined in <sys/boot_flag.h>) - this 2000-09-24 12:32:31 +00:00
bswap.h tread _STANDALONE like _KERNEL: don't rename bswapNN functions 2000-02-03 02:03:12 +00:00
buf.h allow building without SOFTDEP by adding the pageiodone hook to bio_ops. 2000-11-27 18:26:38 +00:00
callout.h Un-__P. 2000-08-01 04:58:55 +00:00
cdefs.h Provide a stub for restrict. 2000-09-27 10:44:12 +00:00
cdefs_aout.h #ifdef __STDC__ -> #if __STDC__ 2000-08-07 16:35:33 +00:00
cdefs_elf.h #ifdef __STDC__ -> #if __STDC__ 2000-08-07 16:35:33 +00:00
cdio.h
chio.h Rework the changer driver a bit: 1999-09-09 23:24:11 +00:00
clist.h
conf.h lsu -> ld, by popular request. 2000-11-26 17:44:02 +00:00
core.h Format for 32-bit core images. 1999-12-30 15:45:09 +00:00
device.h Remove trailing , from last enum element. 2000-12-01 02:07:04 +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 lsu -> ld, by popular request. 2000-11-26 17:44:02 +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 Remove ENOTSUP for the moment. This needs a unique number, as noted by 2000-07-14 21:39:56 +00:00
eventvar.h freebsd kqueue implementation 2000-07-18 22:11:54 +00:00
exec.h struct execsw: rename es_flags to es_prio, provide defines 2000-12-01 12:56:25 +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 restructure struct emul and execsw, in preparation to make emulations LKMable: 2000-11-21 00:37:49 +00:00
exec_elf.h Introduce Elf64_Xword and Elf64_Sxword, and use them in various places instead 2000-07-26 02:04:53 +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 ANSI'ify. 2000-07-14 07:14:33 +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 adjust the spinlock macros in the non-MULTIPROCESSOR, non-LOCKDEBUG case 2000-11-24 03:59:07 +00:00
lockf.h guard prototypes for lf_* functions by ifdef _KERNEL 2000-08-04 09:20:21 +00:00
malloc.h Adjust numbers in comments of previous. 2000-11-10 16:21:22 +00:00
map.h
mbuf.h remove obsolete comment on MINCLSIZE 2000-12-02 03:03:14 +00:00
md5.h
midiio.h
mman.h add missing semicolon to typedef of mode_t 2000-10-18 01:43:18 +00:00
mount.h Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +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 add ddb commands "show uvmexp" and "show ncache". 2000-11-24 07:25:50 +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 1.5L - UBC! 2000-11-27 09:43:49 +00:00
poll.h
pool.h This is a first-cut implementation of support for caching of 2000-12-07 05:45:57 +00:00
proc.h add three emul flags: 2000-12-01 17:59:12 +00:00
protosw.h Restructure the PFIL_HOOKS mechanism a bit: 2000-11-11 00:52:36 +00:00
ptrace.h
queue.h verify that a LIST or TAILQ isn't already corrupted before modifying it. 2000-11-19 06:00:57 +00:00
reboot.h add new macro BOOT_FLAG() (defined in <sys/boot_flag.h>) - this 2000-09-24 12:32:31 +00:00
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 Forward-declare struct cpu_info 2000-08-26 04:17:44 +00:00
scsiio.h Define SCBUSIOLLSCAN: perform a low-level bus scan. 2000-11-08 19:09:30 +00:00
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 introduce SIGACTION_PS() macro - this is similar to SIGACTION(), but works 2000-11-15 21:13:58 +00:00
socket.h Wrap __cmsg_alignbytes in __BEGIN_DECLS ... __END_DECLS. 2000-10-04 08:59:16 +00:00
socketvar.h Remove duplicate declaration of sonewconn1() - there's another further 2000-03-28 05:06:20 +00:00
sockio.h Define SIOC[SG]IFGENERIC in <sys/sockio.h>, as FreeBSD and OpenBSD do. 2000-08-10 11:48:41 +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 add SWAP_GETDUMPDEV command. 2000-11-17 11:32:55 +00:00
syscall.h update for changed makesyscalls.master 2000-08-18 19:35:15 +00:00
syscallargs.h update for changed makesyscalls.master 2000-08-18 19:35:15 +00:00
sysctl.h Add a sysctl_rdminstruct() function - same as sysctl_rdstruct() but 2000-11-20 01:46:56 +00:00
syslimits.h 1003.1c: add {LOGIN_NAME_MAX}. 1999-09-27 16:24:39 +00:00
syslog.h Remove the "kprintf" gcc attribute permanently. Use standard "printf" 2000-08-09 03:23:10 +00:00
systm.h Add new powerhook argument values, PWR_SOFTSUSPEND, PWR_SOFTSTANDBY and 2000-11-26 11:08:57 +00:00
tablet.h
termios.h Define pid_t via <sys/ansi.h>: no longer expose clutter from <sys/types.h>. 2000-09-20 10:16:49 +00:00
time.h add ppsratelimit(9), which does event-per-sec rate limitation. 2000-07-09 06:44:57 +00:00
timeb.h
timepps.h #if 0 a static declaration for a function that does not exist. 2000-07-23 22:56:14 +00:00
times.h
timex.h
tprintf.h Remove the "kprintf" gcc attribute permanently. Use standard "printf" 2000-08-09 03:23:10 +00:00
trace.h
tty.h Change line discipline to a pointer rather than an array index for 2000-11-01 23:38:57 +00:00
ttychars.h
ttycom.h Add TIOC[SG]LINED to handle symbolic line discipline names. 2000-11-01 23:46:55 +00:00
ttydefaults.h set CSTATUS to CTRL('t') 2000-08-05 01:27:12 +00:00
ttydev.h
types.h Define pid_t via <sys/ansi.h>. 2000-09-19 08:35:36 +00:00
ucred.h
uio.h
un.h Avoid recursion with traditional cpp. 2000-07-28 09:33:28 +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 Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
vnode_if.h regen. 2000-11-27 09:04:59 +00:00
wait.h
wdog.h Interface definition for watchdog timers. 2000-11-04 18:33:33 +00:00