summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom.h
Commit message (Expand)AuthorAgeFilesLines
* Improve the root-dev prompt facility for printing devices which couldphk2003-06-071-1/+1
* Drop a memory-corruption debugging test-tool.phk2003-06-071-4/+0
* Introduce g_provider_by_name() function, and use it.phk2003-06-041-0/+1
* Simplify the GEOM OAM api: Drop the request type, and let everythingphk2003-06-011-3/+7
* constify g_sanity()phk2003-06-011-1/+1
* Introduce a init and fini member functions on a class.phk2003-05-311-13/+12
* Remove the G_CLASS_INITIALIZER, we do not need it anymore.phk2003-05-311-8/+2
* Add gctl_set_param() function.phk2003-05-041-0/+1
* Rework the "withering" mechanism:phk2003-05-021-0/+1
* Remove the now obsolete geomidorname hack.phk2003-05-011-24/+0
* Introduce a g_waitfor_event() function which posts an event and waits forphk2003-04-231-0/+1
* Rename g_call_me() to g_post_event(), and give it a flagphk2003-04-231-2/+2
* Make gctl_error() take printfline varargs.phk2003-04-231-1/+2
* Remove unused event pointers in object structures.phk2003-04-231-6/+0
* Implement handling of CONFIG_GEOM OAM request.phk2003-04-221-0/+2
* Time has run from the "run GEOM in userland" harness, and the new regressionphk2003-04-131-8/+0
* Remove all references to BIO_SETATTR. We will not be using it.phk2003-04-031-1/+0
* Remove geom_enc.c, a superset of these functions are now available inphk2003-04-031-10/+0
* Add handling for cancelled events in the g_call_me() methods.phk2003-04-021-0/+2
* Change events to have an array of "void *" references, and give thephk2003-04-021-2/+2
* Remove the old config interface, the new OAM is sufficiently functionalphk2003-04-011-88/+0
* Run a revision on the OAM api.phk2003-03-271-0/+9
* Remove unuse g_insert_geom().phk2003-03-251-1/+0
* Premptively change initializations of struct g_class to use C99phk2003-03-241-1/+5
* Retire the GEOM private statistics code and use devstat instead.phk2003-03-181-2/+2
* Add u_int nstart, nend counters to consumer and providers so we will notphk2003-03-091-0/+2
* Better names for struct disk elements: d_maxsize, d_stripeoffsetphk2003-02-111-0/+2
* Introduce flag field and G_PF_CANDELETE field on providers.phk2003-02-111-0/+2
* Move the g_stat struct to its own .h file, we will export it to other code.phk2003-02-081-24/+3
* Commit the correct copy of the g_stat structure.phk2003-02-071-7/+3
* Add the new statistics structure, put one in consumers and providers.phk2003-02-071-0/+26
* Use a void * to carry the private data for return-call'ed ioctl requests.phk2003-01-281-1/+1
* Remove g_silence(). It does not do anything anymore.phk2003-01-131-1/+0
* Constification and some s/int/u_int/ changes.phk2002-12-161-10/+10
* Use more mnemonic argument names in the access functions.phk2002-12-011-2/+2
* Straighten up the geom.ctl config interface definitions.phk2002-11-061-12/+68
* Add a g_dev_print() function which prints all the /dev entries GEOMphk2002-10-251-0/+3
* Make the sectorsize a property of providers so we can include it in the XMLphk2002-10-201-0/+1
* Make it possible to specify also via geom_t ID in the geom.ctl config ioctl.phk2002-10-201-4/+2
* Constification ? Yes, out that door, row on the left, one patch each.phk2002-10-151-5/+5
* Moved geom class initialization to SI_SUB_DRIVERS from SI_SUB_PSEUDO.jake2002-10-141-1/+1
* Implement the GEOMCONFIGGEOM ioctl which can be used to manually createphk2002-10-141-3/+51
* Add the outline of the "/dev/geom.ctl" handling code.phk2002-10-131-1/+8
* Give GEOM modules a chance to specify their own init routine, in case theyphk2002-10-131-1/+4
* Copyin and copyout are only possible from a process-native thread,phk2002-10-071-0/+7
* Retire g_io_fail() and let g_io_deliver() take an error argument instead.phk2002-09-301-2/+1
* Introduce g_write_data() function.phk2002-09-301-0/+1
* Add missing g_enc_le2().phk2002-09-301-0/+1
* Various no-ops:phk2002-09-271-2/+2
* Implement g_call_me() as a way for geom methods to schedule operationsphk2002-09-271-1/+3
OpenPOWER on IntegriCloud