aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/proc.h
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in commentKonstantin Belousov2021-10-141-1/+1
* Retire code added to support CloudABIMateusz Guzik2021-10-101-1/+1
* Add curproc_sigkilled()Konstantin Belousov2021-10-081-0/+1
* sys/proc.h: remove dead prototypeKonstantin Belousov2021-10-081-1/+0
* Move td_pflags2 TDP2_SIGWAIT to td_flags TDF_SIGWAITKonstantin Belousov2021-10-061-2/+1
* procctl(2): Add PROC_WXMAP_CTL/STATUSKonstantin Belousov2021-09-171-0/+2
* kqueue: drain kqueue taskqueue if syscall tickled itKonstantin Belousov2021-09-061-1/+1
* Add the KMSAN runtimeMark Johnston2021-08-111-0/+2
* procctl(2): add PROC_NO_NEW_PRIVS_CTL, PROC_NO_NEW_PRIVS_STATUSEdward Tomasz Napierala2021-07-011-0/+1
* Eliminate p_elf_machine from struct proc.Dmitry Chagin2021-06-291-1/+0
* Add a link to the Elf_Brandinfo into the struc proc.Dmitry Chagin2021-06-291-0/+2
* Add a knob to not drop signal with default ignored or ignored actionsKonstantin Belousov2021-06-151-0/+1
* Add thread_reap_barrier()Konstantin Belousov2021-05-311-0/+1
* proc: add PROC_WAIT_UNLOCKEDMateusz Guzik2021-05-291-0/+1
* The old thread priority must be stored as part of the EPOCH(9) tracker.Hans Petter Selasky2021-05-231-1/+0
* ktrace: use the limit of the trace initiator for file size limit on writesKonstantin Belousov2021-05-221-0/+1
* ktrace: pack all ktrace parameters into allocated structure ktr_io_paramsKonstantin Belousov2021-05-221-2/+1
* accounting: explicitly mark the exiting thread as doing accountingKonstantin Belousov2021-05-221-0/+1
* Add ptrace(PT_COREDUMP)Konstantin Belousov2021-05-031-0/+2
* ptracestop: mark threads suspended there with the new TDB_SSWITCH flagKonstantin Belousov2021-05-031-0/+1
* ptrace: do not allow for parallel ptrace requestsKonstantin Belousov2021-05-031-0/+1
* Add thread_run_flash() helperKonstantin Belousov2021-05-031-0/+1
* Stop arming kqueue timers on knote owner suspend or terminateKonstantin Belousov2021-04-091-0/+4
* Stop arming periodic process timers on suspend or terminateKonstantin Belousov2021-04-091-0/+2
* Set TDP_KTHREAD before calling cpu_fork() and cpu_copy_thread().John Baldwin2021-03-121-0/+1
* Use atomic loads/stores when updating td->td_stateAlex Richardson2021-02-181-11/+23
* jobc: rework detection of orphaned groups.Konstantin Belousov2021-01-101-1/+3
* pgrp: Prevent use after free.Konstantin Belousov2021-01-101-1/+1
* proc.h: Reformat P_ and P2_ definitions.Konstantin Belousov2020-12-181-45/+66
* Add a kstack_contains() helper function.John Baldwin2020-12-011-0/+7
* thread: staticize thread_reap and move td_allocdomainMateusz Guzik2020-11-261-1/+0
* thread: stash domain id to work around vtophys problems on ppc64Mateusz Guzik2020-11-231-0/+1
* linux(4) clone(2): Correctly handle CLONE_FS and CLONE_FILESConrad Meyer2020-11-171-1/+2
* Split out cwd/root/jail, cmask state from filedesc tableConrad Meyer2020-11-171-0/+1
* sys/proc.h: improve comment for new TDP2 flagKyle Evans2020-11-171-1/+1
* umtx_op: reduce redundancy required for compat32Kyle Evans2020-11-171-0/+1
* thread: lockless zombie list manipulationMateusz Guzik2020-11-111-1/+4
* thread: rework tidhash vs proc lock interactionMateusz Guzik2020-11-111-4/+0
* thread: fix thread0 tid allocationMateusz Guzik2020-11-111-0/+1
* thread: retire thread_findMateusz Guzik2020-11-101-1/+0
* sys: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Fix several issues with process group orphanage.Konstantin Belousov2020-08-221-1/+1
* cred: distribute reference count per threadMateusz Guzik2020-06-091-1/+3
* Use a single VM object for kernel stacks.Mark Johnston2020-04-261-1/+0
* Remove the old NFS lock device driver that uses Giant.Rick Macklem2020-04-091-2/+0
* Retire procfs-based process debugging.John Baldwin2020-04-011-21/+0
* Fix NFS client deadlock when read reports truncated node.Konstantin Belousov2020-02-221-0/+2
* Add td_pflags2, yet another thread-private flags word.Konstantin Belousov2020-02-221-0/+20
* Add a way to manage thread signal mask using shared word, instead of syscall.Konstantin Belousov2020-02-091-1/+5
* vfs: prealloc vnodes in getnewvnode_reserveMateusz Guzik2020-01-111-1/+1