summaryrefslogtreecommitdiff
path: root/components/netspeeds.c
Commit message (Expand)AuthorAgeFilesLines
* radical re-formatting 3/3: Error checksdrkhsh2022-10-281-2/+2
* radical re-formatting 2/3: Fix blocksdrkhsh2022-10-281-20/+12
* radical re-formatting 0/3: Alphabetic headersdrkhsh2022-10-281-4/+4
* various: Put paths into defines to avoid line wrapsdrkhsh2022-10-281-8/+5
* components/*.c: include slstatus.hNRK2022-10-261-0/+1
* Add FreeBSD support for netspeeds, entropy and ip componentsMichael Buch2019-02-071-1/+1
* Simplify format specifiers for uintmax_tAaron Marcher2018-07-071-3/+3
* Change uint64_t to uintmax_tAaron Marcher2018-07-071-11/+11
* netspeeds: Fix indentationAaron Marcher2018-05-221-1/+1
* Change to fmt_human in netspeeds on OpenBSDAaron Marcher2018-05-221-1/+1
* Merge fmt_human_2 and fmt_human_10 to one functionAaron Marcher2018-05-211-4/+8
* Remove units from numbersAaron Marcher2018-05-211-8/+4
* Remove initialization to 0 for static varsAaron Marcher2018-05-201-4/+4
* Implement fmt_human_2() and fmt_human_10()Laslo Hunhold2018-05-191-8/+20
* Increase precision in netspeeds.cLaslo Hunhold2018-05-191-8/+8
* Implement esnprintf() and make formatted calls more efficientLaslo Hunhold2018-05-191-4/+10
* Use `int` for flagsAaron Marcher2018-05-191-2/+2
* Set {r,t}xbytes 0 before incrementing them on OBSDAaron Marcher2018-05-191-2/+6
* Missing assignment for last commitAaron Marcher2018-05-191-0/+2
* Unify and simplify netspeed logic and typesAaron Marcher2018-05-191-30/+24
* netspeeds: added error condition for openbsdTobias Tschinkowitz2018-05-191-2/+12
* implemented openbsd netspeed functionsTobias Tschinkowitz2018-05-191-1/+59
* Add network speed functionsAaron Marcher2018-05-191-0/+53