summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_vol_ffs.c
Commit message (Expand)AuthorAgeFilesLines
* Add some FEATURE macros for various GEOM classes.netchild2011-02-251-0/+3
* Don't pass error value pointer to g_read_data(9) at all if we don'tsobomax2005-11-301-2/+2
* Check for g_read_data(9) errors properly:sobomax2005-11-301-1/+1
* Take care not to issue unaligned I/O requests while tasting a provider.des2005-02-081-0/+10
* Too many versions.phk2004-08-091-1/+0
* Tag all geom classes in the tree with a version number.phk2004-08-081-0/+2
* Remove the absolute count g_access_abs() function since experience hasphk2004-02-121-1/+1
* Use __FBSDID().obrien2003-06-111-2/+3
* Remove the G_CLASS_INITIALIZER, we do not need it anymore.phk2003-05-311-1/+0
* Use g_slice_spoiled() instead of g_std_spoiled().phk2003-05-021-1/+1
* Back out all the stuff that didn't belong in the last commit.phk2003-05-021-6/+2
* Use g_slice_spoiled() rather than g_std_spoiled().phk2003-05-021-2/+6
* Time has run from the "run GEOM in userland" harness, and the new regressionphk2003-04-131-9/+0
* Premptively change initializations of struct g_class to use C99phk2003-03-241-3/+2
* Add some comments about the deficiencies of this module. I had hoped to getgordon2003-02-071-0/+7
* Correct a comment. GEOM modules do not create /dev entries. They creategordon2003-02-031-2/+2
* Add the GEOM module that makes volume labels useful. A kernel compiled withgordon2003-02-031-0/+146
OpenPOWER on IntegriCloud