/usr.bin/bthset/

td>
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/compat/netbsd32/netbsd32_signal.c
AgeCommit message (Expand)Author
2022-08-03Pull up following revision(s), all via patchmartin
2019-11-19Pull up following revision(s) (requested by rin in ticket #456):martin
2017-12-17handle siginfo requests for ptrace32christos
2017-12-06disable 32 bit signal ktrace records; 32 bit traced process produce 64 bitchristos
2016-09-18remove multiple default.christos
2016-09-18more ifdef KTRACEchristos
2016-09-17deal with not having KTRACEchristos
2016-09-13Allow emulations to override the creation of ktrace records for postingmartin
2015-06-20Implement modctl, sigqueinfo and mq_*martin
2014-01-24sigaction until 1.4 had an int sigmask, don't trash the stack.christos
2012-02-19Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!rmind
2011-11-18add a copyin function for sigset so that we can use sigtimedwait1 fromchristos
2011-02-03Explicitly initialize ucontext before calling getmcontext.joerg
2010-04-23Replace M_IOV and some malloc(9)s with kmem(9), and while there:rmind
2010-01-19A few more instances of __sigtimedwait1 -> sigtimedwait1pooka
2009-01-11merge christos-time_tchristos
2008-10-15Merge wrstuden-revivesa into HEAD.wrstuden
2008-05-29remove clause #3 from my license where there are no othermrg
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-10-08LOCK_ASSERT -> KASSERTad
2007-06-16Modify the (recently added) compat_sigaltstack() #define to take thedsl
2007-05-21rename si_sigval -> si_value to match POSIX RTS.christos
2007-03-18Change all the NETBSD32PTR64(SCARG(uap, xxx))) to SCARG_P32(uap, xxx).dsl
2007-03-16remove all the double (and triple) casts used to convert 32bit userspacedsl
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-19Make netbsd32_{get,set}ucontext and associated functionscube
2007-02-09Merge newlock2 to head.ad
2006-11-08-SUS says that a successful call to setcontext(2) does not return. Thisdrochner
2006-03-15SA introduce a new case of siginfo structure. Be ready for it when thecube
2005-12-11merge ktrace-lwp.christos
2005-09-27make this compile again.chs
2005-09-24make the siginfo converters static and comment out the one that is not used.christos
2005-09-24include new compat siginfo header.christos
2005-09-13make this compile again.christos
2005-08-19Fix lossage I created with the 64 bit ino_t change.christos
2005-07-23Implement __sigtimedwait(2).cube
2005-06-02in siginfo conversion functions, declare the source operand as "const"drochner
2005-02-26nuke trailing whitespaceperry
2003-10-13Implement 32bit get/setcontext entry points.fvdl
2003-01-18Merge the nathanw_sa branch.thorpej
2002-11-27Complete the rename: s/sa_/<compat>_sa_/gatatat
2002-10-23In preparation for COMPAT_NETBSD32 on SH-5:scw
2002-07-04Add kernel support for having userland provide the signal trampoline:thorpej