Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-19 | fsm: don't leak lock fd to child processes | Katze Miau | |
2011-12-18 | fsm: do not lock state file when reading state | Katze Miau | |
Locking the state file during `fsm get` operations is annoying. And the returned state may be changed anytime after termination, so the caller can not rely on it being up to date anyway. | |||
2011-12-06 | sbin/fsm: fix error msg | Katze Miau | |
2011-12-05 | add /sbin/fsm | Katze Miau | |
- implements finite state machine given a definition in /etc/fsm/ - see upcoming doc/ commits for detail |