summaryrefslogtreecommitdiff
path: root/src/shared
Commit message (Expand)AuthorAgeFilesLines
* shared/sleep-config: fix unitialized variable and use STR_IN_SET (#8416)Zbigniew Jędrzejewski-Szmek2018-03-111-10/+7
* Merge pull request #8372 from keszybz/two-cleanupsLennart Poettering2018-03-083-8/+4
|\
| * core: drop unnecessary __useless_struct_to_allow_trailing_semicolon__Zbigniew Jędrzejewski-Szmek2018-03-063-8/+4
* | Introduce suspend-to-hibernate (#8274)Mario Limonciello2018-03-082-8/+50
* | Merge pull request #8086 from hdante/sdboot-setmode-v2Zbigniew Jędrzejewski-Szmek2018-03-072-0/+3
|\ \
| * | bootctl: synchronize bootctl code with sd-boot codeHenrique Dante de Almeida2018-02-032-0/+3
* | | Merge pull request #7817 from medhefgo/systemd-bootZbigniew Jędrzejewski-Szmek2018-03-072-0/+8
|\ \ \ | |_|/ |/| |
| * | systemd-boot: Make automatic entries configurableJan Janssen2018-01-282-0/+8
* | | coccinelle: add reallocarray() coccinelle scriptLennart Poettering2018-03-022-2/+3
* | | install: detect masked unit with drop-insFilipe Brandenburger2018-03-011-0/+3
* | | seccomp: rework functions for parsing system call filtersLennart Poettering2018-02-272-31/+32
* | | tree-wide: use reallocarray instead of our home-grown realloc_multiply (#8279)Zbigniew Jędrzejewski-Szmek2018-02-261-2/+2
* | | bpf: add new bpf.h header copy from 4.15 kernelLennart Poettering2018-02-211-20/+456
* | | Merge pull request #7908 from yuwata/rfe-7895Alan Jenkins2018-02-211-0/+56
|\ \ \
| * | | core: add DBus API for TemporaryFileSystem=Yu Watanabe2018-02-211-0/+56
* | | | journalctl: improve hint about lack of access for --user-unit=...Zbigniew Jędrzejewski-Szmek2018-02-202-8/+11
* | | | stat-util: unify code that checks whether something is a regular fileLennart Poettering2018-02-202-13/+12
|/ / /
* | | Merge pull request #8199 from keszybz/small-thingsLennart Poettering2018-02-193-48/+156
|\ \ \
| * | | Some comment adjustmentsZbigniew Jędrzejewski-Szmek2018-02-191-1/+1
| * | | pid1: do not initialize join_controllers by defaultZbigniew Jędrzejewski-Szmek2018-02-191-0/+11
| * | | Move config_parse_join_controllers to shared, add testZbigniew Jędrzejewski-Szmek2018-02-192-0/+106
| * | | shared/conf-parser: define a macro for the repeating argument setZbigniew Jędrzejewski-Szmek2018-02-191-47/+38
* | | | bootspec: accept tab as the separataor in sd-boot config (#8165)Yu Watanabe2018-02-191-26/+32
|/ / /
* | | Merge pull request #8184 from poettering/color-ask-pwZbigniew Jędrzejewski-Szmek2018-02-152-68/+123
|\ \ \
| * | | ask-password-api: many fixes to ask_password_tty()Lennart Poettering2018-02-141-20/+67
| * | | tty-ask-password-agent: reenable color for boot-time password promptLennart Poettering2018-02-142-4/+9
| * | | ask-password: pretty flags enum definition a bitLennart Poettering2018-02-141-6/+6
| * | | tty-ask-password-agent: don't open terminal multiple timesLennart Poettering2018-02-142-5/+8
| * | | ask-password: derive pollfd array from enumLennart Poettering2018-02-141-7/+9
| * | | ask-password: round up when determining sleep timeLennart Poettering2018-02-141-1/+1
| * | | ask-password: let's use structure initialization properlyLennart Poettering2018-02-141-5/+8
| * | | ask-password: let's (void) cast where appropriateLennart Poettering2018-02-141-13/+13
| * | | ask-password: bypass clean-up if we don't need itLennart Poettering2018-02-131-12/+6
| * | | ask-password: don't use ttyfd if it is not setLennart Poettering2018-02-131-1/+2
* | | | tree-wide: use path_hash_ops instead of string_hash_ops whenever we key by a ...Lennart Poettering2018-02-122-2/+2
|/ / /
* | | shared/path-lookup: rename user control dirs to "user.control"Zbigniew Jędrzejewski-Szmek2018-02-091-2/+2
* | | shared/path-lookup: rearrange paths in --global mode to match --user modeZbigniew Jędrzejewski-Szmek2018-02-091-2/+2
* | | path-lookup: include paths from --global in --user search path tooZbigniew Jędrzejewski-Szmek2018-02-091-0/+17
* | | path-lookup: fix confusion between persistent_control and persistent_configZbigniew Jędrzejewski-Szmek2018-02-091-1/+1
* | | seccomp: allow x86-64 syscalls on x32, used by the VDSO (fix #8060)Alan Jenkins2018-02-021-4/+22
| |/ |/|
* | seccomp-util: fix alarming debug message (#8002, #8001)Alan Jenkins2018-01-311-1/+1
|/
* Merge pull request #7881 from keszybz/pcreLennart Poettering2018-01-282-17/+74
|\
| * journalctl: add highlighting for matched substringZbigniew Jędrzejewski-Szmek2018-01-282-17/+74
* | bus-util: fix format of NextElapseUSecRealtime= and LastTriggerUSec=Yu Watanabe2018-01-251-1/+1
* | gpt-auto: discard boot0/1 hw partitions along rpmbNicolas Chauvet2018-01-251-1/+2
* | coccinelle: O_NDELAY → O_NONBLOCKLennart Poettering2018-01-241-1/+1
* | coccinelle: let's use STRLEN() rather strlen() at one more placeLennart Poettering2018-01-241-1/+1
* | Merge pull request #7834 from jkloetzke/disable-watchdogLennart Poettering2018-01-232-0/+20
|\ \
| * | bus-util: add bool property setterJan Klötzke2018-01-222-0/+20
* | | journal: Fix journal dumping for json, cat and export outputArmin Widegreen2018-01-221-0/+13
|/ /