summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #12290 from poettering/json-foreach-loveYu Watanabe2019-04-132-16/+16
|\ \
| * | json: be more careful when iterating through a JSON object/arrayLennart Poettering2019-04-121-2/+4
| * | json: simplify JSON_VARIANT_OBJECT_FOREACH() macro a bitLennart Poettering2019-04-122-14/+12
* | | Merge pull request #12293 from poettering/tiny-journal-modernizationsYu Watanabe2019-04-131-72/+77
|\ \ \ | |_|/ |/| |
| * | journald: modernize config_parse_compress() a bitLennart Poettering2019-04-121-20/+28
| * | journald: rebreak a few commentsLennart Poettering2019-04-121-28/+18
| * | journald: no need to check ptr for non-NULL before _unref(), as function does...Lennart Poettering2019-04-121-2/+1
| * | journald: use structure initializationLennart Poettering2019-04-121-22/+30
* | | service: handle abort stops with dedicated timeoutJan Klötzke2019-04-1212-5/+150
* | | code style format: clang-format applied to src/a*/*Sebastian Jennen2019-04-124-102/+124
* | | cgroup: Implement default propagation of MemoryLow with DefaultMemoryLowChris Down2019-04-1210-13/+230
|/ /
* | Merge pull request #12222 from yuwata/macsecLennart Poettering2019-04-1219-353/+2017
|\ \
| * | network: re-indent gperf filesYu Watanabe2019-04-122-360/+360
| * | network: warn when private key is stored in world readable filesYu Watanabe2019-04-121-0/+2
| * | network: add MACsecTransmitAssociation.UseForEncoding= settingYu Watanabe2019-04-123-1/+76
| * | network: add MACsec*Association.Activate= settingYu Watanabe2019-04-123-0/+74
| * | network: add MACsec*Association.KeyFile= settingYu Watanabe2019-04-123-0/+99
| * | network: explicitly clear security key for macsecYu Watanabe2019-04-121-3/+12
| * | network: support multiple security associations for macsec channelsYu Watanabe2019-04-122-21/+126
| * | network: Introduce MACsecSusant Sahani2019-04-1213-1/+1102
| * | linux: import if_macsec.h from kernel-5.0Yu Watanabe2019-04-122-0/+178
| * | fileio: add READ_FULL_FILE_UNHEX flagYu Watanabe2019-04-122-3/+8
| * | util: extend unhexmem() to accept secure flagYu Watanabe2019-04-122-7/+23
* | | Merge pull request #12217 from keszybz/unlocked-operationsLennart Poettering2019-04-1251-326/+223
|\ \ \ | |_|/ |/| |
| * | Add fmemopen_unlocked() and use unlocked ops in fuzzers and some other testsZbigniew Jędrzejewski-Szmek2019-04-1214-30/+40
| * | Add open_memstream_unlocked() wrapperZbigniew Jędrzejewski-Szmek2019-04-1220-94/+41
| * | core/smack-setup: add helper function for openat+fdopenZbigniew Jędrzejewski-Szmek2019-04-121-59/+34
| * | Add fdopen_unlocked() wrapperZbigniew Jędrzejewski-Szmek2019-04-124-17/+25
| * | Make fopen_temporary and fopen_temporary_label unlockedZbigniew Jędrzejewski-Szmek2019-04-1220-45/+17
| * | Add fopen_unlocked() wrapperZbigniew Jędrzejewski-Szmek2019-04-127-86/+71
| |/
* | Merge pull request #12221 from keszybz/test-cleanupsLennart Poettering2019-04-129-25/+27
|\ \
| * | scripts: use 4 space indentationZbigniew Jędrzejewski-Szmek2019-04-129-25/+27
| |/
* | Merge pull request #12287 from keszybz/patches-for-coverity-warningsLennart Poettering2019-04-123-7/+10
|\ \
| * | core: vodify one more call to mkdirZbigniew Jędrzejewski-Szmek2019-04-121-1/+1
| * | test-exec-util: do not call setenv with NULL argZbigniew Jędrzejewski-Szmek2019-04-121-2/+5
| * | test-env-util: allow $PATH to be unsetZbigniew Jędrzejewski-Szmek2019-04-121-4/+4
| |/
* | seccomp: check more error codes from seccomp_load()Anita Zhang2019-04-124-14/+20
|/
* Merge pull request #12267 from keszybz/udev-settle-warningLennart Poettering2019-04-111-1/+64
|\
| * systemd-udev-settle.service: emit deprecation noticeZbigniew Jędrzejewski-Szmek2019-04-101-1/+64
* | tree-wide: drop several missing_*.h and import relevant headers from kernel-5.0Yu Watanabe2019-04-1166-2254/+10771
* | Merge pull request #12153 from benjarobin/killall-show-not-killedLennart Poettering2019-04-113-20/+115
|\ \
| * | core/killall: Add documentation about broadcast_signal()Benjamin Robin2019-04-101-0/+6
| * | core/killall: Log the process names not killed after 10sBenjamin Robin2019-04-101-3/+37
| * | shutdown: Bump sysctl kernel.printk log level in order to see info msgBenjamin Robin2019-04-101-0/+47
| * | core/killall: Propagate errors and return the number of process leftBenjamin Robin2019-04-082-17/+25
* | | Merge pull request #12037 from poettering/oom-stateLennart Poettering2019-04-1117-48/+378
|\ \ \
| * | | core: implement OOMPolicy= and watch cgroups for OOM killingsLennart Poettering2019-04-0917-12/+339
| * | | service: beautify debug log message a bitLennart Poettering2019-04-091-1/+1
| * | | core: rename cgroup_inotify_wd → cgroup_control_inotify_wdLennart Poettering2019-04-094-21/+23
| * | | core: check for redundant operation before doing allocationLennart Poettering2019-04-091-6/+4