summaryrefslogtreecommitdiffstats
path: root/sys/modules/pflog
Commit message (Collapse)AuthorAgeFilesLines
* Per email to arch@ a little while ago (that was greeted with silence),imp2008-09-011-3/+3
| | | | | prefer the more common > ${.TARGET} over > opt_foo.h in modules makefiles.
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-1/+3
| | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
* The `pf' and `pflog' sources do not depend on DEV_PF or DEV_PFLOG,yar2006-03-091-3/+0
| | | | | | | | which is normal for own files of a device driver. DEV_FOO should be used if an unrelated kernel file needs to know of the `foo' driver's static presence. Obviously, module source files should never use DEV_*.
* Make pflog a seperate module. As a result pflog_packet() becomes a functionmlaier2006-02-051-0/+27
| | | | | | | | pointer that is declared in pf_ioctl.c Requested by: yar (as part of the module build reorg) MFC after: 1 week X-MFC with: yar's module reorg
* Prepare for pf 3.5 import:mlaier2004-06-161-29/+0
| | | | | | | | | | - Remove pflog and pfsync modules. Things will change in such a fashion that there will be one module with pf+pflog that can be loaded into GENERIC without problems (which is what most people want). pfsync is no longer possible as a module. - Add multicast address for in-kernel multicast pfsync protocol. Protocol glue will follow once the import is done. - Add one more mbuf tag
* Make pf* modules respect NOINET6 from make.conf(5) in order to build themmlaier2004-04-061-0/+4
| | | | | | | for INET6-less kernel. Requested by: many Approved by: bms(mentor)
* Tweak existing header and other build infrastructure to be able to buildmlaier2004-02-261-0/+25
pf/pflog/pfsync as modules. Do not list them in NOTES or modules/Makefile (i.e. do not connect it to any (automatic) builds - yet). Approved by: bms(mentor)
OpenPOWER on IntegriCloud