Systemd/coccinelle
Lennart Poettering db4a47e9fe coccinelle: O_NDELAY → O_NONBLOCK
Apparently O_NONBLOCK is the modern name used in most documentation and
for most cases in our sources. Let's hence replace the old alias
O_NDELAY and stick to O_NONBLOCK everywhere.
2018-01-24 11:09:29 +01:00
..
const-strlen.cocci tree-wide: make use of new STRLEN() macro everywhere (#7639) 2017-12-14 19:02:29 +01:00
debug-logging.cocci tree-wide: add DEBUG_LOGGING macro that checks whether debug logging is on (#7645) 2017-12-15 11:09:00 +01:00
empty-if.cocci
empty-to-null.cocci core: use empty_to_null() where we can 2017-12-07 12:13:00 +01:00
enotsup.cocci cocci: there's not ENOTSUP, there's only EOPNOTSUPP 2018-01-11 15:12:16 +01:00
equals-null.cocci tree-wide: drop a few == NULL and != NULL comparison 2017-12-11 16:05:40 +01:00
errno.cocci
exit-0.cocci tree-wide: use EXIT_SUCCESS/EXIT_FAILURE in exit() where we can 2017-12-25 11:48:21 +01:00
free_and_replace.cocci
hashmap_free.cocci
htonl.cocci
in_set.cocci coccinelle: fix IN_SET/!IN_SET scripts, and apply some changes it found 2017-11-29 20:12:26 +01:00
isempty.cocci coccinelle: beef up isempty() checks (#7729) 2017-12-23 08:47:55 +01:00
memzero.cocci coccinelle: automatically rewrite memset() to zero() or memzero() where we can 2017-12-14 19:47:46 +01:00
mfree.cocci
mfree_return.cocci
no-if-assignments.cocci
not_in_set.cocci coccinelle: fix IN_SET/!IN_SET scripts, and apply some changes it found 2017-11-29 20:12:26 +01:00
o-ndelay.occi coccinelle: O_NDELAY → O_NONBLOCK 2018-01-24 11:09:29 +01:00
run-coccinelle.sh coccinelle: improve run-coccinelle.sh to take list of scripts to run 2017-12-07 12:11:13 +01:00
safe_close-no-if.cocci
safe_close.cocci
safe_closedir.cocci
safe_fclose.cocci
strempty.cocci cocci: use strempty() at more places 2018-01-10 17:11:19 +01:00
strjoin.cocci
strjoina.cocci
strv_free.cocci
while-true.cocci
xsprintf.cocci