Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen | |
This patch removes includes that are not used. The removals were found with include-what-you-use which checks if any of the symbols from a header is in use. | |||
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 ↵ | Lennart Poettering | |
various other tools | |||
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 | |
CID#979416. There is no real race here to fix, but lets make coverity happy and rework the code. Note that we still fail if the directory is removed _after_ we ran mkdir(), so the same race is still there. Coverity is complaining, though. Rewrite the code to make it happy. (David: rewrote the commit-message to note that this is not a race. If I'm wrong, blame me, not Ronny!) | |||
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 | |
also define noreturn w/o <stdnoreturn.h> | |||
2013-11-26 | tree-wide usage of %m specifier instead of strerror(errno) | Daniel Buch | |
Also for log_error() except where a specific error is specified e.g. errno ? strerror(errno) : "Some user specified message" | |||
2013-07-19 | udev: fix two trivial memleaks in error path | Zbigniew Jędrzejewski-Szmek | |
Based-on-a-patch-by: Ian Stakenvicius <axs@gentoo.org> | |||
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 | |
Returns from no memory checks updated with log_oom call | |||
2012-07-25 | use "Out of memory." consistantly (or with "\n") | Shawn Landden | |
glibc/glib both use "out of memory" consistantly so maybe we should consider that instead of this. Eliminates one string out of a number of binaries. Also fixes extra newline in udev/scsi_id | |||
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 | |