| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sigaltstack as per-threaded, because per-process sigaltstack state | davidxu | 2004-01-03 | 1 | -6/+6 |
* | Use __FBSDID(). | obrien | 2003-06-10 | 1 | -2/+3 |
* | - Merge struct procsig with struct sigacts. | jhb | 2003-05-13 | 1 | -0/+3 |
* | - Remove unnecessary useracc() calls from osf1_sigreturn(). | alc | 2003-04-29 | 1 | -12/+3 |
* | Lock Giant around calls to useracc() in osf1_sigreturn() so that the | jhb | 2003-04-25 | 1 | -1/+5 |
* | - Replace inline implementations of sigprocmask() with calls to | jhb | 2003-04-22 | 1 | -194/+64 |
* | - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with | jeff | 2003-03-31 | 1 | -14/+15 |
* | - Use sigexit() instead of twiddling the signal mask, catch, ignore, and | jeff | 2003-03-31 | 1 | -5/+1 |
* | Change the console interface to pass a "struct consdev *" instead of a | phk | 2003-02-20 | 1 | -0/+1 |
* | SCARGS removal take II. | alfred | 2002-12-14 | 1 | -37/+37 |
* | Backout removal SCARGS, the code freeze is only "selectively" over. | alfred | 2002-12-13 | 1 | -37/+37 |
* | Remove SCARGS. | alfred | 2002-12-13 | 1 | -37/+37 |
* | Split 4.x and 5.x signal handling so that we can keep 4.x signal | peter | 2002-10-25 | 1 | -5/+6 |
* | Back our kernel support for reliable signal queues. | jmallett | 2002-10-01 | 1 | -2/+1 |
* | First half of implementation of ksiginfo, signal queues, and such. This | jmallett | 2002-09-30 | 1 | -1/+2 |
* | - Split the unaligned access check flags out of md_flags in struct mdthread | jhb | 2002-07-31 | 1 | -1/+1 |
* | Fix typo in the BSD copyright: s/withough/without/ | schweikh | 2002-06-02 | 1 | -1/+1 |
* | o Eliminate the use of grow_stack() and useracc() from sendsig(), osendsig(), | alc | 2002-04-05 | 1 | -16/+13 |
* | Moved signal handling and rescheduling from userret() to ast() so that | bde | 2002-04-04 | 1 | -0/+3 |
* | Remove __P(). This was tested on the GENERIC kernel. | obrien | 2002-03-20 | 1 | -4/+4 |
* | This file does not need to include procfs.h. This fixes a bunch of warnings. | des | 2002-01-01 | 1 | -1/+0 |
* | Overzealous search/replace: PROC_LOCK_ASSERT(p, not PROC_LOCK_ASSERT(td, | peter | 2001-09-23 | 1 | -1/+1 |
* | Pass 1: update for KSE and NFS changes. Somehow this got missed. | peter | 2001-09-20 | 1 | -52/+61 |
* | Call sendsig() with the proc lock held and return with it held. | jhb | 2001-09-06 | 1 | -2/+2 |
* | Add a new MI pointer to the process' trapframe p_frame instead of using | jhb | 2001-06-29 | 1 | -4/+4 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 1 | -1/+1 |
* | Grab the process lock while calling psignal and before calling psignal. | jhb | 2001-03-07 | 1 | -1/+1 |
* | Fix the osfulator in the face of Doug's optimized system call return path. | gallatin | 2001-02-21 | 1 | -0/+2 |
* | Proc locking. | jhb | 2001-01-24 | 1 | -2/+12 |
* | Next phase in the PCI subsystem cleanup. | msmith | 2000-12-08 | 1 | -0/+1 |
* | Don't use p->p_sigstk.ss_flags to keep state of whether the | marcel | 2000-11-30 | 1 | -2/+2 |
* | Simplify and correct OSF/1 signal handling. | gallatin | 2000-11-10 | 1 | -92/+13 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -0/+1 |
* | Finally add the Alpha OSF/1 compat code. I will add it to the | gallatin | 1999-12-14 | 1 | -0/+822 |