Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better <linux/debugfs.h> header file inclusion. | David Smith | 2009-02-20 | 1 | -1/+0 |
| | | | | | | | 2009-02-20 David Smith <dsmith@redhat.com> * debugfs.c: Added inclusion of linux/debugfs.h. * relayfs.h: Removed inclusion of linux/debugfs.h. | ||||
* | Use 'static' as much as possible | Josh Stone | 2009-01-28 | 1 | -2/+2 |
| | | | | | | | | | | This change just inserts 'static' on runtime, tapset, and generated C functions and globals, so the compiler can do a better job of optimizing. My tests with small scripts show ~10% reduction in compile time and ~20% reduction in module size. Larger scripts may show less benefit, but I expect purely positive results. | ||||
* | Conversion from relay-on-procfs to relay-on-debugfs | trz | 2006-09-19 | 1 | -9/+3 |
| | |||||
* | change relayfs version checking ifdefs | trz | 2006-03-16 | 1 | -2/+0 |
| | |||||
* | Fix for bug #2406 (autodetect supported relayfs versions) | trz | 2006-03-15 | 1 | -4/+18 |
| | |||||
* | Added #ifdef'ed support for kernels containing the recent relayfs API changes | trz | 2005-10-14 | 1 | -0/+4 |
| | |||||
* | initial revision | trz | 2005-05-06 | 1 | -0/+16 |