1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/sys
Xin LI 2d0d7ca29f Initialize sc->an_ifp when doing if_alloc(). This prevents an(4)
from being panic when attaching.

Approved by:	re (scottl)
2005-06-14 14:50:40 +00:00
..
alpha Do not allocate memory based on not-checked argument from userland. 2005-06-11 14:58:20 +00:00
amd64 Move IPI_PREEMPTION option from global NOTES file to i386+amd64 specific 2005-06-14 14:21:25 +00:00
arm Remove the last use of pmap_initialized. 2005-06-10 13:31:30 +00:00
boot Improved markup, fixes some spelling and grammar. 2005-06-14 08:49:14 +00:00
bsm
cam Add a quirk for my pen-drive. 2005-06-09 17:35:04 +00:00
coda
compat Do not allocate memory based on not-checked argument from userland. 2005-06-11 14:58:20 +00:00
conf Move IPI_PREEMPTION option from global NOTES file to i386+amd64 specific 2005-06-14 14:21:25 +00:00
contrib locking on exit of reading from ip_sync is not correct for all instances 2005-06-14 09:18:26 +00:00
crypto
ddb
dev Initialize sc->an_ifp when doing if_alloc(). This prevents an(4) 2005-06-14 14:50:40 +00:00
doc
fs Avoid casting from (int *) to (size_t *) in order to fix udf_iconv on amd64. 2005-06-05 02:09:48 +00:00
gdb
geom
gnu Allow EVFILT_VNODE events to work on every filesystem type, not just 2005-06-09 20:20:31 +00:00
i4b Stop embedding struct ifnet at the top of driver softcs. Instead the 2005-06-10 16:49:24 +00:00
i386 Move IPI_PREEMPTION option from global NOTES file to i386+amd64 specific 2005-06-14 14:21:25 +00:00
ia64 Define IPI_PREEMPT. Update a nearby comment while I'm here. 2005-06-12 19:03:01 +00:00
isa - Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) source 2005-06-10 20:56:38 +00:00
isofs/cd9660
kern - Remove vnode lock asserts at the end of vfs syscalls. These asserts were 2005-06-14 01:14:40 +00:00
libkern
modules Attach ng_tcpmss to the build. 2005-06-10 08:05:13 +00:00
net Initialze ifp->if_softc. 2005-06-13 17:17:07 +00:00
net80211 revert 1.53; it breaks ibss merge 2005-06-13 21:01:06 +00:00
netatalk Stop embedding struct ifnet at the top of driver softcs. Instead the 2005-06-10 16:49:24 +00:00
netatm Stop embedding struct ifnet at the top of driver softcs. Instead the 2005-06-10 16:49:24 +00:00
netgraph Stop embedding struct ifnet at the top of driver softcs. Instead the 2005-06-10 16:49:24 +00:00
netinet When doing matching based on dst_ip/src_ip make sure we are really looking 2005-06-12 16:27:10 +00:00
netinet6 Fix IPv6 neighbor discovery by using IF_LLADDR to get the mac address 2005-06-12 00:45:24 +00:00
netipsec Correct typo in a comment describing vshiftl(). 2005-06-02 23:56:10 +00:00
netipx Stop embedding struct ifnet at the top of driver softcs. Instead the 2005-06-10 16:49:24 +00:00
netkey
netnatm
netncp
netsmb
nfs
nfs4client
nfsclient Fix a serious deadlock with the NFS client. Given a large enough 2005-06-10 23:50:41 +00:00
nfsserver
opencrypto
pc98
pccard
pci Move if_alloc() up so it's before mii_phy_probe(). 2005-06-11 01:37:46 +00:00
posix4
powerpc Unbreak the PowerPC GENERIC build. 2005-06-11 10:59:02 +00:00
rpc
security Correct grammar error in comment 2005-06-10 04:44:38 +00:00
sparc64 Turn on atkbdc(4), atkbd(4), creator(4), machfb(4), syscons(4), ohci(4), 2005-06-10 23:11:16 +00:00
sys - Don't make vgonel() globally visible, we want to change its prototype 2005-06-13 06:26:55 +00:00
tools Allow EVFILT_VNODE events to work on every filesystem type, not just 2005-06-09 20:20:31 +00:00
ufs Allow EVFILT_VNODE events to work on every filesystem type, not just 2005-06-09 20:20:31 +00:00
vm The new contigmalloc(9) has a bad degenerate case where there were 2005-06-11 00:05:16 +00:00
Makefile