This website requires JavaScript.
Explore
Help
Sign In
morgan
/
systemd
Watch
1
Star
0
Fork
0
You've already forked systemd
mirror of
https://github.com/morgan9e/systemd
synced
2026-04-15 00:47:10 +09:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6796073e330f49923c5134652ee085e29fc88002
systemd
/
coccinelle
History
Lennart Poettering
6796073e33
tree-wide: make use of the fact that strv_free() returns NULL
...
Another Coccinelle patch.
2015-09-09 23:05:58 +02:00
..
empty-if.cocci
tree-wide: update empty-if coccinelle script to cover empty-while and more
2015-09-09 14:59:51 +02:00
errno.cocci
tree-wide: make use of log_error_errno() return value in more cases
2015-09-09 14:58:26 +02:00
mfree.cocci
…
no-if-assignments.cocci
tree-wide: don't do assignments within if checks
2015-09-09 08:20:20 +02:00
safe_close-no-if.cocci
tree-wide: drop redundant if checks before safe_close()
2015-09-09 08:20:19 +02:00
safe_close.cocci
tree-wide: make more code use safe_close()
2015-09-09 08:20:19 +02:00
safe_fclose.cocci
util: introduce safe_fclose() and port everything over to it
2015-09-09 15:26:11 +02:00
strv_free.cocci
tree-wide: make use of the fact that strv_free() returns NULL
2015-09-09 23:05:58 +02:00
while-true.cocci
tree-wide: replace while(1) by for(;;) everywhere
2015-09-09 14:59:53 +02:00