Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-06 | tree-wide: fix write_string_file() user that should not create files | Daniel Mack | |
The latest consolidation cleanup of write_string_file() revealed some users of that helper which should have used write_string_file_no_create() in the past but didn't. Basically, all existing users that write to files in /sys and /proc should not expect to write to a file which is not yet existant. | |||
2015-07-06 | fileio: consolidate write_string_file*() | Daniel Mack | |
Merge write_string_file(), write_string_file_no_create() and write_string_file_atomic() into write_string_file() and provide a flags mask that allows combinations of atomic writing, newline appending and automatic file creation. Change all users accordingly. | |||
2015-04-24 | sysctl: minor simplifications | Lennart Poettering | |
2015-03-11 | sysctl: move property handling to shared/ | Kay Sievers | |