The NetBSD Project

CVS log for src/external/bsd/libpcap/lib/Makefile

[BACK] Up to [cvs.NetBSD.org] / src / external / bsd / libpcap / lib

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Sep 2 15:33:39 2024 UTC (3 months ago) by christos
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
merge conflicts between libpcap-1.10.4 and libpcap-1.10.5

Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Aug 17 16:19:05 2023 UTC (15 months, 2 weeks ago) by christos
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
enable pcap_debug

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Aug 17 15:30:36 2023 UTC (15 months, 2 weeks ago) by christos
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +6 -3 lines
Don't build with OpenSSL by default because we install in /lib and there
is no libcrypto there.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Aug 17 15:18:13 2023 UTC (15 months, 2 weeks ago) by christos
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +13 -3 lines
merge conflicts between libpcap 1.9.1 and 1.10.4

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat Jun 3 21:30:21 2023 UTC (18 months ago) by lukem
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
adapt to ${CC_WNO_IMPLICIT_FALLTHROUGH}

Use ${CC_WNO_IMPLICIT_FALLTHROUGH} instead of
the older style more complex expressions.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Jun 3 09:09:04 2023 UTC (18 months ago) by lukem
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +5 -5 lines
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.

Revision 1.16.2.2: download - view: text, markup, annotated - select for diffs
Mon Apr 13 07:46:12 2020 UTC (4 years, 7 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.16.2.1: preferred, colored; branchpoint 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16.2.1: +34 -39 lines
Mostly merge changes from HEAD upto 20200411

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Mar 29 19:50:46 2020 UTC (4 years, 8 months ago) by christos
Branches: MAIN
CVS tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -1 lines
rpcap://<host>/interface support.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Mar 29 17:49:52 2020 UTC (4 years, 8 months ago) by christos
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
need bsd.init.mk to grab Makefile.inc

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Mar 29 17:12:45 2020 UTC (4 years, 8 months ago) by christos
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +12 -12 lines
ENABLE_REMOTE and add rpcapd(8)

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Oct 13 07:28:06 2019 UTC (5 years, 1 month ago) by mrg
Branches: MAIN
CVS tags: phil-wifi-20191119, is-mlppp-base, is-mlppp
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +4 -5 lines
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."

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Oct 1 16:02:12 2019 UTC (5 years, 2 months ago) by christos
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +12 -16 lines
merge conflicts

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Sep 30 00:06:02 2019 UTC (5 years, 2 months ago) by mrg
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +9 -11 lines
convert HAVE_GCC == 7 to HAVE_GCC >= 7.

Revision 1.16.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 21:45:03 2019 UTC (5 years, 5 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +32 -9 lines
Sync with HEAD

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Feb 5 07:45:35 2019 UTC (5 years, 10 months ago) by mrg
Branches: MAIN
CVS tags: phil-wifi-20190609, netbsd-9-base, netbsd-9-4-RELEASE, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +5 -1 lines
ignore a format truncation issue.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Feb 4 04:05:16 2019 UTC (5 years, 10 months ago) by mrg
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +5 -1 lines
- use -Wno-error=implicit-fallthrough with GCC7.

Revision 1.15.10.2: download - view: text, markup, annotated - select for diffs
Thu Sep 6 06:51:47 2018 UTC (6 years, 3 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.15.10.1: preferred, colored; branchpoint 1.15: preferred, colored; next MAIN 1.16: preferred, colored
Changes since revision 1.15.10.1: +24 -9 lines
Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Sep 5 17:10:27 2018 UTC (6 years, 3 months ago) by christos
Branches: MAIN
CVS tags: pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -3 lines
search first for the kernel bpf_filter.c

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Sep 3 21:26:19 2018 UTC (6 years, 3 months ago) by kre
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -2 lines

Yet another pcap include.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Sep 3 21:03:07 2018 UTC (6 years, 3 months ago) by christos
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
fix includes

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Sep 3 19:32:58 2018 UTC (6 years, 3 months ago) by kre
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines

pcap/export-defs.h no longer exists, so don't attempt to install it.

Allows builds after libpcap update to get further, if there is fallout
from the file being missing elsewhere, that can be fixed later.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Sep 3 15:26:44 2018 UTC (6 years, 3 months ago) by christos
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +19 -6 lines
merge conflicts

Revision 1.15.10.1: download - view: text, markup, annotated - select for diffs
Mon Jun 25 07:25:12 2018 UTC (6 years, 5 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Sync with HEAD

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu May 31 09:08:25 2018 UTC (6 years, 6 months ago) by mrg
Branches: MAIN
CVS tags: phil-wifi-base, pgoyette-compat-0728, pgoyette-compat-0625
Branch point for: phil-wifi
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
make 'clean' and/or 'cleandir' actually clean all the things.

Revision 1.12.4.1: download - view: text, markup, annotated - select for diffs
Fri Apr 21 16:51:35 2017 UTC (7 years, 7 months ago) by bouyer
Branches: bouyer-socketcan
Diff to: previous 1.12: preferred, colored; next MAIN 1.13: preferred, colored
Changes since revision 1.12: +6 -4 lines
Sync with HEAD

Revision 1.12.2.1: download - view: text, markup, annotated - select for diffs
Mon Mar 20 06:52:26 2017 UTC (7 years, 8 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.12: preferred, colored; next MAIN 1.13: preferred, colored
Changes since revision 1.12: +6 -4 lines
Sync with HEAD

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Jan 24 23:26:58 2017 UTC (7 years, 10 months ago) by christos
Branches: MAIN
CVS tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-compat-base, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-8-base, netbsd-8-3-RELEASE, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, matt-nb8-mediatek-base, matt-nb8-mediatek, bouyer-socketcan-base1
Branch point for: pgoyette-compat
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
add another header file

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Jan 24 22:37:31 2017 UTC (7 years, 10 months ago) by christos
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -2 lines
Add more files

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Jan 24 22:29:29 2017 UTC (7 years, 10 months ago) by christos
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -2 lines
merge conflicts.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Nov 19 19:33:31 2014 UTC (10 years ago) by christos
Branches: MAIN
CVS tags: pgoyette-localcount-base, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, localcount-20160914, bouyer-socketcan-base
Branch point for: pgoyette-localcount, bouyer-socketcan
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -1 lines
merge changes

Revision 1.7.2.2: download - view: text, markup, annotated - select for diffs
Thu May 22 15:48:21 2014 UTC (10 years, 6 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.7.2.1: preferred, colored; branchpoint 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7.2.1: +76 -27 lines
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")

Revision 1.8.6.1: download - view: text, markup, annotated - select for diffs
Sun Jun 23 06:28:21 2013 UTC (11 years, 5 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8: +76 -27 lines
resync from head

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Apr 7 00:18:55 2013 UTC (11 years, 8 months ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base9, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7, khorben-n900
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -3 lines
add the rest of the man pages.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Apr 6 17:36:40 2013 UTC (11 years, 8 months ago) by christos
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
install in /lib per rmind's request

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Apr 6 17:29:12 2013 UTC (11 years, 8 months ago) by christos
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +74 -26 lines
new libpcap

Revision 1.7.2.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:03:28 2012 UTC (12 years, 7 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +7 -2 lines
sync with head

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Dec 21 19:00:28 2011 UTC (12 years, 11 months ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, netbsd-6, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, agc-symver-base, agc-symver
Branch point for: tls-maxphys
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +7 -2 lines
Don't use libpcap's bpf file, but use our own:
1. include <net/dlt.h> where needed since we have the information in a separate
   file.
2. #error in pcap/bpf.h to make sure it is not being used.
3. If we don't include <pcap/bpf.h> include <net/bpf.h> instead.
4. Install symlinks instead of copies of files.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Oct 13 17:23:28 2011 UTC (13 years, 1 month ago) by plunky
Branches: MAIN
CVS tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base
Branch point for: yamt-pagecache
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
max WARNS is 4

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Sep 15 17:59:45 2011 UTC (13 years, 2 months ago) by plunky
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -6 lines
revert v1.31 (when this was lib/libpcap/Makefile), the HAVE_PCC
is not any longer required since pcc understands gcc attributes
now

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Aug 16 10:34:23 2011 UTC (13 years, 3 months ago) by christos
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
avoid/document non-literal format strings

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jul 19 03:07:09 2011 UTC (13 years, 4 months ago) by dholland
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Remove spurious trailing slash; PR 45067 from Henning Petersen.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu May 26 12:56:25 2011 UTC (13 years, 6 months ago) by joerg
Branches: MAIN
CVS tags: cherry-xenmp-base, cherry-xenmp
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -1 lines
Default to -Wno-sign-compare -Wno-pointer-sign for clang.
Push -Wno-array-bounds down to the cases that depend on it.
Selectively disable warnings for 3rd party software or non-trivial
issues to be reviewed later to get clang -Werror to build most of the
tree.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Dec 5 03:03:27 2010 UTC (14 years ago) by christos
Branches: MAIN
CVS tags: matt-mips64-premerge-20101231, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +13 -10 lines
we need some more files here.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Dec 5 01:45:46 2010 UTC (14 years ago) by christos
Branches: MAIN
- add our fixes
- make compile with WARNS=5
- add glue

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>