aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_sig.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't use SIG_DFL or SIG_IGN for case label expressions. ANSI requiresBruce Evans1994-09-201-3/+3
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-0/+23
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+1197