summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* vconsole: add log_oom() where appropriateLennart Poettering2016-05-171-2/+2
* Merge pull request #3258 from keszybz/small-networkd-cleanupLennart Poettering2016-05-1711-50/+47
|\
| * sd-dhcp6-client: add log_errno macro and improve debug messages a bitZbigniew Jędrzejewski-Szmek2016-05-152-10/+13
| * tree-wide: drop spurious "&"s when passing functions aroundZbigniew Jędrzejewski-Szmek2016-05-157-28/+31
| * networkd: fix copy-pasto in error messageZbigniew Jędrzejewski-Szmek2016-05-141-1/+1
| * networkd: drop route_dropZbigniew Jędrzejewski-Szmek2016-05-143-11/+2
* | Merge pull request #3193 from htejun/cgroup-io-controllerLennart Poettering2016-05-1615-31/+787
|\ \
| * | core: add io controller support on the unified hierarchyTejun Heo2016-05-0515-31/+787
* | | basic: Fix incorrect architecture mapping on sparc64. (#3274)John Paul Adrian Glaubitz2016-05-162-2/+2
* | | core: don't log job status message in case job was effectively NOP (#3199)Michal Sekletar2016-05-166-21/+23
* | | missing.h: add BTRFS_IOC_QUOTA_RESCAN_WAIT (#3266)Stefan Saraev2016-05-161-0/+4
* | | vconsole-setup: Store fonts on heap (#3268)Kyle Russell2016-05-161-1/+7
* | | namespace: Make private /dev noexec and readonly (#3263)topimiettinen2016-05-151-3/+7
* | | networkd: do not generate a mac address for vlan interfaces (#3221)Susant Sahani2016-05-151-1/+1
* | | networkd: bridge add support to configure multicast snooping (#3223)Susant Sahani2016-05-153-0/+9
| |/ |/|
* | busctl: use Monitoring interface (#3245)Lars Uebernickel2016-05-141-15/+30
* | core: allow slice to be overriden if cgroups aren't realized (#3246)Tejun Heo2016-05-141-1/+3
* | namespace: unmount old /dev under our new private /dev (#3254)topimiettinen2016-05-141-0/+2
* | nspawn: drop spurious newlineLennart Poettering2016-05-121-1/+0
* | core: added ListUnitsByNames dbus method (#3182)kayrus2016-05-122-27/+80
* | Create initrd-root-device.target synchronization point (#3239)Daniel Drake2016-05-125-1/+34
* | logind: introduce LockedHint and SetLockedHint (#3238)Victor Toso2016-05-114-0/+74
* | coredump: use next_datagram_size_fd instead of ioctl(FIONREAD) (#3237)Evgeny Vereshchagin2016-05-111-3/+4
* | Merge pull request #3220 from keszybz/install-fixesLennart Poettering2016-05-1016-131/+157
|\ \
| * | locale-util: mark special_glyph() as _const_Zbigniew Jędrzejewski-Szmek2016-05-092-2/+2
| * | tree-wide: rename draw_special_char to special_glyphZbigniew Jędrzejewski-Szmek2016-05-0914-84/+85
| * | shared/install: use "→" instead of "pointing to" for a symlinkZbigniew Jędrzejewski-Szmek2016-05-091-1/+5
| * | shared/install: do not print warning when a unit is already enabledZbigniew Jędrzejewski-Szmek2016-05-091-4/+6
| * | shared/install: handle dangling aliases as an explicit case, report nicelyZbigniew Jędrzejewski-Szmek2016-05-092-1/+16
| * | shared/install: add some more debug messages and commentsZbigniew Jędrzejewski-Szmek2016-05-091-3/+20
| * | shared/install: simplify error handling conditionals in a few placesZbigniew Jędrzejewski-Szmek2016-05-071-18/+10
| * | core/mount: add helper function for mount statesZbigniew Jędrzejewski-Szmek2016-05-071-21/+16
* | | nspawn: only remove veth links we created ourselvesLennart Poettering2016-05-091-2/+12
* | | network: Make sure we log about parse errors for ifname listsLennart Poettering2016-05-091-2/+4
* | | networkd: reworkd LLDP emission to allow control of propagation levelLennart Poettering2016-05-096-31/+108
* | | tree-wide: port more code to use ifname_valid()Lennart Poettering2016-05-098-85/+83
* | | nspawn: add new --network-zone= switch for automatically managed bridge devicesLennart Poettering2016-05-096-43/+235
* | | util-lib: add new ifname_valid() call that validates interface namesLennart Poettering2016-05-095-2/+93
* | | Merge pull request #3202 from poettering/socket-fixesMartin Pitt2016-05-084-58/+161
|\ \ \ | |/ / |/| |
| * | core: rework how we flush incoming traffic when a socket unit goes downLennart Poettering2016-05-064-20/+66
| * | core: don't implicit open missing socket fds on daemon reloadLennart Poettering2016-05-061-8/+46
| * | core: split out selinux label retrieval logic into a function of its ownLennart Poettering2016-05-061-30/+49
* | | Merge pull request #3205 from poettering/iaidZbigniew Jędrzejewski-Szmek2016-05-071-1/+1
|\ \ \
| * | | networkd: move the IAID configuration option into the [DHCP] sectionLennart Poettering2016-05-061-1/+1
* | | | Merge pull request #3160 from htejun/cgroup-fixes-rev2Zbigniew Jędrzejewski-Szmek2016-05-073-7/+11
|\ \ \ \
| * | | | core: fix segfault on "systemctl --set-property UNIT BlockIODeviceWeight=WEIGHT"Tejun Heo2016-05-041-1/+1
| * | | | core: make unit_has_mask_realized() consider controller enable stateTejun Heo2016-04-302-5/+9
| * | | | core: bus_append_unit_property_assignment() was using the wrong parse functionTejun Heo2016-04-301-1/+1
* | | | | Merge pull request #3215 from keszybz/news-and-other-small-cleanupsLennart Poettering2016-05-071-5/+4
|\ \ \ \ \
| * | | | | systemctl: do not print header if no units will be listedZbigniew Jędrzejewski-Szmek2016-05-071-1/+1