summaryrefslogtreecommitdiffstats
path: root/src/nspawn/meson.build (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-04-06fuzz-unit-file: allow a space between variable name and "=" (#8670)Zbigniew Jędrzejewski-Szmek1-1/+1
2018-04-06core/device: remove unnecessary check (#8661)Yu Watanabe1-4/+1
2018-04-05nspawn: wait for network namespace creation before interface setup (#8633)Philip Sequeira1-4/+15
2018-04-05dissect: when pulling metadata from an image, don't bother with /home or ESPLennart Poettering1-2/+4
2018-04-05update TODOLennart Poettering1-0/+3
2018-04-05journald: bump rate limits (#8660)David Tardon3-3/+3
2018-04-05dissect: tighten block device checks a bitLennart Poettering1-1/+24
2018-04-05rfkill: treat ENXIO/ENODEV the same way as ENOENTLennart Poettering1-4/+5
2018-04-05rfkill: use our usual style for writing destructorsLennart Poettering1-4/+4
2018-04-05tmpfiles: ignore "operational" errors during setupZbigniew Jędrzejewski-Szmek2-2/+2
2018-04-05tmpfiles: add a new return code for "operational failure" when processingZbigniew Jędrzejewski-Szmek3-14/+22
2018-04-05core/device: trivial simplificationYu Watanabe1-4/+2
2018-04-05tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe136-736/+383
2018-04-05network: fix typo in log messageYu Watanabe1-1/+1
2018-04-05meson: sort source filesYu Watanabe1-2/+2
2018-04-05bus-util: fix a meaningless assertionYu Watanabe1-1/+1
2018-04-04test-path: Set umask explicitly (#8616)Filipe Brandenburger1-0/+4
2018-04-04units: use `systemctl exit` to kill the user manager (#8648)Filipe Brandenburger2-2/+1
2018-04-04fix missed bracket of exec-personality-ppc64le.service (#8650)Feng Sun1-1/+1
2018-04-04oss-fuzz: Fallback to `ninja-build` when available (#8641)Filipe Brandenburger1-1/+9
2018-04-03CODING_STYLE: document suggested suffixes to use in documentationLennart Poettering1-0/+12
2018-04-03CODING_STYLE: two minor additionsLennart Poettering1-2/+4
2018-04-03CODING_STYLE: mention that we ship .editconfig/.vimrc/.dir-locals.el in our repoLennart Poettering1-3/+5
2018-04-03update TODOLennart Poettering1-0/+22
2018-04-03tmpfiles: fix directory removal with force symlink (#8619)Ricardo Salveti de Araujo1-1/+1
2018-04-03core: skip the removal of cgroups in the TEST_RUN_MINIMAL mode (#8622)Evgeny Vereshchagin1-1/+1
2018-04-03dissect: Don't count RPMB and boot partitions (#8609)João Paulo Rechi Vita1-7/+20
2018-04-03man: machinectl: update fedora exmple URL (#8642)Radostin Stoyanov1-4/+4
2018-04-02coccinelle: fix typo in file name (#8640)Alexander Kurtz1-0/+0
2018-03-31generate-af-list.sh: slightly generalize pattern, fix w/musl (#8629)Will Dietz1-1/+1
2018-03-30hwdb: Add accelerometer orientation quirk for the Pipo W4 tabletHans de Goede1-0/+4
2018-03-30systemctl: try opening /run/initctl before /dev/initctlMike Gilbert1-3/+8
2018-03-30units: initctl: move the fifo to /run/initctl to match sysvinitMike Gilbert2-3/+3
2018-03-30hwdb: Add accelerometer orientation quirk for the Lenovo Ideapad Miix 310Hans de Goede1-0/+5
2018-03-30hwdb: Add accelerometer orientation quirk for the MSI S100 2-in-1Hans de Goede1-0/+6
2018-03-30hwdb: Add accelerometer orientation quirk for the Yours Y8W81 tabletHans de Goede1-0/+6
2018-03-30hwdb: Add accelerometer orientation entry for the I.T.Works TW701 tabletHans de Goede1-0/+4
2018-03-30hwdb: 60-sensors: Fix alphabetic sorting by vendor nameHans de Goede1-13/+12
2018-03-30bash-completion: busctl: make variables localYu Watanabe1-4/+4
2018-03-30bash-completion: busctl: do not suggest "-" for signatureYu Watanabe1-1/+1
2018-03-30bash-completion: busctl: suggests only writable properties for set-propertyYu Watanabe1-2/+3
2018-03-29timesync: on network event do not establish connection when NTP servers are n...Yu Watanabe1-5/+10
2018-03-29sd-bus: allow description to be set for system/user busses (#8594)Zbigniew Jędrzejewski-Szmek6-13/+49
2018-03-29bus-unit-util: one less newlineLennart Poettering1-1/+0
2018-03-29install: don't enforce that .d/ dropin files (and their symlink chain element...Lennart Poettering1-40/+58
2018-03-29fs-util: add shortcut for chase_symlinks() when it is called like open(O_PATH)Lennart Poettering1-0/+10
2018-03-29dissect: port code to chase_symlinks_and_open()Lennart Poettering1-8/+4
2018-03-29fs-util: add calls that combine chase_symlinks() and open()/opendir() in oneLennart Poettering2-3/+90
2018-03-29fd-util: introduce fd_reopen() helper for reopening an fdLennart Poettering4-16/+24