summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_slice.c
Commit message (Collapse)AuthorAgeFilesLines
* Improve some on the naming.phk2002-06-091-3/+3
| | | | Submitted by: iedowse
* Include needed #include for regression tests.phk2002-05-191-2/+1
| | | | Sponsored by: DARPA & NAI Labs.
* Implement the GEOMGETCONF ioctl which returns vital stats for thephk2002-04-231-1/+1
| | | | | | current device in XML in an sbuf. Sponsored by: DARPA & NAI Labs
* All in a days work: make a function static.phk2002-04-231-1/+1
|
* Introduce some serious paranoia to try to catch a memory overwrite problemphk2002-04-231-0/+2
| | | | | | as early as possible. Sponsored by: DARPA & NAI Labs
* Make kernel dumps work with GEOM.phk2002-04-191-0/+9
| | | | | | | | | | Notice that if the device on which the dump is set is destroyed for any reason, the dump setting is lost. This in particular will happen in the case of spoilage. For instance if you set dump on ad0s1b and open ad0 for writing, ad0s* will be spoilt and the dump setting lost. See geom(4) for more about spoiling. Sponsored by: DARPA & NAI Labs.
* Implement DIOCGFRONTSTUFF ioctl which reports how many bytes from the startphk2002-04-091-3/+26
| | | | | | of the device magic stuff might occupy. Sponsored by: DARPA & NAI Labs.
* Centralize EOF handling and improve access controls for bio scheduling.phk2002-04-041-0/+1
| | | | Sponsored by: DARPA & NAI Labs
* Move access and orphan member functions from class to geom.phk2002-04-041-3/+9
| | | | Sponsored by: DARPA & NAI Labs
* In the absense of any smarter way to do this, cast various printfphk2002-03-281-7/+7
| | | | arguments to silence printf format warnings.
* 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
|
* Forgot to remove the old g_malloc() call when I split it.phk2002-03-171-2/+0
| | | | Spotted by: dima
* Try to get used to architectures which are picky about alignment.phk2002-03-151-11/+4
|
* First commit of the GEOM subsystem to make it easier for people tophk2002-03-111-0/+278
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