1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00
freebsd/sys/compat/ia32
Peter Wemm 60a8c422cd Add CTASSERT()'s to check that the sizes of our replicas of the 32 bit
structures come out the right size.

Fix the ones that broke.  stat32 had some missing fields from the end
and statfs32 was broken due to the strange definition of MNAMELEN
(which is dependent on sizeof(long))

I'm not sure if this fixes any actual problems or not.
2003-10-30 02:40:30 +00:00
..
ia32_genassym.c Initial sweep at dividing up the generic 32bit-on-64bit kernel support 2003-08-22 23:19:02 +00:00
ia32_signal.h Add CTASSERT()'s to check that the sizes of our replicas of the 32 bit 2003-10-30 02:40:30 +00:00
ia32_sigtramp.S Initial sweep at dividing up the generic 32bit-on-64bit kernel support 2003-08-22 23:19:02 +00:00
ia32_sysvec.c Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit 2003-09-25 01:10:26 +00:00
ia32_util.h Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit 2003-09-25 01:10:26 +00:00