Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-25 | localectl: print warning when there are options given on kernel cmdline | Michal Sekletar | |
2014-09-15 | hashmap: introduce hash_ops to make struct Hashmap smaller | Michal Schmidt | |
It is redundant to store 'hash' and 'compare' function pointers in struct Hashmap separately. The functions always comprise a pair. Store a single pointer to struct hash_ops instead. systemd keeps hundreds of hashmaps, so this saves a little bit of memory. | |||
2014-07-07 | shared: make timezone and locale enumeration and validation generic | Lennart Poettering | |
This way we can reuse it other code thatn just localectl/localed + timedatectl/timedated. |