aboutsummaryrefslogtreecommitdiffstats
path: root/module/zcommon/zprop_common.c
Commit message (Collapse)AuthorAgeFilesLines
* Add linux kernel module supportBrian Behlendorf2010-08-311-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 warningsBrian Behlendorf2010-08-271-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 Behlendorf2010-05-281-13/+38
|
* Rebase master to b117Brian Behlendorf2009-07-021-7/+2
|
* Move the world out of /zfs/ and seperate out module build treeBrian Behlendorf2008-12-111-0/+406