summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_dump.c
Commit message (Expand)AuthorAgeFilesLines
* 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