NetBSD/sys/sys
thorpej bbd3d01db5 Artur Grabowski's simple brute-force malloc debugger, which uses
guard pages.  Can only debug one malloc type at a time, and nothing
larger than 1 page.  But can be useful for debugging certain types
of "data modified on freelist" type problems.

Modified from code in OpenBSD.
2001-08-17 00:48:29 +00:00
..
acct.h
ansi.h
ataio.h
audioio.h
boot_flag.h In-kernel device configuration manager - allows modification 2001-07-01 02:56:20 +00:00
bswap.h
buf.h Update b_proc comment to reality. 2001-06-10 18:43:25 +00:00
callout.h
cdefs_aout.h
cdefs_elf.h check __LEADING_UNDERSCORE instead of __sh3__ 2001-02-25 15:49:58 +00:00
cdefs.h Add a __static_cast() macro to help standard headers when used in C++ 2001-05-06 14:04:58 +00:00
cdio.h
chio.h
clist.h
conf.h Add l_poll' to struct linesw' and provide an xxxpoll() entry point 2001-05-02 10:32:08 +00:00
core.h
device.h In-kernel device configuration manager - allows modification 2001-07-01 02:56:20 +00:00
dir.h
dirent.h
disk.h
disklabel_mbr.h
disklabel.h Protect #include <sys/types.h> by #ifndef _LOCORE. <sys/types.h> isn't 2001-04-03 20:25:22 +00:00
dkbad.h
dkio.h
dkstat.h
domain.h
dvdio.h
endian.h
envsys.h
errno.h
exec_aout.h Add a MID_88K (note that it's different from OpenBSD's since their value 2001-08-16 05:06:35 +00:00
exec_coff.h
exec_ecoff.h
exec_elf.h make elf64_copyargs() of type int also per the recent copyargs changes 2001-07-30 14:07:25 +00:00
exec_macho.h adjust to the new copyargs footprint 2001-07-29 21:22:58 +00:00
exec_script.h
exec.h adjust to the new copyargs footprint 2001-07-29 21:22:58 +00:00
extent.h
fcntl.h existent', not existant' 2001-06-19 13:42:07 +00:00
fdio.h
featuretest.h
file.h Add DTYPE_PIPE (to be used by new pipe implementation) and handle 2001-06-16 08:28:39 +00:00
filedesc.h Fix a partial construction problem that can cause race conditions 2001-06-14 20:32:41 +00:00
filio.h
fnv_hash.h A generic implementation of the Fowler/Noll/Vo hash (FNV hash), 2001-03-20 02:10:18 +00:00
gmon.h
inttypes.h * Move definitions of exact-width integer types from <machine/types.h> 2001-04-28 15:41:28 +00:00
ioccom.h
ioctl_compat.h
ioctl.h Fix various misspellings of compatible/compatibility. 2001-06-11 01:50:48 +00:00
ipc.h
kcore.h
kernel.h
kgdb.h
kthread.h
ktrace.h
lkm.h LMREADY actually takes a `u_long' (really, a pointer). 2001-02-25 17:44:15 +00:00
localedef.h
lock.h Add a simple_lock_only_held() LOCKDEBUG routine, which allows code 2001-06-05 04:38:08 +00:00
lockf.h
Makefile export sys/pipe.h 2001-06-16 12:02:13 +00:00
malloc.h Artur Grabowski's simple brute-force malloc debugger, which uses 2001-08-17 00:48:29 +00:00
map.h
mbuf.h Strictly cosmetic changes. 2001-07-26 22:08:34 +00:00
md4.h
md5.h
midiio.h
mman.h
mount.h Remove obsoleted comment, note CTL_VFS_NAMES need only be updated 2001-06-28 08:15:44 +00:00
msg.h
msgbuf.h
mtio.h
namei.h
null.h
param.h update to 1.5X: removed WILLRELE from vop_mknod and vop_symlink 2001-07-24 15:40:15 +00:00
pipe.h define BIG_PIPE_SIZE value using PIPE_SIZE 2001-07-23 19:34:36 +00:00
poll.h
pool.h Jason's last fix broke builds with POOL_DIAGNOSTIC (the kernel didn't link 2001-06-06 22:00:17 +00:00
proc.h Add an e_trapsignal member to struct emul, so that emulated processes can 2001-06-18 02:00:48 +00:00
protosw.h Add a protosw flag, PR_ABRTACPTDIS (Abort on Accept of Disconnected 2001-03-21 19:22:27 +00:00
ptrace.h The trace_req() function is a no-op; garbage collect it. 2001-06-13 16:06:27 +00:00
queue.h for QUEUEDEBUG_*_POSTREMOVE(), set the pointers to 1 instead of 0 2001-06-22 06:18:22 +00:00
reboot.h In-kernel device configuration manager - allows modification 2001-07-01 02:56:20 +00:00
resource.h
resourcevar.h remove some lint 2001-04-30 01:13:20 +00:00
rnd.h
scanio.h
sched.h Linux-compatible clone(2) system call, lifted from the Linux 2001-07-01 18:06:11 +00:00
scsiio.h Add SCBUSIODETACH ioctl. 2001-07-18 20:20:16 +00:00
select.h convert to ANSI KNF 2001-02-26 16:24:02 +00:00
sem.h
sha1.h
shm.h SHMLBA: 2001-05-10 10:50:51 +00:00
signal.h remove some lint 2001-04-30 01:13:20 +00:00
signalvar.h add an extern for the coredump32 hook. 2001-06-06 21:46:59 +00:00
socket.h Expel MSG_COMPAT/COMPAT_OLDSOCK, make the COMPAT_43 wrappers 2001-07-17 11:49:40 +00:00
socketvar.h Use consistent types for len. Limit sockarg length to reasonable values. 2001-07-01 20:42:48 +00:00
sockio.h Implement support for IP/TCP/UDP checksum offloading provided by 2001-06-02 16:17:09 +00:00
stat.h
stdint.h Prevent trad. cpp recursion; from Katsuomi Hamajima in PR kern/13479. 2001-07-18 17:29:53 +00:00
swap.h
syscall.h Regen; added Linux-compatible clone(2) system call. 2001-07-01 18:07:33 +00:00
syscallargs.h Regen; added Linux-compatible clone(2) system call. 2001-07-01 18:07:33 +00:00
sysctl.h Add a sysctl to frob sb_max. 2001-07-27 21:19:09 +00:00
syslimits.h build CHILD_MAX to 160. 80 has proved consistently not enough. 2001-03-28 08:45:34 +00:00
syslog.h
systm.h Remove ovbcopy macro added in last commit. 2001-07-07 17:07:26 +00:00
tablet.h
termios.h
time.h remove some lint 2001-04-30 01:13:20 +00:00
timeb.h
timepps.h
times.h
timex.h
tprintf.h
trace.h
tty.h _KERNEL_OPT is your friend. 2001-06-08 15:43:34 +00:00
ttychars.h
ttycom.h
ttydefaults.h
ttydev.h
types.h * Move definitions of exact-width integer types from <machine/types.h> 2001-04-28 15:41:28 +00:00
ucred.h
uio.h
un.h
unistd.h
unpcb.h
user.h
userconf.h Fix obvious typo in multiple-inclusion protection wrapper. 2001-07-14 12:05:53 +00:00
utsname.h
vadvise.h
vmmeter.h
vnode_if.h regen. 2001-05-26 21:34:04 +00:00
vnode.h Implement page coloring, using a round-robin bucket selection 2001-04-29 04:23:20 +00:00
wait.h Add `WALLSIG' which causes wait4(2) to wait for all processes, regardless 2001-07-18 19:10:26 +00:00
wdog.h