| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove "for a moment" assignment. struct g_geom zeroed when allocated. | ae | 2011-05-04 | 1 | -2/+0 |
* | Implement relaxed comparision for hardcoded provider names to make it | mav | 2011-04-27 | 1 | -1/+2 |
* | Add some FEATURE macros for various GEOM classes. | netchild | 2011-02-25 | 1 | -0/+1 |
* | Add support for dumping kernel to gconcat. | mav | 2010-09-16 | 1 | -0/+38 |
* | Make geom_concat to passthrough stripe parameters of the first component, | mav | 2009-12-24 | 1 | -5/+8 |
* | If provider is open for writing when we taste it, skip it for classes that | pjd | 2009-10-09 | 1 | -0/+4 |
* | Check return value of gctl_get_asciiparam(). | trasz | 2009-05-12 | 1 | -0/+4 |
* | Add sbuf_new_auto as a shortcut for the very common case of creating a | des | 2008-08-09 | 1 | -1/+1 |
* | Implement BIO_FLUSH handling by simply passing it down to the components. | pjd | 2006-10-31 | 1 | -0/+39 |
* | Remove trailing spaces. | pjd | 2006-02-01 | 2 | -2/+2 |
* | Allow to specify only one disk. This is helpful when we want to extend | pjd | 2006-01-30 | 1 | -3/+3 |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 1 | -1/+1 |
* | Before calling g_orphan_provider(), add G_PF_WITHER flag, so GEOM will know | pjd | 2005-07-17 | 1 | -0/+1 |
* | - Add a missing g_io_deliver() in case of allocation failure - we didn't | pjd | 2005-04-03 | 1 | -3/+17 |
* | - Add md_provsize field to metadata, which will help with | pjd | 2005-02-27 | 2 | -4/+15 |
* | This is not needed anymore, it is forced in GEOM now. | pjd | 2004-09-20 | 1 | -3/+0 |
* | Allow to configure debug level from /boot/loader.conf. | pjd | 2004-08-30 | 1 | -0/+1 |
* | Skip providers with not defined sector size. | pjd | 2004-08-26 | 1 | -0/+3 |
* | - Introduce option for hardcoding providers' names into metadata. | pjd | 2004-08-09 | 2 | -1/+20 |
* | Do not use g_wither_geom(9). I doesn't work in the way which is expected | pjd | 2004-08-09 | 1 | -2/+3 |
* | Tag all geom classes in the tree with a version number. | phk | 2004-08-08 | 1 | -0/+1 |
* | Improve geom(8)'s 'list' command to show geoms and their providers and | pjd | 2004-07-26 | 1 | -27/+36 |
* | Change naming scheme from /dev/<name>.concat to /dev/concat/<name>. | pjd | 2004-07-26 | 2 | -16/+14 |
* | M_WAITOK is ok here, while I'm using M_WAITOK later in this function. | pjd | 2004-07-26 | 1 | -8/+1 |
* | Fix exclusive-bit leakage. | pjd | 2004-07-18 | 1 | -1/+1 |
* | - Add 'stop' command, which works just like 'destroy' command, but sounds | pjd | 2004-07-05 | 2 | -2/+3 |
* | Dump some more informations: | pjd | 2004-05-26 | 1 | -17/+28 |
* | - Teach CONCAT class how to talk with geom(8). | pjd | 2004-05-20 | 2 | -102/+157 |
* | Fix compilation on 64-bit architectures. | pjd | 2004-05-04 | 1 | -1/+2 |
* | - Don't check if 'gp' is non-NULL, it always is and GEOM wants to | pjd | 2004-04-20 | 1 | -10/+10 |
* | - Don't take sectorsize from first disk. Calculate it by finding | pjd | 2004-03-09 | 1 | -19/+48 |
* | Print a space character between string given as a macro argument and | pjd | 2004-03-09 | 1 | -0/+1 |
* | Correct year in copyrights. | pjd | 2004-03-04 | 2 | -2/+2 |
* | - Remove d_valid field, we can use d_consumer field to check if disk | pjd | 2004-03-03 | 2 | -10/+7 |
* | Removed unused fields. | pjd | 2004-03-01 | 1 | -2/+0 |
* | We don't need d_length field. | pjd | 2004-03-01 | 1 | -2/+0 |
* | Even if we're sure that we can't be orphaned here, we have to define | pjd | 2004-02-27 | 1 | -1/+2 |
* | Remove unused field. | pjd | 2004-02-27 | 1 | -1/+0 |
* | Introduce CONCAT GEOM class for disk concatenation. | pjd | 2004-02-19 | 2 | -0/+862 |