Home
last modified time | relevance | path

Searched hist:d8417bd7 (Results 1 – 12 of 12) sorted by relevance

/openbsd/sys/arch/arm/arm/
H A Dsigcode.Sd8417bd7 Tue Dec 12 07:37:20 GMT 2023 deraadt <deraadt@openbsd.org> The sigtramp was calling sigreturn(2), and upon failure exit(2), which
doesn't make sense anymore. It is better to just issue an illegal
instruction.
ok kettenis, with some misgivings about inconsistant approaches between
architectures.
In the future we could change sigreturn(2) to never return an exit code,
but always just terminate the process. We stopped this system call
from being callable ages ago with msyscall(2), and there is no stub for
it in libc.. maybe that's the next step to take?
/openbsd/sys/arch/riscv64/riscv64/
H A Dlocore.Sd8417bd7 Tue Dec 12 07:37:20 GMT 2023 deraadt <deraadt@openbsd.org> The sigtramp was calling sigreturn(2), and upon failure exit(2), which
doesn't make sense anymore. It is better to just issue an illegal
instruction.
ok kettenis, with some misgivings about inconsistant approaches between
architectures.
In the future we could change sigreturn(2) to never return an exit code,
but always just terminate the process. We stopped this system call
from being callable ages ago with msyscall(2), and there is no stub for
it in libc.. maybe that's the next step to take?
/openbsd/sys/arch/sh/sh/
H A Dlocore_subr.Sd8417bd7 Tue Dec 12 07:37:20 GMT 2023 deraadt <deraadt@openbsd.org> The sigtramp was calling sigreturn(2), and upon failure exit(2), which
doesn't make sense anymore. It is better to just issue an illegal
instruction.
ok kettenis, with some misgivings about inconsistant approaches between
architectures.
In the future we could change sigreturn(2) to never return an exit code,
but always just terminate the process. We stopped this system call
from being callable ages ago with msyscall(2), and there is no stub for
it in libc.. maybe that's the next step to take?
/openbsd/sys/arch/m88k/m88k/
H A Dsubr.Sd8417bd7 Tue Dec 12 07:37:20 GMT 2023 deraadt <deraadt@openbsd.org> The sigtramp was calling sigreturn(2), and upon failure exit(2), which
doesn't make sense anymore. It is better to just issue an illegal
instruction.
ok kettenis, with some misgivings about inconsistant approaches between
architectures.
In the future we could change sigreturn(2) to never return an exit code,
but always just terminate the process. We stopped this system call
from being callable ages ago with msyscall(2), and there is no stub for
it in libc.. maybe that's the next step to take?
/openbsd/sys/arch/mips64/mips64/
H A Dlcore_access.Sd8417bd7 Tue Dec 12 07:37:20 GMT 2023 deraadt <deraadt@openbsd.org> The sigtramp was calling sigreturn(2), and upon failure exit(2), which
doesn't make sense anymore. It is better to just issue an illegal
instruction.
ok kettenis, with some misgivings about inconsistant approaches between
architectures.
In the future we could change sigreturn(2) to never return an exit code,
but always just terminate the process. We stopped this system call
from being callable ages ago with msyscall(2), and there is no stub for
it in libc.. maybe that's the next step to take?
/openbsd/sys/arch/powerpc64/powerpc64/
H A Dlocore.Sd8417bd7 Tue Dec 12 07:37:20 GMT 2023 deraadt <deraadt@openbsd.org> The sigtramp was calling sigreturn(2), and upon failure exit(2), which
doesn't make sense anymore. It is better to just issue an illegal
instruction.
ok kettenis, with some misgivings about inconsistant approaches between
architectures.
In the future we could change sigreturn(2) to never return an exit code,
but always just terminate the process. We stopped this system call
from being callable ages ago with msyscall(2), and there is no stub for
it in libc.. maybe that's the next step to take?
/openbsd/sys/arch/arm64/arm64/
H A Dlocore.Sd8417bd7 Tue Dec 12 07:37:20 GMT 2023 deraadt <deraadt@openbsd.org> The sigtramp was calling sigreturn(2), and upon failure exit(2), which
doesn't make sense anymore. It is better to just issue an illegal
instruction.
ok kettenis, with some misgivings about inconsistant approaches between
architectures.
In the future we could change sigreturn(2) to never return an exit code,
but always just terminate the process. We stopped this system call
from being callable ages ago with msyscall(2), and there is no stub for
it in libc.. maybe that's the next step to take?
/openbsd/sys/arch/macppc/macppc/
H A Dlocore.Sd8417bd7 Tue Dec 12 07:37:20 GMT 2023 deraadt <deraadt@openbsd.org> The sigtramp was calling sigreturn(2), and upon failure exit(2), which
doesn't make sense anymore. It is better to just issue an illegal
instruction.
ok kettenis, with some misgivings about inconsistant approaches between
architectures.
In the future we could change sigreturn(2) to never return an exit code,
but always just terminate the process. We stopped this system call
from being callable ages ago with msyscall(2), and there is no stub for
it in libc.. maybe that's the next step to take?
/openbsd/sys/arch/hppa/hppa/
H A Dlocore.Sd8417bd7 Tue Dec 12 07:37:20 GMT 2023 deraadt <deraadt@openbsd.org> The sigtramp was calling sigreturn(2), and upon failure exit(2), which
doesn't make sense anymore. It is better to just issue an illegal
instruction.
ok kettenis, with some misgivings about inconsistant approaches between
architectures.
In the future we could change sigreturn(2) to never return an exit code,
but always just terminate the process. We stopped this system call
from being callable ages ago with msyscall(2), and there is no stub for
it in libc.. maybe that's the next step to take?
/openbsd/sys/arch/amd64/amd64/
H A Dlocore.Sd8417bd7 Tue Dec 12 07:37:20 GMT 2023 deraadt <deraadt@openbsd.org> The sigtramp was calling sigreturn(2), and upon failure exit(2), which
doesn't make sense anymore. It is better to just issue an illegal
instruction.
ok kettenis, with some misgivings about inconsistant approaches between
architectures.
In the future we could change sigreturn(2) to never return an exit code,
but always just terminate the process. We stopped this system call
from being callable ages ago with msyscall(2), and there is no stub for
it in libc.. maybe that's the next step to take?
/openbsd/sys/arch/sparc64/sparc64/
H A Dlocore.sd8417bd7 Tue Dec 12 07:37:20 GMT 2023 deraadt <deraadt@openbsd.org> The sigtramp was calling sigreturn(2), and upon failure exit(2), which
doesn't make sense anymore. It is better to just issue an illegal
instruction.
ok kettenis, with some misgivings about inconsistant approaches between
architectures.
In the future we could change sigreturn(2) to never return an exit code,
but always just terminate the process. We stopped this system call
from being callable ages ago with msyscall(2), and there is no stub for
it in libc.. maybe that's the next step to take?
/openbsd/sys/arch/i386/i386/
H A Dlocore.sd8417bd7 Tue Dec 12 07:37:20 GMT 2023 deraadt <deraadt@openbsd.org> The sigtramp was calling sigreturn(2), and upon failure exit(2), which
doesn't make sense anymore. It is better to just issue an illegal
instruction.
ok kettenis, with some misgivings about inconsistant approaches between
architectures.
In the future we could change sigreturn(2) to never return an exit code,
but always just terminate the process. We stopped this system call
from being callable ages ago with msyscall(2), and there is no stub for
it in libc.. maybe that's the next step to take?