Home
last modified time | relevance | path

Searched hist:fea4a9aff120f704eb9b348c0279cb75bb715d77 (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.cdiff 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 Dfreebsd32.hdiff 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 Dfreebsd32_proto.hdiff 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 Dfreebsd32_syscall.hdiff 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 Dfreebsd32_syscalls.cdiff 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 Dfreebsd32_sysent.cdiff 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 Dfreebsd32_misc.cdiff 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