summaryrefslogtreecommitdiff
path: root/net/pload/patches
AgeCommit message (Collapse)AuthorFilesLines
2015-01-04Teach the configure script to recognize a bunch more OSes, and removedholland1-3/+30
NOT_FOR_PLATFORM restriction. There's a good chance the thing won't build on these OSes, but if so we can always reinsert the restrictions as BROKEN_ON_PLATFORM.
2012-08-23net/pload: Fix partial patchmarino1-2/+2
I'm not sure what happened here. pload was building fine on DragonFly with the proposed patches, but right now patch-ae only looks half updated. Update the rest of patch-ae to finish the work of my prior commit. Only affects DragonFly, which it's never built on.
2012-08-11net/wmpload: Add FreeBSD and DragonFly supportmarino4-12/+101
Patch differentials came from FreeBSD ports. Followed NetBSD's suit with the quad support.
2009-01-04Store traffic counters in u_quad_t to avoid overflow. Closes PR 38168.shattered2-0/+50
Take maintainership. OK by wiz@.
2007-12-09Update to 0.9.5, provided by Sergey Svishchev in private mail:wiz2-31/+25
- Fixed stats not being cleared when disconnected - Added user specified format for labels. - Added user customizable label for the not connected condition. - Removed global variables in stats gathering functions. pkgsrc fix: don't cast 64-bit counters to unsigned long.
2002-05-24If the SIOCGIFDATA ioctl is available, use that instead of the PPPmartin1-4/+29
specific one. This makes the tool useable on any network interface.
2002-01-29Make it work with xpkgwedge.wiz1-0/+13
Patch supplied by Hiramatsu Yoshifumi in pkg/15217.
2002-01-29Standardize patch.wiz1-3/+3
2002-01-03Bump to pload-0.9.4nb2: make this compile againhubertf1-0/+13
2000-01-25If the interface is down - report 'No Connection'. Patch submitted toabs1-0/+36
author.