aboutsummaryrefslogtreecommitdiff
path: root/brightnessd.c
Commit message (Collapse)AuthorAge
* Drop privileges down to nobody, general fix-ups.David Phillips2016-07-18
|
* Comment style changeDavid Phillips2016-07-17
|
* Add call to chmod backDavid Phillips2016-07-16
| | | | | | This should not have been removed. There is a subtlety of mkfifo to note; it is affected by umask while chmod isn't. Thus, the call to chmod directly is required to ensure the desired mode is set on the fifo.
* Fix missing parameter on get_nowDavid Phillips2016-07-15
|
* More general tidyingDavid Phillips2016-07-15
|
* Remove stale code, add (messy) correction measure for over-stepping targetDavid Phillips2016-07-15
|
* General bugfix + tidyDavid Phillips2016-07-15
|
* Initial buggy overhaulDavid Phillips2016-07-15