summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_mirror.c
Commit message (Collapse)AuthorAgeFilesLines
* Nuke geom_mirror class. New geom_mirror class is in the way.pjd2004-07-301-239/+0
| | | | Approved by: phk
* Remove the absolute count g_access_abs() function since experience hasphk2004-02-121-5/+5
| | | | | | | | | | | | shown that it is not useful. Rename the relative count g_access_rel() function to g_access(), only the name has changed. Change all g_access_rel() calls in our CVS tree to call g_access() instead. Add an #ifndef BURN_BRIDGES #define of g_access_rel() for source code compatibility.
* Check error return from g_clone_bio(). (netchild@)phk2004-02-021-6/+8
| | | | | | Rearrange code to avoid duplication (phk@) Submitted by: netchild@
* Use __FBSDID().obrien2003-06-111-3/+3
| | | | Approved by: phk
* Remove the G_CLASS_INITIALIZER, we do not need it anymore.phk2003-05-311-1/+0
|
* Style improvement.phk2003-05-021-4/+2
|
* Use g_wither_geom() for cleanup.phk2003-05-021-4/+3
|
* Time has run from the "run GEOM in userland" harness, and the new regressionphk2003-04-131-8/+0
| | | | | | | test is built to test GEOM as running in the kernel. This commit is basically "unifdef -D_KERNEL" to remove the mainly #include related code to support the userland-harness.
* Premptively change initializations of struct g_class to use C99phk2003-03-241-3/+2
| | | | | sparse struct initializations before we extend the struct with new OAM related member functions.
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
| | | | Approved by: trb
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
| | | | Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
* Add a very simple but functional GEOM mirror class.phk2003-01-141-0/+250
This is committed more as an instructive tool than as a production facility, but this will change over time.
OpenPOWER on IntegriCloud