Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add five GEOM oriented ioctls to get basic information about a geom device. | phk | 2002-03-19 | 1 | -11/+31 | |
| | ||||||
* | Change the giant-dropping method a fair bit to keep WITNESS more | phk | 2002-03-17 | 1 | -8/+6 | |
| | | | | happy. | |||||
* | Hmm, talk about optimizer-fodder. Make the DIOCGDVIRGIN hack work again. | phk | 2002-03-16 | 1 | -6/+4 | |
| | ||||||
* | Add a generic and general ioctl pass-through mechanism. | phk | 2002-03-16 | 1 | -34/+26 | |
| | | | | It should now be posible to issue ioctls to SCSI CD drives. | |||||
* | First commit of the GEOM subsystem to make it easier for people to | phk | 2002-03-11 | 1 | -0/+382 | |
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 |