summaryrefslogtreecommitdiff
path: root/lib/libc/sys/ptrace.2
AgeCommit message (Expand)Author
2024-02-05libsys: relocate implementations and manpagesBrooks Davis
2023-09-28ptrace(2): Disabling: Describe influence of security.bsd.see_jail_procOlivier Certner
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2022-12-22ptrace(2): document PT_SC_REMOTEKonstantin Belousov
2022-12-22ptrace(2): explain how to select specific thread to operate onKonstantin Belousov
2022-12-15ptrace.2: Fix warnings from igor.John Baldwin
2022-01-27Add PT_GETREGSETAndrew Turner
2022-01-22ptrace(2): document policies affecting access to the facilityKonstantin Belousov
2021-05-25ptrace: add an option to not kill debuggees on debugger exitKonstantin Belousov
2021-05-04ptrace: document ENOMEMEdward Tomasz Napierala
2021-05-03Add ptrace(PT_COREDUMP)Konstantin Belousov
2020-12-19libc: Fix most issues reported by mandocGordon Bergling
2019-07-15Add ptrace op PT_GET_SC_RET.John Baldwin
2018-06-02Added ptrace support for reading/writing powerpc VSX registersJustin Hibbits
2018-05-23Note that PT_SETSTEP is auto-cleared.Konstantin Belousov
2017-12-01Correct history for Unix 2nd Edition through 6th Edition for theWarner Losh
2017-09-14Add ptrace operations to fetch and store VFP registers.John Baldwin
2017-06-12Add ptrace(PT_GET_SC_ARGS) command to return debuggee' current syscallKonstantin Belousov
2017-05-23ptrace(2): clean up trailing whitespaceEnji Cooper
2016-08-29Typesetting fixes.Konstantin Belousov
2016-08-29Restore the requirement of setting errno to zero before callingKonstantin Belousov
2016-08-27Do not obliterate errno value in the main thread during ptrace(2) call on x86.Konstantin Belousov
2016-07-28Note that not all optional ptrace events use SIGTRAP.John Baldwin
2016-07-18Add PTRACE_VFORK to trace vfork events.John Baldwin
2016-07-15Add a mask of optional ptrace() events.John Baldwin
2016-03-28Fix bunch of .Xrs.Edward Tomasz Napierala
2015-12-30Document the recently added support for ptrace(2) LWP events.John Baldwin
2015-10-20Switch pl_child_pid from int to pid_t.John Baldwin
2015-10-07Document the recently added pl_syscall_* fields in struct ptrace_lwpinfo.John Baldwin
2015-07-03Grammar and language fixes.Konstantin Belousov
2015-06-30Document x86 machine-specific ptrace(2) requests. Provide list of theKonstantin Belousov
2013-07-22Document EINVAL error return from PT_LWPINFOEd Maste
2013-02-07Document the detail of interaction between vfork and PT_TRACEME.Konstantin Belousov
2012-03-29Remove trailing whitespace per mdoc lint warningEitan Adler
2012-02-18Document PL_FLAG_CHILD.Konstantin Belousov
2011-10-06Remove no longer needed BUGS section.Konstantin Belousov
2011-10-04Remove no longer valid statement about ARM.Konstantin Belousov
2011-01-25Document PT_FLAG_FORKED, PT_FOLLOW_FORK, pl_tdname and pl_child_pid.Konstantin Belousov
2010-08-06Fix typos and spelling mistakes.Joel Dahl
2010-07-10Document pl_siginfo and PT_FLAG_SI for PT_LWPINFO.Konstantin Belousov
2010-05-24Improve the documentation for PT_LWPINFO. Note that some features areKonstantin Belousov
2010-02-11o Add support for COMPAT_IA32.Marcel Moolenaar
2010-02-09Add PT_VM_TIMESTAMP and PT_VM_ENTRY so that the tracing process canMarcel Moolenaar
2009-03-27Document missing requests.Diomidis Spinellis
2007-04-11Belatedly bump Dd for my recent changes.Ed Maste
2007-04-09Document PT_GETNUMLWPS.Ed Maste
2007-04-07Describe PT_GETLWPLIST's arguments.Ed Maste
2006-11-09Add an entry for PT_GETLWPLIST.Tom Rhodes
2005-02-13Expand *n't contractions.Ruslan Ermilov
2004-07-12Document the new PT_LWPINFO request. In fact, the request is so newMarcel Moolenaar