summaryrefslogtreecommitdiff
path: root/net/packetdrill/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* net/packetdrill: Respect LDFLAGSOlivier Cochard2025-06-101-0/+31
| | | | | | No functional change intended. Sponsored by: Netflix
* net/packetdrill: fix build on armv7, FreeBSD 12Robert Clausecker2023-10-092-0/+23
| | | | | | | | | - make a symbol new in FreeBSD 13 optional - mark a union as packed that will require unaligned access - define TEST_TARGET Approved by: portmgr (build fix blanket) MFH: 2023Q4
* net/packetdrill: Update to 20230625Olivier Cochard2023-06-294-44/+0
| | | | | | | | And take maintainership. PR: 272283 Approved by: kbowling Sponsored by: Netflix
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-064-8/+0
|
* net/packetdrill: update to new snapshotSteve Wills2018-02-272-38/+0
| | | | | | | | Approved by: gnn Differential Revision: https://reviews.freebsd.org/D11600 Notes: svn path=/head/; revision=463164
* - Update to use freebsd-net/packetdrill repository instead ofHiroki Sato2016-10-118-45/+31
| | | | | | | | | | | | | | Google's one. It includes various fixes for FreeBSD and has been maintained by FreeBSD developers. - Drop binaries for testing. - Set maintainership to gnn@. Discussed with: tuexen and gnn Notes: svn path=/head/; revision=423744
* net category: Remove $PTHREAD_LIBSJohn Marino2015-03-251-3/+2
| | | | | | | | | | | openafs did not pass check-plist (pre-existing) so fixed and bumped. Also, pkg-plist was sorted. mediatomb and spread also fail plist-checks but they weren't fixed. approved by: PTHREAD blanket Notes: svn path=/head/; revision=382278
* Fix build.Hiroki Sato2014-07-151-1/+1
| | | | Notes: svn path=/head/; revision=361903
* Fix build on 10.0 and 8.X.Hiroki Sato2013-09-042-8/+30
| | | | | | | Reported by: Lars Eggert, pkg-fallout Notes: svn path=/head/; revision=326250
* Add a patch to fix gcc build on head.Hiroki Sato2013-07-251-0/+18
| | | | | | | Obtained from: murray Notes: svn path=/head/; revision=323628
* Add net/packetdrill, a network stack testing tool.Hiroki Sato2013-07-207-0/+65
The packetdrill scripting tool enables quick, precise tests for entire TCP/UDP/IPv4/IPv6 network stacks, from the system call layer down to the NIC hardware. packetdrill currently works on Linux, FreeBSD, OpenBSD, and NetBSD. It can test network stack behavior over physical NICs on a LAN, or on a single machine using a tun virtual network device. Notes: svn path=/head/; revision=323362