Age | Commit message (Expand) | Author |
2013-10-08 | Fix delivery of SIGPROF and SIGVTALRM to threaded processes by having | Philip Guenther |
2013-10-08 | If a thread sends a signal to its own process, then have that thread | Philip Guenther |
2013-10-06 | Tweak comment | Philip Guenther |
2013-06-01 | some small style changes that are distracting me from seeing a real bug | Ted Unangst |
2013-04-29 | Extend P_SIGSUSPEND handling in userret() to properly restore the | Matthew Dempsky |
2013-04-06 | i missed a file, crap. found by deraadt | Ted Unangst |
2013-03-28 | do not include machine/cpu.h from a .c file; it is the responsibility of | Theo de Raadt |
2013-02-08 | Insufficient levels of hops in the local brew led to Theo and I mucking | Philip Guenther |
2013-01-15 | Allow SIGKILL to terminate coredumping processes. Semantics decided | Theo de Raadt |
2013-01-15 | Slice & dice coredump write requests into MAXPHYS blocks, and | Theo de Raadt |
2012-12-02 | Determine whether we're currently on the alternative signal stack | Philip Guenthe |
2012-10-17 | If a thread calls __threxit() or _exit() immediately after another | Philip Guenthe |
2012-07-11 | exit1(EXIT_THREAD) needs to call single_thread_check() so that it | Philip Guenthe |
2012-06-06 | EVFILT_SIGNAL and EVFILT_PROC events need to track the process they're | Philip Guenthe |
2012-04-13 | First stab at making ptrace(2) usable for debugging multi-threaded programs. | Mark Kettenis |
2012-04-12 | move accounting flags to struct process; idea and ok guenther | Mike Belopuhov |
2012-04-11 | Move the P_WAITED flag from struct proc to struct process. | Mark Kettenis |
2012-03-23 | Make rusage totals, itimers, and profile settings per-process instead | Philip Guenthe |
2012-03-19 | Add tracing and dumping of "pointer to struct" syscall arguments for | Philip Guenthe |
2012-03-10 | Give sigwait priority over ptrace to avoid panic | Philip Guenthe |
2012-03-10 | Add PS_EXITING to better differentiate between the process exiting and | Philip Guenthe |
2012-02-20 | First steps for making ptrace work with rthreads: | Philip Guenthe |
2012-01-25 | A signal handled by __thrsigdivert() shouldn't be marked pending | Philip Guenthe |
2012-01-17 | Reimplement mutexes, condvars, and rwlocks to eliminate bugs, | Philip Guenthe |
2011-12-11 | Suspend other rthreads before dumping core or execing; make them exit | Philip Guenthe |
2011-11-22 | Move struct proc's sigaltstack struct from the zeroed area into the | Joshua Elsasser |
2011-11-16 | Make userret() MI. On architectures which jammed stuff into it in the | Theo de Raadt |
2011-11-09 | Change fork1() and kthread_create() to match the rest of the tree | Philip Guenthe |
2011-09-20 | MD trap() passes a MD "traptype" and siginfo-style "code" up to the MI | Theo de Raadt |
2011-07-11 | Revert art@'s moving around of the KERNEL_LOCK()/KERNEL_UNLOCK() calls, | Philip Guenthe |
2011-07-09 | More syscalls.master cleanup: | Matthew Dempsky |
2011-07-07 | There is a bunch of places in the kernel entry points where we don't | Artur Grabowski |
2011-07-06 | Clean up after P_BIGLOCK removal. | Artur Grabowski |
2011-07-05 | Recommit the reverted sigacts change now that the NFS use-after-free | Philip Guenthe |
2011-04-18 | Revert the sigacts diff: NFS can apparently retain pointers to processes | Philip Guenthe |
2011-04-15 | Correct the sharing of the signal handling state: stuff that should | Philip Guenthe |
2011-04-03 | Move PPWAIT flag from struct proc to process, so that rthreads in | Philip Guenthe |
2011-04-02 | Move P_SUGID and P_SUGIDEXEC from struct proc to struct process, so | Philip Guenthe |
2011-03-07 | The scheduling 'nice' value is per-process, not per-thread, so move it | Philip Guenthe |
2010-07-26 | Correct the links between threads, processes, pgrps, and sessions, | Philip Guenthe |
2010-07-02 | remove support for compat_sunos (and m68k4k). ok deraadt guenther | Ted Unangst |
2010-07-01 | Always identify threads with THREAD_PID_OFFSET, so that there's no | Philip Guenthe |
2010-06-30 | lots of SCARG simplification. ok matthew | Ted Unangst |
2010-06-29 | Strip out ancient bits in struct user that were still used only by | Philip Guenthe |
2010-06-29 | less SCARG, more pretty. ok guenther | Ted Unangst |
2010-06-29 | Eliminate RTHREADS kernel option in favor of a sysctl. The actual status | Ted Unangst |
2010-06-28 | <sys/time.b> is for ftime(), which is just in libcompat and not the kernel, | Philip Guenthe |
2010-05-18 | move knote list to struct process. ok guenther | Ted Unangst |
2009-11-27 | Convert thrsigdivert to (almost) be sigtimedwait by adding siginfo_t | Philip Guenthe |
2009-11-04 | Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it. | Mark Kettenis |