summaryrefslogtreecommitdiff
path: root/src/udev/udev-rules.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use proper unicode © instead of (C) where we canLennart Poettering2018-06-141-1/+1
* coccinelle: similar to reallocarray() let's also systematically use malloc_mu...Lennart Poettering2018-03-021-1/+1
* coccinelle: add reallocarray() coccinelle scriptLennart Poettering2018-03-021-3/+3
* tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-141-13/+21
* tree-wide: adjust fall through comments so that gcc is happyShawn Landden2017-11-201-1/+1
* Add SPDX license identifiers to source files under the GPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* string-util: add delete_trailing_chars() and skip_leading_chars() helpersLennart Poettering2017-11-131-1/+1
* tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-10/+10
* udev-rules: all values can contain escaped double quotes now (#6890)Franck Bui2017-09-281-6/+18
* udev: proc_cmdline_get_key() FTW! (#6925)Lennart Poettering2017-09-271-31/+18
* exec-util,conf-files: skip non-executable files in execute_directories()Lennart Poettering2017-09-131-1/+1
* udev-rules: add helper function for loggingZbigniew Jędrzejewski-Szmek2017-05-191-22/+13
* tree-wide: when %m is used in log_*, always specify errno explicitlyZbigniew Jędrzejewski-Szmek2017-05-191-9/+9
* udev-rules: perform whitespace replacement for symlink subst valuesDan Streetman2017-01-031-1/+1
* udev-event: add replace_whitespace param to udev_event_apply_formatDan Streetman2017-01-031-20/+20
* tree-wide: replace all readdir cycles with FOREACH_DIRENT{,_ALL} (#4853)Reverend Homer2016-12-091-2/+2
* Spot inconsistent quoting (just one single quote) (#4732)Tobias Stoeckmann2016-12-011-1/+1
* udev: allow substitutions for SECLABEL key (#4505)Michal Sekletar2016-10-281-1/+7
* tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek2016-10-161-2/+1
* udev: fix build with DEBUG=1Lubomir Rintel2016-05-031-7/+7
* udev-rules: fix querying of attributesZbigniew Jędrzejewski-Szmek2016-02-221-3/+3
* udev-rules: use _cleanup_ for fcloseZbigniew Jędrzejewski-Szmek2016-02-211-21/+14
* udev-rules: make error messages about rules more uniformZbigniew Jędrzejewski-Szmek2016-02-211-203/+150
* udev-rules: rewrite function to avoid clobbering argumentsZbigniew Jędrzejewski-Szmek2016-02-211-29/+20
* udev-rules: modernize syntax a bitZbigniew Jędrzejewski-Szmek2016-02-211-119/+54
* udev-rules: log_oom() on memory error and abort processing of eventZbigniew Jędrzejewski-Szmek2016-02-211-12/+14
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* udev: add emacs header lineZbigniew Jędrzejewski-Szmek2015-12-071-0/+2
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out globbing related calls into glob-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out user/group/uid/gid calls into user-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-1/+2
* util: split out escaping code into escape.[ch]Lennart Poettering2015-10-241-13/+15
* Merge pull request #1428 from franciozzy/tagenhanceKay Sievers2015-10-011-1/+2
|\
| * Support OP_NOMATCH for TAG keyFelipe Franciosi2015-09-301-1/+2
* | udev: fix format string after conversion to log_*_errno()Michal Schmidt2015-10-011-1/+1
* | tree-wide: remove a number of invocations of strerror() and replace by %mLennart Poettering2015-09-301-1/+1
* | tree-wide: update empty-if coccinelle script to cover empty-while and moreLennart Poettering2015-09-091-4/+4
* | tree-wide: drop {} from one-line if blocksLennart Poettering2015-09-091-2/+1
* | tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering2015-09-091-6/+3
* | tree-wide: fix indentationThomas Hindoe Paaboel Andersen2015-08-061-1/+1
* | tree-wide: introduce mfree()David Herrmann2015-07-311-2/+1
* | tree-wide: use free_and_strdup()Daniel Mack2015-07-301-2/+1
|/
* Merge pull request #411 from teg/udev-simplify-exec-envpKay Sievers2015-06-301-8/+3
|\
| * udev: event - simplify udev_event_spawn() logicTom Gundersen2015-06-291-8/+3
* | udev: remove WAIT_FOR keyKay Sievers2015-06-301-54/+0
|/
* udevd: event - don't log about failures of spawn processes when this is expectedTom Gundersen2015-06-101-2/+2
* tree-wide: remove spurious spaceThomas Hindoe Paaboel Andersen2015-06-081-1/+1