summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_sig.c
Commit message (Expand)AuthorAgeFilesLines
* Catch up to moving headers:jhb2000-10-201-3/+2
* Unpessimized CURSIG(). The fast path through CURSIG() was broken inbde2000-09-171-6/+6
* Uninlined CURSIG() and unpolluted <sys/signalvar.h>. CURSIG() had becomebde2000-09-171-0/+26
* Move the include of <sys/systm.h> so that KTR gets a declaration fordfr2000-09-101-1/+1
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-0/+3
* o Centralize inter-process access control, introducing:rwatson2000-08-301-1/+1
* Make this file compile again when COMPAT_43 has not beenmarcel2000-08-261-1/+8
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-0/+11
* Move the truncation code out of vn_open and into the open system callmckusick2000-07-041-2/+3
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* Introduce kqueue() and kevent(), a kernel event notification facility.jlemon2000-04-161-0/+51
* Make the sigprocmask() and geteuid() system calls MP SAFE. Expanddillon2000-04-021-6/+13
* The SMP cleanup commit broke UP compiles. Make UP compiles work again.dillon2000-03-281-2/+0
* Commit major SMP cleanups and move the BGL (big giant lock) in thedillon2000-03-281-0/+1
* Add sysctl kern.coredump to enable/disable core dumps system wide.ps2000-03-211-1/+5
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-0/+3
* Introduce the new functionphk1999-11-211-12/+6
* s/p_cred->pc_ucred/p_ucred/gphk1999-11-211-1/+1
* This is a partial commit of the patch from PR 14914:phk1999-11-161-7/+4
* Bail out of the process early if the coredumpfile limit is 0.sef1999-10-301-6/+10
* Don't let osigaction and osigvec accept the new signal numbers.marcel1999-10-121-47/+46
* Add a per-signal flag to mark handlers registered with osigaction, so weluoqi1999-10-111-63/+67
* sigset_t change (part 2 of 5)marcel1999-09-291-340/+553
* Make prototype match function.sef1999-09-011-1/+1
* General cleanup of core-dumping code.julian1999-09-011-3/+69
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix a mistake in my last SA_SIGINFO commit. Processes could blockcracauer1999-08-231-2/+2
* expand_name:billf1999-08-161-5/+5
* Fix potential overflow, remove unnecessary bzero.alfred1999-08-141-12/+11
* Reset SA_NOCLDWAIT on exec().peter1999-07-181-1/+5
* Implement SA_SIGINFO for i386. Thanks to Bruce Evans for much morecracauer1999-07-061-8/+22
* Add sysctl descriptions to many SYSCTL_XXXsbillf1999-05-031-3/+6
* This Implements the mumbled about "Jail" feature.phk1999-04-281-3/+3
* Enable Linux threads support by default.julian1999-01-261-76/+1
* KNFize, by bde.eivind1999-01-101-2/+2
* Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT aseivind1999-01-081-9/+5
* Reviewed by: Luoqi Chen, Jordan Hubbardjulian1998-12-191-1/+75
* Check return value of malloc() in expand_name.eivind1998-12-021-1/+3
* Installed the second patch attached to kern/7899 with some changes suggestedtruckman1998-11-111-1/+38
* Eliminate a superfluous comment.jdp1998-10-211-5/+1
* Remove includes that are no longer needed, now that the core dumpingjdp1998-09-141-9/+1
* Add provisions for variant core dump file formats, depending on thejdp1998-09-141-73/+9
* Make the logging of abnormally exiting processes optional by a sysctl.joerg1998-07-281-6/+11
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,bde1998-07-151-2/+2
* Add support for run-time configuration of core file names. In a nutshell,sef1998-07-081-5/+93
* Added a sysctl variable kern.sugid_coredump for controlling coredumpdg1998-06-281-2/+7
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Forward the signal if the process runs on a different CPU. This reducestegge1998-03-031-1/+8
OpenPOWER on IntegriCloud