aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/geom_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure we don't ignore error codes.Poul-Henning Kamp2003-04-031-32/+24
* Remove the old config interface, the new OAM is sufficiently functionalPoul-Henning Kamp2003-04-011-50/+0
* Remove some debugging in the new OAM[*] and add a debug flag for otherPoul-Henning Kamp2003-03-311-5/+2
* Run a revision on the OAM api.Poul-Henning Kamp2003-03-271-53/+255
* Turn /dev/geom.ctl from a GEOM class into a plain character device driverPoul-Henning Kamp2003-03-241-94/+15
* Marshalling stuff for OAM API.Poul-Henning Kamp2003-03-231-0/+185
* Including <sys/stdint.h> is (almost?) universally only to be able to usePoul-Henning Kamp2003-03-181-1/+0
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Straighten up the geom.ctl config interface definitions.Poul-Henning Kamp2002-11-061-28/+10
* Now that the sectorsize and mediasize are properties of the provider,Poul-Henning Kamp2002-10-201-0/+1
* Make it possible to specify also via geom_t ID in the geom.ctl config ioctl.Poul-Henning Kamp2002-10-201-3/+9
* Implement the GEOMCONFIGGEOM ioctl which can be used to manually createPoul-Henning Kamp2002-10-141-1/+35
* Add the outline of the "/dev/geom.ctl" handling code.Poul-Henning Kamp2002-10-131-0/+193