aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_sig.c
Commit message (Expand)AuthorAgeFilesLines
* Fetch the sigfastblock value in syscalls that wait for signalsJonathan T. Looney2021-03-121-0/+6
* sigfastblock_setpend(): do not set PEND user flag unless TDP_SIGFASTPENDING i...Konstantin Belousov2021-01-121-1/+1
* jobc: rework detection of orphaned groups.Konstantin Belousov2021-01-101-3/+3
* issignal(): when handling STOP-like signals, drop sigacts mutex earlier.Konstantin Belousov2021-01-101-2/+5
* Style. Improve some KASSERTs messages.Konstantin Belousov2021-01-101-6/+6
* sig_intr(9): return early if AST is not scheduled.Konstantin Belousov2020-10-081-0/+3
* Add sig_intr(9).Konstantin Belousov2020-10-041-0/+18
* Refactor sleepq_catch_signals().Konstantin Belousov2020-10-041-0/+65
* Always report ENOSYS in initBrooks Davis2020-09-021-1/+2
* kern: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* cache: drop the always curthread argument from reverse lookup routinesMateusz Guzik2020-08-241-2/+2
* Use devctl.h instead of bus.h to reduce newbus pollution.Warner Losh2020-08-211-1/+1
* corefile_open_last: don't keep a locked vnode while locking other onesAndriy Gapon2020-05-291-3/+10
* sigfastblock: fix delivery of the pending signals in single-threaded processes.Konstantin Belousov2020-05-111-12/+19
* Retire procfs-based process debugging.John Baldwin2020-04-011-25/+3
* Fix signal delivery might be on sigfastblock clearing.Konstantin Belousov2020-03-101-1/+2
* Return reschedule_signals() to being static again.Konstantin Belousov2020-03-101-3/+18
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-6/+8
* sys/kern: quiet -Wwrite-stringsRyan Libby2020-02-231-1/+1
* Do not read sigfastblock word on syscall entry.Konstantin Belousov2020-02-201-32/+118
* Add a way to manage thread signal mask using shared word, instead of syscall.Konstantin Belousov2020-02-091-23/+175
* cache: replace kern___getcwd with vn_getcwdMateusz Guzik2020-02-011-4/+6
* Remove duplicated empty lines from kern/*.cMateusz Guzik2020-01-301-3/+0
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-031-4/+4
* schedlock 1/4Jeff Roberson2019-12-151-24/+27
* Add kern_kill() and use it in Linuxulator. It's just a cleanup,Edward Tomasz Napierala2019-12-131-14/+21
* Only return EPERM from kill(-pid) when no process was signalled.Konstantin Belousov2019-12-071-34/+44
* Requested and tested by: kevansKonstantin Belousov2019-11-271-0/+26
* rfork(2): add RFSPAWN flagKyle Evans2019-09-251-6/+18
* Only enable COMPAT_43 changes for syscalls ABI for a.out processes.Konstantin Belousov2019-08-111-1/+1
* Avoid relying on header pollution from sys/refcount.h.Mark Johnston2019-07-291-0/+1
* Adds signal number format to kern.corefileEric van Gyzen2019-07-161-2/+5
* Switch to check for effective user id in r349320, and disable dumpingKonstantin Belousov2019-06-231-5/+13
* coredump: avoid writing to core files not owned by the real user.Konstantin Belousov2019-06-231-2/+3
* Do not go into sleep in sleepq_catch_signals() when SIGSTOP fromKonstantin Belousov2019-05-291-1/+9
* Remove p_code from struct proc.John Baldwin2019-04-251-2/+0
* Remove unneeded NULL check for td_ucredKristof Provost2019-01-041-2/+2
* Simplify jail ID printing on process exitKristof Provost2018-12-291-10/+3
* Make kernel print jail ID when logging a process exitKristof Provost2018-12-291-4/+13
* Don't report stale signal information for non-signal events in ptrace_lwpinfo.John Baldwin2018-12-101-0/+2
* Improve sigonstack().Konstantin Belousov2018-11-271-8/+13
* Swap in WKILLED processes.Konstantin Belousov2018-08-041-1/+18
* Make timespecadd(3) and friends publicAlan Somers2018-07-301-4/+2
* Extend amount of possible coredumps from 10 to 100000 when using index format.Mariusz Zaborski2018-07-151-13/+23
* Add description to debug.ncores sysctl.Mariusz Zaborski2018-07-041-1/+2
* core(5): overwrite the oldest core dumpMariusz Zaborski2018-07-011-34/+104
* Fix devctl generation for core files.Warner Losh2018-06-271-39/+28
* fork: avoid endless wait with PTRACE_FORK and RFSTOPPED.Konstantin Belousov2018-06-211-1/+0
* signotify: don't create a stack local that isn't used on non-debug buildsMatt Macy2018-05-191-4/+1
* Eliminate the overhead of gratuitous repeated reinitialization of cap_rightsMatt Macy2018-05-091-3/+1