aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_exit.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "kqueue: on process exit, force-clear its registered signal events"Konstantin Belousov2023-11-281-1/+0
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* kqueue: on process exit, force-clear its registered signal eventsKonstantin Belousov2023-11-241-0/+1
* Replace random sbuf_printf() with cheaper cat/putc.Alexander Motin2023-11-221-4/+4
* abort2: Generate a core dumpJohn Baldwin2023-11-141-2/+3
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Revert "exit1(): Revert sparc64 workaround"Konstantin Belousov2023-08-091-1/+8
* exit1(): Revert sparc64 workaroundMarius Strobl2023-08-061-7/+1
* exit1(): fix a comment typoIgor Ostapenko2023-08-051-1/+1
* Revert "killpg(): close a race with fork(), part 2"Konstantin Belousov2023-07-261-12/+1
* killpg(): close a race with fork(), part 2Konstantin Belousov2023-07-041-1/+12
* proc: shave a lock trip on exit if possibleMateusz Guzik2023-03-291-3/+5
* jail: add process linkageMateusz Guzik2022-09-051-0/+1
* kern: Correct some typos in source code commentsGordon Bergling2022-09-041-1/+1
* proc: read the pid prior to unlocking in report_alive_proc1Mateusz Guzik2022-08-251-1/+1
* Remove struct proc p_singlethr memberKonstantin Belousov2022-08-201-2/+0
* ksiginfo_alloc(): change to directly take M_WAITOK/NOWAIT flagsKonstantin Belousov2022-08-201-1/+1
* exit1(): update comment about thread_single()Konstantin Belousov2022-08-201-4/+3
* AST: reworkKonstantin Belousov2022-08-021-9/+4
* Do not single-thread itself when the process single-threaded some another pro...Konstantin Belousov2022-06-131-1/+10
* P2_WEXIT: avoid thread_single() for exiting process earlierKonstantin Belousov2022-06-131-0/+2
* reaper_abandon_children(): upgrade proctree_lock assert to exclusiveKonstantin Belousov2022-04-271-1/+1
* setitimer: Fix exit raceMark Johnston2022-03-231-6/+5
* syscalls: normalize exitBrooks Davis2021-11-291-3/+3
* freebsd32: add real abort2Brooks Davis2021-11-171-13/+39
* Unmap shared page manually before doing vm_map_remove() on exit or execKonstantin Belousov2021-10-281-0/+1
* exec: store parent directory and hardlink name of the binary in struct procKonstantin Belousov2021-10-281-1/+9
* Add userland boot profiling to TSLOGColin Percival2021-10-161-0/+1
* umtx: Split umtx.h on two counterparts.Dmitry Chagin2021-07-291-1/+1
* Do not call FreeBSD-ABI specific code for all ABIsKonstantin Belousov2021-07-071-1/+7
* Move sv_onexit() sysentvec hook slightly laterKonstantin Belousov2021-07-071-3/+2
* Add a knob to disable dequeueing SIGCHLD on waiting for live processKonstantin Belousov2021-06-151-3/+11
* ptrace: add an option to not kill debuggees on debugger exitKonstantin Belousov2021-05-251-4/+20
* ddb ps: Use the pidhash to enumerate processes not in allproc.John Baldwin2021-01-011-0/+9
* Provide ABI modules hooks for process exec/exit and thread exit.Konstantin Belousov2020-11-231-0/+7
* Stop using eventhandlers for itimers subsystem exec and exit hooks.Konstantin Belousov2020-11-211-0/+3
* Split out cwd/root/jail, cmask state from filedesc tableConrad Meyer2020-11-171-0/+1
* select: call seltdfini on process and thread exitMateusz Guzik2020-11-161-0/+1
* Fix a pair of races in SIGIO registrationMark Johnston2020-11-111-1/+1
* proc_realparent: if p_oppid does not match pid of the current parentKonstantin Belousov2020-09-161-1/+1
* Fix several issues with process group orphanage.Konstantin Belousov2020-08-221-1/+6
* proc: refactor clearing credentials into proc_unset_credMateusz Guzik2020-05-251-2/+1
* Remove the old NFS lock device driver that uses Giant.Rick Macklem2020-04-091-9/+0
* Retire procfs-based process debugging.John Baldwin2020-04-011-16/+1
* Remove sparc64 kernel supportWarner Losh2020-02-031-0/+1
* Remove duplicated empty lines from kern/*.cMateusz Guzik2020-01-301-2/+0
* procdesc: allow to collect status through wait(1) if process is tracedMariusz Zaborski2019-11-251-4/+7
* proc: clear pid bitmap entry after dropping proctree lockMateusz Guzik2019-09-021-1/+2
* proc: eliminate the zombproc listMateusz Guzik2019-08-281-7/+1
* exit1: fix style nitsMariusz Zaborski2019-08-051-1/+1