| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It was supposed to provide a recovery mechanism against bugs in procfs's
long deprecated tracing capabilities.
Remove the tool as a prerequisite to axing the kernel side.
The tracing facility to use is ptrace(2).
MFC after: 2 weeks
Notes:
svn path=/head/; revision=324042
|
|
|
|
| |
Notes:
svn path=/head/; revision=114601
|
|
|
|
|
|
|
|
|
| |
PR: 16415
Submitted by: Kevin Day <toasty@dragondata.com>
Approved by: jkh
Notes:
svn path=/head/; revision=57373
|
|
|
|
| |
Notes:
svn path=/head/; revision=50479
|
|
|
|
|
|
|
| |
add SEE ALSO.
Notes:
svn path=/head/; revision=32273
|
|
|
|
| |
Notes:
svn path=/head/; revision=31897
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
change from
ioctl(fd, PIOC<foo>, &i);
to
ioctl(fd, PIOC<foo>, i);
This is going from the _IOW to _IO ioctl macro. The kernel, procctl, and
truss must be in synch for it all to work (not doing so will get errors about
inappropriate ioctl's, fortunately). Hopefully I didn't forget anything :).
Notes:
svn path=/head/; revision=31691
|
|
Notes:
svn path=/head/; revision=31565
|