opnsense-src/sys
John Dyson 302cf5869a Fixed a problem that malloc(..,..,M_NOWAIT) was being called without checking
for return values.  It just so happens that in the cases where it is likely
to fail, it is okay to change the M_NOWAIT to M_WAITOK -- and all will
be well.  This problem was manfest as a panic very regularly on a 4MB
system right after bootup.
1995-08-08 05:14:40 +00:00
..
alpha
amd64 Make the spl oriented inline functions less likely to allow 1995-08-08 04:50:52 +00:00
compat/linux
compile
conf
ddb
dev Fixed a problem that malloc(..,..,M_NOWAIT) was being called without checking 1995-08-08 05:14:40 +00:00
fs
gnu
i386 Fixed a problem that malloc(..,..,M_NOWAIT) was being called without checking 1995-08-08 05:14:40 +00:00
isa Fixed a problem that malloc(..,..,M_NOWAIT) was being called without checking 1995-08-08 05:14:40 +00:00
isofs/cd9660
kern Move mbuf frees to after call to sorflush(). 1995-08-08 02:22:16 +00:00
libkern
miscfs
modules
msdosfs
net
netccitt
netinet
netiso
netns
nfs
nfsclient
nfsserver
pci
powerpc/include
rpc
scsi Set bp->b_actf=NULL for paranoia sake. 1995-08-07 11:56:31 +00:00
sys Made msgbuf range checking more robust and clean. 1995-08-07 07:58:23 +00:00
tools
ufs On closer inspection, it turns out that all of the callers of disksort 1995-08-07 14:20:27 +00:00
vm
Makefile