NetBSD/sys
jdolecek c152d680d8 Add M_CANFAIL malloc(9) flag. This flag changes behaviour in M_WAITOK
case when the requested memory size can't ever be granted - instead
of panic, malloc(9) would return failure (NULL).
Note kernel code should do proper bound checking, rather than
depend on M_CANFAIL. This flag is only supposed to be used in very
special cases, where common bound checking is not appropriate.

Discussed on tech-kern@, name ``M_CANFAIL'' suggested by Chuck Cranor.
2001-12-04 20:13:19 +00:00
..
adosfs add RCSIDs 2001-11-12 22:54:03 +00:00
altq don't need <sys/types.h> when including <sys/param.h> 2001-11-15 06:37:15 +00:00
arch Fix so these files build with options DEBUG enabled. 2001-12-04 20:00:15 +00:00
coda add a VTOC macro that doesn't cast, and fix a spurious lvalue cast with it. 2001-11-24 01:11:34 +00:00
compat pecoff_copyargs(): Fix incorrect pointer type of the variable `ap'. 2001-12-03 06:11:33 +00:00
conf Add irframetty pseudo device for IrDA frames over tty. 2001-12-03 23:28:20 +00:00
crypto fix cast128 with shorter key length. sync with kame 2001-11-27 11:19:36 +00:00
ddb - pull in opt_kgdb.h where necessary 2001-11-20 08:43:19 +00:00
dev Fix so these files build with options DEBUG enabled. 2001-12-04 20:00:15 +00:00
filecorefs add RCSIDs 2001-11-12 22:54:03 +00:00
gdbscripts
ipkdb add RCSIDs 2001-11-12 22:54:03 +00:00
isofs delint -- you can't cast an lvalue 2001-11-17 18:56:46 +00:00
kern Add M_CANFAIL malloc(9) flag. This flag changes behaviour in M_WAITOK 2001-12-04 20:13:19 +00:00
lib Replace some misuses of "then" with "than". 2001-12-04 17:56:30 +00:00
lkm need compat_exec.c for some old a.out formats 2001-11-26 20:38:15 +00:00
miscfs PR/14781: Matthew Fredette: Clamp the number of read-ahead pages to 16 because 2001-11-30 15:18:39 +00:00
msdosfs VOP_PUTPAGES() requires page-aligned offsets, so be sure to provide such. 2001-11-30 07:05:53 +00:00
net Add an #if defined(INET) ... around if_detach_queues's declaration to match the 2001-12-02 19:44:25 +00:00
netatalk don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
netccitt Replace some misuses of "then" with "than". 2001-12-04 17:56:30 +00:00
netinet Fix TCP segment size computation. From Rick Byersm, PR kern/14799. 2001-12-03 01:45:43 +00:00
netinet6 fix cast128 with shorter key length. sync with kame 2001-11-27 11:19:36 +00:00
netisdn don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
netiso "than" instead of "then". 2001-11-21 19:14:19 +00:00
netkey don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
netnatm add RCSIDs 2001-11-13 00:56:55 +00:00
netns add RCSIDs 2001-11-13 00:56:55 +00:00
netsmb add RCSIDs 2001-11-13 00:56:55 +00:00
nfs PR/14817: Gregory McGarry: NFS_V2_ONLY doesn't seem to work. 2001-12-04 18:38:08 +00:00
ntfs don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
smbfs add RCSIDs 2001-11-10 13:22:20 +00:00
stand bring back. we need to fix these, not remove them. 2001-12-01 02:15:39 +00:00
sys Add M_CANFAIL malloc(9) flag. This flag changes behaviour in M_WAITOK 2001-12-04 20:13:19 +00:00
ufs pick up changes from ufs_balloc_range(). 2001-11-30 07:06:19 +00:00
uvm fix bug in amap_wiperange() detected by enami tsugutomo. 2001-12-01 22:11:13 +00:00
Makefile add 'lkm' to SUBDIR - it got mistakely got removed in last revision 2001-12-02 00:47:21 +00:00