summaryrefslogtreecommitdiff
path: root/sys/kern/kern_sig.c
AgeCommit message (Expand)Author
2010-07-26Correct the links between threads, processes, pgrps, and sessions,Philip Guenthe
2010-07-02remove support for compat_sunos (and m68k4k). ok deraadt guentherTed Unangst
2010-07-01Always identify threads with THREAD_PID_OFFSET, so that there's noPhilip Guenthe
2010-06-30lots of SCARG simplification. ok matthewTed Unangst
2010-06-29Strip out ancient bits in struct user that were still used only byPhilip Guenthe
2010-06-29less SCARG, more pretty. ok guentherTed Unangst
2010-06-29Eliminate RTHREADS kernel option in favor of a sysctl. The actual statusTed Unangst
2010-06-28<sys/time.b> is for ftime(), which is just in libcompat and not the kernel,Philip Guenthe
2010-05-18move knote list to struct process. ok guentherTed Unangst
2009-11-27Convert thrsigdivert to (almost) be sigtimedwait by adding siginfo_tPhilip Guenthe
2009-11-04Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it.Mark Kettenis
2009-06-06We need miod's no-coredumps-on-ramdisks diff, because we have grown theTheo de Raadt
2009-06-05%zu is not meant for size_t in the kernel. Change to %lu.Ray Lai
2009-03-05Make ELF platforms generate ELF core dumps. Somewhat based on code fromMark Kettenis
2009-01-29Remove KASSERT() that could trigger when an rthread in sigwait()Philip Guenthe
2008-12-16Move the functionality of psignal() to a new function ptsignal()Philip Guenthe
2008-10-03Make sigwait() work correctly. In particular, it'll work when thePhilip Guenthe
2008-06-10posix compliant permission checks for sending signals. Based on diffsHans-Joerg Hoexer
2008-05-22Use LIST_FOREACH() instead of handrolling.Thordur I. Bjornsson
2007-11-27typos; ok jmc@Martynas Venckus
2007-11-19Don't overwrite a core file owned by a different user. Makes the codeTodd C. Miller
2007-09-01replace the machine dependant bytes-to-clicks macro by the MI ptoa()Martin Reindl
2007-05-30Adjust filename buffer for the new /var/crash prefix to preventMoritz Jodeit
2007-05-29update comment re nosuidcoredump sysctljoshua stein
2007-05-29put suid coredumps into /var/crash if kern.nosuidcoredump is set to 2.Ted Unangst
2007-05-08Needs an extern decl for generic soft interrupts platforms.Miod Vallat
2007-05-08First step in making the SCHED_LOCK not recursive.Artur Grabowski
2007-04-03Start moving state that is shared among threads in a process intoArtur Grabowski
2007-03-15Since p_flag is often manipulated in interrupts and without biglockArtur Grabowski
2007-02-06Use atomic.h operation for manipulating p_siglist in struct proc. SolvesArtur Grabowski
2007-01-17When sending signals, instead of checking if the process sending theArtur Grabowski
2007-01-16Retire VOP_LEASE(); It was a bit for NQNFS and hasThordur I. Bjornsson
2006-06-15Nothing sets P_FSTRACE anymore, so remove all what's left of it.Miod Vallat
2006-06-07killproc() is orphaned, so kill it; ok deraadt@Miod Vallat
2006-03-04Remove traditional coredump support since all our platforms have properMiod Vallat
2006-02-20Compile out more rthreads stuff unless option RTHREADS;Miod Vallat
2006-01-18Fix logic botch when checking for COMPAT_SUNOS binary specifics; repairsMiod Vallat
2005-12-221. when signalling a process group, don't deliver a copy to every threadTed Unangst
2005-12-03kernel support for threaded processes (rthreads).Ted Unangst
2005-11-28ansi/deregister.Jonathan Gray
2005-06-17A second approach at fixing the telnet localhost & problemNiklas Hallqvist
2005-05-29sched work by niklas and art backed out; causes panicsTheo de Raadt
2005-05-25This patch is mortly art's work and was done *a year* ago. Art wants to thankNiklas Hallqvist
2004-12-26Use list and queue macros where applicable to make the code easier to read;Miod Vallat
2004-07-04proc_stop needs sched_lock locked. From art, verified with NetBSD.Niklas Hallqvist
2004-06-13debranch SMP, have funNiklas Hallqvist
2004-04-06fix siginfo generation for posted signals and avoid double ktrpsig() call for...Michael Shalayeff
2004-01-14change sigaltstack.ss_size type to size_t. handle syscall fallout.Ted Unangst
2003-09-01match syscallargs comments with realityHenning Brauer
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst