#
deef986e |
| 27-Nov-2024 |
anton <anton@openbsd.org> |
Add ptrace commands used to read/write the XSAVE area of a traced process. Intended to give debuggers access to xmm/ymm registers.
Inspired by FreeBSD which exposes a similar set of ptrace commands.
Add ptrace commands used to read/write the XSAVE area of a traced process. Intended to give debuggers access to xmm/ymm registers.
Inspired by FreeBSD which exposes a similar set of ptrace commands.
ok kettenis@
show more ...
|
#
d32639f6 |
| 11-Sep-2022 |
jmc <jmc@openbsd.org> |
.Li -> .Vt where appropriate; from josiah frentsos, tweaked by schwarze
ok schwarze
|
#
41ce3b17 |
| 31-Mar-2022 |
naddy <naddy@openbsd.org> |
man pages: add missing commas between subordinate and main clauses
jmc@ dislikes a comma before "then" in a conditional, so leave those untouched.
ok jmc@
|
#
0215088d |
| 21-Nov-2021 |
jan <jan@openbsd.org> |
improve legibility of structs in several manpages
General uses tabs for general indentation and 4 spaces on tight spots. Also uses extra space to align pointers and non-pointers as we do this on ce
improve legibility of structs in several manpages
General uses tabs for general indentation and 4 spaces on tight spots. Also uses extra space to align pointers and non-pointers as we do this on certain places in our source.
with improvements from schwarze@
OK schwarze@
show more ...
|
#
bfc185c1 |
| 01-May-2021 |
visa <visa@openbsd.org> |
Retire OpenBSD/sgi.
OK deraadt@
|
#
c6383cbe |
| 01-Sep-2016 |
tedu <tedu@openbsd.org> |
remove references to sparc
|
#
774fa8ff |
| 31-May-2016 |
tedu <tedu@openbsd.org> |
correct documentation for PT_WRITE_I. it may be necessary to flush icache. after explanation from kettenis
|
#
78eb3aac |
| 10-Mar-2016 |
jmc <jmc@openbsd.org> |
un-vax; i've also changed some "and" to "no", since i think it reads better;
|
#
00260ef5 |
| 06-Mar-2016 |
guenther <guenther@openbsd.org> |
Document the PT_GET_THREAD_{FIRST,NEXT} requests
From Michal Mazurek (akfaew (at) jasminek.net)
|
#
2ddcd48a |
| 01-Dec-2015 |
deraadt <deraadt@openbsd.org> |
Send Aviion to same place as Nova II discussed with jsg
|
#
c93ac063 |
| 24-Sep-2015 |
tedu <tedu@openbsd.org> |
add a small hint that you'll get EBUSY if you forget to wait. ok guenther
|
#
ec5cd23e |
| 10-Sep-2015 |
schwarze <schwarze@openbsd.org> |
use .In rather than .Fd #include
|
#
bfc1bc5a |
| 02-Aug-2015 |
jmc <jmc@openbsd.org> |
spelling; ok deraadt
|
#
c1c6fa7b |
| 25-Jan-2015 |
tedu <tedu@openbsd.org> |
mention that the kern.global_ptrace sysctl also affects PT_ATTACH
|
#
be6f3460 |
| 16-Nov-2014 |
jmc <jmc@openbsd.org> |
zap some wacky Eo/Ec stuff, and start sentences on new lines; ok schwarze
|
#
fbe7d4c0 |
| 18-Mar-2014 |
miod <miod@openbsd.org> |
Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping this hardware alive is becoming increasingly difficult, and I should heed the message sent by the three disks which have di
Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping 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.
show more ...
|
#
369bef3a |
| 21-Jan-2014 |
schwarze <schwarze@openbsd.org> |
obvious .Pa fixes; found with mandocdb(8)
|
#
23fbb714 |
| 17-Jul-2013 |
schwarze <schwarze@openbsd.org> |
more library history facts checked by sobrado@ style tweaks and ok jmc@
|
#
e19eedd9 |
| 16-Sep-2008 |
kettenis <kettenis@openbsd.org> |
Add PIOD_READ_AUXV, a way to get the ELF auxilliary vector through ptrace(2).
ok miod@
|
#
9490d37c |
| 31-May-2007 |
jmc <jmc@openbsd.org> |
convert to new .Dd format;
|
#
e524914e |
| 15-May-2006 |
kettenis <kettenis@openbsd.org> |
Adjust now that powerpc has PT_{GET|SET}FPREGS. reminded by miod@
|
#
ad744452 |
| 09-May-2006 |
miod <miod@openbsd.org> |
Administrative changes for aviion, ok deraadt@
|
#
2fb35202 |
| 17-Dec-2005 |
miod <miod@openbsd.org> |
Document PT_STEP (better late than never), and group the machine-dependent request with a (fixed) list of arches for each; tweaks and ok jmc@ kettenis@
|
#
c1ddb023 |
| 15-Sep-2005 |
jmc <jmc@openbsd.org> |
tidy up lists and displays...
|
#
f38bed7f |
| 14-Sep-2005 |
kettenis <kettenis@openbsd.org> |
ptrace(2) following fork(2) ok miod@
|