summaryrefslogtreecommitdiffstats
path: root/sys/alpha/osf1/osf1_signal.c
Commit message (Expand)AuthorAgeFilesLines
* 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