History log of /freebsd-10-stable/sys/geom/geom_ctl.h
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 115624 01-Jun-2003 phk

Simplify the GEOM OAM api: Drop the request type, and let everything
hinge on the "verb" parameter which the class gets to interpret as
it sees fit.

Move the entire request into the kernel and move changed parameters
back when done.


# 113875 22-Apr-2003 phk

Add "CONFIG_GEOM" operation to the OAM API.


# 113862 22-Apr-2003 phk

Collapse meta arguments into regular arguments, the distinction is
more trouble than it is worth.


# 112709 27-Mar-2003 phk

Run a revision on the OAM api.

Use prefix gctl_ systematically.
Add flag with access perms for each argument.
Add ro/rw versions of argument building functions.
General cleanup.


# 112508 23-Mar-2003 phk

Start leaking the AOM api into the tree.