freebsd-src/sys
Andrew Thompson ca6c404ce3 Fix a panic when bringing up the bridge interface. We were casting a ifnet
pointer to a softc which is no longer valid since the ifnet struct was split
out from the softc.

Approved by:	mlaier (mentor)
Approved by:	re (blanket)
2005-06-27 21:58:12 +00:00
..
alpha Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS from 2005-06-20 16:52:59 +00:00
amd64 Disable the interrupts in trap_fatal before calling kdb_trap. 2005-06-25 22:14:42 +00:00
arm - Use a TAILQ instead of parsing the array to find a free dmamap. 2005-06-24 23:57:27 +00:00
boot Improved markup, fixes some spelling and grammar. 2005-06-14 08:49:14 +00:00
bsm
cam Fixing a memory leak in xpt_release_device(), which can be quickly 2005-06-24 08:09:05 +00:00
coda
compat Correct the amount of data to allocate in these local copies of 2005-06-24 17:41:28 +00:00
conf Use -mno-apcs-frame if DEBUG isn't defined. 2005-06-27 14:33:32 +00:00
contrib Properly initialize ifq_maxlen for the defered send queue and make it 2005-06-26 21:00:52 +00:00
crypto
ddb
dev Dont call ata_finish in ad_dump as that is no longer needed and causes panic. 2005-06-27 09:12:11 +00:00
doc
fs
gdb
geom
gnu Replace the use if ext2fs' bitops by bitstring.h macros. This fixes 2005-06-21 10:11:13 +00:00
i4b Fix some long standing bugs in writing to the BPF device attached to 2005-06-26 18:11:11 +00:00
i386 Disable the interrupts in trap_fatal before calling kdb_trap. 2005-06-25 22:14:42 +00:00
ia64 Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS from 2005-06-20 16:52:59 +00:00
isa
isofs/cd9660
kern Fix fdcheckstd to pass the file descriptor along through vn_open. When 2005-06-25 03:34:49 +00:00
libkern
modules Backout the change I made before 5.4-R since I wasn't aware that it was only 2005-06-24 21:43:47 +00:00
net Fix a panic when bringing up the bridge interface. We were casting a ifnet 2005-06-27 21:58:12 +00:00
net80211 revert 1.53; it breaks ibss merge 2005-06-13 21:01:06 +00:00
netatalk
netatm
netgraph - After LibAlias processing check for TCP packet with th_x2 field 2005-06-27 07:39:13 +00:00
netinet Disable checksum processing in LibAlias, when it works as a 2005-06-27 07:36:02 +00:00
netinet6 fix IP(v4) over IPv6 tunneling most likely broken with ifnet changes. 2005-06-20 20:17:00 +00:00
netipsec
netipx
netkey
netnatm
netncp
netsmb
nfs
nfs4client
nfsclient Ifdef out the incomplete non-blocking IO implementation for NFS 2005-06-16 15:43:17 +00:00
nfsserver
opencrypto
pc98 Connect reiserfs build to every platforms, not only i386 and pc98. 2005-06-21 12:59:53 +00:00
pccard
pci Make the initialization in the AGPv3 case match that of Linux. Fixes hangs on 2005-06-26 04:01:11 +00:00
posix4
powerpc Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS from 2005-06-20 16:52:59 +00:00
rpc
security
sparc64 Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS from 2005-06-20 16:52:59 +00:00
sys Adjust some comments to be a bit more correct. 2005-06-23 21:55:11 +00:00
tools
ufs
vm Change the panic in trash_ctor into just a printf for now. Once the reports 2005-06-26 23:44:07 +00:00
Makefile