| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change p_can{debug,see,sched,signal}()'s first argument to be a thread | John Baldwin | 2002-05-19 | 1 | -4/+3 |
| * | p_cansignal() returns an errno value; at some point, the check for | Robert Watson | 2002-05-14 | 1 | -2/+2 |
| * | Remove trace_req(). | Jonathan Mini | 2002-05-09 | 1 | -14/+10 |
| * | expand_name fixes: | Alfred Perlstein | 2002-05-08 | 1 | -38/+32 |
| * | M_ZERO the temp buffer in expand_name() otherwise if an error occurs | Alfred Perlstein | 2002-05-07 | 1 | -1/+1 |
| * | Return the correct error code (ENOSYS, not EINVAL) from nosys(). Getting | Bruce Evans | 2002-05-05 | 1 | -1/+1 |
| * | - Reorder execve() so that it performs blocking operations before it | John Baldwin | 2002-05-02 | 1 | -2/+1 |
| * | Redo the sigio locking. | Alfred Perlstein | 2002-05-01 | 1 | -4/+10 |
| * | Avoid the user-visible effect of setting SA_NOCLDWAIT when the | Ian Dowse | 2002-04-27 | 1 | -3/+6 |
| * | Lock proctree_lock instead of pgrpsess_lock. | John Baldwin | 2002-04-16 | 1 | -5/+5 |
| * | - Change killpg1()'s first argument to be a thread instead of a process so | John Baldwin | 2002-04-13 | 1 | -36/+22 |
| * | Moved signal handling and rescheduling from userret() to ast() so that | Bruce Evans | 2002-04-04 | 1 | -3/+25 |
| * | Optimized the check for unmasked pending signals in CURSIG() using a new | Bruce Evans | 2002-04-04 | 1 | -8/+2 |
| * | Fixed some style bugs in the removal of __P(()). The main ones were | Bruce Evans | 2002-03-24 | 1 | -7/+7 |
| * | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -10/+10 |
| * | Fix warning in !SMP case. | Poul-Henning Kamp | 2002-02-26 | 1 | -0/+2 |
| * | Lock struct pgrp, session and sigio. | Seigo Tanimura | 2002-02-23 | 1 | -15/+29 |
| * | Fixed a typo in rev.1.65 that gave a reference to a nonexistent variable. | Bruce Evans | 2002-02-15 | 1 | -1/+1 |
| * | In a threaded world, differnt priorirites become properties of | Julian Elischer | 2002-02-11 | 1 | -4/+3 |
| * | Add a comment indicating that VOP_GETATTR() is called without appropriate | Robert Watson | 2002-02-10 | 1 | -0/+2 |
| * | Pre-KSE/M3 commit. | Julian Elischer | 2002-02-07 | 1 | -2/+2 |
| * | o Revert kern_sig.c#1.143, as cr_cansignal() doesn't currently permit | Robert Watson | 2002-01-10 | 1 | -3/+14 |
| * | - Teach SIGIO code to use cr_cansignal() instead of a custom CANSIGIO() | Robert Watson | 2002-01-06 | 1 | -13/+3 |
| * | Change the preemption code for software interrupt thread schedules and | John Baldwin | 2002-01-05 | 1 | -4/+4 |
| * | o Wording fix in comment. | Robert Watson | 2001-12-14 | 1 | -1/+1 |
| * | _SIG_MAXSIG (128) is the highest legal signal. The arrays are offset | Peter Wemm | 2001-11-03 | 1 | -2/+2 |
| * | Partial reversion of rev 1.138. kill and killpg allow a signal | Peter Wemm | 2001-11-03 | 1 | -2/+2 |
| * | We have a _SIG_VALID() macro, so use it instead of duplicating the test all | Dag-Erling Smørgrav | 2001-11-02 | 1 | -7/+5 |
| * | Fix a typo in do_sigaction() where sa_sigaction and sa_handler were | Ian Dowse | 2001-10-07 | 1 | -3/+3 |
| * | Lock the vnode while truncating the corefile. This fixes a panic | Paul Saab | 2001-09-26 | 1 | -0/+2 |
| * | Replace line accidentally deleted during KSE additions. | Julian Elischer | 2001-09-17 | 1 | -1/+1 |
| * | o Correct authorization check in CANSIGIO(), which suffered from incorrect | Robert Watson | 2001-09-15 | 1 | -4/+5 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -78/+166 |
| * | This brings in a Yahoo coredump patch from Paul, with additional mods by | Matthew Dillon | 2001-09-08 | 1 | -4/+19 |
| * | Call sendsig() with the proc lock held and return with it held. | John Baldwin | 2001-09-06 | 1 | -4/+0 |
| * | Giant Pushdown | Matthew Dillon | 2001-09-01 | 1 | -37/+133 |
| * | Remove the MPSAFE keyword from the parser for syscalls.master. | Matthew Dillon | 2001-08-30 | 1 | -0/+4 |
| * | Prevent passing a null pointer as a filename to vn_open(), | Peter Pentchev | 2001-08-24 | 1 | -0/+2 |
| * | Make COMPAT_43 optional again. XXX we need COMPAT_FBSD3 etc for this | Peter Wemm | 2001-08-21 | 1 | -0/+2 |
| * | Temporarily back out kern_sig.c rev 1.125 and kern_exit.c rev 1.131. | Peter Wemm | 2001-08-01 | 1 | -4/+5 |
| * | As per further discussions on hackers redo the SIGCHLD patch to not generate | Matthew Dillon | 2001-07-22 | 1 | -5/+4 |
| * | Grab Giant around postsig() since sendsig() can call into the vm to | John Baldwin | 2001-07-03 | 1 | -6/+0 |
| * | - Change CURSIG() and postsig() to require that the proc lock is held | John Baldwin | 2001-06-22 | 1 | -9/+10 |
| * | Lock Giant in postsig() for the KTRACE case as ktrpsig() needs Giant when | John Baldwin | 2001-06-18 | 1 | -0/+4 |
| * | Try to make the setting of the SIGCHLD handler the same as setting of | David Malone | 2001-06-11 | 1 | -1/+4 |
| * | o Merge contents of struct pcred into struct ucred. Specifically, add the | Robert Watson | 2001-05-25 | 1 | -12/+11 |
| * | - Remove unneeded include of sys/ipl.h. | John Baldwin | 2001-05-15 | 1 | -3/+2 |
| * | Properly copy the P_ALTSTACK flag in struct proc::p_flag to the child | Akinori MUSHA | 2001-05-07 | 1 | -0/+1 |
| * | Overhaul of the SMP code. Several portions of the SMP kernel support have | John Baldwin | 2001-04-27 | 1 | -4/+3 |
| * | Change the pfind() and zpfind() functions to lock the process that they | John Baldwin | 2001-04-24 | 1 | -27/+16 |