| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert r190676,190677 | Andrew Thompson | 2009-04-10 | 1 | -2/+0 |
| * | Add interleaving root hold tokens from the CAM probe to disk_create and geom | Andrew Thompson | 2009-04-03 | 1 | -0/+2 |
| * | Constify val in g_handleattr() and str in g_handleattr_str(). | Marcel Moolenaar | 2009-02-01 | 1 | -2/+3 |
| * | Add g_retaste(), which given a class will present all non-open providers | Marcel Moolenaar | 2008-03-23 | 1 | -0/+1 |
| * | Implement g_delete_data() similar to g_read_data() and g_write_data(). | Pawel Jakub Dawidek | 2007-05-05 | 1 | -0/+1 |
| * | - Implement helper g_handleattr_str() function for string attributes | Pawel Jakub Dawidek | 2007-05-05 | 1 | -0/+1 |
| * | Add a new I/O request - BIO_FLUSH, which basically tells providers below to | Pawel Jakub Dawidek | 2006-10-31 | 1 | -0/+1 |
| * | Add __printflike() to gctl_error(). | Pawel Jakub Dawidek | 2006-09-16 | 1 | -1/+1 |
| * | Add 'show geom [addr]' ddb(4) command, which prints entire GEOM topology if | Pawel Jakub Dawidek | 2006-09-15 | 1 | -1/+3 |
| * | Only check if we're freeing a valid object if we hold the topology lock. | Pawel Jakub Dawidek | 2006-07-12 | 1 | -4/+7 |
| * | Add g_duplicate_bio() function which does the same thing what g_clone_bio() | Pawel Jakub Dawidek | 2006-06-05 | 1 | -0/+1 |
| * | Add g_wither_provider() to abstract the details of destroying a | Marcel Moolenaar | 2006-04-10 | 1 | -0/+1 |
| * | Change gctl_set_param() to return an error instead of setting an | Marcel Moolenaar | 2006-04-07 | 1 | -1/+2 |
| * | Typo. | Poul-Henning Kamp | 2005-09-03 | 1 | -1/+1 |
| * | Implement g_topology_try_lock(). | Pawel Jakub Dawidek | 2004-12-21 | 1 | -0/+2 |
| * | Pass the file->flags down to geom ioctl handlers. | Poul-Henning Kamp | 2004-12-12 | 1 | -2/+3 |
| * | Introduce g_waitidlelock() function which is simlar to g_waitidle(), | Pawel Jakub Dawidek | 2004-11-09 | 1 | -0/+1 |
| * | Add g_wither_geom_close() function. | Poul-Henning Kamp | 2004-10-29 | 1 | -0/+1 |
| * | Move the prototype for g_waitidle() to a more visible place. | Poul-Henning Kamp | 2004-10-23 | 1 | -1/+0 |
| * | Introduce g_alloc_bio() as a waiting variant of g_new_bio(). | Poul-Henning Kamp | 2004-08-27 | 1 | -0/+1 |
| * | Give classes a version number and refuse to touch classes which are not | Poul-Henning Kamp | 2004-08-08 | 1 | -0/+13 |
| * | Kill g_access_rel() already now before we send it down 5-stable | Poul-Henning Kamp | 2004-06-21 | 1 | -3/+0 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 1 | -1/+2 |
| * | Rearrange some of the GEOM debugging tools to be more structured. | Poul-Henning Kamp | 2004-03-10 | 1 | -8/+22 |
| * | Remove the absolute count g_access_abs() function since experience has | Poul-Henning Kamp | 2004-02-12 | 1 | -2/+4 |
| * | Give both consumers and providers a {void *private, u_int index} which | Poul-Henning Kamp | 2004-02-12 | 1 | -1/+8 |
| * | Added g_print_bio() function to print informations about given bio. | Pawel Jakub Dawidek | 2004-02-11 | 1 | -0/+1 |
| * | Added macro which will be used to assert, that the topology lock is not held. | Pawel Jakub Dawidek | 2004-02-10 | 1 | -0/+6 |
| * | KASSERT against multiple orphanings of providers. | Poul-Henning Kamp | 2003-12-07 | 1 | -0/+1 |
| * | Re-arrange and consolidate some random debugging stuff | Scott Long | 2003-12-07 | 1 | -1/+0 |
| * | Introduce a per provider wither flag | Poul-Henning Kamp | 2003-10-06 | 1 | -0/+1 |
| * | Simplify the ioctl handling in GEOM. | Poul-Henning Kamp | 2003-09-01 | 1 | -16/+3 |
| * | Add the new g_dev_getprovider() function, the swap_pager needs it now. | Poul-Henning Kamp | 2003-08-30 | 1 | -0/+1 |
| * | Improve the root-dev prompt facility for printing devices which could | Poul-Henning Kamp | 2003-06-07 | 1 | -1/+1 |
| * | Drop a memory-corruption debugging test-tool. | Poul-Henning Kamp | 2003-06-07 | 1 | -4/+0 |
| * | Introduce g_provider_by_name() function, and use it. | Poul-Henning Kamp | 2003-06-04 | 1 | -0/+1 |
| * | Simplify the GEOM OAM api: Drop the request type, and let everything | Poul-Henning Kamp | 2003-06-01 | 1 | -3/+7 |
| * | constify g_sanity() | Poul-Henning Kamp | 2003-06-01 | 1 | -1/+1 |
| * | Introduce a init and fini member functions on a class. | Poul-Henning Kamp | 2003-05-31 | 1 | -13/+12 |
| * | Remove the G_CLASS_INITIALIZER, we do not need it anymore. | Poul-Henning Kamp | 2003-05-31 | 1 | -8/+2 |
| * | Add gctl_set_param() function. | Poul-Henning Kamp | 2003-05-04 | 1 | -0/+1 |
| * | Rework the "withering" mechanism: | Poul-Henning Kamp | 2003-05-02 | 1 | -0/+1 |
| * | Remove the now obsolete geomidorname hack. | Poul-Henning Kamp | 2003-05-01 | 1 | -24/+0 |
| * | Introduce a g_waitfor_event() function which posts an event and waits for | Poul-Henning Kamp | 2003-04-23 | 1 | -0/+1 |
| * | Rename g_call_me() to g_post_event(), and give it a flag | Poul-Henning Kamp | 2003-04-23 | 1 | -2/+2 |
| * | Make gctl_error() take printfline varargs. | Poul-Henning Kamp | 2003-04-23 | 1 | -1/+2 |
| * | Remove unused event pointers in object structures. | Poul-Henning Kamp | 2003-04-23 | 1 | -6/+0 |
| * | Implement handling of CONFIG_GEOM OAM request. | Poul-Henning Kamp | 2003-04-22 | 1 | -0/+2 |
| * | Time has run from the "run GEOM in userland" harness, and the new regression | Poul-Henning Kamp | 2003-04-13 | 1 | -8/+0 |
| * | Remove all references to BIO_SETATTR. We will not be using it. | Poul-Henning Kamp | 2003-04-03 | 1 | -1/+0 |