2003-02-08 15:15:56 +00:00
|
|
|
.\" Copyright (c) 2003 Poul-Henning Kamp
|
2007-05-06 01:17:46 +00:00
|
|
|
.\" Copyright (c) 2007 Pawel Jakub Dawidek <pjd@FreeBSD.org>
|
2003-02-08 15:15:56 +00:00
|
|
|
.\" All rights reserved.
|
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
|
|
.\" 3. The names of the authors may not be used to endorse or promote
|
|
|
|
.\" products derived from this software without specific prior written
|
|
|
|
.\" permission.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
|
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
.\" SUCH DAMAGE.
|
|
|
|
.\"
|
|
|
|
.\" $FreeBSD$
|
|
|
|
.\"
|
2010-12-04 08:44:56 +00:00
|
|
|
.Dd December 4, 2010
|
2003-02-08 15:15:56 +00:00
|
|
|
.Dt LIBGEOM 3
|
|
|
|
.Os
|
|
|
|
.Sh NAME
|
|
|
|
.Nm geom_stats_open ,
|
|
|
|
.Nm geom_stats_close ,
|
|
|
|
.Nm geom_stats_resync ,
|
|
|
|
.Nm geom_stats_snapshot_get ,
|
|
|
|
.Nm geom_stats_snapshot_free ,
|
|
|
|
.Nm geom_stats_snapshot_timestamp ,
|
|
|
|
.Nm geom_stats_snapshot_reset ,
|
2004-03-07 16:07:57 +00:00
|
|
|
.Nm geom_stats_snapshot_next ,
|
|
|
|
.Nm gctl_get_handle ,
|
|
|
|
.Nm gctl_ro_param ,
|
|
|
|
.Nm gctl_rw_param ,
|
|
|
|
.Nm gctl_issue ,
|
|
|
|
.Nm gctl_free ,
|
2007-05-06 01:17:46 +00:00
|
|
|
.Nm gctl_dump ,
|
|
|
|
.Nm g_open ,
|
|
|
|
.Nm g_close ,
|
|
|
|
.Nm g_mediasize ,
|
|
|
|
.Nm g_sectorsize ,
|
2010-01-17 06:20:30 +00:00
|
|
|
.Nm g_stripeoffset ,
|
|
|
|
.Nm g_stripesize ,
|
2007-05-06 01:17:46 +00:00
|
|
|
.Nm g_flush ,
|
|
|
|
.Nm g_delete ,
|
2008-09-08 06:27:00 +00:00
|
|
|
.Nm g_device_path ,
|
2007-05-06 01:17:46 +00:00
|
|
|
.Nm g_get_ident ,
|
|
|
|
.Nm g_get_name ,
|
2008-09-08 06:27:00 +00:00
|
|
|
.Nm g_open_by_ident ,
|
|
|
|
.Nm g_providername
|
2003-02-13 18:25:48 +00:00
|
|
|
.Nd userland API library for kernel GEOM subsystem
|
2003-02-08 15:15:56 +00:00
|
|
|
.Sh LIBRARY
|
2003-02-13 18:25:48 +00:00
|
|
|
.Lb libgeom
|
2003-02-08 15:15:56 +00:00
|
|
|
.Sh SYNOPSIS
|
|
|
|
.In libgeom.h
|
2003-02-24 22:53:26 +00:00
|
|
|
.Ss "Statistics Functions"
|
2003-02-08 15:15:56 +00:00
|
|
|
.Ft void
|
|
|
|
.Fn geom_stats_close void
|
|
|
|
.Ft int
|
|
|
|
.Fn geom_stats_open void
|
|
|
|
.Ft void
|
|
|
|
.Fn geom_stats_resync void
|
2003-02-24 22:53:26 +00:00
|
|
|
.Ft "void *"
|
2003-02-08 15:15:56 +00:00
|
|
|
.Fn geom_stats_snapshot_get void
|
|
|
|
.Ft void
|
|
|
|
.Fn geom_stats_snapshot_free "void *arg"
|
|
|
|
.Ft void
|
|
|
|
.Fn geom_stats_snapshot_timestamp "void *arg" "struct timespec *tp"
|
|
|
|
.Ft void
|
|
|
|
.Fn geom_stats_snapshot_reset "void *arg"
|
2005-11-24 10:43:35 +00:00
|
|
|
.Ft "struct devstat *"
|
2003-02-08 15:15:56 +00:00
|
|
|
.Fn geom_stats_snapshot_next "void *arg"
|
2004-03-07 16:07:57 +00:00
|
|
|
.Ss "Control Functions"
|
|
|
|
.Ft "struct gctl_req *"
|
|
|
|
.Fn gctl_get_handle "void"
|
|
|
|
.Ft void
|
|
|
|
.Fn gctl_ro_param "struct gctl_req *req" "const char *name" "int len" "const void *value"
|
|
|
|
.Ft void
|
|
|
|
.Fn gctl_rw_param "struct gctl_req *req" "const char *name" "int len" "void *value"
|
|
|
|
.Ft "const char *"
|
|
|
|
.Fn gctl_issue "struct gctl_req *req"
|
|
|
|
.Ft void
|
|
|
|
.Fn gctl_free "struct gctl_req *req"
|
|
|
|
.Ft void
|
|
|
|
.Fn gctl_dump "struct gctl_req *req" "FILE *f"
|
2007-05-06 01:17:46 +00:00
|
|
|
.Ss "Utility Functions"
|
|
|
|
.Ft int
|
2008-05-20 11:45:05 +00:00
|
|
|
.Fn g_open "const char *name" "int dowrite"
|
2007-05-06 01:17:46 +00:00
|
|
|
.Ft int
|
|
|
|
.Fn g_close "int fd"
|
|
|
|
.Ft off_t
|
|
|
|
.Fn g_mediasize "int fd"
|
|
|
|
.Ft ssize_t
|
|
|
|
.Fn g_sectorsize "int fd"
|
2010-01-17 06:20:30 +00:00
|
|
|
.Ft ssize_t
|
|
|
|
.Fn g_stripeoffset "int fd"
|
|
|
|
.Ft ssize_t
|
|
|
|
.Fn g_stripesize "int fd"
|
2007-05-06 01:17:46 +00:00
|
|
|
.Ft int
|
|
|
|
.Fn g_flush "int fd"
|
|
|
|
.Ft int
|
|
|
|
.Fn g_delete "int fd" "off_t offset" "off_t length"
|
2008-09-08 06:27:00 +00:00
|
|
|
.Ft "char *"
|
|
|
|
.Fn g_device_path "const char *devpath"
|
2007-05-06 01:17:46 +00:00
|
|
|
.Ft int
|
|
|
|
.Fn g_get_ident "int fd" "char *ident" "size_t size"
|
|
|
|
.Ft int
|
|
|
|
.Fn g_get_name "const char *ident" "char *name" "size_t size"
|
|
|
|
.Ft int
|
2008-05-20 11:45:05 +00:00
|
|
|
.Fn g_open_by_ident "const char *ident" "int dowrite" "char *name" "size_t size"
|
2008-09-08 06:27:00 +00:00
|
|
|
.Ft "char *"
|
|
|
|
.Fn g_providername "int fd"
|
2003-02-08 15:15:56 +00:00
|
|
|
.Sh DESCRIPTION
|
2003-02-24 22:53:26 +00:00
|
|
|
The
|
|
|
|
.Nm geom
|
|
|
|
library contains the official and publicized API for
|
2003-02-08 15:15:56 +00:00
|
|
|
interacting with the GEOM subsystem in the kernel.
|
2003-02-24 22:53:26 +00:00
|
|
|
.Ss "Statistics Functions"
|
2003-02-08 15:15:56 +00:00
|
|
|
GEOM collects statistics data for all consumers and providers, but does
|
|
|
|
not perform any normalization or presentation on the raw data, this is
|
2008-06-13 21:49:21 +00:00
|
|
|
left as an exercise for user-land presentation utilities.
|
2003-02-08 15:15:56 +00:00
|
|
|
.Pp
|
|
|
|
The
|
2003-02-13 18:25:48 +00:00
|
|
|
.Fn geom_stats_open
|
2003-02-24 22:53:26 +00:00
|
|
|
and
|
2003-02-13 18:25:48 +00:00
|
|
|
.Fn geom_stats_close
|
2003-02-24 22:53:26 +00:00
|
|
|
functions open and close the necessary pathways to access the raw
|
|
|
|
statistics information in the kernel.
|
|
|
|
These functions are likely to
|
|
|
|
open one or more files and cache the file descriptors locally.
|
2003-06-18 19:43:17 +00:00
|
|
|
The
|
2003-02-13 18:25:48 +00:00
|
|
|
.Fn geom_stats_open
|
2003-06-18 19:43:17 +00:00
|
|
|
function returns zero on success, and sets
|
2003-02-24 22:53:26 +00:00
|
|
|
.Va errno
|
|
|
|
if not.
|
2003-02-08 15:15:56 +00:00
|
|
|
.Pp
|
|
|
|
The
|
2003-02-13 18:25:48 +00:00
|
|
|
.Fn geom_stats_resync
|
2003-02-08 15:15:56 +00:00
|
|
|
function will check if more statistics collection points have been
|
|
|
|
added in the kernel since
|
2003-02-13 18:25:48 +00:00
|
|
|
.Fn geom_stats_open
|
2003-02-08 15:15:56 +00:00
|
|
|
or the previous call to
|
2003-02-13 18:25:48 +00:00
|
|
|
.Fn geom_stats_resync .
|
2003-02-08 15:15:56 +00:00
|
|
|
.Pp
|
2003-02-24 22:53:26 +00:00
|
|
|
The
|
2003-02-13 18:25:48 +00:00
|
|
|
.Fn geom_stats_snapshot_get
|
2003-02-24 22:53:26 +00:00
|
|
|
function
|
|
|
|
will acquire a snapshot of the raw data from the kernel, and while a
|
2003-02-08 15:15:56 +00:00
|
|
|
reasonable effort is made to make this snapshot as atomic and consistent
|
|
|
|
as possible, no guarantee is given that it will actually be so.
|
|
|
|
The snapshot must be freed again using the
|
2003-02-13 18:25:48 +00:00
|
|
|
.Fn geom_stats_snapshot_free
|
2003-02-08 15:15:56 +00:00
|
|
|
function.
|
2003-06-18 19:43:17 +00:00
|
|
|
The
|
2003-02-13 18:25:48 +00:00
|
|
|
.Fn geom_stats_snapshot_get
|
2003-06-18 19:43:17 +00:00
|
|
|
function returns
|
2003-02-24 22:53:26 +00:00
|
|
|
.Dv NULL
|
|
|
|
on failure.
|
2003-02-08 15:15:56 +00:00
|
|
|
.Pp
|
2003-02-24 22:53:26 +00:00
|
|
|
The
|
2003-02-13 18:25:48 +00:00
|
|
|
.Fn geom_stats_snapshot_timestamp
|
2003-02-24 22:53:26 +00:00
|
|
|
function
|
|
|
|
provides access to the timestamp acquired in the snapshot.
|
2003-02-08 15:15:56 +00:00
|
|
|
.Pp
|
2003-02-24 22:53:26 +00:00
|
|
|
The
|
2003-02-13 18:25:48 +00:00
|
|
|
.Fn geom_stats_snapshot_reset
|
2003-02-08 15:15:56 +00:00
|
|
|
and
|
2003-02-13 18:25:48 +00:00
|
|
|
.Fn geom_stats_snapshot_next
|
2003-02-24 22:53:26 +00:00
|
|
|
functions
|
|
|
|
provide an iterator over the statistics slots in the snapshot.
|
|
|
|
The
|
2003-02-13 18:25:48 +00:00
|
|
|
.Fn geom_stats_snapshot_reset
|
2003-02-24 22:53:26 +00:00
|
|
|
function
|
2003-02-08 15:15:56 +00:00
|
|
|
forces the internal pointer in the snapshot back to before the first item.
|
2003-02-24 22:53:26 +00:00
|
|
|
The
|
2003-02-13 18:25:48 +00:00
|
|
|
.Fn geom_stats_snapshot_next
|
2003-02-24 22:53:26 +00:00
|
|
|
function
|
|
|
|
returns the next item, and
|
|
|
|
.Dv NULL
|
|
|
|
if there are no more items in the snapshot.
|
2004-03-07 16:07:57 +00:00
|
|
|
.Ss "Control Functions"
|
|
|
|
The
|
|
|
|
.Fn gctl_*
|
2004-07-01 18:20:57 +00:00
|
|
|
functions are used to send requests to GEOM classes.
|
|
|
|
In order for a GEOM
|
2004-03-07 16:07:57 +00:00
|
|
|
class to actually be able to receive these requests, it must have defined a
|
|
|
|
"ctlreq" method.
|
|
|
|
.Pp
|
|
|
|
A
|
2004-07-01 18:20:57 +00:00
|
|
|
.Vt "struct gctl_req *" ,
|
2004-03-07 16:07:57 +00:00
|
|
|
obtained with
|
|
|
|
.Fn gctl_get_handle ,
|
|
|
|
can hold any number of parameters, which must be added to it with
|
|
|
|
.Fn gctl_ro_param
|
|
|
|
(for read-only parameters) or
|
|
|
|
.Fn gctl_rw_param
|
|
|
|
(for read/write parameters).
|
|
|
|
.Pp
|
|
|
|
Both
|
|
|
|
.Fn gctl_ro_param
|
|
|
|
and
|
|
|
|
.Fn gctl_rw_param
|
|
|
|
take a string
|
2004-07-01 18:20:57 +00:00
|
|
|
.Fa name ,
|
2004-03-07 16:07:57 +00:00
|
|
|
which is used to identify the parameter, and a
|
2004-07-01 18:20:57 +00:00
|
|
|
.Fa value ,
|
|
|
|
which contains, in the read-only case, the data to be passed to the
|
|
|
|
GEOM class, or, in the read/write case, a pointer to preallocated memory
|
|
|
|
that the GEOM class should fill with the desired data.
|
|
|
|
If
|
|
|
|
.Fa len
|
2004-03-07 16:07:57 +00:00
|
|
|
is negative, it is assumed that
|
2004-07-01 18:20:57 +00:00
|
|
|
.Fa value
|
|
|
|
is an
|
|
|
|
.Tn ASCII
|
|
|
|
string and the actual length is taken from the string length of
|
|
|
|
.Fa value ;
|
2004-03-07 16:07:57 +00:00
|
|
|
otherwise it must hold the size of
|
2004-07-01 18:20:57 +00:00
|
|
|
.Fa value .
|
2004-03-07 16:07:57 +00:00
|
|
|
.Pp
|
|
|
|
A parameter with a
|
2004-07-01 18:20:57 +00:00
|
|
|
.Fa name
|
|
|
|
containing the string
|
|
|
|
.Qq Li class
|
|
|
|
is mandatory for each request, and the
|
2004-03-07 16:07:57 +00:00
|
|
|
corresponding
|
2004-07-01 18:20:57 +00:00
|
|
|
.Fa value
|
2004-03-07 16:07:57 +00:00
|
|
|
must hold the name of the GEOM class where the request should be sent to.
|
|
|
|
.Pp
|
|
|
|
Also mandatory for each request is a parameter with a
|
2004-07-01 18:20:57 +00:00
|
|
|
.Fa name
|
|
|
|
called
|
|
|
|
.Qq Li verb ,
|
|
|
|
and the corresponding
|
|
|
|
.Fa value
|
2004-03-07 16:07:57 +00:00
|
|
|
needs to hold the command string that the GEOM class should react upon.
|
|
|
|
.Pp
|
|
|
|
Once all desired parameters are filled in, the request must be sent to
|
|
|
|
the GEOM subsystem with
|
|
|
|
.Fn gctl_issue ,
|
2004-07-01 18:20:57 +00:00
|
|
|
which returns
|
|
|
|
.Dv NULL
|
|
|
|
on success, or a string containing the error message
|
2004-03-07 16:07:57 +00:00
|
|
|
on failure.
|
|
|
|
.Pp
|
|
|
|
After the request is finished, the allocated memory should be released with
|
|
|
|
.Fn gctl_free .
|
|
|
|
.Pp
|
2004-07-01 18:20:57 +00:00
|
|
|
The
|
2004-03-07 16:07:57 +00:00
|
|
|
.Fn gctl_dump
|
2004-07-01 18:20:57 +00:00
|
|
|
function
|
2004-03-07 16:07:57 +00:00
|
|
|
can be used to format the contents of
|
2004-07-01 18:20:57 +00:00
|
|
|
.Fa req
|
2004-03-07 16:07:57 +00:00
|
|
|
to the open file handle pointed to by
|
2004-07-01 18:20:57 +00:00
|
|
|
.Fa f ,
|
2004-03-07 16:07:57 +00:00
|
|
|
for debugging purposes.
|
|
|
|
.Pp
|
|
|
|
Error handling for the control functions is postponed until the call
|
2004-07-01 18:20:57 +00:00
|
|
|
to
|
|
|
|
.Fn gctl_issue ,
|
|
|
|
which returns
|
|
|
|
.Dv NULL
|
|
|
|
on success, or an error message corresponding to the
|
2004-03-07 16:07:57 +00:00
|
|
|
first error which happened.
|
2007-05-06 01:17:46 +00:00
|
|
|
.Ss "Utility Functions"
|
|
|
|
The
|
|
|
|
.Fn g_*
|
|
|
|
functions are used to communicate with GEOM providers.
|
|
|
|
.Pp
|
|
|
|
The
|
|
|
|
.Fn g_open
|
|
|
|
function opens the given provider and returns file descriptor number, which can
|
|
|
|
be used with other functions.
|
|
|
|
The
|
2008-05-20 11:45:05 +00:00
|
|
|
.Fa dowrite
|
2007-05-06 01:17:46 +00:00
|
|
|
argument indicates if operations that modify the provider (like
|
|
|
|
.Fn g_flush
|
|
|
|
or
|
|
|
|
.Fn g_delete )
|
|
|
|
are going to be called.
|
|
|
|
.Pp
|
|
|
|
The
|
|
|
|
.Fn g_close
|
|
|
|
function closes the provider.
|
|
|
|
.Pp
|
|
|
|
The
|
|
|
|
.Fn g_mediasize
|
|
|
|
function returns size of the given provider.
|
|
|
|
.Pp
|
|
|
|
The
|
|
|
|
.Fn g_sectorsize
|
|
|
|
function returns sector size of the given provider.
|
|
|
|
.Pp
|
|
|
|
The
|
2010-01-17 06:20:30 +00:00
|
|
|
.Fn g_stripeoffset
|
2010-01-17 08:12:28 +00:00
|
|
|
function returns stripe offset of the given provider.
|
2010-01-17 06:20:30 +00:00
|
|
|
.Pp
|
|
|
|
The
|
|
|
|
.Fn g_stripesize
|
|
|
|
function returns stripe size of the given provider.
|
|
|
|
.Pp
|
|
|
|
The
|
2007-05-06 01:17:46 +00:00
|
|
|
.Fn g_flush
|
|
|
|
function sends
|
|
|
|
.Dv BIO_FLUSH
|
|
|
|
request to flush write cache of the provider.
|
|
|
|
.Pp
|
|
|
|
The
|
|
|
|
.Fn g_delete
|
|
|
|
function tells the provider that the given data range is no longer used.
|
|
|
|
.Pp
|
|
|
|
The
|
2008-09-08 06:27:00 +00:00
|
|
|
.Fn g_device_path
|
|
|
|
function returns the full path to a provider given a partial or full path to the
|
|
|
|
device node.
|
|
|
|
If the device can not be found or is not a valid geom provider, NULL is
|
|
|
|
returned.
|
|
|
|
.Pp
|
|
|
|
The
|
2007-05-06 01:17:46 +00:00
|
|
|
.Fn g_get_ident
|
|
|
|
function returns provider's fixed and unique identifier.
|
|
|
|
The
|
|
|
|
.Fa ident
|
|
|
|
argument should be at least
|
|
|
|
.Dv DISK_IDENT_SIZE
|
|
|
|
big.
|
|
|
|
.Pp
|
|
|
|
The
|
|
|
|
.Fn g_get_name
|
|
|
|
function returns name of the provider, which identifier is equal to the
|
|
|
|
.Fa ident
|
|
|
|
string.
|
|
|
|
.Pp
|
|
|
|
The
|
|
|
|
.Fn g_open_by_ident
|
|
|
|
function opens provider using its ident, unlike
|
|
|
|
.Fn g_open
|
|
|
|
which uses provider's name.
|
|
|
|
If the
|
|
|
|
.Fa name
|
|
|
|
argument is not
|
|
|
|
.Dv NULL ,
|
|
|
|
the function will store provider's name there.
|
|
|
|
.Pp
|
2008-09-08 06:27:00 +00:00
|
|
|
The
|
|
|
|
.Fn g_providername
|
|
|
|
function returns the provider name of an open file descriptor.
|
|
|
|
If the file descriptor does not point to a valid geom provider, NULL is
|
|
|
|
returned.
|
|
|
|
.Pp
|
|
|
|
All functions except
|
|
|
|
.Fn g_providername
|
|
|
|
and
|
|
|
|
.Fn g_device_path
|
|
|
|
return a value greater than or equal to
|
2007-05-06 01:17:46 +00:00
|
|
|
.Va 0
|
|
|
|
on success or
|
|
|
|
.Va -1
|
|
|
|
on failure.
|
2004-03-07 16:07:57 +00:00
|
|
|
.Sh EXAMPLES
|
2004-07-01 18:20:57 +00:00
|
|
|
Create a request that is to be sent to the CCD class, and tell
|
2004-03-07 16:07:57 +00:00
|
|
|
it to destroy a specific geom:
|
|
|
|
.Bd -literal -offset indent
|
|
|
|
H = gctl_get_handle();
|
|
|
|
gctl_ro_param(H, "verb", -1, "destroy geom");
|
|
|
|
gctl_ro_param(H, "class", -1, "CCD");
|
|
|
|
sprintf(buf, "ccd%d", ccd);
|
|
|
|
gctl_ro_param(H, "geom", -1, buf);
|
|
|
|
errstr = gctl_issue(H);
|
|
|
|
if (errstr != NULL)
|
2004-07-01 18:20:57 +00:00
|
|
|
err(1, "could not destroy ccd: %s", errstr);
|
2004-03-07 16:07:57 +00:00
|
|
|
gctl_free(H);
|
|
|
|
.Ed
|
2003-02-08 15:15:56 +00:00
|
|
|
.Sh HISTORY
|
2003-02-24 22:53:26 +00:00
|
|
|
The
|
2003-02-08 15:15:56 +00:00
|
|
|
.Nm geom
|
2003-02-24 22:53:26 +00:00
|
|
|
library appeared in
|
2003-02-08 15:15:56 +00:00
|
|
|
.Fx 5.1 .
|
2004-03-07 16:07:57 +00:00
|
|
|
.Sh AUTHORS
|
2014-06-23 08:23:05 +00:00
|
|
|
.An Poul-Henning Kamp Aq Mt phk@FreeBSD.org
|
|
|
|
.An Lukas Ertl Aq Mt le@FreeBSD.org
|
|
|
|
.An Pawel Jakub Dawidek Aq Mt pjd@FreeBSD.org
|