Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | opensolaris code: translate INVARIANTS to DEBUG and ZFS_DEBUG | avg | 2013-08-06 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | Do this by forcing inclusion of sys/cddl/compat/opensolaris/sys/debug_compat.h via -include option into all source files from OpenSolaris. Note that this -include option must always be after -include opt_global.h. Additionally, remove forced definition of DEBUG for some modules and fix their build without DEBUG. Also, meaning of DEBUG was overloaded to enable WITNESS support for some OpenSolaris (primarily ZFS) locks. Now this overloading is removed and that use of DEBUG is replaced with a new option OPENSOLARIS_WITNESS. MFC after: 17 days | ||||
* | Port the SDT test now that it's possible to create SDT probes that take | markj | 2013-06-02 | 1 | -1/+2 |
| | | | | | | | | | | | | seven arguments. The original test uses Solaris' uadmin system call to trigger the test probe; this change adds a sysctl to the dtrace_test module and gets the test program to trigger the test probe via the sysctl handler. The test is currently failing on amd64 because of some bugs in the way that probe arguments beyond the first five are obtained - these bugs will be fixed in a separate change. | ||||
* | Add the DTrace kernel module makefiles. | jb | 2008-05-17 | 1 | -0/+14 |