summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* shell-completion: fix completion of localectl set-localeZbigniew Jędrzejewski-Szmek2014-02-062-6/+27
* nspawn: fix HAVE_SELINUX ifdefTom Gundersen2014-02-061-2/+2
* transaction: print more information about conflicting jobsZbigniew Jędrzejewski-Szmek2014-02-062-4/+3
* bash-completion: fix completion of complete verbsZbigniew Jędrzejewski-Szmek2014-02-068-8/+8
* core: only send SIGHUP when doing first kill, not when doing final sigkillLennart Poettering2014-02-061-3/+3
* udev: add zram to the list of devices inappropriate for symlinksJóhann B. Guðmundsson2014-02-061-1/+1
* Update some message formatsZbigniew Jędrzejewski-Szmek2014-02-067-38/+38
* nspawn: add --quiet switch for turning off any output noiseLennart Poettering2014-02-063-8/+34
* nspawn: always use default busLennart Poettering2014-02-051-1/+1
* bus: properly unset default bus pointer when destroying last referenceLennart Poettering2014-02-051-0/+3
* man: introduce new "Desktop" property for sessionsLennart Poettering2014-02-057-20/+111
* logind: make session type and class settable via the same waysLennart Poettering2014-02-053-16/+52
* logind: add new "wayland" session typeLennart Poettering2014-02-052-3/+5
* core: don't wait for non-control/non-main processes when killing processes on...Lennart Poettering2014-02-051-9/+11
* kill: fix error returnLennart Poettering2014-02-051-1/+1
* core: allow User=, Group=, Nice=, Environment=, Type= to be passed when creat...Lennart Poettering2014-02-055-26/+288
* Added attribute support for sd-rtnlSusant Sahani2014-02-052-0/+43
* nspawn: various fixes in selinux hookupLennart Poettering2014-02-042-27/+27
* Add SELinux support to systemd-nspawnDan Walsh2014-02-042-21/+90
* journal: Drop pkgconfig reference to libsystemd-id128.Colin Guthrie2014-02-041-1/+1
* bus: when closing the bus don't end up in a recursive destruction deadlockLennart Poettering2014-02-031-21/+36
* conf-parser: warn when we open configuration files with weird access bitsLennart Poettering2014-02-034-23/+35
* build-sys: move -lresolv out of CFLAGSTom Gundersen2014-02-031-4/+5
* bus: update kdbus.h (ABI break)Kay Sievers2014-02-016-23/+23
* networkd: remove unused variableTom Gundersen2014-02-011-1/+1
* networkd: don't fail on DHCP errorsTom Gundersen2014-02-011-1/+0
* s390/getty-generator: initialize essential system terminals/consolesHendrik Brueckner2014-01-312-2/+4
* run: drop mistakenly committed test codeLennart Poettering2014-01-311-8/+0
* core: fix oom checkLennart Poettering2014-01-311-1/+1
* core: introduce new stop protocol for unit scopesLennart Poettering2014-01-315-7/+86
* util: use alloca0() intead of alloca() + memzero()Lennart Poettering2014-01-312-4/+2
* networkd: dhcp - refactor handlerTom Gundersen2014-01-311-126/+168
* networkd: don't check for ifindex in answer to RTM_NEWLINKTom Gundersen2014-01-311-8/+0
* libsystemd-dhcp: Update secs field only when sending DiscoverPatrik Flykt2014-01-311-6/+18
* libsystemd-dhcp: Fix stopping of DHCP clientPatrik Flykt2014-01-311-18/+2
* libsystemd-dhcp: Compute UDP checksum only if setPatrik Flykt2014-01-311-5/+10
* libsystemd-dhcp: Rename function to be clearer that options are parsedPatrik Flykt2014-01-311-3/+3
* libsystemd-dhcp: DNS name option must be a multiple of 4 bytesPatrik Flykt2014-01-311-1/+1
* use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH2014-01-3124-58/+60
* analyze: fix plot issues when using gummibootThomas Hindoe Paaboel Andersen2014-01-311-1/+4
* tmpfiles: fix memory leak of exclude_prefixesZbigniew Jędrzejewski-Szmek2014-01-311-3/+4
* shared: net - use u32ctz to compute prefixlenTom Gundersen2014-01-301-10/+1
* TODO: update sd-rtnl sectionTom Gundersen2014-01-301-1/+1
* util: add u32ctz() call for determining ctz of uint32_tLennart Poettering2014-01-301-0/+12
* networkd: netdev - reduce chance of race when receiving netdev's ifindexTom Gundersen2014-01-304-26/+40
* sd-rtnl: beef up rtnl-util a bitTom Gundersen2014-01-306-102/+125
* sd-dhcp-client/net-util: make netmask_to_prefixlen genericTom Gundersen2014-01-305-23/+21
* networkd: address - add support for broadcastTom Gundersen2014-01-304-8/+49
* net-util: verify the address familyTom Gundersen2014-01-305-15/+24
* networkd: dhcpv4 - add notion of 'CriticalConnection'Tom Gundersen2014-01-304-25/+41