summaryrefslogtreecommitdiff
path: root/sys/compat/common/kern_sig_13.c
AgeCommit message (Expand)Author
2021-09-07sys/compat: Memset zero before copyout.riastradh
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2011-01-19Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>.tsutsui
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
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-06-16Modify the (recently added) compat_sigaltstack() #define to take thedsl
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
2005-12-11merge ktrace-lwp.christos
2005-09-13compat code reorg.christos
2003-01-18Merge the nathanw_sa branch.thorpej
2002-11-26rename: s/sa_/<compat>sa/gchristos
2002-07-04Add kernel support for having userland provide the signal trampoline:thorpej
2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem
2000-03-30Kill register declarations.augustss
1998-09-13Put the prototypes for native_sig*_to_sig*() in one place.thorpej
1998-09-11Substantial signal handling changes:mycroft
1997-11-29Modify the recent sigaltstack() interface change to use the __RENAME() scheme;kleink
1997-11-25In XPG4.2, the ss_size member of type stack_t (struct sigaltstack) is specifiedkleink