Age | Commit message (Expand) | Author |
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 |
2003-08-04 | Use strlcpy(), not strncpy() when copying p->p_comm to core.c_name | Todd C. Miller |
2003-08-03 | Implement the WCONTINUED flag to the wait(2) family of syscalls and the | Todd C. Miller |
2003-07-21 | remove caddr_t casts. it's just silly to cast something when the function | Ted Unangst |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-03 | string fixes; tedu ok | Theo de Raadt |
2002-10-01 | Oppsie. Missing part from this commit: | Artur Grabowski |
2002-07-14 | be more permissive, and let close relatives do SIGALRM | Theo de Raadt |
2002-06-11 | Protect mi_switch with splstatclock. | Artur Grabowski |
2002-05-08 | A process can always signal itself--no need to restrict signals even if | Todd C. Miller |
2002-04-18 | Provide the correct signal number to the ktrace PSIG information instead | Miod Vallat |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-22 | include a siginfo_t with ktrace PSIG information, so that kdump can print | Theo de Raadt |
2002-01-31 | Ignore signals if/when we are exiting. | Tobias Weingartner |
2002-01-23 | Pool deals fairly well with physical memory shortage, but it doesn't deal | Artur Grabowski |
2002-01-19 | If handler for SIGCHLD is SIG_IGN, reset to SIG_DLF. This is consistent | Todd C. Miller |
2002-01-07 | If the handler for SIGCHLD is set to SIG_IGN, act as if the | Todd C. Miller |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-09-21 | execsigs() could modify the wrong sigacts; based on David.Arana@eng.sun.com s... | Theo de Raadt |
2001-09-20 | cosmetic. | Artur Grabowski |
2001-08-09 | Unshare signal actions on exec, from NetBSD. While I am here a little KNF ni... | Niklas Hallqvist |