| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs | cvs2svn | 2008-02-24 | 106 | -106/+106 |
| * | MFC: Only attach to a GPT partition if it has the GPT_ENT_TYPE_FREEBS | John Baldwin | 2007-12-18 | 1 | -0/+13 |
| * | MFC: Add ZFS partition types for APM and GPT and add the | Marcel Moolenaar | 2007-10-29 | 4 | -0/+17 |
| * | When orphaning a provider, cancel events related to it. | Pawel Jakub Dawidek | 2007-09-27 | 1 | -0/+2 |
| * | LINT compiled just fine for me, but it seems it breaks tinerbox way of | Pawel Jakub Dawidek | 2007-09-23 | 1 | -1/+1 |
| * | Bring in the GEOM Virtualisation class, which allows to create huge GEOM | Pawel Jakub Dawidek | 2007-09-23 | 6 | -0/+2437 |
| * | Add support for Camellia encryption algorithm. | Pawel Jakub Dawidek | 2007-09-01 | 2 | -1/+21 |
| * | Have gpart synthesize a disk geometry if the underlying provider | Marcel Moolenaar | 2007-06-17 | 3 | -55/+189 |
| * | Add the MBR partitioning scheme to g_part. This does not yet | Marcel Moolenaar | 2007-06-13 | 1 | -0/+370 |
| * | Prefix unknown (i.e. un-aliased) partition types with '!'. This is | Marcel Moolenaar | 2007-06-06 | 2 | -4/+6 |
| * | Call sbuf_finish() before sbuf_data() and sbuf_len(). | Marcel Moolenaar | 2007-06-06 | 1 | -0/+5 |
| * | Commit 14/14 of sched_lock decomposition. | Jeff Roberson | 2007-06-05 | 5 | -14/+14 |
| * | Despite several examples in the kernel, the third argument of | David Malone | 2007-06-04 | 3 | -5/+5 |
| * | Fix a dereference in KASSERT. | Marcel Moolenaar | 2007-05-15 | 1 | -1/+1 |
| * | o Implement automatic commit. It's enabled when the flags parameter | Marcel Moolenaar | 2007-05-15 | 1 | -10/+35 |
| * | Write the output parameter (if present) for the add, create, delete | Marcel Moolenaar | 2007-05-09 | 1 | -3/+50 |
| * | When reverting the creation of a partitioning scheme on a provider, | Marcel Moolenaar | 2007-05-09 | 1 | -2/+6 |
| * | MFp4: | Marcel Moolenaar | 2007-05-08 | 4 | -94/+102 |
| * | When deleting key, flush write cache after each overwrite, so we don't | Pawel Jakub Dawidek | 2007-05-06 | 1 | -0/+5 |
| * | Allow to use ':' in d_ident, which is quite handy character. | Pawel Jakub Dawidek | 2007-05-05 | 1 | -1/+2 |
| * | Handle GEOM::ident attribute by attaching 'sX' string at the end of ident | Pawel Jakub Dawidek | 2007-05-05 | 1 | -0/+32 |
| * | Because there are many strange hardware out there, allow to use only | Pawel Jakub Dawidek | 2007-05-05 | 1 | -0/+39 |
| * | - Extend disk structure to allow to store disk's serial number, which can be | Pawel Jakub Dawidek | 2007-05-05 | 2 | -2/+7 |
| * | Implement three new ioctls that can be used with GEOM provider: | Pawel Jakub Dawidek | 2007-05-05 | 1 | -0/+20 |
| * | Implement g_delete_data() similar to g_read_data() and g_write_data(). | Pawel Jakub Dawidek | 2007-05-05 | 2 | -0/+23 |
| * | - Implement helper g_handleattr_str() function for string attributes | Pawel Jakub Dawidek | 2007-05-05 | 2 | -7/+23 |
| * | Put the scheme (APM, GPT, etc) in the XML. | Marcel Moolenaar | 2007-04-27 | 1 | -1/+3 |
| * | If compressed length is zero, return a zero-filled block. | Hidetoshi Shimokawa | 2007-04-24 | 1 | -0/+7 |
| * | -) Correct sdcount for a plex when removing or adding subdisks. | Lukas Ertl | 2007-04-12 | 3 | -3/+93 |
| * | Avoid infinite loop if the device string given for a drive | Lukas Ertl | 2007-04-12 | 1 | -6/+3 |
| * | Use root_mounted(). | Pawel Jakub Dawidek | 2007-04-08 | 1 | -1/+1 |
| * | Fix a bug for over 4GB media. | Hidetoshi Shimokawa | 2007-04-07 | 1 | -1/+1 |
| * | Sysctl description is not a format string, so one % is enough. | Pawel Jakub Dawidek | 2007-04-06 | 1 | -1/+1 |
| * | - Be more verbose when saying "foo" not found. | Xin LI | 2007-03-30 | 1 | -10/+10 |
| * | make_dev(9) can be (and is) called without Giant, so there is no need to | Kris Kennaway | 2007-03-26 | 1 | -8/+0 |
| * | Add missing \n. | Pawel Jakub Dawidek | 2007-03-22 | 1 | -2/+2 |
| * | Overhaul driver/subsystem api's: | Sam Leffler | 2007-03-21 | 2 | -3/+5 |
| * | Warn when user use sectorsize bigger than the page size, which will lead | Pawel Jakub Dawidek | 2007-03-05 | 1 | -0/+4 |
| * | Fix geli after last commit for UP systems that are running SMP kernel. | Pawel Jakub Dawidek | 2007-03-02 | 1 | -1/+2 |
| * | Use pause() rather than tsleep() on stack variables and function pointers. | John Baldwin | 2007-02-27 | 2 | -4/+4 |
| * | First cut at GEOM based multipath. This is an active/passive{/passive...} | Matt Jacob | 2007-02-27 | 2 | -0/+867 |
| * | Use tsleep() rather than msleep() with a NULL mtx parameter. | John Baldwin | 2007-02-23 | 2 | -2/+2 |
| * | Reduce the noise when plugging in (USB) mass storage devices, like a 4 port | Nick Hibma | 2007-02-21 | 1 | -1/+1 |
| * | #include <sys/systm.h> before <sys/geom.h> to get KASSERT(), and fix LINT build. | Craig Rodrigues | 2007-02-08 | 1 | -0/+1 |
| * | Evolve the ctlreq interface added to geom_gpt into a generic | Marcel Moolenaar | 2007-02-07 | 7 | -1619/+2782 |
| * | We expect 'bio_data != NULL' for BIO_{READ,WRITE,GETATTR}, but for | Pawel Jakub Dawidek | 2007-01-28 | 1 | -2/+7 |
| * | It is possible that GEOM taste provider before SMP is started. | Pawel Jakub Dawidek | 2007-01-28 | 1 | -0/+7 |
| * | Cylinder group bitmaps and blocks containing inode for a snapshot | Konstantin Belousov | 2007-01-23 | 1 | -0/+1 |
| * | Softc may be NULL in g_journal_orphan(), so don't be surprised. | Pawel Jakub Dawidek | 2006-12-02 | 1 | -3/+4 |
| * | Fix ia64 build breakage. | Pawel Jakub Dawidek | 2006-11-02 | 1 | -0/+2 |