The NetBSD Project

CVS log for src/lib/libnpf/Makefile

[BACK] Up to [cvs.NetBSD.org] / src / lib / libnpf

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.6.16.2 / (download) - annotate - [select for diffs], Mon Apr 13 08:03:14 2020 UTC (4 years ago) by martin
Branch: phil-wifi
Changes since 1.6.16.1: +6 -2 lines
Diff to previous 1.6.16.1 (colored) to branchpoint 1.6 (colored) next main 1.7 (colored)

Mostly merge changes from HEAD upto 20200411

Revision 1.10.2.1 / (download) - annotate - [select for diffs], Sun Sep 1 13:18:39 2019 UTC (4 years, 7 months ago) by martin
Branch: netbsd-9
CVS Tags: netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1
Changes since 1.10: +6 -2 lines
Diff to previous 1.10 (colored) next main 1.11 (colored)

Pull up following revision(s) (requested by rmind in ticket #140):

	external/bsd/libnv/lib/Makefile: revision 1.3
	usr.sbin/npf/npfd/Makefile: revision 1.7
	lib/libnpf/Makefile: revision 1.11
	lib/libnpf/Makefile: revision 1.12
	libexec/identd/Makefile: revision 1.18
	usr.sbin/npf/npfctl/Makefile: revision 1.14
	lib/npf/mod.mk: revision 1.8
	external/bsd/libnv/lib/srcs.mk: revision 1.1

libnpf fix: link the library itself to libnv; libnpf users should not be
expected to assume this dependency.

Move common parts into a makefile fragment usable from elsewhere.
Suggested by mrg.

Include libnv directly into this library

Revision 1.12 / (download) - annotate - [select for diffs], Tue Aug 27 14:54:17 2019 UTC (4 years, 7 months ago) by martin
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, 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, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, HEAD
Changes since 1.11: +5 -5 lines
Diff to previous 1.11 (colored)

Include libnv directly into this library

Revision 1.11 / (download) - annotate - [select for diffs], Sat Aug 24 13:20:52 2019 UTC (4 years, 7 months ago) by rmind
Branch: MAIN
Changes since 1.10: +5 -1 lines
Diff to previous 1.10 (colored)

libnpf fix: link the library itself to libnv; libnpf users should not be
expected to assume this dependency.

Revision 1.6.16.1 / (download) - annotate - [select for diffs], Mon Jun 10 22:05:25 2019 UTC (4 years, 10 months ago) by christos
Branch: phil-wifi
Changes since 1.6: +4 -5 lines
Diff to previous 1.6 (colored)

Sync with HEAD

Revision 1.10 / (download) - annotate - [select for diffs], Sun Jan 27 04:39:33 2019 UTC (5 years, 2 months ago) by dholland
Branch: MAIN
CVS Tags: phil-wifi-20190609, netbsd-9-base
Branch point for: netbsd-9
Changes since 1.9: +1 -3 lines
Diff to previous 1.9 (colored)

fix duplicated chunk from merge

Revision 1.9 / (download) - annotate - [select for diffs], Sun Jan 27 02:08:35 2019 UTC (5 years, 2 months ago) by pgoyette
Branch: MAIN
Changes since 1.8: +3 -1 lines
Diff to previous 1.8 (colored)

Merge the [pgoyette-compat] branch

Revision 1.6.14.1 / (download) - annotate - [select for diffs], Sun Sep 30 01:45:33 2018 UTC (5 years, 6 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.6: +4 -5 lines
Diff to previous 1.6 (colored) next main 1.7 (colored)

Ssync with HEAD

Revision 1.8 / (download) - annotate - [select for diffs], Sat Sep 29 15:52:44 2018 UTC (5 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930
Changes since 1.7: +2 -4 lines
Diff to previous 1.7 (colored)

- re-enable lint (otherwise the sets break)
- no space after -I (for consistency)

Revision 1.7 / (download) - annotate - [select for diffs], Sat Sep 29 14:41:36 2018 UTC (5 years, 6 months ago) by rmind
Branch: MAIN
Changes since 1.6: +6 -5 lines
Diff to previous 1.6 (colored)

NPF: Major rework -- migrate NPF to the libnv library.
- This conversion significantly simplifies the code and moves NPF to
  a binary serialisation format (replacing the XML-like format).
- Fix some memory/reference leaks and possibly use-after-free bugs.
- Bump NPF_VERSION as this change makes libnpf incompatible with the
  previous versions.  Also, different serialisation format means NPF
  connection/config saving and loading is not compatible with the
  previous versions either.

Thanks to christos@ for extra testing.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Jan 5 13:07:47 2016 UTC (8 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, phil-wifi-base, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, pgoyette-compat-base, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, 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-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, localcount-20160914, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: phil-wifi, pgoyette-compat
Changes since 1.5: +1 -3 lines
Diff to previous 1.5 (colored)

- Change LDADD/DPADD in library dependencies to LIBDPLIBS
- Fix some LDADD abuse and remove useless dependencies
- include <bsd.init.mk> in the right place where appropriate
From Rin Okuyama

Revision 1.2.2.3 / (download) - annotate - [select for diffs], Wed Aug 20 00:02:18 2014 UTC (9 years, 8 months ago) by tls
Branch: tls-maxphys
Changes since 1.2.2.2: +2 -2 lines
Diff to previous 1.2.2.2 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)

Rebase to HEAD as of a few days ago.

Revision 1.4.6.1 / (download) - annotate - [select for diffs], Sun Aug 10 06:52:04 2014 UTC (9 years, 8 months ago) by tls
Branch: tls-earlyentropy
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored) next main 1.5 (colored)

Rebase.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jul 22 22:28:47 2014 UTC (9 years, 8 months ago) by christos
Branch: MAIN
CVS Tags: tls-maxphys-base, tls-earlyentropy-base, 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
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

rename npf.3 -> libnpf.3 per rmind@'s request

Revision 1.2.2.2 / (download) - annotate - [select for diffs], Mon Feb 25 00:27:59 2013 UTC (11 years, 1 month ago) by tls
Branch: tls-maxphys
Changes since 1.2.2.1: +3 -1 lines
Diff to previous 1.2.2.1 (colored) to branchpoint 1.2 (colored)

resync with head

Revision 1.1.6.3 / (download) - annotate - [select for diffs], Wed Jan 16 05:32:25 2013 UTC (11 years, 3 months ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.1.6.2: +3 -1 lines
Diff to previous 1.1.6.2 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)

sync with (a bit old) head

Revision 1.1.8.1 / (download) - annotate - [select for diffs], Fri Nov 30 04:27:54 2012 UTC (11 years, 4 months ago) by msaitoh
Branch: netbsd-6
CVS Tags: 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
Changes since 1.1: +2 -0 lines
Diff to previous 1.1 (colored) next main 1.2 (colored)

Pull up following revision(s) (requested by christos in ticket #729):
	lib/libnpf/Makefile: revision 1.4
	distrib/sets/lists/base/shl.mi: revision 1.641
Install in /lib too because npfctl is linked against it.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Nov 29 16:17:14 2012 UTC (11 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base9, yamt-pagecache-base8, yamt-pagecache-base7, 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, agc-symver-base, agc-symver
Branch point for: tls-earlyentropy
Changes since 1.3: +3 -1 lines
Diff to previous 1.3 (colored)

install in /lib too because npfctl is linked against it.

Revision 1.2.2.1 / (download) - annotate - [select for diffs], Tue Nov 20 03:00:44 2012 UTC (11 years, 5 months ago) by tls
Branch: tls-maxphys
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)

Resync to 2012-11-19 00:00:00 UTC

Revision 1.1.6.2 / (download) - annotate - [select for diffs], Tue Oct 30 18:59:13 2012 UTC (11 years, 5 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.1.6.1: +3 -3 lines
Diff to previous 1.1.6.1 (colored) to branchpoint 1.1 (colored)

sync with head

Revision 1.3 / (download) - annotate - [select for diffs], Sun Sep 16 13:47:42 2012 UTC (11 years, 7 months ago) by rmind
Branch: MAIN
CVS Tags: yamt-pagecache-base6
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)

Implement dynamic NPF extensions interface.  An extension consists of
dynamically loaded module (.so) supplementing npfctl(8) and a kernel
module.  Move normalisation and logging functionality into their own
extensions.  More improvements to come.

Revision 1.1.6.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:05:29 2012 UTC (12 years ago) by yamt
Branch: yamt-pagecache
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

sync with head

Revision 1.2 / (download) - annotate - [select for diffs], Wed Mar 21 05:37:42 2012 UTC (12 years, 1 month ago) by matt
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4
Branch point for: tls-maxphys
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

These directories default to WARNS?=5

Revision 1.1.2.2 / (download) - annotate - [select for diffs], Tue Feb 8 19:01:36 2011 UTC (13 years, 2 months ago) by bouyer
Branch: bouyer-quota2
Changes since 1.1.2.1: +20 -0 lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)

Sync with HEAD

Revision 1.1.2.1, Wed Feb 2 02:20:25 2011 UTC (13 years, 2 months ago) by bouyer
Branch: bouyer-quota2
Changes since 1.1: +0 -20 lines
FILE REMOVED

file Makefile was added on branch bouyer-quota2 on 2011-02-08 19:01:36 +0000

Revision 1.1 / (download) - annotate - [select for diffs], Wed Feb 2 02:20:25 2011 UTC (13 years, 2 months ago) by rmind
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, netbsd-6-base, 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, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base
Branch point for: yamt-pagecache, netbsd-6, bouyer-quota2

NPF checkpoint:
- Add libnpf(3) - a library to control NPF (configuration, ruleset, etc).
- Add NPF support for ftp-proxy(8).
- Add rc.d script for NPF.
- Convert npfctl(8) to use libnpf(3) and thus make it less depressive.
  Note: next clean-up step should be a parser, once dholland@ will finish it.
- Add more documentation.
- Various fixes.

This form allows you to request diff's 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.




CVSweb <webmaster@jp.NetBSD.org>