summaryrefslogtreecommitdiffstats
path: root/sys/alpha/osf1/osf1_signal.c
Commit message (Expand)AuthorAgeFilesLines
* First pass at removing Alpha kernel support.jhb2006-05-111-637/+0
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-141-2/+6
* Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,rwatson2005-09-281-24/+6
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),rwatson2005-09-191-6/+24
* Backout previous change (disabling of security checks for signals deliveredsobomax2005-02-131-1/+1
* Split out kill(2) syscall service routine into user-level and kernel part, thesobomax2005-02-131-1/+1
* Begin all license/copyright comments with /*- or #-imp2005-01-051-1/+1
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-271-1/+1
* Make sigaltstack as per-threaded, because per-process sigaltstack statedavidxu2004-01-031-6/+6
* Use __FBSDID().obrien2003-06-101-2/+3
* - Merge struct procsig with struct sigacts.jhb2003-05-131-0/+3
* - Remove unnecessary useracc() calls from osf1_sigreturn().alc2003-04-291-12/+3
* Lock Giant around calls to useracc() in osf1_sigreturn() so that thejhb2003-04-251-1/+5
* - Replace inline implementations of sigprocmask() with calls tojhb2003-04-221-194/+64
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-311-14/+15
* - Use sigexit() instead of twiddling the signal mask, catch, ignore, andjeff2003-03-311-5/+1
* Change the console interface to pass a "struct consdev *" instead of aphk2003-02-201-0/+1
* SCARGS removal take II.alfred2002-12-141-37/+37
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-131-37/+37
* Remove SCARGS.alfred2002-12-131-37/+37
* Split 4.x and 5.x signal handling so that we can keep 4.x signalpeter2002-10-251-5/+6
* Back our kernel support for reliable signal queues.jmallett2002-10-011-2/+1
* First half of implementation of ksiginfo, signal queues, and such. Thisjmallett2002-09-301-1/+2
* - Split the unaligned access check flags out of md_flags in struct mdthreadjhb2002-07-311-1/+1
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-021-1/+1
* o Eliminate the use of grow_stack() and useracc() from sendsig(), osendsig(),alc2002-04-051-16/+13
* Moved signal handling and rescheduling from userret() to ast() so thatbde2002-04-041-0/+3
* Remove __P(). This was tested on the GENERIC kernel.obrien2002-03-201-4/+4
* This file does not need to include procfs.h. This fixes a bunch of warnings.des2002-01-011-1/+0
* Overzealous search/replace: PROC_LOCK_ASSERT(p, not PROC_LOCK_ASSERT(td,peter2001-09-231-1/+1
* Pass 1: update for KSE and NFS changes. Somehow this got missed.peter2001-09-201-52/+61
* Call sendsig() with the proc lock held and return with it held.jhb2001-09-061-2/+2
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-291-4/+4
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-231-1/+1
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-071-1/+1
* Fix the osfulator in the face of Doug's optimized system call return path.gallatin2001-02-211-0/+2
* Proc locking.jhb2001-01-241-2/+12
* Next phase in the PCI subsystem cleanup.msmith2000-12-081-0/+1
* Don't use p->p_sigstk.ss_flags to keep state of whether themarcel2000-11-301-2/+2
* Simplify and correct OSF/1 signal handling.gallatin2000-11-101-92/+13
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Finally add the Alpha OSF/1 compat code. I will add it to thegallatin1999-12-141-0/+822
OpenPOWER on IntegriCloud