Obtained from illumos
illumos/illumos-gate@902686d13f8a39cfdc57f5605470369eafa51e1f
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
| sys/cddl/dev/dtrace/dtrace_load.c | ||
|---|---|---|
| 139–140 | This block was moved upstream. You added it to dtrace_open() but also left it here - why? | |
Comment Actions
Drop the allocation and freeing blocks from dtrace_load() and
dtrace_unload(). Untested.
Thanks to Mark for noticing!
| sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c | ||
|---|---|---|
| 16900 | This call is not a part of this change, it should be removed. Then I think you're good to go. | |
Comment Actions
Committed as r278166.
Thanks!
| sys/cddl/dev/dtrace/dtrace_load.c | ||
|---|---|---|
| 139–140 | Have you seen which commit moved this? I just couldn't find it because dtrace_load.c doesn't exist anymore upstream. I only noticed this occurrence of dtrace_help_enabled because it broke the build. | |