aboutsummaryrefslogtreecommitdiff
path: root/tools/tools/ath/athratestats/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* ncurses: only keep the version with widechar supportBaptiste Daroussin2021-01-051-1/+1
| | | | | | | | | | | | | | | | Only keep the widechar version of ncurses as libncursesw.so.9 Keep the old name to avoid breaking the ABI compatibility (the non widechar version libncurses.so.9 is not binary compatible with libncursesw.so.9) since all ports and base are already only linking against the widechar version we can simply remove libncurses.so.9 Since the .9 version only lived in the dev branch and never ended in a release, it is simply removed and not added to any binary compat package. Add symlinks to keep build time compatibility for anyone linking against -lncurses
* Garbage collect AH_SUPPORT_AR5416 config option.Andriy Voskoboinyk2019-01-251-1/+0
| | | | | | | It does nothing since r318857. Notes: svn path=/head/; revision=343427
* Flip this over to ncurses.Adrian Chadd2015-12-151-1/+1
| | | | Notes: svn path=/head/; revision=292244
* Fix LDADD/DPADD that should be LIBADD.Bryan Drewery2015-12-041-1/+1
| | | | | | | Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=291738
* Add a '-s <timeout>' option which will display live rate controlAdrian Chadd2012-09-081-0/+2
| | | | | | | statistics. Notes: svn path=/head/; revision=240223
* Make this build again!Adrian Chadd2012-09-071-1/+2
| | | | Notes: svn path=/head/; revision=240183
* Add missing SRCS.Adrian Chadd2012-07-201-1/+1
| | | | Notes: svn path=/head/; revision=238650
* Implement a first cut of the 'sample' rate statistics userland utility.Adrian Chadd2012-07-201-0/+27
This outputs almost exactly the same information as the kernel sysctl does, however the rix -> rate mapping isn't yet available as a TLV. Notes: svn path=/head/; revision=238635