Age | Commit message (Expand) | Author |
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 |
2009-06-06 | We need miod's no-coredumps-on-ramdisks diff, because we have grown the | Theo de Raadt |
2009-06-05 | %zu is not meant for size_t in the kernel. Change to %lu. | Ray Lai |
2009-03-05 | Make ELF platforms generate ELF core dumps. Somewhat based on code from | Mark Kettenis |
2009-01-29 | Remove KASSERT() that could trigger when an rthread in sigwait() | Philip Guenthe |
2008-12-16 | Move the functionality of psignal() to a new function ptsignal() | Philip Guenthe |
2008-10-03 | Make sigwait() work correctly. In particular, it'll work when the | Philip Guenthe |
2008-06-10 | posix compliant permission checks for sending signals. Based on diffs | Hans-Joerg Hoexer |
2008-05-22 | Use LIST_FOREACH() instead of handrolling. | Thordur I. Bjornsson |
2007-11-27 | typos; ok jmc@ | Martynas Venckus |
2007-11-19 | Don't overwrite a core file owned by a different user. Makes the code | Todd C. Miller |
2007-09-01 | replace the machine dependant bytes-to-clicks macro by the MI ptoa() | Martin Reindl |
2007-05-30 | Adjust filename buffer for the new /var/crash prefix to prevent | Moritz Jodeit |
2007-05-29 | update comment re nosuidcoredump sysctl | joshua stein |
2007-05-29 | put suid coredumps into /var/crash if kern.nosuidcoredump is set to 2. | Ted Unangst |
2007-05-08 | Needs an extern decl for generic soft interrupts platforms. | Miod Vallat |
2007-05-08 | First step in making the SCHED_LOCK not recursive. | Artur Grabowski |
2007-04-03 | Start moving state that is shared among threads in a process into | Artur Grabowski |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2007-02-06 | Use atomic.h operation for manipulating p_siglist in struct proc. Solves | Artur Grabowski |
2007-01-17 | When sending signals, instead of checking if the process sending the | Artur Grabowski |
2007-01-16 | Retire VOP_LEASE(); It was a bit for NQNFS and has | Thordur I. Bjornsson |
2006-06-15 | Nothing sets P_FSTRACE anymore, so remove all what's left of it. | Miod Vallat |
2006-06-07 | killproc() is orphaned, so kill it; ok deraadt@ | Miod Vallat |
2006-03-04 | Remove traditional coredump support since all our platforms have proper | Miod Vallat |
2006-02-20 | Compile out more rthreads stuff unless option RTHREADS; | Miod Vallat |
2006-01-18 | Fix logic botch when checking for COMPAT_SUNOS binary specifics; repairs | Miod Vallat |
2005-12-22 | 1. when signalling a process group, don't deliver a copy to every thread | Ted Unangst |
2005-12-03 | kernel support for threaded processes (rthreads). | Ted Unangst |
2005-11-28 | ansi/deregister. | Jonathan Gray |
2005-06-17 | A second approach at fixing the telnet localhost & problem | Niklas Hallqvist |
2005-05-29 | sched work by niklas and art backed out; causes panics | Theo de Raadt |
2005-05-25 | This patch is mortly art's work and was done *a year* ago. Art wants to thank | Niklas Hallqvist |
2004-12-26 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-07-04 | proc_stop needs sched_lock locked. From art, verified with NetBSD. | Niklas Hallqvist |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2004-04-06 | fix siginfo generation for posted signals and avoid double ktrpsig() call for... | Michael Shalayeff |
2004-01-14 | change sigaltstack.ss_size type to size_t. handle syscall fallout. | Ted Unangst |
2003-09-01 | match syscallargs comments with reality | Henning Brauer |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |