summaryrefslogtreecommitdiff
path: root/src/uptime.c
Commit message (Collapse)AuthorAgeFilesLines
* Store sec and usec in terms of useced neville2023-05-021-2/+2
| | | | | | | Rather than attempt to convert usec to sec with division, add both together and then divide. This reduced the rounding errors on my system.
* misc: Update the copyrights of filesCraig Small2023-02-071-1/+5
| | | | | | | | The copyrights of the source files were all out of date and were not the same format. This has been corrected. The source of the authors was examining the git log for each file. Signed-off-by: Craig Small <csmall@dropbear.xyz>
* build-sys: Relocate library to library/Craig Small2022-08-291-1/+1
| | | | | | All the dependent programs needed to have their includes moved too Signed-off-by: Craig Small <csmall@dropbear.xyz>
* misc: Move all binaries to srcCraig Small2022-08-291-0/+123
*.c -> src/ ps/* src/ps/ top/* src/top/ Signed-off-by: Craig Small <csmall@dropbear.xyz>