chiark / gitweb /
clunk.git
2018-12-08 Ben HarrisDon't depend on the field order of struct timespec.
2018-12-08 Ben HarrisUse two timers and sigwait rather than looking for...
2018-12-08 Ben HarrisAdd support for operating GPIO lines through libgpiod.
2018-12-08 Ben HarrisUse snprintf() in place of sprintf().
2018-12-08 Ben HarrisFix need_advance so it can't run off the end.
2018-12-08 Ben HarrisFix init_statefile to not use optarg.
2018-12-08 Ben HarrisNote which issue of B 5301 we're referencing.
2018-11-18 Ben HarrisExperimental use of structure literals.
2018-11-18 Ben HarrisError handling for sigset functions.
2018-11-18 Ben HarrisUtterly minimal Makefile.
2018-11-18 Ben HarrisMake the fallback timer work.
2018-11-18 Ben HarrisCorrect error handling for clock_nanosleep().
2018-11-18 Ben HarrisRemove a spurious space.
2018-11-18 Ben HarrisCreate a timer to catch CLOCK_REALTIME going backwards.
2018-11-17 Ben HarrisBlock SIGINT and SIGTERM while emitting a pulse.
2018-11-14 Ben HarrisWith "-s" specified, cope with empty or missing state...
2018-11-11 Ben HarrisImplement reading from state file.
2018-11-11 Ben HarrisRecord the current time displayed on the dial to a...
2018-11-11 Ben HarrisBetter references in comments.
2018-11-11 Ben HarrisAdjust maxadvance doc to match 1 s advance rate.
2018-11-11 Ben HarrisComment on pulse width and adjust advance rate.
2018-11-09 Ben HarrisFactor out code to raise and lower output line from...
2018-11-03 Ben HarrisMake the boundary between ADVANCE and STOP variable...
2018-11-03 Ben HarrisAdd an option to specify the current displayed time...
2018-11-03 Ben HarrisStart keeping track of what time we think the clock...
2018-11-03 Ben HarrisCall tzset() explicitly at startup.
2018-11-03 Ben HarrisMake the "pulse" have non-zero width.
2018-11-03 Ben HarrisMinimal beginnings of an impulse clock driver.