| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Drop the sigacts mutex around calls to stopevent() to avoid sleeping | rwatson | 2004-01-08 | 1 | -2/+10 |
* | Make sigaltstack as per-threaded, because per-process sigaltstack state | davidxu | 2004-01-03 | 1 | -37/+28 |
* | Lock and unlock sched_lock when walking through thread list, current we | davidxu | 2003-12-07 | 1 | -1/+11 |
* | Try to fetch thread mailbox address in page fault trap, so when thread | davidxu | 2003-10-30 | 1 | -1/+2 |
* | Check (locked) before performing an advisory unlock following a failure | rwatson | 2003-10-25 | 1 | -1/+2 |
* | When generate a core dump, use advisory locking in an advisory way: | rwatson | 2003-10-25 | 1 | -6/+6 |
* | Don't clear signal mask in execsig(). RELENG_4 does not clear it and POSIX | davidxu | 2003-10-13 | 1 | -4/+0 |
* | Move some tracing related code into its own function as it will | robert | 2003-09-26 | 1 | -15/+24 |
* | panic() if we try to handle an out-of-range signal number in | nectar | 2003-08-10 | 1 | -2/+5 |
* | Use correct signal when calling sigexit. | davidxu | 2003-07-30 | 1 | -1/+3 |
* | Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout. | phk | 2003-07-27 | 1 | -1/+1 |
* | The POSIX spec also requires that kern_sigtimedwait return | mtm | 2003-07-24 | 1 | -1/+1 |
* | Always deliver synchronous signal to UTS for SA threads. | davidxu | 2003-07-21 | 1 | -2/+14 |
* | Fix sigwait to conform to POSIX. | davidxu | 2003-07-17 | 1 | -67/+109 |
* | Rename thread_siginfo to cpu_thread_siginfo | davidxu | 2003-07-15 | 1 | -1/+1 |
* | If a thread is sending signal to its process, if the thread can handle | davidxu | 2003-07-11 | 1 | -3/+4 |
* | Make the conditional, which decides what siglist to put a signal on, | mtm | 2003-07-05 | 1 | -8/+5 |
* | Signals sent specifically to a particular thread must | mtm | 2003-07-03 | 1 | -12/+14 |
* | o Change kse_thr_interrupt to allow send a signal to a specified thread, | davidxu | 2003-06-28 | 1 | -8/+88 |
* | Fix POSIX compatible bug for sigwaitinfo and sigtimedwait. | davidxu | 2003-06-28 | 1 | -4/+11 |
* | When a STOP signal is being sent to a process, it is possible all | davidxu | 2003-06-20 | 1 | -2/+16 |
* | Fix typo. td should be td0. | davidxu | 2003-06-20 | 1 | -1/+1 |
* | 1. Add code to support bound thread. when blocked, a bound thread never | davidxu | 2003-06-15 | 1 | -1/+1 |
* | Rename P_THREADED to P_SA. P_SA means a process is using scheduler | davidxu | 2003-06-15 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+3 |