aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/sys_process.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Support dynamically sized register setsAndrew Turner2023-08-231-9/+27
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* ptrace: Clear TDB_BORN during PT_DETACH.John Baldwin2023-06-071-1/+1
* ptrace(2): add PT_SC_REMOTE remote syscall requestKonstantin Belousov2022-12-221-1/+73
* sys: rename td_coredump to td_remotereqKonstantin Belousov2022-12-221-4/+4
* AST: reworkKonstantin Belousov2022-08-021-3/+1
* syscallarg_t: Add a type for system call argumentsBrooks Davis2022-03-281-2/+2
* proc: Remove assertion that P_WEXIT is not set in proc_rwmem()Mark Johnston2022-03-011-2/+0
* proc: Relax proc_rwmem()'s assertion on the process hold countMark Johnston2022-03-011-4/+5
* Trim duplicate code for copying in iovecs for PT_[GS]ETREGSET.John Baldwin2022-02-071-3/+1
* Add PT_GETREGSETAndrew Turner2022-01-271-0/+144
* Add security.bsd.allow_ptrace sysctlKonstantin Belousov2022-01-221-1/+5
* Revert "syscallarg_t: Add a type for system call arguments"Brooks Davis2022-01-121-2/+2
* syscallarg_t: Add a type for system call argumentsBrooks Davis2022-01-121-2/+2
* Remove PT_GET_SC_ARGS_ALLKonstantin Belousov2021-09-161-19/+4
* linux: implement PTRACE_GET_SYSCALL_INFOEdward Tomasz Napierala2021-09-141-0/+17
* Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner2021-08-301-2/+1
* sys_process.c: extract ptrace_unsuspend()Konstantin Belousov2021-05-251-6/+14
* Add ptrace(PT_COREDUMP)Konstantin Belousov2021-05-031-1/+84
* ptrace: do not allow for parallel ptrace requestsKonstantin Belousov2021-05-031-2/+47
* kern_ptrace(): extract code to determine ptrace eligibility into helperKonstantin Belousov2021-05-031-19/+27
* kern_ptrace: change type of proctree_locked to boolKonstantin Belousov2021-05-031-5/+6
* Minor style cleanupWarner Losh2021-04-181-1/+1
* ptrace: restructure comments around reparenting on PT_DETACHKonstantin Belousov2021-04-111-4/+8
* ptrace: remove dead call to FIX_SSTEP()Konstantin Belousov2021-04-111-7/+0
* Stop arming kqueue timers on knote owner suspend or terminateKonstantin Belousov2021-04-091-0/+1
* Stop arming periodic process timers on suspend or terminateKonstantin Belousov2021-04-091-0/+1
* Get rid of sa->narg. It serves no purpose; use sa->callp->sy_narg instead.Edward Tomasz Napierala2020-09-271-2/+2
* cache: drop the always curthread argument from reverse lookup routinesMateusz Guzik2020-08-241-1/+1
* Refactor ptrace() ABI compatibility.John Baldwin2020-06-091-223/+24
* Retire procfs-based process debugging.John Baldwin2020-04-011-24/+0
* Remove duplicated empty lines from kern/*.cMateusz Guzik2020-01-301-1/+0
* Define macro VM_MAP_ENTRY_FOREACH for enumerating the entries in a vm_map.Doug Moore2019-10-081-10/+7
* Improve MD page fault handlers.Konstantin Belousov2019-09-271-1/+1
* Change synchonization rules for vm_page reference counting.Mark Johnston2019-09-091-4/+1
* process: styleMariusz Zaborski2019-08-051-6/+4
* Avoid relying on header pollution from sys/refcount.h.Mark Johnston2019-07-291-0/+1
* Add ptrace op PT_GET_SC_RET.John Baldwin2019-07-151-2/+61
* Merge the vm_page hold and wire mechanisms.Mark Johnston2019-07-081-1/+2
* Include ktr.h in more compilation unitsConrad Meyer2019-05-211-0/+1
* Add a missing definition for the !COMPAT_FREEBSD32 case.Mark Johnston2018-12-031-0/+1
* Plug memory disclosures via ptrace(2).Mark Johnston2018-12-031-3/+13
* proc: always store parent pid in p_oppidMateusz Guzik2018-11-161-4/+2
* Initialize the eflags field of vm_map headers.Mark Johnston2018-11-021-2/+3
* Swap in WKILLED processes.Konstantin Belousov2018-08-041-1/+1
* Update proc->p_ptevents annotation to reflect the actual locking.Konstantin Belousov2018-06-211-0/+1
* sys_process.c fix set but not used warningMatt Macy2018-05-191-2/+1
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-2/+0
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2