freebsd-nq/sys/alpha
Peter Wemm c692fbe091 At great personal risk, add a __packed and __aligned(x) define that
expand to __attribute__((packed)) and __attribute__((aligned(x)))
respectively.  Replace the handful of gcc-ism's that use
__attribute__((aligned(16))) etc around the kernel with __aligned(16).

There are over 400 __attribute__((packed)) to deal with, that can come
later.  I just want to use __packed in new code rather than add more
gcc-ism's.
2002-09-23 05:55:10 +00:00
..
alpha o Remove an initialized but unused variable from pmap_remove_all(). 2002-09-21 19:42:11 +00:00
compile Don't need the .keep_me files. Obrien and I committed past each other. 2001-07-01 23:35:44 +00:00
conf remove unit counts from atkbdc, pckbd, sc 2002-08-20 00:10:22 +00:00
include Be careful not to define GCC-specific optimizations in the non-GCC 2002-09-23 04:32:17 +00:00
isa Tidy up some loose ends. 2002-04-29 07:43:16 +00:00
linux It seems I accidently committed a change that removed the userland includes 2002-09-17 07:22:23 +00:00
mcbus Initialise the AS4100 console at the same time as most of the other 2002-03-26 19:46:40 +00:00
osf1 Use the fields in the sysentvec and in the vm map header in place of the 2002-09-21 22:07:17 +00:00
pci At great personal risk, add a __packed and __aligned(x) define that 2002-09-23 05:55:10 +00:00
tlsb Change the suser() API to take advantage of td_ucred as well as do a 2002-04-01 21:31:13 +00:00
Makefile Add a dopey makefile to do the tags dance, which is probably not perfect 2000-12-31 23:26:34 +00:00