aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_sig.c
Commit message (Expand)AuthorAgeFilesLines
...
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-1/+0
* Fix several leaks of kernel stack data through paddings.Konstantin Belousov2018-03-271-1/+1
* Make killpg1 perform process validity checks without proc lock held.Mateusz Guzik2018-02-201-2/+1
* Add support for zstd-compressed user and kernel core dumps.Mark Johnston2018-02-131-3/+8
* Generalize the gzio API.Mark Johnston2018-01-081-14/+26
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Use pfind_any in linux_rt_sigqueueinfo and kern_sigqueueMateusz Guzik2017-11-111-4/+2
* Add pfind_anyMateusz Guzik2017-11-111-4/+2
* Re-evaluate thread' signal mask after ptracestop().Konstantin Belousov2017-10-161-7/+24
* Improve assertion that an ignored or blocked signal is not delivered.Konstantin Belousov2017-10-161-2/+4
* Style.Konstantin Belousov2017-10-161-7/+8
* Make it possible to request nosys logging to console.Konstantin Belousov2017-07-271-1/+6
* Print unimplemented syscall number to the ctty on SIGSYS, if enabledKonstantin Belousov2017-06-121-1/+10
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-171-3/+3
* Do not wake up sleeping thread in reschedule_signals() if the signalKonstantin Belousov2017-05-121-1/+3
* Let ptracestop() suspend threads sleeping in an SBDRY section.Mark Johnston2017-05-111-2/+2
* Provide a freebsd32 implementation of sigqueue()Brooks Davis2017-05-051-8/+18
* Add support for capturing 'struct ptrace_lwpinfo' for signalsTycho Nightingale2017-03-301-5/+23
* When clearing altsigstack settings on exec, do it to the right thread.Konstantin Belousov2017-03-171-1/+2
* Don't clear p_ptevents on normal SIGKILL deliveryEric Badger2017-03-161-4/+2
* don't stop in issignal() if P_SINGLE_EXIT is setEric Badger2017-03-071-6/+7
* kern_sig.c: ANSIfy and remove archaic register keywordEd Maste2017-03-021-67/+26
* Defer ptracestop() signals that cannot be delivered immediatelyEric Badger2017-02-201-92/+132
* Renumber license clauses in sys/kern to avoid skipping #3Ed Maste2016-09-151-1/+1
* Modernize the initalization of sigproptbl.Brooks Davis2016-09-061-33/+33
* Merge from CheriBSD:Brooks Davis2016-09-021-57/+58
* Correct a check for P2_PTRACE_FSTP in ptracestop().Mark Johnston2016-08-191-1/+1
* When a debugger attaches to the process, SIGSTOP is sent to theKonstantin Belousov2016-07-281-9/+37
* Add the NUM_CORE_FILES kernel config option which specifies the limit for theStephen J. Kiernan2016-07-271-4/+8
* Add a mask of optional ptrace() events.John Baldwin2016-07-151-1/+2
* Provide helper macros to detect 'non-silent SBDRY' state and toKonstantin Belousov2016-07-031-13/+20
* Complete r302215. TDF_SBDRY | TDF_SERESTART and TDF_SBDRY |Konstantin Belousov2016-06-281-6/+20
* When filt_proc() removes event from the knlist due to the processKonstantin Belousov2016-06-271-3/+3
* Rewrite sigdeferstop(9) and sigallowstop(9) into more flexibleKonstantin Belousov2016-06-261-20/+60
* Define tunable instead of using CTLFLAG_RWTUN flag with kern.corefile.Mariusz Zaborski2016-06-091-1/+2
* Add ptrace(2) reporting for LWP events.John Baldwin2015-12-291-1/+6
* Fix style issues around existing SDT probes.Mark Johnston2015-12-161-8/+8
* save some bytes by using more concise SDT_PROBE<n> instead of SDT_PROBEAndriy Gapon2015-09-281-3/+3
* Unignore signals when starting CloudABI processes.Ed Schouten2015-08-121-0/+19
* The si_status field of the siginfo_t, provided by the waitid(2) andKonstantin Belousov2015-07-181-18/+20
* Add missing const keyword to kern_sigaction()'s 'act' parameter.Ed Schouten2015-07-101-6/+3
* Implement lockless resource limits.Mateusz Guzik2015-06-101-1/+1
* When delivering a signal with default disposition to the thread,Konstantin Belousov2015-05-291-3/+6
* Add KTR tracing for some MI ptrace events.John Baldwin2015-05-251-0/+2
* Disable coredump_devctl because it could lead to leaking paths toRui Paulo2015-03-241-1/+1
* coredump: protect corefilename access with a lockMateusz Guzik2015-03-211-2/+23
* Reimplement support for userland core dump compression using a new interfaceMark Johnston2015-03-091-21/+14
* Keep a reference on the coredump vnode for vn_fullpath() call. Do itKonstantin Belousov2015-02-241-8/+6
* Remove check against NULL after M_WAITOK.Rui Paulo2015-02-111-2/+0
* Restore the data array in coredump(), but use a different style toRui Paulo2015-02-111-4/+12