summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-10-30libudev: default log_priority to INFOTom Gundersen1-1/+1
2013-10-30udev: link-config - less verbose loggingTom Gundersen2-29/+33
2013-10-30udev: link-config - let udevd set the ifnameTom Gundersen6-29/+62
2013-10-30machinectl: privileged option is goneMarc-Antoine Perennou1-1/+0
2013-10-30udev: ata_id: log faling ioctls as "debug"Kay Sievers1-1/+1
2013-10-30machinectl: port to sd-busTom Gundersen3-222/+379
2013-10-30bus: fix buildLennart Poettering2-2/+2
2013-10-30machined: port over to libsystemd-busLennart Poettering8-1162/+736
2013-10-30bus: make sure we can match well-known namesLennart Poettering2-2/+18
2013-10-30bus: it is OK to have signals with multiple parametersLennart Poettering1-1/+1
2013-10-30bus: don't fail if GetAll() is used to get properties of the built-in interfacesLennart Poettering1-1/+6
2013-10-30bus: make bus message dump output a bit smallerLennart Poettering1-5/+10
2013-10-30bus: don't include the introspected object in list of subobjectsLennart Poettering1-1/+1
2013-10-30udev: do not allow to change the DEVPATH of a deviceKay Sievers1-16/+6
2013-10-29udev: link-config - reset ctx on exitTom Gundersen1-0/+1
2013-10-29rtnl-util: add missing filesTom Gundersen2-0/+97
2013-10-29udev-event: use rtnl to set ifnameTom Gundersen1-25/+21
2013-10-29rtnl: move set_link_properties to rtnl-utilsTom Gundersen2-46/+4
2013-10-29rtnl: fix sockaddr confusionTom Gundersen4-11/+43
2013-10-29strv: introduce new STRV_MAKE and STRV_MAKE_EMPTY macros to create string arr...Lennart Poettering2-5/+9
2013-10-29bus: add extra validity checksLennart Poettering1-0/+5
2013-10-29strv: introduce new strv_from_stdarg_alloca() macro to generate a string arra...Lennart Poettering5-49/+76
2013-10-29rc-local: use access(X_OK) to check if files are executableLennart Poettering1-28/+15
2013-10-29timedate: handle more nicely if something or somebody keeps open /dev/rtc and...Lennart Poettering1-4/+6
2013-10-29bus: add a macro to simplify reading of UUIDsLennart Poettering1-0/+6
2013-10-29bus: add new sd_bus_message_verify_type() and sd_bus_message_copy() API callsLennart Poettering8-137/+286
2013-10-29rtnl: cleanup socket_read_messageTom Gundersen1-14/+1
2013-10-29udev: link-config - split connection to sockets from loading of configsTom Gundersen1-9/+23
2013-10-29rtnl: complain if used after forkTom Gundersen2-0/+13
2013-10-29rtnl: introduce default timeoutTom Gundersen3-6/+14
2013-10-29udev: link-config - use safe_atou instead of strtoulTom Gundersen1-6/+12
2013-10-29udev: link-config - use zero instead of memsetTom Gundersen1-4/+6
2013-10-29udev: link-config - use proper return valuesTom Gundersen1-2/+2
2013-10-29udev: link-config - use new0 instead of callocTom Gundersen1-1/+2
2013-10-29rtnl: use malloc0 instead of callocTom Gundersen1-1/+1
2013-10-29rtnl: use _cleanup_ macro moreTom Gundersen1-20/+12
2013-10-29udev: link-config - use _cleanup_ macro locallyTom Gundersen1-9/+9
2013-10-29path_check_timestamp: only keep the most recent timestampTom Gundersen3-25/+14
2013-10-29sd-rtnl: minor fixesTom Gundersen4-33/+33
2013-10-29udev: link-config - add proper parsingTom Gundersen7-131/+310
2013-10-29conf-parser: add macro for ENUMVTom Gundersen1-0/+61
2013-10-29udev: builtin - rename net_link to net_setup_linkTom Gundersen3-12/+12
2013-10-29network: move configuration to /etc/systemd/networkTom Gundersen1-3/+3
2013-10-28journalctl: add --list-boots to show boot IDs and timesZbigniew Jędrzejewski-Szmek1-5/+100
2013-10-28udev: link-config - add mac address policyTom Gundersen3-28/+148
2013-10-28udev: link-config - move naming policy from udev rulesTom Gundersen4-3/+53
2013-10-27udev: link-config - sanity check the ifname and mac addressTom Gundersen1-2/+15
2013-10-27rtnl: relax the tests a bitTom Gundersen1-7/+6
2013-10-27udev: link-config: add rtnl supportTom Gundersen4-4/+83
2013-10-27libsystemd-rtnl: add a rtnetlink libraryTom Gundersen5-0/+854