/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_systrace_args.c | diff fea4a9aff120f704eb9b348c0279cb75bb715d77 Thu Nov 18 02:02:06 CET 2021 Brooks Davis <brooks@FreeBSD.org> fspacectl: remove unneeded freebsd32 wrapper
fspacectl(2) does not require special handling on freebsd32. The presence of off_t in a struct does not cause it's size to change between the native ABI and the 32-bit ABI supported by freebsd32 because off_t is always int64_t on BSD systems. Further, byte order only requires handling for paired argument or return registers.
(32-byte alignment of 64-bit objects on i386 can require special handling, but that situtation does not apply here.)
Reviewed by: kib, khng, emaste, delphij Differential Revision: https://reviews.freebsd.org/D32994
|
H A D | freebsd32.h | diff fea4a9aff120f704eb9b348c0279cb75bb715d77 Thu Nov 18 02:02:06 CET 2021 Brooks Davis <brooks@FreeBSD.org> fspacectl: remove unneeded freebsd32 wrapper
fspacectl(2) does not require special handling on freebsd32. The presence of off_t in a struct does not cause it's size to change between the native ABI and the 32-bit ABI supported by freebsd32 because off_t is always int64_t on BSD systems. Further, byte order only requires handling for paired argument or return registers.
(32-byte alignment of 64-bit objects on i386 can require special handling, but that situtation does not apply here.)
Reviewed by: kib, khng, emaste, delphij Differential Revision: https://reviews.freebsd.org/D32994
|
H A D | freebsd32_proto.h | diff fea4a9aff120f704eb9b348c0279cb75bb715d77 Thu Nov 18 02:02:06 CET 2021 Brooks Davis <brooks@FreeBSD.org> fspacectl: remove unneeded freebsd32 wrapper
fspacectl(2) does not require special handling on freebsd32. The presence of off_t in a struct does not cause it's size to change between the native ABI and the 32-bit ABI supported by freebsd32 because off_t is always int64_t on BSD systems. Further, byte order only requires handling for paired argument or return registers.
(32-byte alignment of 64-bit objects on i386 can require special handling, but that situtation does not apply here.)
Reviewed by: kib, khng, emaste, delphij Differential Revision: https://reviews.freebsd.org/D32994
|
H A D | freebsd32_syscall.h | diff fea4a9aff120f704eb9b348c0279cb75bb715d77 Thu Nov 18 02:02:06 CET 2021 Brooks Davis <brooks@FreeBSD.org> fspacectl: remove unneeded freebsd32 wrapper
fspacectl(2) does not require special handling on freebsd32. The presence of off_t in a struct does not cause it's size to change between the native ABI and the 32-bit ABI supported by freebsd32 because off_t is always int64_t on BSD systems. Further, byte order only requires handling for paired argument or return registers.
(32-byte alignment of 64-bit objects on i386 can require special handling, but that situtation does not apply here.)
Reviewed by: kib, khng, emaste, delphij Differential Revision: https://reviews.freebsd.org/D32994
|
H A D | freebsd32_syscalls.c | diff fea4a9aff120f704eb9b348c0279cb75bb715d77 Thu Nov 18 02:02:06 CET 2021 Brooks Davis <brooks@FreeBSD.org> fspacectl: remove unneeded freebsd32 wrapper
fspacectl(2) does not require special handling on freebsd32. The presence of off_t in a struct does not cause it's size to change between the native ABI and the 32-bit ABI supported by freebsd32 because off_t is always int64_t on BSD systems. Further, byte order only requires handling for paired argument or return registers.
(32-byte alignment of 64-bit objects on i386 can require special handling, but that situtation does not apply here.)
Reviewed by: kib, khng, emaste, delphij Differential Revision: https://reviews.freebsd.org/D32994
|
H A D | freebsd32_sysent.c | diff fea4a9aff120f704eb9b348c0279cb75bb715d77 Thu Nov 18 02:02:06 CET 2021 Brooks Davis <brooks@FreeBSD.org> fspacectl: remove unneeded freebsd32 wrapper
fspacectl(2) does not require special handling on freebsd32. The presence of off_t in a struct does not cause it's size to change between the native ABI and the 32-bit ABI supported by freebsd32 because off_t is always int64_t on BSD systems. Further, byte order only requires handling for paired argument or return registers.
(32-byte alignment of 64-bit objects on i386 can require special handling, but that situtation does not apply here.)
Reviewed by: kib, khng, emaste, delphij Differential Revision: https://reviews.freebsd.org/D32994
|
H A D | freebsd32_misc.c | diff fea4a9aff120f704eb9b348c0279cb75bb715d77 Thu Nov 18 02:02:06 CET 2021 Brooks Davis <brooks@FreeBSD.org> fspacectl: remove unneeded freebsd32 wrapper
fspacectl(2) does not require special handling on freebsd32. The presence of off_t in a struct does not cause it's size to change between the native ABI and the 32-bit ABI supported by freebsd32 because off_t is always int64_t on BSD systems. Further, byte order only requires handling for paired argument or return registers.
(32-byte alignment of 64-bit objects on i386 can require special handling, but that situtation does not apply here.)
Reviewed by: kib, khng, emaste, delphij Differential Revision: https://reviews.freebsd.org/D32994
|