aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/geom_dump.c
Commit message (Expand)AuthorAgeFilesLines
* Time has run from the "run GEOM in userland" harness, and the new regressionPoul-Henning Kamp2003-04-131-11/+0
* Add handling for cancelled events in the g_call_me() methods.Poul-Henning Kamp2003-04-021-3/+6
* Change events to have an array of "void *" references, and give thePoul-Henning Kamp2003-04-021-3/+3
* Including <sys/stdint.h> is (almost?) universally only to be able to usePoul-Henning Kamp2003-03-181-1/+0
* Commit the correct copy of the g_stat structure.Poul-Henning Kamp2003-02-071-2/+2
* Constification and some s/int/u_int/ changes.Poul-Henning Kamp2002-12-161-1/+1
* Do not call the dumpconf method unless there is one.Poul-Henning Kamp2002-11-201-4/+5
* Remove harmless but irritating printf.Poul-Henning Kamp2002-11-081-2/+0
* Make this compile in the userland shims again.Poul-Henning Kamp2002-11-011-0/+1
* Add the remaning part of the new libdisk interaction.Poul-Henning Kamp2002-10-281-0/+44
* Make the sectorsize a property of providers so we can include it in the XMLPoul-Henning Kamp2002-10-201-0/+1
* Use %jd instead of %lld now that we have it.Poul-Henning Kamp2002-10-201-0/+3
* Add more KASSERTS.Poul-Henning Kamp2002-10-141-1/+1
* Properly isolate the locking domains of sysctl from the topology lockPoul-Henning Kamp2002-10-041-14/+12
* Retire g_io_fail() and let g_io_deliver() take an error argument instead.Poul-Henning Kamp2002-09-301-8/+2
* Remove "magicspace". It looks good on paper, it doesn't work in practice.Poul-Henning Kamp2002-09-061-19/+0
* Introduce the concept of "magic spaces", and implement them in most ofPoul-Henning Kamp2002-05-211-0/+19
* Improve the cross-references in the XML output.Poul-Henning Kamp2002-04-241-12/+9
* Introduce some serious paranoia to try to catch a memory overwrite problemPoul-Henning Kamp2002-04-231-0/+1
* Make life easier for reference-vector generatorts in tools/regression/geomPoul-Henning Kamp2002-04-191-0/+3
* s/classs/classes/ to fixup grammer after the previous global renaming.Poul-Henning Kamp2002-04-041-2/+2
* In the absense of any smarter way to do this, cast various printfPoul-Henning Kamp2002-03-281-1/+1
* Eliminate some thread pointers which do not make sense anymore.Poul-Henning Kamp2002-03-261-0/+1
* Cave in to tradition and rename "methods" to "classes".Poul-Henning Kamp2002-03-261-13/+13
* First commit of the GEOM subsystem to make it easier for people toPoul-Henning Kamp2002-03-111-0/+275