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