summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_signal.c
AgeCommit message (Expand)Author
2023-09-18linux(4): On Linux SIGKILL can not be reset to defaultDmitry Chagin
2023-09-18linux(4): Staticize lsiginfo_to_siginfoDmitry Chagin
2023-08-18linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-04-26linux(4): Use inlined LINUX_KERNVER for tests to improve readabilityDmitry Chagin
2023-02-14linux(4): Rename linux_timer.h to linux_time.hDmitry Chagin
2023-02-14linux(4): Cleanup includes under compat/linuxDmitry Chagin
2023-02-12linux(4): Get rid of the opt_compat.h include.Dmitry Chagin
2022-07-16linux(4): Fix a typo in a source code commentGordon Bergling
2022-06-22linux(4): Trace Linux l_sigset_t.Dmitry Chagin
2022-05-30linux(4): Prefer sizeof(object) vs sizeof(type)Dmitry Chagin
2022-05-30linux(4): Error is not a bool, use proper comparisonDmitry Chagin
2022-05-30linux(4): Use the copyin_sigset() in the remaining placesDmitry Chagin
2022-05-19linux(4): Convert the native kernel signal codes into the Linux codesDmitry Chagin
2022-05-08linux(4): Add a helper intended for copying timespec's from the userspace.Dmitry Chagin
2022-04-26linux(4): Add copyin_sigset() helper.Dmitry Chagin
2022-04-25linux(4): Refactor signal send methods.Dmitry Chagin
2021-10-29linux: Also translate the signal if the code is CLD_KILLEDEdward Tomasz Napierala
2021-07-27linux: implement sigaltstack(2) on arm64Edward Tomasz Napierala
2021-07-23linux: implement rt_sigsuspend(2) on arm64Edward Tomasz Napierala
2021-07-13linux(4): Improve comment about SA_RESTOREREdward Tomasz Napierala
2021-06-10linux(4): Implement rt_sigtimedwait_time64 system call.Dmitry Chagin
2021-06-07linux(4): optimize ksiginfo to siginfo conversion.Dmitry Chagin
2021-06-07linux(4): Properly convert linux siginfo to native siginfoDmitry Chagin
2021-06-07linux(4): Fix timeout parameter of rt_sigtimedwait syscall, which isDmitry Chagin
2020-09-01compat: clean up empty lines in .c and .h filesMateusz Guzik
2020-06-30Make linux(4) ignore SA_INTERRUPT. The zsh(1) binary from Bionic uses it.Edward Tomasz Napierala
2020-06-27Make linux(4) warn about unsupported SA_ flags.Edward Tomasz Napierala
2019-12-13Add kern_kill() and use it in Linuxulator. It's just a cleanup,Edward Tomasz Napierala
2019-05-13Linuxulator depends on a fundamental kernel settings such as SMP. ManyDmitry Chagin
2018-03-12Linuxulator: apply style(9) to returnEd Maste
2018-02-16Rationalize license text on Linuxolator filesEd Maste
2018-02-05Linuxolator whitespace cleanupEd Maste
2017-11-27sys/compat: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-11Use pfind_any in linux_rt_sigqueueinfo and kern_sigqueueMateusz Guzik
2017-02-19Implement rt_tgsigqueueinfo system call used by glibc for pthread_sigqueue(3).Dmitry Chagin
2015-05-24Rework signal code to allow using it by other modules, like linprocfs:Dmitry Chagin
2015-05-24According to Linux man sigaltstack(3) shall return EINVAL if the ssDmitry Chagin
2015-05-24Use the BSD_TO_LINUX_SIGNAL() wherever there is no needDmitry Chagin
2015-05-24Fix compilation with -DDEBUG option.Dmitry Chagin
2015-05-24Disable i386 call for x86-64 Linux.Dmitry Chagin
2015-05-24Implement rt_sigqueueinfo() system call.Dmitry Chagin
2015-05-24Add a siginfo_t conversion function.Dmitry Chagin
2015-05-24Switch linuxulator to use the native 1:1 threads.Dmitry Chagin
2012-01-15Convert files to UTF-8Ulrich Spörlein
2011-09-16In order to maximize the re-usability of kernel code in user space thisKip Macy
2011-02-15For realtime signals fill the sigval value.Dmitry Chagin
2011-02-15Make a linux_rt_sigtimedwait() system call is actually working.Dmitry Chagin
2011-02-15Style(9) fix. Wrap long lines in linux_rt_sigtimedwait().Dmitry Chagin
2011-01-23Style(9) fix.Dmitry Chagin