summaryrefslogtreecommitdiffstats
path: root/coccinelle/dup-fcntl.cocci (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-12Add fopen_unlocked() wrapperZbigniew Jędrzejewski-Szmek8-86/+108
2019-04-11tree-wide: drop several missing_*.h and import relevant headers from kernel-5.0Yu Watanabe67-2347/+10771
2019-04-11NEWS: update contributors and datev242Zbigniew Jędrzejewski-Szmek1-5/+6
2019-04-11hwdb: mark Apple Magic Trackpads as externalSebastian Krzyszkowiak1-0/+8
2019-04-11fstab-generator: use DefaultDependencies=no for /sysroot mountsJonathan Lebon1-0/+6
2019-04-11sd-bus: add define for the maximum name lengthZbigniew Jędrzejewski-Szmek2-3/+6
2019-04-11sd-bus: add define for the maximum signature lengthZbigniew Jędrzejewski-Szmek3-2/+5
2019-04-11bus-message: validate signature in gvariant messagesZbigniew Jędrzejewski-Szmek2-1/+4
2019-04-11nss-resolve: list more errors as cause for fallbackLennart Poettering1-1/+3
2019-04-11nss-resolve: simplify conditionLennart Poettering1-6/+3
2019-04-11nss-mymachines: return NO_RECOVERY instead of NO_DATA when we fail to do D-Bu...Lennart Poettering1-2/+2
2019-04-11nss-myhostname: unify code that handles NOT_FOUND caseLennart Poettering1-16/+16
2019-04-11nss-resolve: resue a jump targetLennart Poettering1-4/+2
2019-04-11nss-resolve: return error properlyLennart Poettering1-1/+1
2019-04-11nss-resolve: drop unnecessary variableLennart Poettering1-6/+3
2019-04-11test: make directory for drop-in configYu Watanabe1-0/+1
2019-04-10tree-wide: port users over to use new ERRNO_IS_ACCEPT_AGAIN() callLennart Poettering10-51/+72
2019-04-10test: set longer watchdog timeout for timedatedYu Watanabe1-0/+6
2019-04-10errno-util: add new ERRNO_IS_ACCEPT_AGAIN() testLennart Poettering1-0/+10
2019-04-10errno-util: rework ERRNO_IS_RESOURCE() from macro into static inline functionLennart Poettering1-2/+6
2019-04-10errno-util: add three more error codes to ERRNO_IS_DISCONNECT()Lennart Poettering1-5/+17
2019-04-10tree-wide: voidify some socket callsLennart Poettering2-3/+3
2019-04-10lgtm: complain about accept() [people should use accept4() instead, due to O_...Lennart Poettering1-0/+3
2019-04-10core/killall: Add documentation about broadcast_signal()Benjamin Robin1-0/+6
2019-04-10core/killall: Log the process names not killed after 10sBenjamin Robin1-3/+37
2019-04-10shutdown: Bump sysctl kernel.printk log level in order to see info msgBenjamin Robin1-0/+47
2019-04-10test: set longer timeout for 'udevadm control'Yu Watanabe1-2/+2
2019-04-10systemd-udev-settle.service: emit deprecation noticeZbigniew Jędrzejewski-Szmek1-1/+64
2019-04-10network: fix use-of-uninitialized-value or null dereferenceYu Watanabe3-11/+15
2019-04-10man: add a page for systemd-udev-settle.serviceZbigniew Jędrzejewski-Szmek4-1/+57
2019-04-09Update UEFI URLs (#12260)Paul Menzel5-9/+9
2019-04-09sysctl: let's by default increase the numeric PID range from 2^16 to 2^22Lennart Poettering2-2/+4
2019-04-09update TODOLennart Poettering1-4/+0
2019-04-09test: add test case for new OOM logicLennart Poettering3-0/+92
2019-04-09man: document new OOMPolicy= settingLennart Poettering3-5/+45
2019-04-09catalog: add a new catalog entry explaining the new OOM killer event log msgLennart Poettering1-0/+13
2019-04-09core: implement OOMPolicy= and watch cgroups for OOM killingsLennart Poettering17-12/+339
2019-04-09service: beautify debug log message a bitLennart Poettering1-1/+1
2019-04-09core: rename cgroup_inotify_wd → cgroup_control_inotify_wdLennart Poettering4-21/+23
2019-04-09core: check for redundant operation before doing allocationLennart Poettering1-6/+4
2019-04-09core: rearrange cgroup empty events a bitLennart Poettering2-8/+11
2019-04-09pid1,shutdown: do not cunescape paths from libmountZbigniew Jędrzejewski-Szmek2-32/+20
2019-04-09test-libmount: let's see how libmount parses stuffZbigniew Jędrzejewski-Szmek2-0/+123
2019-04-09l10n: Updated Lithuanian translationwelaq1-15/+48
2019-04-09NEWS: mention PresharedKeyFile=Yu Watanabe1-2/+2
2019-04-09test-network: add tests for WireGuardPeer.PresharedKey= and PresharedKeyFile=Yu Watanabe3-1/+9
2019-04-09network: make wireguard_decode_key_and_warn() take uint8_t buf[static WG_KEY_...Yu Watanabe1-1/+1
2019-04-09network: warn when wireguard keys are stored in world readable filesYu Watanabe1-0/+3
2019-04-09network: add WireGuardPeer.PresharedKeyFile= settingYu Watanabe5-1/+68
2019-04-09network: clear wireguard keys on failure or on exitYu Watanabe1-6/+12