freebsd-nq/sys/compat
Konstantin Belousov 2f304845e2 Do not allocate struct statfs on kernel stack.
Right now size of the structure is 472 bytes on amd64, which is
already large and stack allocations are indesirable.  With the ino64
work, MNAMELEN is increased to 1024, which will make it impossible to have
struct statfs on the stack.

Extracted from:	ino64 work by gleb
Discussed with:	mckusick
Tested by:	pho
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
2017-01-05 17:19:26 +00:00
..
cloudabi cloudabi: use fget_cap instead of hand-rolling capability read 2016-09-23 23:08:23 +00:00
cloudabi32 Regenerate syscall provider argument strings. 2016-09-22 04:50:03 +00:00
cloudabi64 Regenerate syscall provider argument strings. 2016-09-22 04:50:03 +00:00
freebsd32 Do not allocate struct statfs on kernel stack. 2017-01-05 17:19:26 +00:00
ia32 Tidy up ia32_sysvec sv_flags setting 2016-10-20 20:29:54 +00:00
linprocfs Remove PG_CACHED-related fields from struct vmmeter, because they are no 2016-11-22 18:13:46 +00:00
linsysfs Add support to the jail framework to be able to mount linsysfs(5) and 2015-07-19 08:52:35 +00:00
linux Do not allocate struct statfs on kernel stack. 2017-01-05 17:19:26 +00:00
linuxkpi/common Implement more list header file functions. 2016-12-26 10:41:51 +00:00
ndis ndis(4): Undo unneeded workarounds in ndis' rand(). 2016-05-22 14:13:20 +00:00
netbsd
svr4 Do not allocate struct statfs on kernel stack. 2017-01-05 17:19:26 +00:00
x86bios x86bios: spelling fix in a comment. 2016-04-30 00:34:04 +00:00