summaryrefslogtreecommitdiff
path: root/src/udev/udevd.c
AgeCommit message (Expand)Author
2018-06-21udev: exclude DRBD from block device ownership event lockingRoland Kammerer
2018-06-20tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek
2018-06-14Drop more license boilerplateZbigniew Jędrzejewski-Szmek
2018-06-14tree-wide: use proper unicode © instead of (C) where we canLennart Poettering
2018-04-25tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering
2018-04-19tree-wide: drop spurious newlines (#8764)Lennart Poettering
2018-04-07systemd-udevd: limit children-max by available memory (#8668)Martin Wilck
2018-04-05tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe
2018-03-22macro: introduce TAKE_PTR() macroLennart Poettering
2018-02-08tree-wide: use "cannot" instead of "can not"Zbigniew Jędrzejewski-Szmek
2017-12-16Add mkdir_errno_wrapper() and use instead of mkdir() in various placesZbigniew Jędrzejewski-Szmek
2017-12-11tree-wide: unify logging of "Must be root" messageLennart Poettering
2017-12-03udevd: list all short options in help textMarcus Folkesson
2017-11-29coccinelle: fix IN_SET/!IN_SET scripts, and apply some changes it foundLennart Poettering
2017-11-22udevd: remove unused list nodeSimon Peeters
2017-11-22udevd: use list.h instead of udev_list_nodeSimon Peeters
2017-11-19Add SPDX license identifiers to source files under the GPLZbigniew Jędrzejewski-Szmek
2017-10-02tree-wide: use IN_SET where possibleAndreas Rammhold
2017-07-20tree-wide: make use of getpid_cached() wherever we canLennart Poettering
2017-06-26udev: fix some incorrect usages of CLOCK_BOOTTIME (#6198)Lennart Poettering
2017-05-07Rip out setting of the log level from udev_new and put it in a new functionZbigniew Jędrzejewski-Szmek
2017-04-04tree-wide: standardize on $(PACKAGE_VERSION) for the version stringZbigniew Jędrzejewski-Szmek
2017-02-17udevd: use signal_to_string() instead of strsignal() at one placeLennart Poettering
2016-12-21util-lib: various improvements to kernel command line parsingLennart Poettering
2016-11-28udevd: check correct return value of fcntl() (#4758)Daniel Wagner
2016-11-07Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek
2016-10-22tree-wide: make parse_proc_cmdline() strip "rd." prefix automaticallyZbigniew Jędrzejewski-Szmek
2016-10-22udev: change kernel commandline option parsingZbigniew Jędrzejewski-Szmek
2016-10-22tree-wide: allow state to be passed through to parse_proc_cmdline_itemZbigniew Jędrzejewski-Szmek
2016-10-10tree-wide: pass return value of make_null_stdio() to warning instead of errno...0xAX
2016-10-09tree-wide: print warning in a failure case of make_null_stdio() (#4320)0xAX
2016-08-25udev: inform systemd how many workers we can potentially spawn (#4036)Michal Sekletar
2016-07-20core: when forcibly killing/aborting left-over unit processes log about itLennart Poettering
2016-05-30udevd: try close ctrl connection blocking socket only once when spawning a ne...Franck Bui
2016-04-08udevd: use (void) to silence coverityZbigniew Jędrzejewski-Szmek
2016-03-01selinux: always try to load the full selinux dbZbigniew Jędrzejewski-Szmek
2016-02-16udev: fix cg_unified() return code checkingLennart Poettering
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-01-23udevd: do not clean up fds in mainZbigniew Jędrzejewski-Szmek
2016-01-18udevd: initialize fds to -1 and close them before exitingZbigniew Jędrzejewski-Szmek
2015-12-07udev: add emacs header lineZbigniew Jędrzejewski-Szmek
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-11-17tree-wide: use right cast macros for UIDs, GIDs and PIDsLennart Poettering
2015-11-05treewide: use the negative error codes returned by our functionsMichal Schmidt
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27socket-util: move CMSG_FOREACH() from macro.h to socket-util.hLennart Poettering
2015-10-27user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering
2015-10-27util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]Lennart Poettering
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering