Max Kellermann
b6457bbc83
make lots of global variables const
...
This way, they can live in `.rodata` and the compiler is allowed to do
certain optimizations.
2025-08-23 17:31:40 +10:00
Wayne Davison
0add026a5d
Initialize values string in a more consistent spot.
2020-07-04 14:21:15 -07:00
Wayne Davison
565cde84a7
Don't turn off the user's open-noatime unless the module is forcing the value.
2020-07-04 10:28:38 -07:00
Wayne Davison
cb383673f6
Tweak a var name.
2020-07-02 09:34:08 -07:00
Wayne Davison
c83a81ca38
Move name exceptions into the txt file.
2020-07-01 09:05:21 -07:00
Wayne Davison
d88db22ae8
Add support for the remaining parser types.
2020-07-01 08:15:12 -07:00
Wayne Davison
7d30490ef4
Simplify the daemon parameter definitions
...
The code now derives all the struct defines, default value assignments,
parser-param defines, and lp_foo() accessor functions from a single list
of daemon parameters.
2020-06-30 19:30:28 -07:00