freebsd-src/sys/compat
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
..
freebsd32 Add CTASSERT()'s to check that the sizes of our replicas of the 32 bit 2003-10-30 02:40:30 +00:00
ia32 Add CTASSERT()'s to check that the sizes of our replicas of the 32 bit 2003-10-30 02:40:30 +00:00
linprocfs Various style and type fixes in my last commit. 2003-10-20 04:10:20 +00:00
linux Reject negative ngrp arguments in linux_setgroups() and linux_setgroups16(); 2003-10-21 11:00:33 +00:00
netbsd Don't include <sys/buf.h> needlessly. 2003-04-01 09:02:58 +00:00
pecoff Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit 2003-09-25 01:10:26 +00:00
svr4 Fix some security bugs in the SVR4 emulator: 2003-10-20 10:38:48 +00:00