summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | systemctl: rewrite code to explicitly take care of n_units==0 caseZbigniew Jędrzejewski-Szmek2016-05-071-4/+3
* | | | | Merge pull request #3191 from poettering/cgroups-agent-dgramEvgeny Vereshchagin2016-05-0726-161/+302
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | journald: stack allocation cannot failLennart Poettering2016-05-051-10/+8
| * | | | tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhereLennart Poettering2016-05-0523-75/+87
| * | | | core: use an AF_UNIX/SOCK_DGRAM socket for cgroup agent notificationLennart Poettering2016-05-056-78/+209
* | | | | core: dump TriggerLimitIntervalSec and TriggerLimitBurst tooEvgeny Vereshchagin2016-05-061-0/+6
* | | | | core: expose TriggerLimitIntervalUSecEvgeny Vereshchagin2016-05-061-1/+1
* | | | | core: update the right mtime after finishing writing of transient units (#3203)Lennart Poettering2016-05-061-1/+1
| |_|/ / |/| | |
* | | | systemctl: indentation fixLennart Poettering2016-05-061-14/+15
| |_|/ |/| |
* | | Merge pull request #3201 from ssahani/net-wordLennart Poettering2016-05-062-39/+40
|\ \ \