| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge posix4/* into normal kernel hierarchy. | trhodes | 2006-11-11 | 1 | -2/+1 |
* | Make KSE a kernel option, turned on by default in all GENERIC | jb | 2006-10-26 | 1 | -0/+60 |
* | Use macro TAILQ_FOREACH_SAFE instead of expanding it. | davidxu | 2006-10-22 | 1 | -6/+3 |
* | Remove the check that prevented signals from being delivered to exiting | jhb | 2006-10-20 | 1 | -3/+1 |
* | Move some declaration of 32-bit signal structures into file | davidxu | 2006-10-05 | 1 | -3/+1 |
* | Remove various bits of conditional Alpha code and fixup a few comments. | jhb | 2006-05-12 | 1 | -5/+1 |
* | Call vn_finished_write() before calling the coredump handler which will | tegge | 2006-05-07 | 1 | -1/+1 |
* | Don't try to kill embryonic processes in killpg1(). This prevents | ps | 2006-04-21 | 1 | -2/+3 |
* | - Conditionalize Giant around VFS operations for ALQ, ktrace, and | jhb | 2006-03-28 | 1 | -13/+12 |
* | Remove _STOPEVENT call, it is already called in issignal, simplify | davidxu | 2006-03-09 | 1 | -6/+1 |
* | Add signal set sq_kill to sigqueue structure, the member saves all | davidxu | 2006-03-02 | 1 | -3/+23 |
* | 1. Refine kern_sigtimedwait() to remove redundant code. | davidxu | 2006-02-23 | 1 | -31/+43 |
* | Code cleanup, simply compare with curproc. | davidxu | 2006-02-23 | 1 | -2/+1 |
* | Fix a long standing race between sleep queue and thread | davidxu | 2006-02-15 | 1 | -6/+11 |
* | Audit the arguments to the kill(2) and killpg(2) system calls. | wsalamon | 2006-02-14 | 1 | -0/+7 |
* | In order to speed up process suspension on MP machine, send IPI to | davidxu | 2006-02-13 | 1 | -31/+29 |
* | Create childproc_jobstate function to report job control state, this | davidxu | 2006-02-04 | 1 | -42/+49 |
* | Avoid kernel panic when attaching a process which may not be stopped | davidxu | 2005-12-24 | 1 | -2/+0 |
* | Add a sysctl to force a process to sigexit if a trap signal is | davidxu | 2005-12-09 | 1 | -0/+17 |
* | Cleanup sigqueue sysctl. | davidxu | 2005-12-09 | 1 | -6/+2 |
* | Fix a lock leak in childproc_continued(). | davidxu | 2005-12-06 | 1 | -1/+3 |
* | set signal queue values for sysconf(). | davidxu | 2005-12-01 | 1 | -0/+4 |
* | Make sure only remove one signal by debugger. | davidxu | 2005-11-12 | 1 | -1/+2 |
* | WIFxxx macros requires an int type but p_xstat is short, convert it | davidxu | 2005-11-09 | 1 | -2/+3 |
* | Add support for queueing SIGCHLD same as other UNIX systems did. | davidxu | 2005-11-08 | 1 | -10/+87 |
* | Fix name compatible problem with POSIX standard. the sigval_ptr and | davidxu | 2005-11-04 | 1 | -1/+1 |
* | Cleanup some signal interfaces. Now the tdsignal function accepts | davidxu | 2005-11-03 | 1 | -45/+50 |
* | Let itimer store itimerspec instead of itimerval, so I don't have to | davidxu | 2005-10-30 | 1 | -1/+5 |
* | 1. Make ksiginfo_alloc and ksiginfo_free public. | davidxu | 2005-10-23 | 1 | -12/+58 |
* | 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most | davidxu | 2005-10-14 | 1 | -172/+503 |
* | Fix a bug relavant to debugging, a masked signal unexpectedly interrupts | davidxu | 2005-06-06 | 1 | -52/+37 |
* | Oops, forgot to update this file. | davidxu | 2005-04-19 | 1 | -17/+9 |
* | Suspend all other threads in the process while generating a core dump. | das | 2005-04-10 | 1 | -1/+11 |
* | The td_waitset is pointing to a stack address when thread is waiting | davidxu | 2005-03-04 | 1 | -19/+6 |
* | In kern_sigtimedwait, remove waitset bits for td_sigmask before | davidxu | 2005-03-02 | 1 | -28/+10 |
* | Don't restart a timeout wait in kern_sigtimedwait, also allow it | davidxu | 2005-02-19 | 1 | -11/+27 |
* | Backout previous change (disabling of security checks for signals delivered | sobomax | 2005-02-13 | 1 | -22/+11 |
* | Split out kill(2) syscall service routine into user-level and kernel part, the | sobomax | 2005-02-13 | 1 | -11/+22 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | - If delivering a signal will result in killing a process that has a | jeff | 2004-12-13 | 1 | -0/+2 |
* | Fix an off by one error. MAXPATHLEN already has +1. | imp | 2004-11-15 | 1 | -1/+1 |
* | Allow kill -9 to kill processes stuck in procfs STOPEVENTs. | alfred | 2004-10-30 | 1 | -0/+10 |
* | Backout 1.291. | alfred | 2004-10-29 | 1 | -10/+0 |
* | Use scheduler api to adjust thread priority. | davidxu | 2004-10-05 | 1 | -2/+3 |
* | Don't bother to turn off other P_STOPPED bits for SIGKILL, doing | davidxu | 2004-10-03 | 1 | -1/+1 |
* | Clear a process's procfs trace points upon delivery of SIGKILL. | alfred | 2004-10-01 | 1 | -0/+10 |
* | Remove an unneeded argument.. | julian | 2004-08-31 | 1 | -1/+1 |
* | Add locking to the kqueue subsystem. This also makes the kqueue subsystem | jmg | 2004-08-15 | 1 | -7/+3 |
* | add option to automaticly mark core dumps with the nodump flag | jmg | 2004-08-09 | 1 | -0/+6 |
* | Don't skip permission checks when sending signals to zombie processes. | pjd | 2004-08-03 | 1 | -13/+7 |