Poul-Henning Kamp
078c6f01f9
Make specific provisions for the kernel simulator used in the regression
...
tests, other userland programs may need to include <geom/geom.h>.
Sponsored by: DARPA & NAI Labs.
2002-04-24 12:53:12 +00:00
Poul-Henning Kamp
53705e35ae
Implement the GEOMGETCONF ioctl which returns vital stats for the
...
current device in XML in an sbuf.
Sponsored by: DARPA & NAI Labs
2002-04-23 19:54:02 +00:00
Poul-Henning Kamp
7d590cc46f
Introduce some serious paranoia to try to catch a memory overwrite problem
...
as early as possible.
Sponsored by: DARPA & NAI Labs
2002-04-23 11:48:45 +00:00
Poul-Henning Kamp
efb9df5cef
Protect against multitple #includes of this file.
2002-04-22 19:54:17 +00:00
Poul-Henning Kamp
95c24b31df
Make kernel dumps work with GEOM.
...
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.
2002-04-19 09:24:12 +00:00
Poul-Henning Kamp
a4ef1c5f92
Introduce the convenience function g_getattr() and make it DWIM.
...
Sponsored by: DARPA & NAI Labs.
2002-04-09 15:13:42 +00:00
Poul-Henning Kamp
0d3f37a804
Constifixation of attribute argument to g_io_[gs]etattr()
...
Sponsored by: DARPA & NAI Labs
2002-04-09 15:12:05 +00:00
Poul-Henning Kamp
2fccec19e9
Centralize EOF handling and improve access controls for bio scheduling.
...
Sponsored by: DARPA & NAI Labs
2002-04-04 09:58:20 +00:00
Poul-Henning Kamp
07d77fc610
Move access and orphan member functions from class to geom.
...
Sponsored by: DARPA & NAI Labs
2002-04-04 09:54:13 +00:00
Poul-Henning Kamp
b1876192f0
Eliminate some thread pointers which do not make sense anymore.
...
Split private parts of geom.h into geom_int.h. The latter should
never be included in class implemtations.
2002-03-26 22:07:38 +00:00
Poul-Henning Kamp
e805e8f0e8
Cave in to tradition and rename "methods" to "classes".
2002-03-26 21:40:06 +00:00
Poul-Henning Kamp
3773a65c0b
Be more systematic about conversion of on-disk formats in a endian/width
...
agnostic way.
Collapse the MBR and MBREXT methods into one file and make them endian/width
agnostic.
Sponsored by: DARPA & NAI Labs.
2002-03-24 11:21:41 +00:00
Poul-Henning Kamp
117bae1fd3
Need a different #include for the userland regression test.
2002-03-17 19:15:28 +00:00
Poul-Henning Kamp
a5b2e75d32
Add a generic and general ioctl pass-through mechanism.
...
It should now be posible to issue ioctls to SCSI CD drives.
2002-03-16 09:24:19 +00:00
Poul-Henning Kamp
dd84a43c1d
First commit of the GEOM subsystem to make it easier for people to
...
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
2002-03-11 21:42:35 +00:00