summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom.h
Commit message (Expand)AuthorAgeFilesLines
* Implement g_topology_try_lock().pjd2004-12-211-0/+2
* Pass the file->flags down to geom ioctl handlers.phk2004-12-121-2/+3
* Introduce g_waitidlelock() function which is simlar to g_waitidle(),pjd2004-11-091-0/+1
* Add g_wither_geom_close() function.phk2004-10-291-0/+1
* Move the prototype for g_waitidle() to a more visible place.phk2004-10-231-1/+0
* Introduce g_alloc_bio() as a waiting variant of g_new_bio().phk2004-08-271-0/+1
* Give classes a version number and refuse to touch classes which are notphk2004-08-081-0/+13
* Kill g_access_rel() already now before we send it down 5-stablephk2004-06-211-3/+0
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+2
* Rearrange some of the GEOM debugging tools to be more structured.phk2004-03-101-8/+22
* Remove the absolute count g_access_abs() function since experience hasphk2004-02-121-2/+4
* Give both consumers and providers a {void *private, u_int index} whichphk2004-02-121-1/+8
* Added g_print_bio() function to print informations about given bio.pjd2004-02-111-0/+1
* Added macro which will be used to assert, that the topology lock is not held.pjd2004-02-101-0/+6
* KASSERT against multiple orphanings of providers.phk2003-12-071-0/+1
* Re-arrange and consolidate some random debugging stuffscottl2003-12-071-1/+0
* Introduce a per provider wither flagphk2003-10-061-0/+1
* Simplify the ioctl handling in GEOM.phk2003-09-011-16/+3
* Add the new g_dev_getprovider() function, the swap_pager needs it now.phk2003-08-301-0/+1
* 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
OpenPOWER on IntegriCloud