freebsd-nq/sys
Warner Losh 0befead1e0 Marking this as __packed was needed to get the alignment and offset of
members right.  However, it also said it was aligned(1), which meant
that gcc generated really bad code.  Mark this as aligned(4).  This
makes things a little faster on arm (a couple percent), but also saves
about 30k on the size of the kernel for arm.

I talked about doing this with bde, but didn't check with him before
the commit, so I'm hesitant say 'reviewed by: bde'.
2007-01-12 07:23:31 +00:00
..
amd64 Remove magic from rman_activate_resource() that uses the direct map at 2007-01-11 19:40:19 +00:00
arm Hints are handled differently on -current 2007-01-05 10:30:51 +00:00
boot Garbage collect the code for auto-loading modules based on ISAPNP IDs, 2007-01-07 22:25:45 +00:00
bsm
cam fix botch 2006-12-21 23:20:51 +00:00
coda
compat MFp4 (112646): 2007-01-07 19:30:19 +00:00
conf Add missing SC_NO_MODE_CHANGE option. Disable it in the powerpc 2007-01-10 18:45:18 +00:00
contrib Clean up pfr_kentry_pl2 as well. This fixes a kernel panic in the vm.zone 2007-01-01 16:51:11 +00:00
crypto
ddb Threading cleanup.. part 2 of several. 2006-12-06 06:34:57 +00:00
dev Add a device ID for the 631xESB/6321ESB SMBus controller. 2007-01-11 21:13:27 +00:00
fs Tell backing v_object the filesize right on it's creation. 2007-01-07 23:53:16 +00:00
gdb
geom Softc may be NULL in g_journal_orphan(), so don't be surprised. 2006-12-02 09:10:29 +00:00
gnu Previously, the mount_ext2fs binary listed the acceptable mount 2006-11-18 18:22:11 +00:00
i4b Fix fat-fingering in previous commit. 2006-12-29 16:38:22 +00:00
i386 Remove magic from rman_activate_resource() that uses the direct map at 2007-01-11 19:40:19 +00:00
ia64 Add a lwpid field into per-cpu structure, the lwpid represents current 2006-12-20 04:40:39 +00:00
isa Be consistent with the spelling of "dependent" in user-visible places. 2006-12-30 11:55:47 +00:00
isofs/cd9660 The ISO9660 spec does allow files up to 4G. Change the i_size 2006-12-08 07:43:53 +00:00
kern Wrap propagate_priority() in a critical section to prevent unwanted 2007-01-11 19:13:27 +00:00
libkern
modules Disable multichannel recording in snd_emu10kx module. Whith multichannel 2007-01-07 19:43:59 +00:00
net style(9) nit. Prefer struct[space]name[space]{ to make grep searches more 2007-01-01 21:49:39 +00:00
net80211 reduce user-visible namespace to just what is needed 2007-01-09 04:37:05 +00:00
netatalk Break out my copyrights with our 2-clause BSD license from the UMich 2007-01-08 17:58:27 +00:00
netatm
netgraph Fix accounting of incoming octets. 2007-01-10 15:04:10 +00:00
netinet Marking this as __packed was needed to get the alignment and offset of 2007-01-12 07:23:31 +00:00
netinet6 Marked these as packed correctly 2007-01-12 07:20:25 +00:00
netipsec s,#if INET6,#ifdef INET6, 2006-12-14 17:33:46 +00:00
netipx Factor out UCB and my copyrights from copyrights of Mike Mitchell; 2007-01-08 22:14:00 +00:00
netkey
netnatm Factor out my copyrights + licenses from Charles D. Cranor and 2007-01-08 22:30:39 +00:00
netncp
netsmb
nfs NFSv4 client: 2006-11-28 19:33:28 +00:00
nfs4client NFSv4 client: 2006-11-28 19:33:28 +00:00
nfsclient NetApp filers return corrupt post op attrs in the wcc on NFS error responses. 2006-12-11 19:54:25 +00:00
nfsserver The nfsm_srvpathsiz() macro in nfsrv_symlink() in nfs_serv.c should 2007-01-02 20:42:08 +00:00
opencrypto
pc98 MFi386: revision 1.646. 2007-01-07 12:13:10 +00:00
pccard
pci Various updates to most of the smbus(4) drivers: 2007-01-11 19:56:24 +00:00
powerpc Add missing SC_NO_MODE_CHANGE option. Disable it in the powerpc 2007-01-10 18:45:18 +00:00
rpc
security When returning early from audit_arg_file() due to so->so_pcb being NULL 2007-01-06 22:28:28 +00:00
sparc64 o Changes to psycho_attach(): [1] 2007-01-08 01:26:47 +00:00
sun4v Invert the logic inside of two KASSERTS which resulted in two kernel panics 2006-12-31 02:50:07 +00:00
sys The pc98 porting team's copyright year should be 2003, when 2007-01-10 01:29:46 +00:00
tools
ufs Canonicalize copyright: use a date range rather than comma-delimited 2007-01-08 17:55:32 +00:00
vm Remove uma_zalloc_arg() hack, which coerced M_WAITOK to M_NOWAIT when 2007-01-10 21:04:43 +00:00
Makefile o Add cam to a list of cscope dirs. 2006-11-26 18:27:16 +00:00