Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add linux kernel module support | Brian Behlendorf | 2010-08-31 | 1 | -0/+18 |
| | | | | | | | | | | | Setup linux kernel module support, this includes: - zfs context for kernel/user - kernel module build system integration - kernel module macros - kernel module symbol export - kernel module options Signed-off-by: Brian Behlendorf <[email protected]> | ||||
* | Fix gcc c90 compliance warnings | Brian Behlendorf | 2010-08-27 | 1 | -2/+2 |
| | | | | | | | | Fix non-c90 compliant code, for the most part these changes simply deal with where a particular variable is declared. Under c90 it must alway be done at the very start of a block. Signed-off-by: Brian Behlendorf <[email protected]> | ||||
* | Update core ZFS code from build 121 to build 141. | Brian Behlendorf | 2010-05-28 | 1 | -13/+38 |
| | |||||
* | Rebase master to b117 | Brian Behlendorf | 2009-07-02 | 1 | -7/+2 |
| | |||||
* | Move the world out of /zfs/ and seperate out module build tree | Brian Behlendorf | 2008-12-11 | 1 | -0/+406 |