Home | History | Annotate | Download | only in libisns
History log of /src/lib/libisns/Makefile
RevisionDateAuthorComments
 1.8  03-Jun-2023  lukem bsd.own.mk: rename GCC_NO_* to CC_WNO_*

Rename compiler-warning-disable variables from
GCC_NO_warning
to
CC_WNO_warning
where warning is the full warning name as used by the compiler.

GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH

Using the convention CC_compilerflag, where compilerflag
is based on the full compiler flag name.
 1.7  31-Jul-2022  mlelstv Move libisns to /lib to allow /sbin/iscsid to work without /usr being
mounted.
 1.6  13-Oct-2019  mrg introduce some common variables for use in GCC warning disables:

GCC_NO_FORMAT_TRUNCATION -Wno-format-truncation (GCC 7/8)
GCC_NO_STRINGOP_TRUNCATION -Wno-stringop-truncation (GCC 8)
GCC_NO_STRINGOP_OVERFLOW -Wno-stringop-overflow (GCC 8)
GCC_NO_CAST_FUNCTION_TYPE -Wno-cast-function-type (GCC 8)

use these to turn off warnings for most GCC-8 complaints. many
of these are false positives, most of the real bugs are already
commited, or are yet to come.


we plan to introduce versions of (some?) of these that use the
"-Wno-error=" form, which still displays the warnings but does
not make it an error, and all of the above will be re-considered
as either being "fix me" (warning still displayed) or "warning
is wrong."
 1.5  11-Sep-2013  joerg branches: 1.5.26;
If a library needs a symbol from another library, pull that library in
explicitly, even if the DT_NEEDED closure would normally already ensure
the presence.
 1.4  21-Mar-2012  matt branches: 1.4.2;
These directories default to WARNS?=5
 1.3  17-Aug-2011  christos branches: 1.3.2;
fix gcc aliasing issues.
 1.2  21-Jun-2011  mrg add some XXX'd -Wno-foo if HAVE_GCC >= 45.

XXX: someone should look at these.
 1.1  16-Jan-2011  agc branches: 1.1.1;
Initial revision
 1.1.1.1  16-Jan-2011  agc branches: 1.1.1.1.4;
Initial import of libisns, contributed to the NetBSD Foundation by
Wasabi Systems, Inc.

libisns(3) is an implementation of the iSNS protocol as defined in
IETF RFC 4171, exporting an API that simplifies Internet Storage Name
Service (iSNS) client implementations.
 1.1.1.1.4.1  23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.3.2.2  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.3.2.1  17-Apr-2012  yamt sync with head
 1.4.2.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.5.26.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411

RSS XML Feed