summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_signal.c
AgeCommit message (Expand)Author
2021-11-01Use "stack_t" instead of "struct sigaltstack", as the former is thethorpej
2021-10-27Use __SIGTRAMP_SIGCODE_VERSION rather than hard-coding 0.thorpej
2021-09-23add support COMPAT_LINUX for aarch64ryo
2021-09-19- LINUX_SIGEV_PAD is incorrect for 64-bit systems, because sigval_tthorpej
2021-09-07sys/compat: Memset zero before copyout.riastradh
2020-05-23Move proc_lock into the data segment. It was dynamically allocated becausead
2020-04-29Fix proc lookup by distinguishing between the "tgid" and "tid" cases.thorpej
2019-08-23Fix info leaks in sigaltstack.maxv
2018-01-07Ignore signal 64 for now (go uses it)christos
2017-02-20KNF; no binary changesrin
2017-02-20CID 980928: fix NULL pointer dereferecerin
2015-11-14PR/50428: Rin Okuyama: support SA_RESTORER flag for rt_sigaction(2) in thechristos
2014-11-09Do not uselessly include <sys/malloc.h>.maxv
2011-11-18remove one more kassertchristos
2011-11-18remove incorrect assertions (the len passed is the size of the bsd structurechristos
2011-11-18- add sigtimedwait support.christos
2011-06-30dependant -> dependentwiz
2010-07-07many changes for COMPAT_LINUX:chs
2010-07-01Remove pfind() and pgfind(), fix locking in various broken uses of these.rmind
2009-06-08Small rt_queueinfo(2) update, to require a linux_siginfo structure.njoly
2009-05-29Add native to linux siginfo si_status translation, used on i386 andnjoly
2009-02-18Do not protect native_to_linux_si_code() under LINUX_NPTL anymore, nownjoly
2008-10-21Do not use native_to_linux_si_code() outside LINUX_NPTL; until injoly
2008-10-21tkill/tgkill syscalls cleanup.njoly
2008-10-19Add native to linux siginfo si_code translation, mostly for negativenjoly
2008-07-30Fix linux_sigismember/linux_sigaddset to work on amd64 (and othernjoly
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-24Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, sincead
2008-04-24Network protocol interrupts can now block on locks, so merge the globalsad
2008-04-23Tweak locking.ad
2007-12-20Convert all the system call entry points from:dsl
2007-12-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl
2007-12-04Remove all the __Pdsl
2007-10-19Add compat_linux and exec_linux_elf lkm support for amd64:njoly
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-09Merge newlock2 to head.ad
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-13avoid empty if body.christos
2005-11-23- Add Linux tkill and tgkill (partial emulation).manu
2005-09-19MINSIGSTKSZ on linux is different depending on the platform and usuallychristos
2005-05-20tramp and vers are used unconditionally, make them visible everywhere.mrg
2005-05-19Add support for Linux SA_RESTORER on amd64.manu
2005-05-16Include linux_sigevent.h (to be used later).fvdl
2005-05-09#endif for LINUX_SS_ONSTACK needs to go after linux_sys_sigaltstack or buildsjmc
2005-05-03First work on COMPAT_LINUX/amd64manu
2005-02-26nuke trailing whitespaceperry
2003-07-03make the converter of sigaltstack public.christos
2003-01-18Merge the nathanw_sa branch.thorpej
2002-11-26rename: s/sa_/<compat>sa/gchristos