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