| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | general: Convert source file copyright comments over to SPDX | 2022-04-23 | 1 | -3/+2 | |
| | | | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later. | ||||
| * | common: Reduce unused includes | 2022-03-19 | 1 | -1/+1 | |
| | | |||||
| * | common: switch to nullptr for sysctl's empty new value | 2020-06-30 | 1 | -4/+4 | |
| | | |||||
| * | common: add sysconf() fallback | 2020-06-29 | 1 | -3/+16 | |
| | | | | | | | src/common/memory_detect.cpp:15:10: fatal error: 'sys/sysinfo.h' file not found #include <sys/sysinfo.h> ^~~~~~~~~~~~~~~ | ||||
| * | Fix macOS code and change "Swapfile" to "Swap" | 2020-05-27 | 1 | -2/+5 | |
| | | |||||
| * | main: Log host system memory parameters | 2020-05-17 | 1 | -0/+57 | |
| Logs both physical memory and swapfile sizes, this is useful for support. | |||||