summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-30autogen: use -O0 for "autogen.sh c" after allLennart Poettering
2013-10-30bus: it is OK to have signals with multiple parametersLennart Poettering
2013-10-30bus: don't fail if GetAll() is used to get properties of the built-in interfacesLennart Poettering
2013-10-30bus: make bus message dump output a bit smallerLennart Poettering
2013-10-30bus: don't include the introspected object in list of subobjectsLennart Poettering
2013-10-30udev: do not allow to change the DEVPATH of a deviceKay Sievers
2013-10-29udev: link-config - reset ctx on exitTom Gundersen
2013-10-29rtnl-util: add missing filesTom Gundersen
2013-10-29udev-event: use rtnl to set ifnameTom Gundersen
2013-10-29rtnl: move set_link_properties to rtnl-utilsTom Gundersen
2013-10-29rtnl: fix sockaddr confusionTom Gundersen
2013-10-29strv: introduce new STRV_MAKE and STRV_MAKE_EMPTY macros to create string arr...Lennart Poettering
2013-10-29bus: add extra validity checksLennart Poettering
2013-10-29strv: introduce new strv_from_stdarg_alloca() macro to generate a string arra...Lennart Poettering
2013-10-29rc-local: use access(X_OK) to check if files are executableLennart Poettering
2013-10-29timedate: handle more nicely if something or somebody keeps open /dev/rtc and...Lennart Poettering
2013-10-29bus: add a macro to simplify reading of UUIDsLennart Poettering
2013-10-29bus: add new sd_bus_message_verify_type() and sd_bus_message_copy() API callsLennart Poettering
2013-10-29rtnl: cleanup socket_read_messageTom Gundersen
2013-10-29udev: link-config - split connection to sockets from loading of configsTom Gundersen
2013-10-29rtnl: complain if used after forkTom Gundersen
2013-10-29rtnl: introduce default timeoutTom Gundersen
2013-10-29udev: link-config - use safe_atou instead of strtoulTom Gundersen
2013-10-29udev: link-config - use zero instead of memsetTom Gundersen
2013-10-29udev: link-config - use proper return valuesTom Gundersen
2013-10-29udev: link-config - use new0 instead of callocTom Gundersen
2013-10-29rtnl: use malloc0 instead of callocTom Gundersen
2013-10-29rtnl: use _cleanup_ macro moreTom Gundersen
2013-10-29udev: link-config - use _cleanup_ macro locallyTom Gundersen
2013-10-29path_check_timestamp: only keep the most recent timestampTom Gundersen
2013-10-29sd-rtnl: minor fixesTom Gundersen
2013-10-29udev: link-config - add proper parsingTom Gundersen
2013-10-29conf-parser: add macro for ENUMVTom Gundersen
2013-10-29udev: builtin - rename net_link to net_setup_linkTom Gundersen
2013-10-29network: move configuration to /etc/systemd/networkTom Gundersen
2013-10-28journalctl: add --list-boots to show boot IDs and timesZbigniew Jędrzejewski-Szmek
2013-10-28update TODOLennart Poettering
2013-10-28Update socket proxy name in TODO. Reformat to list.David Strauss
2013-10-28udev: don't mix static and dynamic libsTom Gundersen
2013-10-28udev: link-config - add mac address policyTom Gundersen
2013-10-28keymap: Fix stuck keys on Lenovo IdeaPad Z370Martin Pitt
2013-10-28keymap: Reorder IdeaPad rulesMartin Pitt
2013-10-28udev: link-config - move naming policy from udev rulesTom Gundersen
2013-10-27udev: link-config - sanity check the ifname and mac addressTom Gundersen
2013-10-27rtnl: relax the tests a bitTom Gundersen
2013-10-27udev: link-config: add rtnl supportTom Gundersen
2013-10-27libsystemd-rtnl: add a rtnetlink libraryTom Gundersen
2013-10-27test-strv.c: added STRV_FOREACH and STRV_FOREACH_BACKWARDSDaniel Buch
2013-10-27path_lookup: moved _cleanup_lookup_paths_free_ from install.c to path-lookup.hDaniel Buch
2013-10-26udev: link-config: add ethtool supportTom Gundersen