| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Syscall kill(2) called for a zombie process should return 0. | pjd | 2004-07-29 | 1 | -1/+10 |
* | Improve readability a bit by changing some code at the end of a function | jhb | 2004-07-16 | 1 | -6/+2 |
* | Add code to support debugging threaded process. | davidxu | 2004-07-13 | 1 | -44/+81 |
* | Implement the PT_LWPINFO request. This request can be used by the | marcel | 2004-07-12 | 1 | -0/+3 |
* | - Change mi_switch() and sched_switch() to accept an optional thread to | jhb | 2004-07-02 | 1 | -2/+2 |
* | Deorbit COMPAT_SUNOS. | phk | 2004-06-11 | 1 | -19/+7 |
* | According to SUSv3, sigwait is different with sigwaitinfo, sigwait | davidxu | 2004-06-07 | 1 | -5/+12 |
* | Move TDF_SA from td_flags to td_pflags (and rename it accordingly) | tjr | 2004-06-02 | 1 | -5/+5 |
* | Fixed some style bugs in tdsigwakeup(). | bde | 2004-05-21 | 1 | -11/+10 |
* | In tdsigwakeup(), use TD_ON_SLEEPQ() rather than TD_IS_SLEEPING() to see if | jhb | 2004-05-20 | 1 | -1/+1 |
* | stop() no longer needs sched_lock held; in fact, holding sched_lock causes | cperciva | 2004-04-12 | 1 | -3/+2 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |
* | Shorten some XXXKSE commentry | peter | 2004-03-29 | 1 | -4/+2 |
* | - Push down Giant in exit() and wait(). | jhb | 2004-03-05 | 1 | -12/+13 |
* | Use different dummy wait channels to avoid panic in msleep(). | des | 2004-03-03 | 1 | -3/+3 |
* | Switch the sleep/wakeup and condition variable implementations to use the | jhb | 2004-02-27 | 1 | -16/+7 |
* | Locking for the per-process resource limits structure. | jhb | 2004-02-04 | 1 | -5/+3 |
* | Assert process lock in ptracestop(), since we're going to rely | rwatson | 2004-01-29 | 1 | -0/+1 |
* | Move the part of the comment which applies to osigsuspend where | kan | 2004-01-28 | 1 | -2/+5 |
* | - Add a flags parameter to mi_switch. The value of flags may be SW_VOL or | jeff | 2004-01-25 | 1 | -4/+2 |
* | When not creating a core dump due to resource limits specifying | rwatson | 2004-01-11 | 1 | -1/+1 |