Age | Commit message (Expand) | Author |
2014-02-06 | shell-completion: fix completion of localectl set-locale | Zbigniew Jędrzejewski-Szmek |
2014-02-06 | nspawn: fix HAVE_SELINUX ifdef | Tom Gundersen |
2014-02-06 | transaction: print more information about conflicting jobs | Zbigniew Jędrzejewski-Szmek |
2014-02-06 | bash-completion: fix completion of complete verbs | Zbigniew Jędrzejewski-Szmek |
2014-02-06 | core: only send SIGHUP when doing first kill, not when doing final sigkill | Lennart Poettering |
2014-02-05 | udev: add zram to the list of devices inappropriate for symlinks | Jóhann B. Guðmundsson |
2014-02-05 | Update some message formats | Zbigniew Jędrzejewski-Szmek |
2014-02-06 | nspawn: add --quiet switch for turning off any output noise | Lennart Poettering |
2014-02-05 | nspawn: always use default bus | Lennart Poettering |
2014-02-05 | bus: properly unset default bus pointer when destroying last reference | Lennart Poettering |
2014-02-05 | man: introduce new "Desktop" property for sessions | Lennart Poettering |
2014-02-05 | logind: make session type and class settable via the same ways | Lennart Poettering |
2014-02-05 | logind: add new "wayland" session type | Lennart Poettering |
2014-02-05 | core: don't wait for non-control/non-main processes when killing processes on... | Lennart Poettering |
2014-02-05 | kill: fix error return | Lennart Poettering |
2014-02-05 | core: allow User=, Group=, Nice=, Environment=, Type= to be passed when creat... | Lennart Poettering |
2014-02-05 | Added attribute support for sd-rtnl | Susant Sahani |
2014-02-04 | nspawn: various fixes in selinux hookup | Lennart Poettering |
2014-02-04 | Add SELinux support to systemd-nspawn | Dan Walsh |
2014-02-04 | journal: Drop pkgconfig reference to libsystemd-id128. | Colin Guthrie |
2014-02-03 | bus: when closing the bus don't end up in a recursive destruction deadlock | Lennart Poettering |
2014-02-03 | conf-parser: warn when we open configuration files with weird access bits | Lennart Poettering |
2014-02-03 | build-sys: move -lresolv out of CFLAGS | Tom Gundersen |
2014-02-01 | bus: update kdbus.h (ABI break) | Kay Sievers |
2014-02-01 | networkd: remove unused variable | Tom Gundersen |
2014-02-01 | networkd: don't fail on DHCP errors | Tom Gundersen |
2014-01-31 | s390/getty-generator: initialize essential system terminals/consoles | Hendrik Brueckner |
2014-01-31 | run: drop mistakenly committed test code | Lennart Poettering |
2014-01-31 | core: fix oom check | Lennart Poettering |
2014-01-31 | core: introduce new stop protocol for unit scopes | Lennart Poettering |
2014-01-31 | util: use alloca0() intead of alloca() + memzero() | Lennart Poettering |
2014-01-31 | networkd: dhcp - refactor handler | Tom Gundersen |
2014-01-31 | networkd: don't check for ifindex in answer to RTM_NEWLINK | Tom Gundersen |
2014-01-31 | libsystemd-dhcp: Update secs field only when sending Discover | Patrik Flykt |
2014-01-31 | libsystemd-dhcp: Fix stopping of DHCP client | Patrik Flykt |
2014-01-31 | libsystemd-dhcp: Compute UDP checksum only if set | Patrik Flykt |
2014-01-31 | libsystemd-dhcp: Rename function to be clearer that options are parsed | Patrik Flykt |
2014-01-31 | libsystemd-dhcp: DNS name option must be a multiple of 4 bytes | Patrik Flykt |
2014-01-31 | use memzero(foo, length); for all memset(foo, 0, length); calls | Greg KH |
2014-01-31 | analyze: fix plot issues when using gummiboot | Thomas Hindoe Paaboel Andersen |
2014-01-30 | tmpfiles: fix memory leak of exclude_prefixes | Zbigniew Jędrzejewski-Szmek |
2014-01-30 | shared: net - use u32ctz to compute prefixlen | Tom Gundersen |
2014-01-30 | TODO: update sd-rtnl section | Tom Gundersen |
2014-01-30 | util: add u32ctz() call for determining ctz of uint32_t | Lennart Poettering |
2014-01-30 | networkd: netdev - reduce chance of race when receiving netdev's ifindex | Tom Gundersen |
2014-01-30 | sd-rtnl: beef up rtnl-util a bit | Tom Gundersen |
2014-01-30 | sd-dhcp-client/net-util: make netmask_to_prefixlen generic | Tom Gundersen |
2014-01-30 | networkd: address - add support for broadcast | Tom Gundersen |
2014-01-30 | net-util: verify the address family | Tom Gundersen |
2014-01-30 | networkd: dhcpv4 - add notion of 'CriticalConnection' | Tom Gundersen |