summaryrefslogtreecommitdiffstats
path: root/sys/cddl/dev/dtrace/dtrace_clone.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unit2minor() use from kernel code.ed2008-09-261-1/+1
| | | | | | | | | | | | | | | When I changed kern_conf.c three months ago I made device unit numbers equal to (unneeded) device minor numbers. We used to require bitshifting, because there were eight bits in the middle that were reserved for a device major number. Not very long after I turned dev2unit(), minor(), unit2minor() and minor2unit() into macro's. The unit2minor() and minor2unit() macro's were no-ops. We'd better not remove these four macro's from the kernel, because there is a lot of (external) code that may still depend on them. For now it's harmless to remove all invocations of unit2minor() and minor2unit(). Reviewed by: kib
* Custom DTrace kernel module files plus FreeBSD-specific DTrace providers.jb2008-05-231-0/+61
OpenPOWER on IntegriCloud