aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/sys_process.c
Commit message (Expand)AuthorAgeFilesLines
* ptrace: clear TDP_USERWR after transparent attach only on attachKonstantin Belousov2026-05-131-10/+9
* Remove PROC_CHECK_PRIV macro from sys_process.cSimon J. Gerraty2026-05-071-19/+40
* Fix typo in curthreadSimon J. Gerraty2026-05-051-1/+1
* mac_veriexec_priv_check block proc_write_*regs*Simon J. Gerraty2026-05-051-3/+16
* kern: send parent a SIGCHLD when the debugger has detachedKyle Evans2025-06-191-2/+9
* ptrace: Rename the internal command range constantsMark Johnston2025-06-161-1/+1
* linux: Fix usage of ptrace(PT_GET_SC_ARGS)Mark Johnston2025-06-131-6/+21
* PT_CONTINUE: undo transparent attach consequencesKonstantin Belousov2025-05-291-0/+22
* PT_CONTINUE: if pc is set, mark the thread state as modified by userKonstantin Belousov2025-05-291-0/+1
* ptrace(): p_xthread could be NULL for P_STOPPED_TRACEKonstantin Belousov2025-04-271-11/+12
* ptrace: Do not pass a negative resid to proc_rwmem()Mark Johnston2025-03-311-1/+5
* ptrace(2): expand ability to fetch syscall parametersKonstantin Belousov2025-03-311-5/+3
* kern: Fix a typo in a source code commentGordon Bergling2024-12-281-1/+1
* proc_rwmem check PRIV_PROC_MEM_WRITE when writingSimon J. Gerraty2024-11-091-0/+6
* ptrace(PT_VM_ENTRY): report max protectionKonstantin Belousov2024-10-081-1/+3
* proc: Remove kernel stack swapping support, part 6Mark Johnston2024-07-291-38/+27
* 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