summaryrefslogtreecommitdiff
path: root/components/uptime.c
AgeCommit message (Expand)Author
2023-01-03uptime: Use sizeof instead of repeating the sizeplanet36
2022-10-28radical re-formatting 0/3: Alphabetic headersdrkhsh
2022-10-27do not rely on obsolete featureNRK
2022-10-27components/*.c: include slstatus.hNRK
2019-02-05Add support for cpu and uptime components on FreeBSDMichael Buch
2018-07-07Simplify format specifiers for uintmax_tAaron Marcher
2018-07-07Change uint64_t to uintmax_tAaron Marcher
2018-07-06uptime: Improve typing and sort headersAaron Marcher
2018-06-01uptime: unification of the uptime function for linux/openbsdTobias Tschinkowitz
2018-05-30Clean up header includesAaron Marcher
2018-05-19uptime: Format function is staticAaron Marcher
2018-05-18Add warn() and die()Laslo Hunhold
2018-05-06Fix coding styleAaron Marcher
2018-05-02uptime: Add missing braceAaron Marcher
2018-05-02uptime: Simplifiy and clean upAaron Marcher
2018-05-01Use indentation to increase readabilityLaslo Hunhold
2018-05-01Revert component-splitLaslo Hunhold
2018-04-30uptime: OS splitQuentin Rameau
2018-04-29uptime: Separate function for readbilityAaron Marcher
2018-03-28Format error messages properlyAaron Marcher
2018-03-21More robust preprocessor switchesAaron Marcher
2018-03-20uptime: Port to OpenBSD.Aaron Marcher
2018-03-18Build Linux-only functions only on LinuxAaron Marcher
2017-09-24Move components into dedicated subdirectoryLaslo Hunhold