Logo
Explore Help
Sign In
morgan/systemd
1
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
b3e3bb19a06795ee1eb3679a839f4687ba99143f
systemd/coccinelle
History
Michal Schmidt b3e3bb19a0 coccinelle: additional errno.cocci hunk
rewrites:
  log_error_errno(errno, ...);
  return -errno;
into:
  return log_error_errno(errno, ...);
2015-11-09 20:01:06 +01: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
coccinelle: additional errno.cocci hunk
2015-11-09 20:01:06 +01:00
hashmap_free.cocci
tree-wide: take benefit of the fact that hashmap_free() returns NULL
2015-09-09 23:12:07 +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_closedir.cocci
util: add safe_closedir() similar to safe_fclose()
2015-09-22 16:30:24 +02:00
safe_fclose.cocci
util: introduce safe_fclose() and port everything over to it
2015-09-09 15:26:11 +02:00
strempty.cocci
Add Coccinelle patch for strempty() usage
2015-09-30 12:24:16 +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
Powered by Gitea Version: 1.25.5 Page: 1113ms Template: 8ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API