Details
Details
- Reviewers
markj rstone - Commits
- rS309069: Add tunable to disable destructive dtrace
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 6050 Build 6316: arc lint + arc unit
Event Timeline
| sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c | ||
|---|---|---|
| 162 | is there any reason to make this a global? | |
| sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c | ||
|---|---|---|
| 162 | never mind, missed the sysctl | |
| sys/cddl/dev/dtrace/dtrace_load.c | ||
|---|---|---|
| 60 | I thought that a RDTUN sysctl would automatically fetch the tunable value, so I'm surprised that this bit is needed. | |