Age | Commit message (Expand) | Author |
2016-01-12 | tree-wide: use xsprintf() where applicable | Daniel Mack |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-09-09 | tree-wide: replace while(1) by for(;;) everywhere | Lennart Poettering |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen |
2015-01-06 | build-sys: add two more missing makefile links | Lennart Poettering |
2015-01-05 | udevadm,..: make --help output of udev tools more like the output of the vari... | Lennart Poettering |
2015-01-01 | udev: improve help/usage for some more programs | Robert Milasan |
2014-12-11 | use correct format types | Thomas Hindoe Paaboel Andersen |
2014-11-16 | udev: silence TOCTOU warning when creating a directory | Ronny Chevalier |
2014-11-06 | s/commandline/command line/g | Harald Hoyer |
2014-02-13 | everywhere: always use O_CLOEXEC where it makes sense | Lennart Poettering |
2013-12-17 | _noreturn_ --> noreturn for C11 compat | Shawn Landden |
2013-11-26 | tree-wide usage of %m specifier instead of strerror(errno) | Daniel Buch |
2013-07-19 | udev: fix two trivial memleaks in error path | Zbigniew Jędrzejewski-Szmek |
2013-03-22 | udev: no need to output OOM, if we call log_oom() anyway | Lennart Poettering |
2013-03-22 | udev/collect: avoid initalizing memory twice | Zbigniew Jędrzejewski-Szmek |
2013-02-13 | use streq instead of strcmp | Thomas Hindoe Paaboel Andersen |
2013-01-09 | udev: move string copy functions to shared/ | Kay Sievers |
2012-09-27 | udev: collect - use snprintf() | Robert Milasan |
2012-09-23 | udev: check return value of write | Václav Pavlín |
2012-09-23 | udev: check malloc return in collect/collect.c | Václav Pavlín |
2012-07-25 | use "Out of memory." consistantly (or with "\n") | Shawn Landden |
2012-07-22 | collect, keymap, systemctl: use _noreturn_ | Zbigniew Jędrzejewski-Szmek |
2012-04-29 | udev: use container_of() macro | Lucas De Marchi |
2012-04-16 | udev: remove configuration options for /dev, /sys, /run directories | Kay Sievers |
2012-04-04 | move imported udev into place | Kay Sievers |