summaryrefslogtreecommitdiff
path: root/src/udev/collect/collect.c
AgeCommit message (Expand)Author
2017-05-20./tools/notsd-moveLuke Shumaker
2016-11-02Revert some uses of xsprintfZbigniew Jędrzejewski-Szmek
2016-01-12tree-wide: use xsprintf() where applicableDaniel Mack
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-09-09tree-wide: replace while(1) by for(;;) everywhereLennart Poettering
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-01-05udevadm,..: make --help output of udev tools more like the output of the vari...Lennart Poettering
2015-01-01udev: improve help/usage for some more programsRobert Milasan
2014-12-11use correct format typesThomas Hindoe Paaboel Andersen
2014-11-16udev: silence TOCTOU warning when creating a directoryRonny Chevalier
2014-11-06s/commandline/command line/gHarald Hoyer
2014-02-13everywhere: always use O_CLOEXEC where it makes senseLennart Poettering
2013-12-17_noreturn_ --> noreturn for C11 compatShawn Landden
2013-11-26tree-wide usage of %m specifier instead of strerror(errno)Daniel Buch
2013-07-19udev: fix two trivial memleaks in error pathZbigniew Jędrzejewski-Szmek
2013-03-22udev: no need to output OOM, if we call log_oom() anywayLennart Poettering
2013-03-22udev/collect: avoid initalizing memory twiceZbigniew Jędrzejewski-Szmek
2013-02-13use streq instead of strcmpThomas Hindoe Paaboel Andersen
2013-01-09udev: move string copy functions to shared/Kay Sievers
2012-09-27udev: collect - use snprintf()Robert Milasan
2012-09-23udev: check return value of writeVáclav Pavlín
2012-09-23udev: check malloc return in collect/collect.cVáclav Pavlín
2012-07-25use "Out of memory." consistantly (or with "\n")Shawn Landden
2012-07-22collect, keymap, systemctl: use _noreturn_Zbigniew Jędrzejewski-Szmek
2012-04-29udev: use container_of() macroLucas De Marchi
2012-04-16udev: remove configuration options for /dev, /sys, /run directoriesKay Sievers
2012-04-04move imported udev into placeKay Sievers