aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/geom_vol_ffs.c
Commit message (Expand)AuthorAgeFilesLines
* Annotate geom modules with MODULE_VERSIONKyle Evans2018-04-101-0/+1
* sys/geom: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Mark geom classes as deprecated.Warner Losh2017-08-091-0/+7
* Add some FEATURE macros for various GEOM classes.Alexander Leidinger2011-02-251-0/+3
* Don't pass error value pointer to g_read_data(9) at all if we don'tMaxim Sobolev2005-11-301-2/+2
* Check for g_read_data(9) errors properly:Maxim Sobolev2005-11-301-1/+1
* Take care not to issue unaligned I/O requests while tasting a provider.Dag-Erling Smørgrav2005-02-081-0/+10
* Too many versions.Poul-Henning Kamp2004-08-091-1/+0
* Tag all geom classes in the tree with a version number.Poul-Henning Kamp2004-08-081-0/+2
* Remove the absolute count g_access_abs() function since experience hasPoul-Henning Kamp2004-02-121-1/+1
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Remove the G_CLASS_INITIALIZER, we do not need it anymore.Poul-Henning Kamp2003-05-311-1/+0
* Use g_slice_spoiled() instead of g_std_spoiled().Poul-Henning Kamp2003-05-021-1/+1
* Back out all the stuff that didn't belong in the last commit.Poul-Henning Kamp2003-05-021-6/+2
* Use g_slice_spoiled() rather than g_std_spoiled().Poul-Henning Kamp2003-05-021-2/+6
* Time has run from the "run GEOM in userland" harness, and the new regressionPoul-Henning Kamp2003-04-131-9/+0
* Premptively change initializations of struct g_class to use C99Poul-Henning Kamp2003-03-241-3/+2
* Add some comments about the deficiencies of this module. I had hoped to getGordon Tetlow2003-02-071-0/+7
* Correct a comment. GEOM modules do not create /dev entries. They createGordon Tetlow2003-02-031-2/+2
* Add the GEOM module that makes volume labels useful. A kernel compiled withGordon Tetlow2003-02-031-0/+146