summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_slice.h
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of g_slice_addslice() and use g_slice_config() instead.phk2002-12-161-1/+0
| | | | Tested with: i386 + src/tools/regression/geom
* Constification and some s/int/u_int/ changes.phk2002-12-161-3/+3
|
* Add a simplified version of the hot-spot code to enable us to protectphk2002-12-021-4/+9
| | | | | | in-band disklabels from in-band vandalism. Approve by: re
* Make the sectorsize a property of providers so we can include it in the XMLphk2002-10-201-2/+3
| | | | | | output. Sponsored by: DARPA & NAI Labs
* Add the new g_slice_config() call, which can add/delete/change a slice,phk2002-09-271-0/+9
| | | | | | | | | with support for trying, doing and forcing. This will eventually replace g_slice_addslice() which gets changed from grabbing topology to requing it in this commit as well. Sponsored by: DARPA & NAI Labs.
* All in a days work: make a function static.phk2002-04-231-1/+0
|
* Implement DIOCGFRONTSTUFF ioctl which reports how many bytes from the startphk2002-04-091-0/+2
| | | | | | of the device magic stuff might occupy. Sponsored by: DARPA & NAI Labs.
* Move access and orphan member functions from class to geom.phk2002-04-041-4/+1
| | | | Sponsored by: DARPA & NAI Labs
* Eliminate some thread pointers which do not make sense anymore.phk2002-03-261-1/+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-1/+1
|
* First commit of the GEOM subsystem to make it easier for people tophk2002-03-111-0/+60
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