summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_dump.c
Commit message (Collapse)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
| | | | | | | Compare pointers with NULL. Partially submitted by: Christian Carstensen <cc@gate5.de> Approved by: re
* Remove harmless but irritating printf.phk2002-11-081-2/+0
|
* Make this compile in the userland shims again.phk2002-11-011-0/+1
| | | | Sponsored by: DARPA & NAI Labs
* Add the remaning part of the new libdisk interaction.phk2002-10-281-0/+44
| | | | | | | WARNING: This is not a published interface, it is a stopgap measure for WARNING: libdisk so we can get 5.0-R out of the door. Sponsored by: DARPA & NAI Labs
* Make the sectorsize a property of providers so we can include it in the XMLphk2002-10-201-0/+1
| | | | | | output. Sponsored by: DARPA & NAI Labs
* Use %jd instead of %lld now that we have it.phk2002-10-201-0/+3
|
* Add more KASSERTS.phk2002-10-141-1/+1
| | | | Sponsored by: DARPA & NAI Labs.
* Properly isolate the locking domains of sysctl from the topology lockphk2002-10-041-14/+12
| | | | | | for the sysctls which report the configuration. Sponsored by: DARPA & NAI Labs.
* Retire g_io_fail() and let g_io_deliver() take an error argument instead.phk2002-09-301-8/+2
| | | | Sponsored by: DARPA & NAI Labs.
* Remove "magicspace". It looks good on paper, it doesn't work in practice.phk2002-09-061-19/+0
| | | | Sponsored by: DARPA & NAI Labs.
* Introduce the concept of "magic spaces", and implement them in most ofphk2002-05-211-0/+19
| | | | | | | | | | | | | | | | the relevant classes. Some methods may implement various "magic spaces", this is reserved or magic areas on the disk, set a side for various and sundry purposes. A good example is the BSD disklabel and boot code on i386 which occupies a total of four magic spaces: boot1, the disklabel, the padding behind the disklabel and boot2. The reason we don't simply tell people to write the appropriate stuff on the underlying device is that (some of) the magic spaces might be real-time modifiable. It is for instance possible to change a disklabel while partitions are open, provided the open partitions do not get trampled in the process. Sponsored by: DARPA & NAI Labs.
* Improve the cross-references in the XML output.phk2002-04-241-12/+9
| | | | | Explained by: des Sponsored by: DARPA & NAI Labs.
* Introduce some serious paranoia to try to catch a memory overwrite problemphk2002-04-231-0/+1
| | | | | | as early as possible. Sponsored by: DARPA & NAI Labs
* Make life easier for reference-vector generatorts in tools/regression/geomphk2002-04-191-0/+3
| | | | | | by including a FreeBSD friendly CVS identifier in the XML output. Sponsored by: DARPA & NAI Labs.
* s/classs/classes/ to fixup grammer after the previous global renaming.phk2002-04-041-2/+2
| | | | Sponsored by: DARPA & NAI Labs
* In the absense of any smarter way to do this, cast various printfphk2002-03-281-1/+1
| | | | arguments to silence printf format warnings.
* Eliminate some thread pointers which do not make sense anymore.phk2002-03-261-0/+1
| | | | | Split private parts of geom.h into geom_int.h. The latter should never be included in class implemtations.
* 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
test and play with this. This is not yet production quality and should be run only on dedicated test boxes. For people who want to develop transformations for GEOM there exist a set of shims to run geom in userland (ask phk@freebsd.org). Reports of all kinds to: phk@freebsd.org Please include in report: dmesg sysctl debug.geomdot sysctl debug.geomconf Known significant limitations: no kernel dump facility. ioctls severely restricted. Sponsored by: DARPA, NAI Labs
OpenPOWER on IntegriCloud