summaryrefslogtreecommitdiff
path: root/sys/compat/common/kern_sig_43.c
AgeCommit message (Expand)Author
2021-11-01Use "stack_t" instead of "struct sigaltstack", as the former is thethorpej
2021-09-07sys/compat: Memset zero before copyout.riastradh
2020-01-01Fix three stack info leaks, found by kMSan when just invoking all syscallsmaxv
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2011-01-19Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>.tsutsui
2009-11-23Use lwp_getpcb() in compat code, clean from struct user.rmind
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-12-04Remove all the __Pdsl
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
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-07-23Use the LWP cached credentials where sane.ad
2006-05-14integrate kauth.elad
2005-12-11merge ktrace-lwp.christos
2005-09-13compat code reorg.christos
2003-09-06SA_SIGINFO changeschristos
2003-01-18Merge the nathanw_sa branch.thorpej
2002-07-04Add kernel support for having userland provide the signal trampoline:thorpej
2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem
2001-05-30use _KERNEL_OPT.mrg
2000-12-17make LKM safejdolecek
2000-06-28remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-03-30Kill register declarations.augustss
1999-04-29Make ss_size something reasonable (not 0) so sigaltstack does not fail.christos
1998-09-14Fix copyout() arguments.pk
1998-09-11Substantial signal handling changes:mycroft
1998-07-05* defopt COMPAT_{09,10,11,12,13} and COMPAT_NOMID.jonathan
1996-03-14Fix compiler warningschristos
1996-01-04Changed name of sigaltstack's ss_base field to ss_sp to match XPG4.2 andjtc
1995-10-07Prefix names of system call implementation functions with `sys_'.mycroft
1995-09-19Make system calls conform to a standard prototype and bring thosethorpej
1995-08-17Update for signal handling changes.mycroft
1995-08-15Rename ss_flags bits.mycroft
1995-06-24- Extracted all compat routines from the kern directory and moved here.christos