aboutsummaryrefslogtreecommitdiff
path: root/net/pkt-gen
Commit message (Collapse)AuthorAgeFilesLines
* */*: return shurd's ports to the pool ...Rene Ladan2021-06-071-1/+1
| | | | | | ... after safekeeping his commit bit. With hat: portmgr-secretary
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update MAINTAINER: use @FreeBSD.orgSunpoet Po-Chuan Hsieh2018-08-181-1/+1
| | | | Notes: svn path=/head/; revision=477534
* Disable extra warnings and especially -WerrorStephen Hurd2018-08-151-0/+13
| | | | | | | | | | | | | -Wall and -Wextra tend to highlight new compiler features, not new problems. They don't need to be on when building a port... -Werror just makes them worse. PR: 230623 Reported by: jbeich@ Sponsored by: Limelight Networks Notes: svn path=/head/; revision=477211
* Fix build on i386Stephen Hurd2017-08-272-20/+58
| | | | Notes: svn path=/head/; revision=448840
* Add port of pkt-gen, a packet sink/source using the netmap APIStephen Hurd2017-08-265-0/+638
Sponsored by: Limelight Networks Differential Revision: https://reviews.freebsd.org/D12123 Notes: svn path=/head/; revision=448752