Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | altos: Share common logging code. Deal with corrupt initial flight records | Keith Packard | 2017-10-28 |
| | | | | | | | | | | | Move common logging APIs from per-format files into ao_log.c. Then, change that code to check the first log record in a slot (containing the flight number) to see if it's invalid and deal with it. That involves not re-using that slot, and allowing it to be erased. Corrupted log blocks are reported with a negative flight number. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | Switch from GPLv2 to GPLv2+ | Keith Packard | 2016-07-12 |
| | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altos: Rename 'core' to 'kernel' | Keith Packard | 2014-04-05 |
core remains a bad name to use -- dirvish skips files (and directories, it seems) with that name. Signed-off-by: Keith Packard <keithp@keithp.com> |