| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC revision 1.350, move where we audit the PID to ensure that it gets | Christian S.J. Peron | 2007-11-04 | 1 | -1/+1 |
| * | Merge kern_sig.c:1.322, sys_process.c:1.136, vfs_vnops.c:1.238 from HEAD | Robert Watson | 2006-09-03 | 1 | -0/+7 |
| * | MFC: rev 1.329 | Paul Saab | 2006-05-15 | 1 | -2/+3 |
| * | MFC: Call vn_finished_write() before calling the coredump handler which will | Tor Egge | 2006-05-14 | 1 | -1/+1 |
| * | MFC revision 1.325. | David Xu | 2006-02-27 | 1 | -34/+44 |
| * | MFC following revisions to fix sleep queue and thread | David Xu | 2006-02-27 | 1 | -35/+39 |
| * | MFC following revisions: | David Xu | 2006-01-07 | 1 | -2/+0 |
| * | Fix a bug relavant to debugging, a masked signal unexpectedly interrupts | David Xu | 2005-06-06 | 1 | -52/+37 |
| * | Oops, forgot to update this file. | David Xu | 2005-04-19 | 1 | -17/+9 |
| * | Suspend all other threads in the process while generating a core dump. | David Schultz | 2005-04-10 | 1 | -1/+11 |
| * | The td_waitset is pointing to a stack address when thread is waiting | David Xu | 2005-03-04 | 1 | -19/+6 |
| * | In kern_sigtimedwait, remove waitset bits for td_sigmask before | David Xu | 2005-03-02 | 1 | -28/+10 |
| * | Don't restart a timeout wait in kern_sigtimedwait, also allow it | David Xu | 2005-02-19 | 1 | -11/+27 |
| * | Backout previous change (disabling of security checks for signals delivered | Maxim Sobolev | 2005-02-13 | 1 | -22/+11 |
| * | Split out kill(2) syscall service routine into user-level and kernel part, the | Maxim Sobolev | 2005-02-13 | 1 | -11/+22 |
| * | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | - If delivering a signal will result in killing a process that has a | Jeff Roberson | 2004-12-13 | 1 | -0/+2 |
| * | Fix an off by one error. MAXPATHLEN already has +1. | Warner Losh | 2004-11-15 | 1 | -1/+1 |
| * | Allow kill -9 to kill processes stuck in procfs STOPEVENTs. | Alfred Perlstein | 2004-10-30 | 1 | -0/+10 |
| * | Backout 1.291. | Alfred Perlstein | 2004-10-29 | 1 | -10/+0 |
| * | Use scheduler api to adjust thread priority. | David Xu | 2004-10-05 | 1 | -2/+3 |
| * | Don't bother to turn off other P_STOPPED bits for SIGKILL, doing | David Xu | 2004-10-03 | 1 | -1/+1 |
| * | Clear a process's procfs trace points upon delivery of SIGKILL. | Alfred Perlstein | 2004-10-01 | 1 | -0/+10 |
| * | Remove an unneeded argument.. | Julian Elischer | 2004-08-31 | 1 | -1/+1 |
| * | Add locking to the kqueue subsystem. This also makes the kqueue subsystem | John-Mark Gurney | 2004-08-15 | 1 | -7/+3 |
| * | add option to automaticly mark core dumps with the nodump flag | John-Mark Gurney | 2004-08-09 | 1 | -0/+6 |
| * | Don't skip permission checks when sending signals to zombie processes. | Pawel Jakub Dawidek | 2004-08-03 | 1 | -13/+7 |
| * | Syscall kill(2) called for a zombie process should return 0. | Pawel Jakub Dawidek | 2004-07-29 | 1 | -1/+10 |
| * | Improve readability a bit by changing some code at the end of a function | John Baldwin | 2004-07-16 | 1 | -6/+2 |
| * | Add code to support debugging threaded process. | David Xu | 2004-07-13 | 1 | -44/+81 |
| * | Implement the PT_LWPINFO request. This request can be used by the | Marcel Moolenaar | 2004-07-12 | 1 | -0/+3 |
| * | - Change mi_switch() and sched_switch() to accept an optional thread to | John Baldwin | 2004-07-02 | 1 | -2/+2 |
| * | Deorbit COMPAT_SUNOS. | Poul-Henning Kamp | 2004-06-11 | 1 | -19/+7 |
| * | According to SUSv3, sigwait is different with sigwaitinfo, sigwait | David Xu | 2004-06-07 | 1 | -5/+12 |
| * | Move TDF_SA from td_flags to td_pflags (and rename it accordingly) | Tim J. Robbins | 2004-06-02 | 1 | -5/+5 |
| * | Fixed some style bugs in tdsigwakeup(). | Bruce Evans | 2004-05-21 | 1 | -11/+10 |
| * | In tdsigwakeup(), use TD_ON_SLEEPQ() rather than TD_IS_SLEEPING() to see if | John Baldwin | 2004-05-20 | 1 | -1/+1 |
| * | stop() no longer needs sched_lock held; in fact, holding sched_lock causes | Colin Percival | 2004-04-12 | 1 | -3/+2 |
| * | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-05 | 1 | -4/+0 |
| * | Shorten some XXXKSE commentry | Peter Wemm | 2004-03-29 | 1 | -4/+2 |
| * | - Push down Giant in exit() and wait(). | John Baldwin | 2004-03-05 | 1 | -12/+13 |
| * | Use different dummy wait channels to avoid panic in msleep(). | Dag-Erling Smørgrav | 2004-03-03 | 1 | -3/+3 |
| * | Switch the sleep/wakeup and condition variable implementations to use the | John Baldwin | 2004-02-27 | 1 | -16/+7 |
| * | Locking for the per-process resource limits structure. | John Baldwin | 2004-02-04 | 1 | -5/+3 |
| * | Assert process lock in ptracestop(), since we're going to rely | Robert Watson | 2004-01-29 | 1 | -0/+1 |
| * | Move the part of the comment which applies to osigsuspend where | Alexander Kabaev | 2004-01-28 | 1 | -2/+5 |
| * | - Add a flags parameter to mi_switch. The value of flags may be SW_VOL or | Jeff Roberson | 2004-01-25 | 1 | -4/+2 |
| * | When not creating a core dump due to resource limits specifying | Robert Watson | 2004-01-11 | 1 | -1/+1 |
| * | Drop the sigacts mutex around calls to stopevent() to avoid sleeping | Robert Watson | 2004-01-08 | 1 | -2/+10 |
| * | Make sigaltstack as per-threaded, because per-process sigaltstack state | David Xu | 2004-01-03 | 1 | -37/+28 |