index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
coccinelle
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #12217 from keszybz/unlocked-operations
Lennart Poettering
2019-04-12
1
-0
/
+71
|
\
|
*
Add open_memstream_unlocked() wrapper
Zbigniew Jędrzejewski-Szmek
2019-04-12
1
-0
/
+8
|
*
Add fdopen_unlocked() wrapper
Zbigniew Jędrzejewski-Szmek
2019-04-12
1
-0
/
+12
|
*
Make fopen_temporary and fopen_temporary_label unlocked
Zbigniew Jędrzejewski-Szmek
2019-04-12
1
-0
/
+14
|
*
Add fopen_unlocked() wrapper
Zbigniew Jędrzejewski-Szmek
2019-04-12
1
-0
/
+37
*
|
scripts: use 4 space indentation
Zbigniew Jędrzejewski-Szmek
2019-04-12
1
-13
/
+13
|
/
*
coccinelle: add coccinelle script for empty_or_dash() use
Lennart Poettering
2019-04-08
1
-0
/
+5
*
nspawn-oci: use SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2019-03-21
1
-0
/
+8
*
tree-wide: more IOVEC_MAKE() conversions
Lennart Poettering
2018-11-28
1
-0
/
+5
*
tree-wide: use IOVEC_MAKE() at many places
Lennart Poettering
2018-11-27
1
-0
/
+24
*
tree-wide: use SWAP_TWO a bit more
Lennart Poettering
2018-11-26
1
-0
/
+7
*
coccinelle: also mark previous synthetic errnos as such
Zbigniew Jędrzejewski-Szmek
2018-11-22
1
-0
/
+7
*
coccinelle: make use of SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2018-11-22
1
-0
/
+35
*
cocci: simplify some if checks
Lennart Poettering
2018-11-16
1
-0
/
+54
*
tree-wide: CMP()ify all the things
Lennart Poettering
2018-10-16
1
-0
/
+28
*
tree-wide: drop !! casts to booleans
Zbigniew Jędrzejewski-Szmek
2018-06-13
1
-0
/
+12
*
cocinelle: use GNU parallel to run spatch
Zbigniew Jędrzejewski-Szmek
2018-06-13
1
-2
/
+8
*
tools: make various scripts find the top-levle git dir automatically
Lennart Poettering
2018-06-07
1
-1
/
+2
*
Add macro for checking if some flags are set
Zbigniew Jędrzejewski-Szmek
2018-06-04
1
-0
/
+15
*
coccinelle: add option to make changes in place
Zbigniew Jędrzejewski-Szmek
2018-06-04
1
-2
/
+10
*
coccinelle: run spatch just on version-controlled files
Zbigniew Jędrzejewski-Szmek
2018-06-04
1
-2
/
+5
*
util-lib: introduce new empty_or_root() helper (#8746)
Lennart Poettering
2018-04-18
1
-0
/
+10
*
coccinelle: fix typo in file name (#8640)
Alexander Kurtz
2018-04-02
1
-0
/
+0
*
run-coccinelle.sh: use set -x for showing command line of "spatch"
Lennart Poettering
2018-03-23
1
-4
/
+3
*
macro: introduce new TAKE_FD() macro
Lennart Poettering
2018-03-22
1
-0
/
+14
*
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
1
-0
/
+14
*
coccinelle: always use fcntl(fd, FD_DUPFD, 3) instead of dup(fd)
Lennart Poettering
2018-03-20
1
-0
/
+5
*
coccinelle: make use of DIV_ROUND_UP() wherever appropriate
Lennart Poettering
2018-03-20
1
-0
/
+20
*
coccinelle: similar to reallocarray() let's also systematically use malloc_mu...
Lennart Poettering
2018-03-02
1
-0
/
+20
*
coccinelle: add reallocarray() coccinelle script
Lennart Poettering
2018-03-02
1
-0
/
+20
*
coccinelle: slightly improve run-coccinelle.sh
Lennart Poettering
2018-02-28
1
-2
/
+2
*
util: add new safe_close_above_stdio() wrapper
Lennart Poettering
2018-02-28
1
-0
/
+36
*
coccinelle: drop empty-if.cocci script
Lennart Poettering
2018-02-27
2
-57
/
+0
*
coccinelle: O_NDELAY → O_NONBLOCK
Lennart Poettering
2018-01-24
1
-0
/
+4
*
cocci: there's not ENOTSUP, there's only EOPNOTSUPP
Lennart Poettering
2018-01-11
1
-0
/
+4
*
cocci: use strempty() at more places
Lennart Poettering
2018-01-10
1
-0
/
+38
*
tree-wide: use EXIT_SUCCESS/EXIT_FAILURE in exit() where we can
Lennart Poettering
2017-12-25
1
-0
/
+16
*
coccinelle: beef up isempty() checks (#7729)
Lennart Poettering
2017-12-23
1
-0
/
+45
*
tree-wide: add DEBUG_LOGGING macro that checks whether debug logging is on (#...
Lennart Poettering
2017-12-15
1
-0
/
+8
*
coccinelle: automatically rewrite memset() to zero() or memzero() where we can
Lennart Poettering
2017-12-14
1
-0
/
+30
*
tree-wide: make use of new STRLEN() macro everywhere (#7639)
Lennart Poettering
2017-12-14
1
-0
/
+10
*
tree-wide: drop a few == NULL and != NULL comparison
Lennart Poettering
2017-12-11
1
-0
/
+14
*
core: use empty_to_null() where we can
Lennart Poettering
2017-12-07
1
-0
/
+5
*
coccinelle: improve run-coccinelle.sh to take list of scripts to run
Lennart Poettering
2017-12-07
1
-1
/
+1
*
coccinelle: add a run-coccinelle.sh script that runs all scripts
Lennart Poettering
2017-11-29
1
-0
/
+11
*
coccinelle: fix IN_SET/!IN_SET scripts, and apply some changes it found
Lennart Poettering
2017-11-29
2
-130
/
+56
*
tree-wide: use strv_isempty() instead of strv_length() == 0
Lennart Poettering
2017-11-29
1
-0
/
+15
*
tree-wide: use `!IN_SET(..)` for `a != b && a != c && …`
Andreas Rammhold
2017-10-02
1
-0
/
+147
*
tree-wide: use IN_SET where possible
Andreas Rammhold
2017-10-02
1
-0
/
+35
*
tree-wide: drop NULL sentinel from strjoin
Zbigniew Jędrzejewski-Szmek
2016-10-23
1
-0
/
+16
[next]