Searched hist:"849466665811981 d2e55201f6901d576d947a745" (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/arm64/linux/ |
H A D | syscalls.conf | diff 849466665811981d2e55201f6901d576d947a745 Thu Dec 09 05:37:28 CET 2021 Kyle Evans <kevans@FreeBSD.org> sysent: move away from allowing all compat options for other ABIs
Notably, the current compat_options only makes sense for native and freebsd32 ABIs. For the others, it just adds cruft. Switch to having sets of compat options, and default to the native set. Setup the other ABIs where it doesn't make sense to opt-out of the native set.
This removes some redundant COMPAT_FREEBSD* stuff from Linuxolator bits.
line_expr in makesyscalls.lua is fixed to allow empty strings to be specified, since they're harmless.
Reviewed by: brooks, kib (both earlier version) Differential Revision: https://reviews.freebsd.org/D33356
|
/freebsd/sys/amd64/linux/ |
H A D | syscalls.conf | diff 849466665811981d2e55201f6901d576d947a745 Thu Dec 09 05:37:28 CET 2021 Kyle Evans <kevans@FreeBSD.org> sysent: move away from allowing all compat options for other ABIs
Notably, the current compat_options only makes sense for native and freebsd32 ABIs. For the others, it just adds cruft. Switch to having sets of compat options, and default to the native set. Setup the other ABIs where it doesn't make sense to opt-out of the native set.
This removes some redundant COMPAT_FREEBSD* stuff from Linuxolator bits.
line_expr in makesyscalls.lua is fixed to allow empty strings to be specified, since they're harmless.
Reviewed by: brooks, kib (both earlier version) Differential Revision: https://reviews.freebsd.org/D33356
|
/freebsd/sys/amd64/linux32/ |
H A D | syscalls.conf | diff 849466665811981d2e55201f6901d576d947a745 Thu Dec 09 05:37:28 CET 2021 Kyle Evans <kevans@FreeBSD.org> sysent: move away from allowing all compat options for other ABIs
Notably, the current compat_options only makes sense for native and freebsd32 ABIs. For the others, it just adds cruft. Switch to having sets of compat options, and default to the native set. Setup the other ABIs where it doesn't make sense to opt-out of the native set.
This removes some redundant COMPAT_FREEBSD* stuff from Linuxolator bits.
line_expr in makesyscalls.lua is fixed to allow empty strings to be specified, since they're harmless.
Reviewed by: brooks, kib (both earlier version) Differential Revision: https://reviews.freebsd.org/D33356
|
/freebsd/sys/i386/linux/ |
H A D | syscalls.conf | diff 849466665811981d2e55201f6901d576d947a745 Thu Dec 09 05:37:28 CET 2021 Kyle Evans <kevans@FreeBSD.org> sysent: move away from allowing all compat options for other ABIs
Notably, the current compat_options only makes sense for native and freebsd32 ABIs. For the others, it just adds cruft. Switch to having sets of compat options, and default to the native set. Setup the other ABIs where it doesn't make sense to opt-out of the native set.
This removes some redundant COMPAT_FREEBSD* stuff from Linuxolator bits.
line_expr in makesyscalls.lua is fixed to allow empty strings to be specified, since they're harmless.
Reviewed by: brooks, kib (both earlier version) Differential Revision: https://reviews.freebsd.org/D33356
|