| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add code to ddb to allow backtracing an arbitrary thread. | Julian Elischer | 2002-12-28 | 1 | -0/+5 |
| * | Don't cast a pointer to (intptr_t) and then on to (int) when we cannot | Poul-Henning Kamp | 2002-12-17 | 1 | -3/+3 |
| * | Split 4.x and 5.x signal handling so that we can keep 4.x signal | Peter Wemm | 2002-10-25 | 1 | -4/+73 |
| * | Fix mis-indentation. | Poul-Henning Kamp | 2002-10-02 | 1 | -1/+1 |
| * | Back our kernel support for reliable signal queues. | Juli Mallett | 2002-10-01 | 1 | -36/+28 |
| * | Back out code changes that snuck into the previous forced commit. | Juli Mallett | 2002-10-01 | 1 | -9/+4 |
| * | (Forced commit, to clarify previous commit of ksiginfo/signal queue code.) | Juli Mallett | 2002-10-01 | 1 | -4/+9 |
| * | First half of implementation of ksiginfo, signal queues, and such. This | Juli Mallett | 2002-09-30 | 1 | -28/+36 |
| * | Fix style nit where conditionally compiled code was unconditionalized, | David E. O'Brien | 2002-09-29 | 1 | -2/+1 |
| * | Be consistent about "static" functions: if the function is marked | Poul-Henning Kamp | 2002-09-28 | 1 | -1/+1 |
| * | Add kernel support needed for the KSE-aware libpthread: | Jonathan Mini | 2002-09-16 | 1 | -0/+3 |
| * | Allocate KSEs and KSEGRPs separatly and remove them from the proc structure. | Julian Elischer | 2002-09-15 | 1 | -1/+8 |
| * | Completely redo thread states. | Julian Elischer | 2002-09-11 | 1 | -12/+12 |
| * | s/SGNL/SIG/ | David Xu | 2002-09-05 | 1 | -3/+3 |
| * | In the kernel code, we have the tsleep() call with the PCATCH argument. | David Xu | 2002-09-03 | 1 | -1/+27 |
| * | Split out a number of mostly VFS and signal related syscalls into | Ian Dowse | 2002-09-01 | 1 | -29/+47 |
| * | move the assert to cover more cases | Julian Elischer | 2002-08-26 | 1 | -1/+1 |
| * | Don't re-lock the sched lock if we didn't unlock it. | Julian Elischer | 2002-08-23 | 1 | -1/+1 |
| * | Revert some suspension/sleep/signal code from KSE-III | Julian Elischer | 2002-08-21 | 1 | -43/+27 |
| * | Do some work on keeping better track of stopped/continued state. | Julian Elischer | 2002-08-08 | 1 | -0/+2 |
| * | Try harder to "set signal flags proprly [sic] for ast()". See rev.1.154. | Bruce Evans | 2002-08-06 | 1 | -0/+1 |
| * | Slight cleanup of some comments/whitespace. | Julian Elischer | 2002-08-01 | 1 | -6/+23 |
| * | Don't need to hold schedlock specifically for stop() ans it calls wakeup() | Julian Elischer | 2002-07-30 | 1 | -6/+1 |
| * | revert some of the handling of STOP signals in | Julian Elischer | 2002-07-24 | 1 | -8/+0 |
| * | Rearrange the code so that it checks whether the file is something | Don Lewis | 2002-07-10 | 1 | -9/+8 |
| * | Try clean up some of the mess that resulted from layers and layers | Julian Elischer | 2002-07-03 | 1 | -57/+31 |
| * | White space commit. | Julian Elischer | 2002-07-03 | 1 | -10/+10 |
| * | Hold the sched lock across call to forward_signal() in tdsignal() to | Andrew Gallatin | 2002-07-03 | 1 | -1/+4 |
| * | Part 1 of KSE-III | Julian Elischer | 2002-06-29 | 1 | -167/+219 |
| * | more caddr_t removal. | Alfred Perlstein | 2002-06-29 | 1 | -4/+4 |
| * | - trapsignal() no longer needs to acquire Giant for ktrpsig(). | John Baldwin | 2002-06-07 | 1 | -7/+5 |
| * | s/!SIGNOTEMPY/SIGISEMPTY/ | Chad David | 2002-06-06 | 1 | -1/+1 |
| * | Add POSIX.1-2001 WCONTINUED option for waitpid(2). A proc flag | Mike Barcroft | 2002-06-01 | 1 | -0/+2 |
| * | CURSIG() is not a macro so rename it cursig(). | Julian Elischer | 2002-05-29 | 1 | -3/+3 |
| * | 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 |