GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/systemd.git
gentoo-206
gentoo-207
gentoo-208
gentoo-212
gentoo-215
gentoo-217
gentoo-220
gentoo-229
gentoo-230
gentoo-234
gentoo-236
gentoo-239
gentoo-240
master
Gentoo mirror of systemd with backported commits
systemd project <systemd@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coccinelle
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
tree-wide: introduce free_and_replace helper
Zbigniew Jędrzejewski-Szmek
2016-10-16
1
-0
/
+15
*
tree-wide: use mfree more
Zbigniew Jędrzejewski-Szmek
2016-10-16
1
-0
/
+6
*
tree-wide: htonl() is weird, let's use htobe32() instead (#3538)
Lennart Poettering
2016-06-15
1
-0
/
+20
*
tree-wide: remove useless NULLs from strjoina
Zbigniew Jędrzejewski-Szmek
2016-04-13
1
-0
/
+6
*
tree-wide: use xsprintf() where applicable
Daniel Mack
2016-01-12
1
-0
/
+6
*
coccinelle: additional errno.cocci hunk
Michal Schmidt
2015-11-09
1
-0
/
+7
*
coccinelle: errno.cocci improvements
Michal Schmidt
2015-11-09
1
-36
/
+13
*
Add Coccinelle patch for strempty() usage
Daniel Mack
2015-09-30
1
-0
/
+10
[next]