summaryrefslogtreecommitdiff
path: root/src/shared
Commit message (Expand)AuthorAgeFilesLines
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-2214-54/+25
* seccomp: add mmap and address family restrictions for MIPS (#8547)James Cowgill2018-03-221-4/+16
* shared/conf-parser: fix outdated commentZbigniew Jędrzejewski-Szmek2018-03-211-1/+1
* Merge pull request #8508 from poettering/more-cocciZbigniew Jędrzejewski-Szmek2018-03-211-1/+1
|\
| * coccinelle: make use of DIV_ROUND_UP() wherever appropriateLennart Poettering2018-03-201-1/+1
* | dissect: add dissect_image_and_warn() that unifies error message generation f...Lennart Poettering2018-03-212-1/+56
|/
* seccomp: enable RestrictAddressFamilies on ppc (#8505)Mathieu Malaterre2018-03-201-1/+1
* bus-util: introduce bus_message_print_all_properties()Yu Watanabe2018-03-202-43/+83
* bus-util: make bus_map_all_properties() not copy stringYu Watanabe2018-03-202-9/+23
* bus-util: store boolean message to boolYu Watanabe2018-03-191-2/+2
* Merge pull request #8399 from keszybz/systemctl-kexecYu Watanabe2018-03-191-3/+3
|\
| * shared/bootspec: look at the correct variableZbigniew Jędrzejewski-Szmek2018-03-081-3/+3
* | systemd-link: Remove UDP Fragmentation Offload support. (#8183)Rosen Penev2018-03-182-0/+38
* | basic/macros: rename noreturn into _noreturn_ (#8456)Franck Bui2018-03-151-1/+1
* | 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