| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove geom_enc.c, a superset of these functions are now available in | Poul-Henning Kamp | 2003-04-03 | 1 | -10/+0 |
* | Add handling for cancelled events in the g_call_me() methods. | Poul-Henning Kamp | 2003-04-02 | 1 | -0/+2 |
* | Change events to have an array of "void *" references, and give the | Poul-Henning Kamp | 2003-04-02 | 1 | -2/+2 |
* | Remove the old config interface, the new OAM is sufficiently functional | Poul-Henning Kamp | 2003-04-01 | 1 | -88/+0 |
* | Run a revision on the OAM api. | Poul-Henning Kamp | 2003-03-27 | 1 | -0/+9 |
* | Remove unuse g_insert_geom(). | Poul-Henning Kamp | 2003-03-25 | 1 | -1/+0 |
* | Premptively change initializations of struct g_class to use C99 | Poul-Henning Kamp | 2003-03-24 | 1 | -1/+5 |
* | Retire the GEOM private statistics code and use devstat instead. | Poul-Henning Kamp | 2003-03-18 | 1 | -2/+2 |
* | Add u_int nstart, nend counters to consumer and providers so we will not | Poul-Henning Kamp | 2003-03-09 | 1 | -0/+2 |
* | Better names for struct disk elements: d_maxsize, d_stripeoffset | Poul-Henning Kamp | 2003-02-11 | 1 | -0/+2 |
* | Introduce flag field and G_PF_CANDELETE field on providers. | Poul-Henning Kamp | 2003-02-11 | 1 | -0/+2 |
* | Move the g_stat struct to its own .h file, we will export it to other code. | Poul-Henning Kamp | 2003-02-08 | 1 | -24/+3 |
* | Commit the correct copy of the g_stat structure. | Poul-Henning Kamp | 2003-02-07 | 1 | -7/+3 |
* | Add the new statistics structure, put one in consumers and providers. | Poul-Henning Kamp | 2003-02-07 | 1 | -0/+26 |
* | Use a void * to carry the private data for return-call'ed ioctl requests. | Poul-Henning Kamp | 2003-01-28 | 1 | -1/+1 |
* | Remove g_silence(). It does not do anything anymore. | Poul-Henning Kamp | 2003-01-13 | 1 | -1/+0 |
* | Constification and some s/int/u_int/ changes. | Poul-Henning Kamp | 2002-12-16 | 1 | -10/+10 |
* | Use more mnemonic argument names in the access functions. | Poul-Henning Kamp | 2002-12-01 | 1 | -2/+2 |
* | Straighten up the geom.ctl config interface definitions. | Poul-Henning Kamp | 2002-11-06 | 1 | -12/+68 |
* | Add a g_dev_print() function which prints all the /dev entries GEOM | Poul-Henning Kamp | 2002-10-25 | 1 | -0/+3 |
* | Make the sectorsize a property of providers so we can include it in the XML | Poul-Henning Kamp | 2002-10-20 | 1 | -0/+1 |
* | Make it possible to specify also via geom_t ID in the geom.ctl config ioctl. | Poul-Henning Kamp | 2002-10-20 | 1 | -4/+2 |
* | Constification ? Yes, out that door, row on the left, one patch each. | Poul-Henning Kamp | 2002-10-15 | 1 | -5/+5 |