summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_compat80.c
AgeCommit message (Expand)Author
2019-03-01Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as brieflypgoyette
2019-02-09- Change the allocation macros to be more like function callschristos
2019-02-05- Redo all the ioctl compat stuff to use a standard "ioctl" interface,christos
2019-02-05use -> instead of .christos
2019-02-05- Fix the FAIL_DISK handling (it would prolly trash the wrong disk beforechristos
2019-02-03Don't include the raidframe compat code in the main raid module, thepgoyette
2019-01-31Prevent integer overflow: ioctl commands are u_long.christos
2019-01-29KNF - insert tab (thanks to mrg@)pgoyette
2019-01-29Need to return EPASSTHROUGH for ioctls that arn't handled in compat.oster
2019-01-29Normalize all the compat hooks' names to the formpgoyette
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2018-01-20fixes for the previous, noted by nakayama@.mrg
2018-01-18implement 32-bit compat support for raidframe.mrg