summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* added ckt0.gp (gnuplot) to plot logged estimates;HEADmasterwukong2026-02-17
* corrected typo in ck_uptime();wukong2026-02-10
* added checks for zero valued uptime parameters in ck_uptime();wukong2026-02-10
* fixed text substitution on ck_uptime() on Darwin to allow sec counter in firstwukong2026-02-07
* migrated to using ck_boottime() to populate initial guess of t_prev whenwukong2026-02-05
* removed commented out code;wukong2026-02-05
* moved saved state file to /tmp, which is a ramdisk/tmpfs mount point;wukong2026-02-05
* re-enabled seconds case in ck_uptime();wukong2026-02-05
* replaced hardcoded uncertainty with call to unc_g() for the uptime valuewukong2026-01-15
* adjusted unc_g() to guess an unknown uncertainty by setting it to be a powerwukong2026-01-15
* added t_up measurement from /proc/uptime for linux and freebsd;wukong2026-01-14
* enabled alternate t0 based prediction of t_up;wukong2026-01-13
* added uname case for 'Darwin';wukong2026-01-12
* added digits to sigfig() output;wukong2025-12-23
* added commented out alternate uptime prediction;wukong2025-12-21
* started tracking t_est[] and t_up[];wukong2025-12-10
* merged changes from FreeBSD environment;wukong2025-12-06
* clean up unused code;wukong2025-12-05
* added uname check in ck_boottime(); updated variable names in merge_meas();wukong2025-12-05
* initial commit. ckt0.awk is launched from ckt0.sh with state stored in a shel...wukong2025-11-22