Age | Commit message (Expand) | Author |
2016-05-20 | core/dbus: revert oversimplification (#3309) | Jonathan Boulle |
2016-05-20 | Make the fix for net/if.h fuckup even worse (#3287) | Zbigniew Jędrzejewski-Szmek |
2016-05-20 | resolved: fix accounting of dns serves on a link (#3291) | Zbigniew Jędrzejewski-Szmek |
2016-05-20 | core/dbus: expose SELinuxContext property (#3284) | Jonathan Boulle |
2016-05-20 | basic: remove rm_rf_and_free, add rm_rf_physical_and_free, use rm_rf_physical... | Evgeny Vereshchagin |
2016-05-20 | sd-dhcp-client: fix busy loop reading zero sized DHCP UDP packets. (#3299) | sadag |
2016-05-19 | systemctl: suppress no-[Install] hint when --quiet is used (#3295) | Zbigniew Jędrzejewski-Szmek |
2016-05-19 | systemctl: reload configuration when enabling sysv units too (#3297) | Franck Bui |
2016-05-19 | systemctl: restore the no-sync option for legacy halt (#3249) | tblume |
2016-05-18 | core/dbus: further simplify branch code (#3283) | Jonathan Boulle |
2016-05-17 | networkd: do not update state or IPv6LL address if link is failed or lingering | Susant Sahani |
2016-05-17 | networkd: add route expiration handler (#3242) | Susant Sahani |
2016-05-17 | networkd: Add EmitRouter= option for DHCP Server (#3251) | Clemens Gruber |
2016-05-17 | core/dbus: use free_and_strdup to simplify code (#3279) | Jonathan Boulle |
2016-05-17 | vconsole: add log_oom() where appropriate | Lennart Poettering |
2016-05-17 | Merge pull request #3258 from keszybz/small-networkd-cleanup | Lennart Poettering |
2016-05-16 | Merge pull request #3193 from htejun/cgroup-io-controller | Lennart Poettering |
2016-05-16 | basic: Fix incorrect architecture mapping on sparc64. (#3274) | John Paul Adrian Glaubitz |
2016-05-16 | core: don't log job status message in case job was effectively NOP (#3199) | Michal Sekletar |
2016-05-16 | missing.h: add BTRFS_IOC_QUOTA_RESCAN_WAIT (#3266) | Stefan Saraev |
2016-05-16 | vconsole-setup: Store fonts on heap (#3268) | Kyle Russell |
2016-05-15 | namespace: Make private /dev noexec and readonly (#3263) | topimiettinen |
2016-05-15 | sd-dhcp6-client: add log_errno macro and improve debug messages a bit | Zbigniew Jędrzejewski-Szmek |
2016-05-15 | tree-wide: drop spurious "&"s when passing functions around | Zbigniew Jędrzejewski-Szmek |
2016-05-15 | networkd: do not generate a mac address for vlan interfaces (#3221) | Susant Sahani |
2016-05-15 | networkd: bridge add support to configure multicast snooping (#3223) | Susant Sahani |
2016-05-14 | networkd: fix copy-pasto in error message | Zbigniew Jędrzejewski-Szmek |
2016-05-14 | networkd: drop route_drop | Zbigniew Jędrzejewski-Szmek |
2016-05-14 | busctl: use Monitoring interface (#3245) | Lars Uebernickel |
2016-05-14 | core: allow slice to be overriden if cgroups aren't realized (#3246) | Tejun Heo |
2016-05-14 | namespace: unmount old /dev under our new private /dev (#3254) | topimiettinen |
2016-05-12 | nspawn: drop spurious newline | Lennart Poettering |
2016-05-12 | core: added ListUnitsByNames dbus method (#3182) | kayrus |
2016-05-12 | Create initrd-root-device.target synchronization point (#3239) | Daniel Drake |
2016-05-11 | logind: introduce LockedHint and SetLockedHint (#3238) | Victor Toso |
2016-05-11 | coredump: use next_datagram_size_fd instead of ioctl(FIONREAD) (#3237) | Evgeny Vereshchagin |
2016-05-10 | Merge pull request #3220 from keszybz/install-fixes | Lennart Poettering |
2016-05-09 | locale-util: mark special_glyph() as _const_ | Zbigniew Jędrzejewski-Szmek |
2016-05-09 | tree-wide: rename draw_special_char to special_glyph | Zbigniew Jędrzejewski-Szmek |
2016-05-09 | shared/install: use "→" instead of "pointing to" for a symlink | Zbigniew Jędrzejewski-Szmek |
2016-05-09 | shared/install: do not print warning when a unit is already enabled | Zbigniew Jędrzejewski-Szmek |
2016-05-09 | shared/install: handle dangling aliases as an explicit case, report nicely | Zbigniew Jędrzejewski-Szmek |
2016-05-09 | shared/install: add some more debug messages and comments | Zbigniew Jędrzejewski-Szmek |
2016-05-09 | nspawn: only remove veth links we created ourselves | Lennart Poettering |
2016-05-09 | network: Make sure we log about parse errors for ifname lists | Lennart Poettering |
2016-05-09 | networkd: reworkd LLDP emission to allow control of propagation level | Lennart Poettering |
2016-05-09 | tree-wide: port more code to use ifname_valid() | Lennart Poettering |
2016-05-09 | nspawn: add new --network-zone= switch for automatically managed bridge devices | Lennart Poettering |
2016-05-09 | util-lib: add new ifname_valid() call that validates interface names | Lennart Poettering |
2016-05-08 | Merge pull request #3202 from poettering/socket-fixes | Martin Pitt |