Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix comment text. From emaste at freebsd.org. | Darren Tucker | 2022-11-08 | 1 | -2/+2 |
| | |||||
* | Fix tracing disable on FreeBSD. | Darren Tucker | 2022-11-07 | 1 | -1/+11 |
| | | | | | | Some versions of FreeBSD do not support using id 0 to refer to the current pid for procctl, so pass getpid() explicitly. From emaste at freebsd.org. | ||||
* | Include string.h and stdio.h for strerror. | Darren Tucker | 2021-10-15 | 1 | -0/+2 |
| | |||||
* | Include error reason if trace disabling fails. | Darren Tucker | 2021-10-15 | 1 | -4/+7 |
| | |||||
* | Disable tracing on FreeBSD using procctl. | David Carlier | 2021-09-09 | 1 | -0/+10 |
| | | | | | | Placed at the start of platform_disable_tracing() to prevent declaration after code errors from strict C89 compilers (in the unlikely event that more than one method is enabled). | ||||
* | Use ptrace(PT_DENY_ATTACH, ..) on OS X. | Darren Tucker | 2016-10-31 | 1 | -0/+8 |
| | |||||
* | Move platform_disable_tracing into its own file. | Darren Tucker | 2016-06-15 | 1 | -0/+43 |
Prevents link errors resolving the extern "options" when platform.o gets linked into ssh-agent when building --with-pam. |