Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
v239-42
/
coccinelle
5d904a6
tree-wide: drop !! casts to booleans
by Zbigniew Jędrzejewski-Szmek
· 6 years ago
3b253ad
cocinelle: use GNU parallel to run spatch
by Zbigniew Jędrzejewski-Szmek
· 6 years ago
12b74c3
tools: make various scripts find the top-levle git dir automatically
by Lennart Poettering
· 6 years ago
d94a24c
Add macro for checking if some flags are set
by Zbigniew Jędrzejewski-Szmek
· 7 years ago
00bfe67
coccinelle: add option to make changes in place
by Zbigniew Jędrzejewski-Szmek
· 7 years ago
31d31f2
coccinelle: run spatch just on version-controlled files
by Zbigniew Jędrzejewski-Szmek
· 7 years ago
57ea45e
util-lib: introduce new empty_or_root() helper (#8746)
by Lennart Poettering
· 7 years ago
61f1196
coccinelle: fix typo in file name (#8640)
by Alexander Kurtz
· 7 years ago
849b610
run-coccinelle.sh: use set -x for showing command line of "spatch"
by Lennart Poettering
· 7 years ago
c10d6bd
macro: introduce new TAKE_FD() macro
by Lennart Poettering
· 7 years ago
ae2a15b
macro: introduce TAKE_PTR() macro
by Lennart Poettering
· 7 years ago
43dc7aa
coccinelle: always use fcntl(fd, FD_DUPFD, 3) instead of dup(fd)
by Lennart Poettering
· 7 years ago
be6b0c2
coccinelle: make use of DIV_ROUND_UP() wherever appropriate
by Lennart Poettering
· 7 years ago
8419d45
coccinelle: similar to reallocarray() let's also systematically use malloc_multiply()
by Lennart Poettering
· 7 years ago
62d74c7
coccinelle: add reallocarray() coccinelle script
by Lennart Poettering
· 7 years ago
340c01b
coccinelle: slightly improve run-coccinelle.sh
by Lennart Poettering
· 7 years ago
e7685a7
util: add new safe_close_above_stdio() wrapper
by Lennart Poettering
· 7 years ago
4384284
coccinelle: drop empty-if.cocci script
by Lennart Poettering
· 7 years ago
db4a47e
coccinelle: O_NDELAY → O_NONBLOCK
by Lennart Poettering
· 7 years ago
6b44a12
cocci: there's not ENOTSUP, there's only EOPNOTSUPP
by Lennart Poettering
· 7 years ago
ad5d4b1
cocci: use strempty() at more places
by Lennart Poettering
· 7 years ago
a45d712
tree-wide: use EXIT_SUCCESS/EXIT_FAILURE in exit() where we can
by Lennart Poettering
· 7 years ago
7e985c6
coccinelle: beef up isempty() checks (#7729)
by Lennart Poettering
· 7 years ago
f1d3406
tree-wide: add DEBUG_LOGGING macro that checks whether debug logging is on (#7645)
by Lennart Poettering
· 7 years ago
6731924
coccinelle: automatically rewrite memset() to zero() or memzero() where we can
by Lennart Poettering
· 7 years ago
fbd0b64
tree-wide: make use of new STRLEN() macro everywhere (#7639)
by Lennart Poettering
· 7 years ago
234519a
tree-wide: drop a few == NULL and != NULL comparison
by Lennart Poettering
· 7 years ago
a8ea93a
core: use empty_to_null() where we can
by Lennart Poettering
· 7 years ago
3708254
coccinelle: improve run-coccinelle.sh to take list of scripts to run
by Lennart Poettering
· 7 years ago
2d0bc68
coccinelle: add a run-coccinelle.sh script that runs all scripts
by Lennart Poettering
· 7 years ago
a2d61f0
coccinelle: fix IN_SET/!IN_SET scripts, and apply some changes it found
by Lennart Poettering
· 7 years ago
7b943bb
tree-wide: use strv_isempty() instead of strv_length() == 0
by Lennart Poettering
· 7 years ago
ec2ce0c
tree-wide: use `!IN_SET(..)` for `a != b && a != c && …`
by Andreas Rammhold
· 7 years ago
3742095
tree-wide: use IN_SET where possible
by Andreas Rammhold
· 7 years ago
605405c
tree-wide: drop NULL sentinel from strjoin
by Zbigniew Jędrzejewski-Szmek
· 8 years ago
3b31988
tree-wide: introduce free_and_replace helper
by Zbigniew Jędrzejewski-Szmek
· 8 years ago
6b430fd
tree-wide: use mfree more
by Zbigniew Jędrzejewski-Szmek
· 8 years ago
8e38570
tree-wide: htonl() is weird, let's use htobe32() instead (#3538)
by Lennart Poettering
· 8 years ago
81d6210
tree-wide: remove useless NULLs from strjoina
by Zbigniew Jędrzejewski-Szmek
· 9 years ago
d054f0a
tree-wide: use xsprintf() where applicable
by Daniel Mack
· 9 years ago
b3e3bb1
coccinelle: additional errno.cocci hunk
by Michal Schmidt
· 9 years ago
351825c
coccinelle: errno.cocci improvements
by Michal Schmidt
· 9 years ago
de89612
Add Coccinelle patch for strempty() usage
by Daniel Mack
· 9 years ago
ed0d402
util: add safe_closedir() similar to safe_fclose()
by Lennart Poettering
· 9 years ago
525d3cc
tree-wide: take benefit of the fact that hashmap_free() returns NULL
by Lennart Poettering
· 9 years ago
6796073
tree-wide: make use of the fact that strv_free() returns NULL
by Lennart Poettering
· 9 years ago
01da201
Merge pull request #1218 from poettering/safe-fclose
by Daniel Mack
· 9 years ago
74ca738
util: introduce safe_fclose() and port everything over to it
by Lennart Poettering
· 9 years ago
5725551
tree-wide: replace while(1) by for(;;) everywhere
by Lennart Poettering
· 9 years ago
1f6b411
tree-wide: update empty-if coccinelle script to cover empty-while and more
by Lennart Poettering
· 9 years ago
94c156c
tree-wide: make use of log_error_errno() return value in more cases
by Lennart Poettering
· 9 years ago
ece174c
tree-wide: drop {} from one-line if blocks
by Lennart Poettering
· 9 years ago
76ef789
tree-wide: make use of log_error_errno() return value
by Lennart Poettering
· 9 years ago
3cc2aff
tree-wide: don't do assignments within if checks
by Lennart Poettering
· 9 years ago
7f6e12b
tree-wide: drop redundant if checks before safe_close()
by Lennart Poettering
· 9 years ago
66e4058
tree-wide: make more code use safe_close()
by Lennart Poettering
· 9 years ago
a1e58e8
tree-wide: use coccinelle to patch a lot of code to use mfree()
by Lennart Poettering
· 9 years ago