summaryrefslogtreecommitdiff
path: root/src/shared
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12336 from anitazha/disablecontrollerChris Down2019-04-231-0/+4
|\
| * core: support DisableControllers= for transient unitsAnita Zhang2019-04-221-0/+4
* | bootspec: fix build when EFI support is disabledYu Watanabe2019-04-173-1/+12
|/
* linux: move netdevice.h from shared/linux to basic/linuxYu Watanabe2019-04-132-67/+0
* Merge pull request #12290 from poettering/json-foreach-loveYu Watanabe2019-04-131-3/+5
|\
| * 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-121-1/+1
* | service: handle abort stops with dedicated timeoutJan Klötzke2019-04-121-0/+1
* | cgroup: Implement default propagation of MemoryLow with DefaultMemoryLowChris Down2019-04-122-2/+2
* | Merge pull request #12217 from keszybz/unlocked-operationsLennart Poettering2019-04-126-33/+17
|\ \ | |/ |/|
| * Add fmemopen_unlocked() and use unlocked ops in fuzzers and some other testsZbigniew Jędrzejewski-Szmek2019-04-121-1/+1
| * Add open_memstream_unlocked() wrapperZbigniew Jędrzejewski-Szmek2019-04-123-12/+3
| * Make fopen_temporary and fopen_temporary_label unlockedZbigniew Jędrzejewski-Szmek2019-04-122-9/+6
| * Add fopen_unlocked() wrapperZbigniew Jędrzejewski-Szmek2019-04-121-11/+7
* | Merge pull request #12221 from keszybz/test-cleanupsLennart Poettering2019-04-121-2/+2
|\ \
| * | scripts: use 4 space indentationZbigniew Jędrzejewski-Szmek2019-04-121-2/+2
| |/
* | seccomp: check more error codes from seccomp_load()Anita Zhang2019-04-122-11/+17
|/
* tree-wide: drop several missing_*.h and import relevant headers from kernel-5.0Yu Watanabe2019-04-1112-1211/+4903
* Merge pull request #12037 from poettering/oom-stateLennart Poettering2019-04-111-1/+1
|\
| * core: implement OOMPolicy= and watch cgroups for OOM killingsLennart Poettering2019-04-091-1/+1
* | Merge pull request #12219 from keszybz/bootctl-check-entriesLennart Poettering2019-04-115-20/+24
|\ \
| * | bootspec: remove now-unused boot_entry_type_tableZbigniew Jędrzejewski-Szmek2019-04-052-11/+0
| * | bootctl: replace "type" with "source" in outputZbigniew Jędrzejewski-Szmek2019-04-051-1/+6
| * | efivars: add helper to format efivarfs pathZbigniew Jędrzejewski-Szmek2019-04-052-6/+16
| * | tree-wide: use SD_ID128_UUID_FORMAT_STR as appropriateZbigniew Jędrzejewski-Szmek2019-04-052-2/+2
* | | Merge pull request #12252 from keszybz/libmount-dont-unescapev242-rc4Zbigniew Jędrzejewski-Szmek2019-04-092-0/+11
|\ \ \ | |_|/ |/| |
| * | shared: add a single definition of libmount cleanup functionsZbigniew Jędrzejewski-Szmek2019-04-052-0/+11
| |/
* | calendarspec: fix possible integer overflowYu Watanabe2019-04-081-0/+3
* | calendarspec: use _cleanup_ attributes for CalendarComponentYu Watanabe2019-04-081-74/+46
* | calendarspec: rename free_chain() to chain_free()Yu Watanabe2019-04-081-24/+24
* | calendarspec: use structured initializersYu Watanabe2019-04-081-13/+20
* | meson: sort source files againLennart Poettering2019-04-051-2/+2
|/
* bus-util: treat org.freedesktop.DBus.Error.ServiceUnknown nicely when polkit ...Yu Watanabe2019-04-041-2/+2
* Merge pull request #12208 from poettering/base-file-system-tweaksYu Watanabe2019-04-041-10/+17
|\
| * shared: be friendly to EROFS imagesLennart Poettering2019-04-031-8/+14
| * shared: path_join() is your friendLennart Poettering2019-04-031-1/+2
| * shared: no need to initialize variableLennart Poettering2019-04-031-1/+1
* | udev-util: allocate an event loop of our own for waitingLennart Poettering2019-04-041-1/+1
|/
* Merge pull request #12198 from keszybz/seccomp-parsing-loggingZbigniew Jędrzejewski-Szmek2019-04-032-9/+9
|\
| * pid1: pass unit name to seccomp parser when we have no file locationZbigniew Jędrzejewski-Szmek2019-04-032-9/+9
* | seccomp: rework how the S[UG]ID filter is installedZbigniew Jędrzejewski-Szmek2019-04-031-106/+138
|/
* Merge pull request #12188 from poettering/coccinelle-fixletsYu Watanabe2019-04-032-45/+23
|\
| * json: use SYNTHETIC_ERRNO() where appropriateLennart Poettering2019-04-021-44/+22
| * util-lib: use FLAGS_SET() where appropriateLennart Poettering2019-04-021-1/+1
* | core: expose SUID/SGID restriction as new unit setting RestrictSUIDSGID=Lennart Poettering2019-04-021-6/+6
* | seccomp: introduce seccomp_restrict_suid_sgid() for blocking chmod() for suid...Lennart Poettering2019-04-022-0/+133
* | seccomp: add debug messages to seccomp_protect_hostname()Lennart Poettering2019-04-021-2/+6
|/
* core: optionally, trigger .timer units on timezone and clock changesLennart Poettering2019-04-021-1/+2
* Merge pull request #12030 from poettering/condition-memoryYu Watanabe2019-04-022-50/+135
|\
| * condition: add ConditionMemory= and ConditionCPUs=Lennart Poettering2019-03-192-2/+61