Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure not to pass NULL to g_orphan_provider(). | trasz | 2010-06-05 | 1 | -1/+2 |
| | | | | | Found with: Coverity Prevent CID: 3411 | ||||
* | Remove unused variable. | trasz | 2010-01-25 | 1 | -2/+0 |
| | | | | Found with: clang | ||||
* | Add gmountver, disk mount verification GEOM class. | trasz | 2010-01-16 | 2 | -0/+717 |
Note that due to e.g. write throttling ('wdrain'), it can stall all the disk I/O instead of just the device it's configured for. Using it for removable media is therefore not a good idea. Reviewed by: pjd (earlier version) |