freebsd_amp_hwpstate/sys
Bosko Milekic a352dd9a71 Fixup (hopefully) bridging + ipfw + dummynet together...
* Some dummynet code incorrectly handled a malloc()-allocated pseudo-mbuf
  header structure, called "pkt," and could consequently pollute the mbuf
  free list if it was ever passed to m_freem(). The fix involved passing not
  pkt, but essentially pkt->m_next (which is a real mbuf) to the mbuf
  utility routines.

* Also, for dummynet, in bdg_forward(), made the code copy the ethernet header
  back into the mbuf (prepended) because the dummynet code that follows expects
  it to be there but it is, unfortunately for dummynet, passed to bdg_forward
  as a seperate argument.

PRs: kern/19551 ; misc/21534 ; kern/23010
Submitted by: Thomas Moestl <tmoestl@gmx.net>
Reviewed by: bmilekic
Approved by: luigi
2000-11-23 22:25:03 +00:00
..
alpha Don't unregister the ioctl handlers before we verified we 2000-11-23 03:21:58 +00:00
amd64 Protect the following with a lockmgr lock: 2000-11-22 07:42:04 +00:00
boot mdoc(7) police: do not split author names in the AUTHORS section. 2000-11-22 09:35:58 +00:00
cam
coda
compat Forgot to patch this file in file descriptor race fix commit 2000-11-23 11:05:14 +00:00
compile
conf
contrib/dev
crypto
ddb
dev Add a forgotten mutex_exit()/KUE_UNLOCK() to kue_init(). 2000-11-23 05:58:48 +00:00
fs
geom
gnu
i4b
i386 o Change the argument of linux_sigreturn to be a pointer to a 2000-11-23 08:55:30 +00:00
ia64 Protect the following with a lockmgr lock: 2000-11-22 07:42:04 +00:00
isa
isofs/cd9660
kern Protect the following with a lockmgr lock: 2000-11-22 07:42:04 +00:00
libkern
miscfs
modules Add one2many subdirectory (previously forgotten). 2000-11-22 19:04:42 +00:00
msdosfs
net Fixup (hopefully) bridging + ipfw + dummynet together... 2000-11-23 22:25:03 +00:00
netatalk
netatm
netgraph
netinet Fixup (hopefully) bridging + ipfw + dummynet together... 2000-11-23 22:25:03 +00:00
netinet6
netipx
netkey
netnatm
netncp
netns
nfs
nfsclient
nfsserver
ntfs
nwfs
pc98
pccard
pci Update the probe some more to deal with 16/32 bit issues. If the chip 2000-11-23 00:28:43 +00:00
posix4
powerpc
rpc
svr4
sys Fix the KTR tracepoints for mtx_enter/exit/try_enter to properly order the 2000-11-23 00:38:45 +00:00
tools
ufs
vm Protect the following with a lockmgr lock: 2000-11-22 07:42:04 +00:00
Makefile