summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_dump.c
Commit message (Expand)AuthorAgeFilesLines
* Report withered providers as such alike to GEOMs.mav2015-03-261-1/+3
* Add provider's sectorsize and stripesize to confdot output.ae2014-10-171-2/+3
* Escape special XML chars, returned by some devices, confusing XML parsers.mav2013-11-271-11/+20
* Remove an extra semicolon from the DOT language output.jh2013-05-211-1/+1
* Introduce a symbol for the GEOM class name instead of using the ad-hoc stringivoras2013-04-151-1/+2
* Do not hide stripeoffset from libgeom(3), it may be useful even whenae2011-06-021-4/+2
* Escape characters unsafe for XML output in GEOM class, instance andjh2010-03-201-3/+25
* Expose stripe offset and stripe size through libgeom and geom(8) userlanddelphij2010-01-171-0/+4
* Make the kern.geom.conftxt sysctl more usable by also dumping themarcel2005-11-121-5/+4
* Rearrange some of the GEOM debugging tools to be more structured.phk2004-03-101-1/+0
* Re-arrange and consolidate some random debugging stuffscottl2003-12-071-31/+0
* Handle geoms which are withering away specially in the dump functions.phk2003-07-081-3/+11
* Use __FBSDID().obrien2003-06-111-2/+2
* Add missing va_end() calls.phk2003-06-071-0/+1
* Introduce a g_waitfor_event() function which posts an event and waits forphk2003-04-231-3/+0
* Time has run from the "run GEOM in userland" harness, and the new regressionphk2003-04-131-11/+0
* Add handling for cancelled events in the g_call_me() methods.phk2003-04-021-3/+6
* Change events to have an array of "void *" references, and give thephk2003-04-021-3/+3
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* Commit the correct copy of the g_stat structure.phk2003-02-071-2/+2
* Constification and some s/int/u_int/ changes.phk2002-12-161-1/+1
* Do not call the dumpconf method unless there is one.phk2002-11-201-4/+5
* Remove harmless but irritating printf.phk2002-11-081-2/+0
* Make this compile in the userland shims again.phk2002-11-011-0/+1
* Add the remaning part of the new libdisk interaction.phk2002-10-281-0/+44
* Make the sectorsize a property of providers so we can include it in the XMLphk2002-10-201-0/+1
* Use %jd instead of %lld now that we have it.phk2002-10-201-0/+3
* Add more KASSERTS.phk2002-10-141-1/+1
* Properly isolate the locking domains of sysctl from the topology lockphk2002-10-041-14/+12
* Retire g_io_fail() and let g_io_deliver() take an error argument instead.phk2002-09-301-8/+2
* Remove "magicspace". It looks good on paper, it doesn't work in practice.phk2002-09-061-19/+0
* Introduce the concept of "magic spaces", and implement them in most ofphk2002-05-211-0/+19
* Improve the cross-references in the XML output.phk2002-04-241-12/+9
* Introduce some serious paranoia to try to catch a memory overwrite problemphk2002-04-231-0/+1
* Make life easier for reference-vector generatorts in tools/regression/geomphk2002-04-191-0/+3
* s/classs/classes/ to fixup grammer after the previous global renaming.phk2002-04-041-2/+2
* In the absense of any smarter way to do this, cast various printfphk2002-03-281-1/+1
* Eliminate some thread pointers which do not make sense anymore.phk2002-03-261-0/+1
* Cave in to tradition and rename "methods" to "classes".phk2002-03-261-13/+13
* First commit of the GEOM subsystem to make it easier for people tophk2002-03-111-0/+275
OpenPOWER on IntegriCloud