summaryrefslogtreecommitdiffstats
path: root/sys/modules/geom/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Connect RAID3 GEOM class to the build.pjd2004-08-161-0/+1
|
* Add geom_uzip -- geom class that implements read-only compressed disks.fjoe2004-08-131-0/+1
| | | | | Currently supports cloop V2.0 disk compression format. May support more formats in future.
* Due to popular demand, hook up geom_vinum to the build.le2004-08-071-0/+1
|
* Connect GEOM_MIRROR class to the build.pjd2004-07-301-0/+1
|
* Introduce GEOM_LABEL class.pjd2004-07-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | This class is used for detecting volume labels on file systems: UFS, MSDOSFS (FAT12, FAT16, FAT32) and ISO9660. It also provide native labelization (there is no need for file system). g_label_ufs.c is based on geom_vol_ffs from Gordon Tetlow. g_label_msdos.c and g_label_iso9660.c are probably hacks, I just found where volume labels are stored and I use those offsets here, but with this class it should be easy to do it as it should be done by someone who know how. Implementing volume labels detection for other file systems also should be trivial. New providers are created in those directories: /dev/ufs/ (UFS1, UFS2) /dev/msdosfs/ (FAT12, FAT16, FAT32) /dev/iso9660/ (ISO9660) /dev/label/ (native labels, configured with glabel(8)) Manual page cleanups and some comments inside were submitted by Simon L. Nielsen, who was, as always, very helpful. Thanks!
* - Connect geom(8) and its libraries to the build.pjd2004-05-201-0/+2
| | | | | | | | - Connect geom_stripe and geom_nop modules to the build. - Connect STRIPE and NOP classes to the LINT build. - Disconnect gconcat(8) from the build. Supported by: Wheel - Open Technologies - http://www.wheel.pl
* Connect geom_gate.ko to the build.pjd2004-05-031-0/+1
|
* Connect geom_concat.ko module to the build.pjd2004-02-231-0/+1
| | | | Approved by: scottl (mentor)
* Add "GEOM_FOX", a class which detects and selects between multiplephk2003-06-181-0/+1
| | | | | | | | | | | | | | | | | | | redundant paths to the same device. This class reacts to a label in the first sector of the device, which is created the following way: # "0123456789abcdef012345..." # "<----magic-----><-id-...> echo "GEOM::FOX someid" | dd of=/dev/da0 conv=sync NB: Since the fact that multiple disk devices are in fact the same device is not known to GEOM, the geom taste/spoil process cannot fully catch all corner cases and this module can therefore be confused if you do the right wrong things. NB: The disk level drivers need to do the right thing for this to be useful, and that is not by definition currently the case.
* Add new geom_ccd modulephk2003-06-091-0/+1
|
* Add a geom_vol_ffs module and hook up to the build.gordon2003-06-031-1/+2
|
* Add GEOM module compilation shims.phk2003-05-311-0/+11
OpenPOWER on IntegriCloud