NetBSD/sys/arch/powerpc
dsl 06b0a1bdab Define netbsd32_uint64 for 64bit integers with the alignment requirement
of the corresponding 32bit architecture.
Use it for the 64bit items in netbsd32_statvfs so that the structure
doesn't collect 8byte alignment (and 4 bytes of trailing padding).
This replaces the 'packed' attribute which wasn't architecture specific
and would cause massive overheads accessing every member of sparc64.
Should allow the MIPS64 port do DTRT.
2007-09-16 22:35:01 +00:00
..
conf Remove leftover netns stuff. 2007-07-07 05:13:14 +00:00
fpu
ibm4xx Constify. 2007-08-26 22:28:52 +00:00
include Define netbsd32_uint64 for 64bit integers with the alignment requirement 2007-09-16 22:35:01 +00:00
isa Use char* and not void* with mtod() before doing pointer arithmetic 2007-03-07 17:22:27 +00:00
marvell Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
oea Generic soft interrupts are mandatory. 2007-07-14 21:48:17 +00:00
powerpc cpu_lwp_fork: don't rely on struct mdlwp being zeroed in advance. 2007-08-17 23:58:45 +00:00
tools/chrpicon
Makefile