summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test-execute: block /sys not /procZbigniew Jędrzejewski-Szmek2019-03-153-4/+4
* basic/fd-util: refuse "infinite" loop in close_all_fds()Zbigniew Jędrzejewski-Szmek2019-03-151-0/+11
* test-execute: allow filtering test cases by patternZbigniew Jędrzejewski-Szmek2019-03-151-49/+61
* seccomp: allow shmat to be a separate syscall on architectures which use a mu...Zbigniew Jędrzejewski-Szmek2019-03-152-4/+8
* seccomp: shm{get,at,dt} now have their own numbers everywhereZbigniew Jędrzejewski-Szmek2019-03-152-5/+9
* shared/bootspec: avoid signed-unsigned comparisonZbigniew Jędrzejewski-Szmek2019-03-151-1/+1
* Merge pull request #12012 from keszybz/generator-man-docsLennart Poettering2019-03-158-275/+463
|\
| * man: reorder and add examples to systemd-analyze(1)Zbigniew Jędrzejewski-Szmek2019-03-151-258/+431
| * man,units: document what user "default.target" is a bitZbigniew Jędrzejewski-Szmek2019-03-152-3/+16
| * analyze: reword explanation in critical-chain headerZbigniew Jędrzejewski-Szmek2019-03-151-2/+2
| * man: tell generator writers to provide authorship and source informationZbigniew Jędrzejewski-Szmek2019-03-151-6/+9
| * fstab-generator: do not print double headerZbigniew Jędrzejewski-Szmek2019-03-151-2/+1
| * tree-wide: spell "lifecycle" without hyphen everywhereZbigniew Jędrzejewski-Szmek2019-03-142-4/+4
* | Merge pull request #11988 from keszybz/test-binaries-installationLennart Poettering2019-03-151-2/+5
|\ \
| * | tests: install /usr/bin/dbus-broker when using dbus-brokerZbigniew Jędrzejewski-Szmek2019-03-141-0/+3
| * | tests: install "head" in the imageZbigniew Jędrzejewski-Szmek2019-03-131-2/+2
* | | Merge pull request #12009 from mrc0mmand/bump-partition-size-for-TEST-02-CRYP...Lennart Poettering2019-03-152-2/+2
|\ \ \
| * | | test: use PBKDF2 instead of Argon2 in cryptsetup...Frantisek Sumsal2019-03-151-1/+1
| * | | test: bump the second partition size to 50MBFrantisek Sumsal2019-03-151-1/+1
| | |/ | |/|
* | | Merge pull request #11658 from yuwata/systemd-id128Zbigniew Jędrzejewski-Szmek2019-03-153-8/+88
|\ \ \ | |/ / |/| |
| * | bash-completion: add systemd-id128 supportYu Watanabe2019-03-151-0/+74
| * | sd-id128: split the logic obtaining invocation ID from sd_id128_get_invocation()Yu Watanabe2019-03-151-7/+13
| * | id128: no command accepts additional argumentsYu Watanabe2019-03-151-1/+1
|/ /
* | Add accelerometer orientation quirk for the MYRIA MY8307 2-in-1.Van Laser2019-03-141-0/+8
* | Merge pull request #12002 from keszybz/man-headersLennart Poettering2019-03-14296-1383/+679
|\ \
| * | man: use same header for all filesZbigniew Jędrzejewski-Szmek2019-03-14296-379/+421
| * | man: standarize on one-line license headerZbigniew Jędrzejewski-Szmek2019-03-14267-1004/+258
* | | Merge pull request #11989 from poettering/minimal-portable-imageLennart Poettering2019-03-148-63/+200
|\ \ \
| * | | man: say explicitly which settings are not available in --user servicesLennart Poettering2019-03-142-25/+86
| * | | man: document that if the main process exits after SIGTERM we go directly to ...Lennart Poettering2019-03-141-16/+11
| * | | networkd: clarify that IPv6 RA uses our own stack, no the kernel'sLennart Poettering2019-03-141-0/+5
| * | | man: mention O_NOCTTY and it's importance in daemon(7)Lennart Poettering2019-03-141-3/+8
| * | | docs: adjust the spec a bit with firmware authros in mindLennart Poettering2019-03-141-7/+36
| * | | man: document the network interface size limits --network-veth= enforcesLennart Poettering2019-03-141-5/+17
| * | | man: document that Anonymize=yes makes DHCP leases grow in sizeLennart Poettering2019-03-141-0/+5
| * | | docs: comprehensively document what a minimal portable service image needs to...Lennart Poettering2019-03-141-7/+32
* | | | Merge pull request #11785 from dvdhrm/implicit-saslLennart Poettering2019-03-141-42/+77
|\ \ \ \ | |/ / / |/| | |
| * | | sd-bus: skip sending formatted UIDs via SASLDavid Rheinsberg2019-03-141-38/+63
| * | | sd-bus: fix SASL reply to empty AUTHDavid Rheinsberg2019-03-141-2/+8
| * | | sd-bus: avoid magic number in SASL length calculationDavid Rheinsberg2019-03-141-2/+6
| |/ /
* | | Merge pull request #12000 from poettering/split-more-utilZbigniew Jędrzejewski-Szmek2019-03-1477-267/+344
|\ \ \ | |/ / |/| |
| * | main: use _exit() rather than exit() in code potentially caled from signal ha...Lennart Poettering2019-03-141-3/+3
| * | util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering2019-03-1440-40/+70
| * | util: move some raw memory functions from string-util.h → memory-util.hLennart Poettering2019-03-145-46/+47
| * | util: don't include util.h from def.hLennart Poettering2019-03-142-4/+2
| * | util: move dbus specific definition into bus-internal.hLennart Poettering2019-03-143-6/+6
| * | util: split out kbd related stuffLennart Poettering2019-03-1410-112/+135
| * | util: move display_is_local() to pam_systemd.c, its only userLennart Poettering2019-03-143-11/+9
| * | util: split out errno related stuffLennart Poettering2019-03-1420-34/+48
| * | util: split out plymouth related stuffLennart Poettering2019-03-148-11/+24
|/ /