/freebsd/lib/geom/part/ |
H A D | geom_part.c | diff 2117cdd4b4ebda7db0270c56f5a3cbdd37ec8cfc Mon Mar 07 17:06:11 CET 2022 Alexander Motin <mav@FreeBSD.org> GEOM: Introduce gctl_add_param() API.
Make gctl_add_param() API public, allowing more precise control over parameter flags. Previously it was impossible to properly declare write-only ASCII parameters, used for result reporting, they were declared as read-write binary instead, that was not nice.
MFC after: 1 month
|
/freebsd/lib/libgeom/ |
H A D | geom_ctl.c | diff 2117cdd4b4ebda7db0270c56f5a3cbdd37ec8cfc Mon Mar 07 17:06:11 CET 2022 Alexander Motin <mav@FreeBSD.org> GEOM: Introduce gctl_add_param() API.
Make gctl_add_param() API public, allowing more precise control over parameter flags. Previously it was impossible to properly declare write-only ASCII parameters, used for result reporting, they were declared as read-write binary instead, that was not nice.
MFC after: 1 month
|
H A D | libgeom.h | diff 2117cdd4b4ebda7db0270c56f5a3cbdd37ec8cfc Mon Mar 07 17:06:11 CET 2022 Alexander Motin <mav@FreeBSD.org> GEOM: Introduce gctl_add_param() API.
Make gctl_add_param() API public, allowing more precise control over parameter flags. Previously it was impossible to properly declare write-only ASCII parameters, used for result reporting, they were declared as read-write binary instead, that was not nice.
MFC after: 1 month
|
/freebsd/sbin/gvinum/ |
H A D | gvinum.c | diff 2117cdd4b4ebda7db0270c56f5a3cbdd37ec8cfc Mon Mar 07 17:06:11 CET 2022 Alexander Motin <mav@FreeBSD.org> GEOM: Introduce gctl_add_param() API.
Make gctl_add_param() API public, allowing more precise control over parameter flags. Previously it was impossible to properly declare write-only ASCII parameters, used for result reporting, they were declared as read-write binary instead, that was not nice.
MFC after: 1 month
|
/freebsd/sbin/ccdconfig/ |
H A D | ccdconfig.c | diff 2117cdd4b4ebda7db0270c56f5a3cbdd37ec8cfc Mon Mar 07 17:06:11 CET 2022 Alexander Motin <mav@FreeBSD.org> GEOM: Introduce gctl_add_param() API.
Make gctl_add_param() API public, allowing more precise control over parameter flags. Previously it was impossible to properly declare write-only ASCII parameters, used for result reporting, they were declared as read-write binary instead, that was not nice.
MFC after: 1 month
|
/freebsd/usr.sbin/bsdinstall/partedit/ |
H A D | gpart_ops.c | diff 2117cdd4b4ebda7db0270c56f5a3cbdd37ec8cfc Mon Mar 07 17:06:11 CET 2022 Alexander Motin <mav@FreeBSD.org> GEOM: Introduce gctl_add_param() API.
Make gctl_add_param() API public, allowing more precise control over parameter flags. Previously it was impossible to properly declare write-only ASCII parameters, used for result reporting, they were declared as read-write binary instead, that was not nice.
MFC after: 1 month
|
/freebsd/sbin/geom/core/ |
H A D | geom.c | diff 2117cdd4b4ebda7db0270c56f5a3cbdd37ec8cfc Mon Mar 07 17:06:11 CET 2022 Alexander Motin <mav@FreeBSD.org> GEOM: Introduce gctl_add_param() API.
Make gctl_add_param() API public, allowing more precise control over parameter flags. Previously it was impossible to properly declare write-only ASCII parameters, used for result reporting, they were declared as read-write binary instead, that was not nice.
MFC after: 1 month
|