summaryrefslogtreecommitdiffstats
path: root/sys/modules/ext2fs
Commit message (Collapse)AuthorAgeFilesLines
* Complete the separation of ext2fs from ufs by copying the remainingiedowse2002-05-161-3/+3
| | | | | | | | | | shared code and converting all ufs references. Originally it may have made sense to share common features between the two filesystems, but recently it has only caused problems, the UFS2 work being the final straw. All UFS_* indirect calls are now direct calls to ext2_* functions, and ext2fs-specific mount and inode structures have been introduced.
* Fixed some style bugs (disordered SRCS and garbage comment near EOF).bde2002-01-111-2/+1
|
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.ru2002-01-111-1/+0
| | | | Not objected to by: -current
* Add ext2fs modulemr2001-09-131-0/+12
OpenPOWER on IntegriCloud