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