summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/ptrace.2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove references to sparctedu2016-09-011-5/+5
|
* correct documentation for PT_WRITE_I. it may be necessary to flush icache.tedu2016-05-311-4/+5
| | | | after explanation from kettenis
* un-vax;jmc2016-03-101-6/+5
| | | | i've also changed some "and" to "no", since i think it reads better;
* Document the PT_GET_THREAD_{FIRST,NEXT} requestsguenther2016-03-061-2/+24
| | | | From Michal Mazurek (akfaew (at) jasminek.net)
* Send Aviion to same place as Nova IIderaadt2015-12-011-5/+5
| | | | discussed with jsg
* add a small hint that you'll get EBUSY if you forget to wait. ok guenthertedu2015-09-241-3/+3
|
* use .In rather than .Fd #includeschwarze2015-09-101-4/+4
|
* spelling; ok deraadtjmc2015-08-021-3/+3
|
* mention that the kern.global_ptrace sysctl also affects PT_ATTACHtedu2015-01-251-2/+6
|
* zap some wacky Eo/Ec stuff, and start sentences on new lines; ok schwarzejmc2014-11-161-33/+27
|
* Retire hp300, mvme68k and mvme88k ports. These ports have no users, keepingmiod2014-03-181-6/+5
| | | | | | | this hardware alive is becoming increasingly difficult, and I should heed the message sent by the three disks which have died on me over the last few days. Noone sane will mourn these ports anyway. So long, and thanks for the fish.
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-211-11/+11
|
* more library historyschwarze2013-07-171-2/+7
| | | | | facts checked by sobrado@ style tweaks and ok jmc@
* Add PIOD_READ_AUXV, a way to get the ELF auxilliary vector through ptrace(2).kettenis2008-09-161-2/+6
| | | | ok miod@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* Adjust now that powerpc has PT_{GET|SET}FPREGS.kettenis2006-05-151-4/+4
| | | | reminded by miod@
* Administrative changes for aviion, ok deraadt@miod2006-05-091-4/+5
|
* Document PT_STEP (better late than never), and group the machine-dependentmiod2005-12-171-29/+30
| | | | request with a (fixed) list of arches for each; tweaks and ok jmc@ kettenis@
* tidy up lists and displays...jmc2005-09-151-3/+7
|
* ptrace(2) following fork(2)kettenis2005-09-141-1/+64
| | | | ok miod@
* No PT_[GS]ETFPREGS on mips.miod2005-07-201-2/+2
|
* PT_WCOOKIE is available on sparc64 too.miod2005-05-161-2/+2
|
* Mention no more PT_[GS]ETFPREGS on m88k.miod2005-05-161-2/+3
|
* Document PT_[GS]ETXMMREGS.kettenis2005-04-041-7/+27
| | | | ok jmc@
* - use .Cm rather than .Nm for kernel optionsjmc2005-03-261-3/+3
| | | | - no space needed before full stops here
* acct, ktrace, and ptrace are only available if the kernel option is there.tedu2005-03-261-1/+5
| | | | say so.
* A better description of the machine-dependent PT commands.miod2004-03-091-20/+40
|
* typos;jmc2003-02-271-3/+4
|
* don't attach to system processes.fgsch2002-04-101-1/+5
| | | | art@ niklas@ markus@ millert@ deraadt@ ok.
* Document reality.art2002-03-121-6/+19
|
* Document PT_IOart2002-03-111-1/+39
|
* Another round of man page cleanup, this time to remove more hard sentenceaaron2000-10-181-29/+42
| | | | breaks and getting rid of short lines, making these files easier to work with.
* - change references to nil to null; tschroed@acm.orgaaron1999-06-291-2/+4
| | | | | | | - remove trailing spaces from end of lines - add some .Dv - change -1 to \-1, so `-' is taken as a negative sign - other misc formatting fixes
* add missing .El macros (which properly terminate .Bl macro lists)aaron1999-05-271-1/+2
|
* grammar police: do not hyphenate compound words that act as adjectives if theaaron1999-05-121-2/+2
| | | | | | first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong
* mi ptraced1999-02-011-2/+2
|
* Attempt at cleanup.michaels1996-10-081-2/+2
|
* From NetBSD: merge of 960317niklas1996-03-191-151/+152
|
* initial import of NetBSD treederaadt1995-10-181-0/+395