Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle _gettid on FreeBSD | Chris Robinson | 2022-01-18 | 1 | -2/+2 |
| | | | | And simplify handling D-Bus/RTKit interfaces | ||||
* | Set niceness as a fallback only on Linux | Chris Robinson | 2022-01-18 | 1 | -0/+9 |
| | | | | | | | If pthread_setschedparam and rtkit_make_realtime both fail, lowering niceness can also work to boost priority. However, this only works on Linux and other OSs that implement a per-thread niceness (POSIX standard has it per-process, which isn't desirable behavior here). | ||||
* | Handle the rt-prio config options as the priority level | Chris Robinson | 2022-01-18 | 1 | -82/+111 |
| | |||||
* | Downgrade some ERRs to WARNs | Chris Robinson | 2021-11-21 | 1 | -1/+1 |
| | |||||
* | Avoid shadowing a variable name | Chris Robinson | 2021-05-13 | 1 | -2/+2 |
| | |||||
* | Update include headers | Chris Robinson | 2021-04-27 | 1 | -2/+3 |
| | | | | Don't add alc/ to the include paths. | ||||
* | Avoid over-long lines | Chris Robinson | 2021-04-22 | 1 | -2/+5 |
| | |||||
* | Move helpers.cpp to core | Chris Robinson | 2021-04-22 | 1 | -0/+510 |