Home | History | Annotate | Download | only in btpand
History log of /src/usr.sbin/btpand/Makefile
RevisionDateAuthorComments
 1.7  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.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  12-May-2009  plunky branches: 1.5.46;
update to use the new Service Discovery API
 1.4  12-May-2009  plunky no longer needs libsdp
 1.3  07-May-2009  plunky Ensure that these programs continue to build while I am in the
process of updating the Service Discovery Protocol API.
 1.2  18-Aug-2008  plunky branches: 1.2.2; 1.2.8; 1.2.10;
no need to use -g and _DIAGNOSTIC
 1.1  17-Aug-2008  plunky add btpand(8), a Bluetooth PAN daemon
 1.2.10.2  24-Mar-2009  bouyer Pull up following revision(s) (requested by plunky in ticket #1290):
usr.sbin/btpand/channel.c: revision 1.1
usr.sbin/btpand/sdp.h: revision 1.1, 1.2
usr.sbin/btpand/sdp.c: revision 1.1, 1.2
usr.sbin/btpand/client.c: revision 1.1, 1.2
usr.sbin/btpand/bnep.c: revision 1.1 - 1.3
usr.sbin/btpand/bnep.h: revision 1.1
usr.sbin/btpand/Makefile: revision 1.1, 1.2
usr.sbin/btpand/packet.c: revision 1.1
usr.sbin/btpand/btpand.h: revision 1.1
usr.sbin/btpand/btpand.c: revision 1.1
usr.sbin/btpand/btpand.8: revision 1.1 - 1.3
usr.sbin/btpand/tap.c: revision 1.1 via patch
usr.sbin/btpand/server.c: revision 1.1, 1.2
usr.sbin/Makefile: patch
distrib/sets/lists/base/mi: patch
distrib/sets/lists/comp/mi: patch
distrib/sets/lists/man/mi: patch
add btpand(8), a Bluetooth PAN daemon
 1.2.10.1  18-Aug-2008  bouyer file Makefile was added on branch netbsd-4 on 2009-03-24 21:46:36 +0000
 1.2.8.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.2.2.2  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.2.2.1  18-Aug-2008  wrstuden file Makefile was added on branch wrstuden-revivesa on 2008-09-18 04:30:01 +0000
 1.5.46.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411

RSS XML Feed