summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_sig.c
Commit message (Expand)AuthorAgeFilesLines
...
* more caddr_t removal.alfred2002-06-291-4/+4
* - trapsignal() no longer needs to acquire Giant for ktrpsig().jhb2002-06-071-7/+5
* s/!SIGNOTEMPY/SIGISEMPTY/davidc2002-06-061-1/+1
* Add POSIX.1-2001 WCONTINUED option for waitpid(2). A proc flagmike2002-06-011-0/+2
* CURSIG() is not a macro so rename it cursig().julian2002-05-291-3/+3
* Change p_can{debug,see,sched,signal}()'s first argument to be a threadjhb2002-05-191-4/+3
* p_cansignal() returns an errno value; at some point, the check forrwatson2002-05-141-2/+2
* Remove trace_req().mini2002-05-091-14/+10
* expand_name fixes:alfred2002-05-081-38/+32
* M_ZERO the temp buffer in expand_name() otherwise if an error occursalfred2002-05-071-1/+1
* Return the correct error code (ENOSYS, not EINVAL) from nosys(). Gettingbde2002-05-051-1/+1
* - Reorder execve() so that it performs blocking operations before itjhb2002-05-021-2/+1
* Redo the sigio locking.alfred2002-05-011-4/+10
* Avoid the user-visible effect of setting SA_NOCLDWAIT when theiedowse2002-04-271-3/+6
* Lock proctree_lock instead of pgrpsess_lock.jhb2002-04-161-5/+5
* - Change killpg1()'s first argument to be a thread instead of a process sojhb2002-04-131-36/+22
* Moved signal handling and rescheduling from userret() to ast() so thatbde2002-04-041-3/+25
* Optimized the check for unmasked pending signals in CURSIG() using a newbde2002-04-041-8/+2
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-241-7/+7
* Remove __P.alfred2002-03-191-10/+10
* Fix warning in !SMP case.phk2002-02-261-0/+2
* Lock struct pgrp, session and sigio.tanimura2002-02-231-15/+29
* Fixed a typo in rev.1.65 that gave a reference to a nonexistent variable.bde2002-02-151-1/+1
* In a threaded world, differnt priorirites become properties ofjulian2002-02-111-4/+3
* Add a comment indicating that VOP_GETATTR() is called without appropriaterwatson2002-02-101-0/+2
* Pre-KSE/M3 commit.julian2002-02-071-2/+2
* o Revert kern_sig.c#1.143, as cr_cansignal() doesn't currently permitrwatson2002-01-101-3/+14
* - Teach SIGIO code to use cr_cansignal() instead of a custom CANSIGIO()rwatson2002-01-061-13/+3
* Change the preemption code for software interrupt thread schedules andjhb2002-01-051-4/+4
* o Wording fix in comment.rwatson2001-12-141-1/+1
* _SIG_MAXSIG (128) is the highest legal signal. The arrays are offsetpeter2001-11-031-2/+2
* Partial reversion of rev 1.138. kill and killpg allow a signalpeter2001-11-031-2/+2
* We have a _SIG_VALID() macro, so use it instead of duplicating the test alldes2001-11-021-7/+5
* Fix a typo in do_sigaction() where sa_sigaction and sa_handler wereiedowse2001-10-071-3/+3
* Lock the vnode while truncating the corefile. This fixes a panicps2001-09-261-0/+2
* Replace line accidentally deleted during KSE additions.julian2001-09-171-1/+1
* o Correct authorization check in CANSIGIO(), which suffered from incorrectrwatson2001-09-151-4/+5
* KSE Milestone 2julian2001-09-121-78/+166
* This brings in a Yahoo coredump patch from Paul, with additional mods bydillon2001-09-081-4/+19
* Call sendsig() with the proc lock held and return with it held.jhb2001-09-061-4/+0
* Giant Pushdowndillon2001-09-011-37/+133
* Remove the MPSAFE keyword from the parser for syscalls.master.dillon2001-08-301-0/+4
* Prevent passing a null pointer as a filename to vn_open(),roam2001-08-241-0/+2
* Make COMPAT_43 optional again. XXX we need COMPAT_FBSD3 etc for thispeter2001-08-211-0/+2
* Temporarily back out kern_sig.c rev 1.125 and kern_exit.c rev 1.131.peter2001-08-011-4/+5
* As per further discussions on hackers redo the SIGCHLD patch to not generatedillon2001-07-221-5/+4
* Grab Giant around postsig() since sendsig() can call into the vm tojhb2001-07-031-6/+0
* - Change CURSIG() and postsig() to require that the proc lock is heldjhb2001-06-221-9/+10
* Lock Giant in postsig() for the KTRACE case as ktrpsig() needs Giant whenjhb2001-06-181-0/+4
* Try to make the setting of the SIGCHLD handler the same as setting ofdwmalone2001-06-111-1/+4
OpenPOWER on IntegriCloud