aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_sig.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-4/+4
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fixed sigaction() for SIGKILL and SIGSTOP. Reading the old action nowBruce Evans1996-11-291-5/+9
* Kill unnecessary test in coredump() that wasn't removed in rev 1.19David Greenman1996-10-191-9/+2
* Log not exited signal only, but the fact that core dumped (or not) tooAndrey A. Chernov1996-07-091-5/+6
* Removed unnecessary #includes from <sys/imgact.h> so that it isBruce Evans1996-05-011-2/+1
* Correct the handling of NOCLDSTOP when using sigvec()Peter Wemm1996-03-301-12/+24
* Actually implement SA_RESETHAND - some of the sigaction code recognised itPeter Wemm1996-03-151-11/+27
* From Lite2: proc LIST changes.Jeffrey Hsu1996-03-111-4/+6
* From Lite2: change code parameter to u_long and initialize ps_sig.Jeffrey Hsu1996-03-111-2/+4
* Mega-commit for Linux emulator update.. This has been stress tested underPeter Wemm1996-03-021-16/+18
* Improved killproc() log message and made it and the other similar messageDavid Greenman1996-01-311-8/+7
* Converted two options over to the new scheme: USER_LDT and KTRACE.Garrett Wollman1996-01-031-1/+3
* A Major staticize sweep. Generates a couple of warnings that I'll dealPoul-Henning Kamp1995-12-141-5/+7
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+6
* Cleaned up SA_NODEFER changes.Bruce Evans1995-11-181-6/+6
* Included <sys/sysproto.h> to get central declarations for syscall argsBruce Evans1995-11-121-1/+26
* Implement SA_NODEFER sa_flag for sigaction():Steven Wallace1995-10-191-3/+12
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-11/+11
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-2/+1
* Correct a name of one structure member in the sigaltstack structure.Andreas Schulz1995-01-291-4/+4
* Security nitpicking: don't make *.core world readableAndrey A. Chernov1994-11-061-2/+2
* Cosmetics. related to getting prototypes into view.Poul-Henning Kamp1994-10-101-53/+53
* Log SA_CORE signalsAndrey A. Chernov1994-09-301-1/+9
* While in the real world, I had a bad case of being swapped out for a lot ofPoul-Henning Kamp1994-09-251-12/+12