Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix module build after r243245. | kib | 2012-11-20 | 1 | -1/+2 |
| | |||||
* | Retire opt_ffs_broken_fixme.h. | kib | 2011-03-20 | 1 | -2/+1 |
| | | | | | | | | Instead of directly calling ffs_snapgone(), use UFS_SNAPGONE() with usual layering. Requested by: bde MFC after: 1 week | ||||
* | Remove opt_mac.h generation for various kernel modules that no longer | rwatson | 2009-06-06 | 1 | -1/+1 |
| | | | | | | require it. Submitted by: pjd | ||||
* | Allow this module to get its options from the kernel build directory | yar | 2006-12-21 | 1 | -0/+2 |
| | | | | | | | instead of always hard coding them in CFLAGS. POLA is kept here: The module file built with GENERIC stays the same. Tested with: md5(1) | ||||
* | Hook up gjournal bits to the build. | pjd | 2006-10-31 | 1 | -1/+1 |
| | | | | Sponsored by: home.pl | ||||
* | Remove ufs_ihash.c here as well. | phk | 2005-03-14 | 1 | -1/+1 |
| | |||||
* | Add a few missing opt_ files to make this module compile again. | iedowse | 2003-06-23 | 1 | -2/+3 |
| | |||||
* | Add a makefile for building UFS as a module. Since it is of marginal | iedowse | 2002-06-30 | 1 | -0/+14 |
use it is not built by default, and there are currently bugs that prevent UFS from being unloaded. Nevertheless it can be useful when developing UFS code on network-booted machines. |