freebsd-skq/sys
marcel cc399eb6f4 Include the puc(4) bus frontend for ppc(4) when both ppc and puc are
configured.

PR: kern/80737
Submitted by: David Taylor &lt davidt-fbsd at yadt dot co dot uk &gt
Approved by: re (scottl)
MFC after: 5 days
2005-06-14 04:16:10 +00:00
..
alpha Do not allocate memory based on not-checked argument from userland. 2005-06-11 14:58:20 +00:00
amd64 Introduce a procedure, pmap_page_init(), that initializes the 2005-06-10 03:33:36 +00:00
arm Remove the last use of pmap_initialized. 2005-06-10 13:31:30 +00:00
boot Fix getsecs(). It was not counting the seconds right. The immediate 2005-06-04 21:55:51 +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 Include the puc(4) bus frontend for ppc(4) when both ppc and puc are 2005-06-14 04:16:10 +00:00
contrib Mark pf callouts as NET_MPSAFE. 2005-06-12 16:46:20 +00:00
crypto
ddb
dev Fix syscons on amd64. The SC_PIXEL_MODE commit from May 29th added a new 2005-06-14 02:43:45 +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 - Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) source 2005-06-10 20:56:38 +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