summaryrefslogtreecommitdiff
path: root/src/udev/udevd.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use proper unicode © instead of (C) where we canLennart Poettering2018-06-141-4/+4
* tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-251-10/+10
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-191-2/+0
* systemd-udevd: limit children-max by available memory (#8668)Martin Wilck2018-04-071-0/+4
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-4/+2
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-2/+1
* tree-wide: use "cannot" instead of "can not"Zbigniew Jędrzejewski-Szmek2018-02-081-1/+1
* Add mkdir_errno_wrapper() and use instead of mkdir() in various placesZbigniew Jędrzejewski-Szmek2017-12-161-3/+3
* tree-wide: unify logging of "Must be root" messageLennart Poettering2017-12-111-3/+2
* udevd: list all short options in help textMarcus Folkesson2017-12-031-7/+7
* coccinelle: fix IN_SET/!IN_SET scripts, and apply some changes it foundLennart Poettering2017-11-291-1/+1
* udevd: remove unused list nodeSimon Peeters2017-11-221-1/+0
* udevd: use list.h instead of udev_list_nodeSimon Peeters2017-11-221-27/+17
* Add SPDX license identifiers to source files under the GPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tree-wide: use IN_SET where possibleAndreas Rammhold2017-10-021-1/+1
* tree-wide: make use of getpid_cached() wherever we canLennart Poettering2017-07-201-3/+3
* udev: fix some incorrect usages of CLOCK_BOOTTIME (#6198)Lennart Poettering2017-06-261-6/+6
* Rip out setting of the log level from udev_new and put it in a new functionZbigniew Jędrzejewski-Szmek2017-05-071-0/+1
* tree-wide: standardize on $(PACKAGE_VERSION) for the version stringZbigniew Jędrzejewski-Szmek2017-04-041-2/+2
* udevd: use signal_to_string() instead of strsignal() at one placeLennart Poettering2017-02-171-1/+1
* util-lib: various improvements to kernel command line parsingLennart Poettering2016-12-211-10/+31
* udevd: check correct return value of fcntl() (#4758)Daniel Wagner2016-11-281-1/+1
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* tree-wide: make parse_proc_cmdline() strip "rd." prefix automaticallyZbigniew Jędrzejewski-Szmek2016-10-221-4/+1
* udev: change kernel commandline option parsingZbigniew Jędrzejewski-Szmek2016-10-221-30/+17
* tree-wide: allow state to be passed through to parse_proc_cmdline_itemZbigniew Jędrzejewski-Szmek2016-10-221-2/+2
* tree-wide: pass return value of make_null_stdio() to warning instead of errno...0xAX2016-10-101-3/+6
* tree-wide: print warning in a failure case of make_null_stdio() (#4320)0xAX2016-10-091-1/+3
* udev: inform systemd how many workers we can potentially spawn (#4036)Michal Sekletar2016-08-251-6/+10
* core: when forcibly killing/aborting left-over unit processes log about itLennart Poettering2016-07-201-1/+1
* udevd: try close ctrl connection blocking socket only once when spawning a ne...Franck Bui2016-05-301-1/+0
* udevd: use (void) to silence coverityZbigniew Jędrzejewski-Szmek2016-04-081-3/+4
* selinux: always try to load the full selinux dbZbigniew Jędrzejewski-Szmek2016-03-011-1/+1
* udev: fix cg_unified() return code checkingLennart Poettering2016-02-161-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* udevd: do not clean up fds in mainZbigniew Jędrzejewski-Szmek2016-01-231-1/+1
* udevd: initialize fds to -1 and close them before exitingZbigniew Jędrzejewski-Szmek2016-01-181-1/+2
* udev: add emacs header lineZbigniew Jędrzejewski-Szmek2015-12-071-0/+2
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-2/+1
* tree-wide: use right cast macros for UIDs, GIDs and PIDsLennart Poettering2015-11-171-4/+4
* treewide: use the negative error codes returned by our functionsMichal Schmidt2015-11-051-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* socket-util: move CMSG_FOREACH() from macro.h to socket-util.hLennart Poettering2015-10-271-0/+1
* user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering2015-10-271-0/+1
* util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out IO related calls to io-util.[ch]Lennart Poettering2015-10-261-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-0/+1