summary refs log tree commit diff
path: root/bin/bit.y (follow)
Commit message (Expand)AuthorAge
* Use int when checking for EOFJune McEnroe2021-01-29
* Remove empty comma statement from bitJune McEnroe2021-01-01
* Add ASCII control code names to bitJune McEnroe2020-12-31
* Simplify bit lexing and parsingJune McEnroe2020-12-31
* Print octal for 8 bits in bitJune McEnroe2020-12-30
* Add unary & to bitJune McEnroe2020-12-30
* Add postfix $ operator to bitJune McEnroe2020-12-30
* Remove histedit from bitJune McEnroe2019-07-24
* Add variables to bitJune McEnroe2019-06-07
* Simplify and build bitJune McEnroe2019-05-30
* Add T suffix in bitJune McEnroe2019-05-12
* Add bit without buildJune McEnroe2019-05-07
020-08-15Use only LOG_NOTICE and LOG_WARNINGJune McEnroe 2020-08-15Make log messages consistentJune McEnroe 2020-08-15Remove closelog callJune McEnroe 2020-08-15Implement service statusJune McEnroe 2020-08-15Parse control commandsJune McEnroe 2020-08-15Read service pipesJune McEnroe 2020-08-15Implement non-blocking line-buffered readingJune McEnroe 2020-08-15Generate tags fileJune McEnroe 2020-08-15Just use CLOCK_MONOTONIC and clean up includesJune McEnroe 2020-08-15Reap childrenJune McEnroe 2020-08-14Implement serviceSignal, serviceStop, serviceRestartJune McEnroe 2020-08-14Reset restartInterval and restartDeadline on startJune McEnroe 2020-08-14Switch to timespec for timeoutsJune McEnroe 2020-08-14Implement serviceStartJune McEnroe 2020-08-14Flesh out Service structJune McEnroe 2020-08-14Build environment for servicesJune McEnroe 2020-08-14Implement spawntab parsingJune McEnroe 2020-08-14Open syslog, daemonize, write PIDJune McEnroe 2020-08-14Implement user and group lookupJune McEnroe 2020-08-14Add install targetJune McEnroe 2020-08-14Add spawnd skeletonJune McEnroe