summaryrefslogtreecommitdiff
path: root/sys/kern/kern_sig.c
Commit message (Expand)AuthorAgeFilesLines
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-1/+1
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-301-1/+0
* Introduce kqueue() and kevent(), a kernel event notification facility.Jonathan Lemon2000-04-161-0/+51
* Make the sigprocmask() and geteuid() system calls MP SAFE. ExpandMatthew Dillon2000-04-021-6/+13
* The SMP cleanup commit broke UP compiles. Make UP compiles work again.Matthew Dillon2000-03-281-2/+0
* Commit major SMP cleanups and move the BGL (big giant lock) in theMatthew Dillon2000-03-281-0/+1
* Add sysctl kern.coredump to enable/disable core dumps system wide.Paul Saab2000-03-211-1/+5
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-151-0/+3
* Introduce the new functionPoul-Henning Kamp1999-11-211-12/+6
* s/p_cred->pc_ucred/p_ucred/gPoul-Henning Kamp1999-11-211-1/+1
* This is a partial commit of the patch from PR 14914:Poul-Henning Kamp1999-11-161-7/+4
* Bail out of the process early if the coredumpfile limit is 0.Sean Eric Fagan1999-10-301-6/+10
* Don't let osigaction and osigvec accept the new signal numbers.Marcel Moolenaar1999-10-121-47/+46
* Add a per-signal flag to mark handlers registered with osigaction, so weLuoqi Chen1999-10-111-63/+67
* sigset_t change (part 2 of 5)Marcel Moolenaar1999-09-291-340/+553
* Make prototype match function.Sean Eric Fagan1999-09-011-1/+1
* General cleanup of core-dumping code.Julian Elischer1999-09-011-3/+69
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix a mistake in my last SA_SIGINFO commit. Processes could blockMartin Cracauer1999-08-231-2/+2
* expand_name:Bill Fumerola1999-08-161-5/+5
* Fix potential overflow, remove unnecessary bzero.Alfred Perlstein1999-08-141-12/+11
* Reset SA_NOCLDWAIT on exec().Peter Wemm1999-07-181-1/+5
* Implement SA_SIGINFO for i386. Thanks to Bruce Evans for much moreMartin Cracauer1999-07-061-8/+22
* Add sysctl descriptions to many SYSCTL_XXXsBill Fumerola1999-05-031-3/+6
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-281-3/+3
* Enable Linux threads support by default.Julian Elischer1999-01-261-76/+1
* KNFize, by bde.Eivind Eklund1999-01-101-2/+2
* Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT asEivind Eklund1999-01-081-9/+5
* Reviewed by: Luoqi Chen, Jordan HubbardJulian Elischer1998-12-191-1/+75
* Check return value of malloc() in expand_name.Eivind Eklund1998-12-021-1/+3
* Installed the second patch attached to kern/7899 with some changes suggestedDon Lewis1998-11-111-1/+38
* Eliminate a superfluous comment.John Polstra1998-10-211-5/+1
* Remove includes that are no longer needed, now that the core dumpingJohn Polstra1998-09-141-9/+1
* Add provisions for variant core dump file formats, depending on theJohn Polstra1998-09-141-73/+9
* Make the logging of abnormally exiting processes optional by a sysctl.Joerg Wunsch1998-07-281-6/+11
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,Bruce Evans1998-07-151-2/+2
* Add support for run-time configuration of core file names. In a nutshell,Sean Eric Fagan1998-07-081-5/+93
* Added a sysctl variable kern.sugid_coredump for controlling coredumpDavid Greenman1998-06-281-2/+7
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Forward the signal if the process runs on a different CPU. This reducesTor Egge1998-03-031-1/+8
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-2/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+2
* Make COMPAT_43 and COMPAT_SUNOS new-style options.Eivind Eklund1997-12-161-1/+2
* Changes to allow event-based process monitoring and control.Sean Eric Fagan1997-12-061-6/+21
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-29/+17
* Implement SA_NOCLDWAIT.Joerg Wunsch1997-09-131-1/+16
* Removed unused #includes.Bruce Evans1997-09-021-6/+1
* Finished staticizing.Bruce Evans1997-08-261-3/+5
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-231-2/+2