Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-11 | fix a couple of more lazy "return -1" | Lennart Poettering | |
Fix should strictly follow the rule to return negative errno-style error codes from functions, hence let's fix more "return -1"-style lazinesses. | |||
2013-09-24 | shared: device-nodes - add include guard | Kay Sievers | |
2013-09-19 | device-nodes: move device node specific code to own file | Dave Reisner | |
In the process, rename udev_encode_string which is poorly named for what it does. It deals specifically with encoding names that udev creates and has its own rules: utf8 is valid but some ascii is not (e.g. path separators), and everything else is simply escaped. Rename it to encode_devnode_name. |