summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: add cgroup CPU controller support on the unified hierarchyTejun Heo2016-08-0713-90/+413
* Merge pull request #3900 from keszybz/fix-3607Lennart Poettering2016-08-054-201/+177
|\
| * socket: add helper function to remove code duplicationZbigniew Jędrzejewski-Szmek2016-08-051-53/+29
| * core/socket: include remote address in the message when dropping connectionZbigniew Jędrzejewski-Szmek2016-08-051-3/+7
| * systemd: do not serialize peer, bump count when deserializing socket insteadZbigniew Jędrzejewski-Szmek2016-08-053-41/+16
| * core/service: serialize and deserialize accept_socketZbigniew Jędrzejewski-Szmek2016-08-051-0/+22
| * core/socket: rework SocketPeer refcountingZbigniew Jędrzejewski-Szmek2016-08-052-101/+100
| * systemd: convert peers_by_address to a setZbigniew Jędrzejewski-Szmek2016-08-042-9/+9
| * basic/set: remove some spurious spacesZbigniew Jędrzejewski-Szmek2016-08-041-4/+4
* | Merge pull request #3902 from poettering/parse-niceRonny Chevalier2016-08-058-30/+78
|\ \
| * | util-lib: unify parsing of nice level valuesLennart Poettering2016-08-058-30/+78
|/ /
* | networkd: do not set NOARP unconditionally (#3891)Zbigniew Jędrzejewski-Szmek2016-08-051-1/+1
* | fileio: fix MIN/MAX mixup (#3896)Vito Caputo2016-08-051-1/+1
* | journal-remote: remove unnecessary gnutls includes (#3895)Vito Caputo2016-08-052-7/+0
* | main: use pager for --dump-configuration-items (#3894)0xAX2016-08-041-0/+1
* | fileio: fix read_full_stream() bugs (#3887)Vito Caputo2016-08-041-9/+16
* | Merge pull request #3892 from toanju/fix-brvlan-error-on-normal-bridgeLennart Poettering2016-08-045-2/+25
|\ \
| * | networkd: apply bridge vlan configuration correctTobias Jungel2016-08-045-2/+25
|/ /
* | Merge pull request #2471 from michaelolbrich/transient-mountsLennart Poettering2016-08-045-18/+78
|\ \ | |/ |/|
| * mount: write drop-in file when setting transient propertiesMichael Olbrich2016-06-061-0/+3
| * mount: use get_mount_parameters_fragment() consistentlyMichael Olbrich2016-06-061-18/+16
| * automount: implement transient automountsMichael Olbrich2016-06-063-0/+59
* | Merge pull request #3885 from keszybz/help-outputLennart Poettering2016-08-045-17/+19
|\ \
| * | man: describe list-dependencies --allZbigniew Jędrzejewski-Szmek2016-08-041-0/+4
| * | nspawn,resolve: short --help output to fit within 80 columnsZbigniew Jędrzejewski-Szmek2016-08-042-11/+9
| * | journalctl,systemctl: add "short-full", "short-unix" mode to --helpZbigniew Jędrzejewski-Szmek2016-08-042-6/+6
* | | networkd: add support to configure NOARP/ARP for interface (#3854)Susant Sahani2016-08-045-0/+77
* | | networkd: remove route if carrier is lost (#3831)Susant Sahani2016-08-041-0/+37
* | | src/test: add tests for parse_percent_unbounded (#3889)Jonathan Boulle2016-08-041-0/+6
* | | util-lib: add parse_percent_unbounded() for percentages over 100% (#3886)David Michael2016-08-044-4/+12
* | | Merge pull request #3820 from poettering/nspawn-resolvconfZbigniew Jędrzejewski-Szmek2016-08-036-56/+90
|\ \ \
| * | | nspawn: if we can't mark the boot ID RO let's failLennart Poettering2016-08-031-1/+1
| * | | execute: don't set $SHELL and $HOME for services, if they don't contain inter...Lennart Poettering2016-08-031-0/+11
| * | | core: inherit TERM from PID 1 for all services started on /dev/consoleLennart Poettering2016-08-033-19/+45
| * | | core: drop spurious newlineLennart Poettering2016-08-031-1/+0
| * | | nspawn: deprecate --share-system supportLennart Poettering2016-08-032-27/+10
| * | | nspawn: try to bind mount resolved's resolv.conf snippet into the containerLennart Poettering2016-08-031-8/+23
* | | | hwdb: fix hwdb entry for numeric-only Lenovo *40, *50 and *60 seriesPeter Hutterer2016-08-041-0/+3
| |/ / |/| |
* | | journalctl: add new output mode "short-full" (#3880)Lennart Poettering2016-08-037-92/+140
* | | util-lib: make timestamp generation and parsing reversible (#3869)Lennart Poettering2016-08-037-104/+307
* | | systemctl: consider service running only when it is in active or reloading st...Lukáš Nykrýn2016-08-031-1/+1
|/ /
* | Merge pull request #3828 from keszybz/drop-systemd-vconsole-setup-serviceLennart Poettering2016-08-039-72/+69
|\ \
| * | man: move description of kernel vconsole.conf overrides to vconsole.conf(5)Zbigniew Jędrzejewski-Szmek2016-07-313-49/+36
| * | vconsole-setup: add lots of debug messagesZbigniew Jędrzejewski-Szmek2016-07-311-14/+24
| * | Add enable_disable() helperZbigniew Jędrzejewski-Szmek2016-07-315-9/+9
* | | hwdb: compress the various Lenovo *40, *50 and *60 series (#3877)Peter Hutterer2016-08-031-24/+6
* | | hwdb: add ID_INPUT_TRACKBALL as additional identifier (#3872)Peter Hutterer2016-08-031-0/+17
* | | socket: add support to control no. of connections from one source (#3607)Susant Sahani2016-08-027-0/+213
* | | Merge pull request #3858 from jfilak/coredump-containers-v2Zbigniew Jędrzejewski-Szmek2016-08-021-3/+108
|\ \ \
| * | | coredump: save process container parent cmdlineJakub Filak2016-08-021-3/+98