summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-06-03remove gudev and gtk-docKay Sievers
2015-06-02fix double semicolon typoThomas Hindoe Paaboel Andersen
2015-06-02Merge pull request #12 from systemd-mailing-devs/1433236104-9967-1-git-send-e...Tom Gundersen
2015-06-02udev-builtin: path_id - don't pass NULL to udev_device_get_parent()Tom Gundersen
2015-06-02udev: add some assertsTom Gundersen
2015-06-02sd-device: get_driver - remember if a device does not have a driverTom Gundersen
2015-06-02sd-device: get_subsystem - don't complain if a device does not have a subsystemTom Gundersen
2015-06-02Merge pull request #8 from systemd-mailing-devs/1433236059-9824-1-git-send-em...Martin Pitt
2015-06-0290-loaderentry.install: fixup BOOT_OPTIONSHarald Hoyer
2015-06-02random-util: guard including sys/auxv.h with the corresponding ifdef checkMichael Olbrich
2015-06-02missing: add more btrfs definesMichael Olbrich
2015-06-01test-unit-file: add test for improperly escaped exec stringDaniel Mack
2015-06-01load-fragment: use UNESCAPE_RELAX flag to parse exec directivesDaniel Mack
2015-06-01sd-device: ensure update_properties_buf() is a noop on failureTom Gundersen
2015-06-01sd-device: fix invalid property strv pointersMartin Pitt
2015-05-31udevd: open sockets before forkingTom Gundersen
2015-05-31udevd: don't allocate sd_event object before forkTom Gundersen
2015-05-31udevd: don't sanitize fd 0,1,2Tom Gundersen
2015-05-31core/namespace: Protect /usr instead of /home with ProtectSystem=yesJason Pleau
2015-05-30conf-parser: parsing error logs should show a type not a vartypeRonny Chevalier
2015-05-30networkctl: fix uninitialized variableRonny Chevalier
2015-05-30test-fdset: add more testsRonny Chevalier
2015-05-30tests: add test-conf-parserRonny Chevalier
2015-05-30terminal: fix include orderingThomas Hindoe Paaboel Andersen
2015-05-29console: use signal-util.h and reorder includesThomas Hindoe Paaboel Andersen
2015-05-29terminal: use signal-util.h and reorder includesThomas Hindoe Paaboel Andersen
2015-05-29util: split out signal-util.[ch] from util.[ch]Lennart Poettering
2015-05-29udevd: notify - expose a bit more of the internal stateTom Gundersen
2015-05-29udevd: notify - keep NOTIFY_SOCKET aroundTom Gundersen
2015-05-29udevd: modernize status notificationTom Gundersen
2015-05-29udevd: event - port spawn_wait() to sd-eventTom Gundersen
2015-05-29udevd: move main-loop to sd-eventTom Gundersen
2015-05-29udevd: explicitly try to start event queue when it may be possibleTom Gundersen
2015-05-29udevd: only check for changed config before scheduling new eventsTom Gundersen
2015-05-29udevd: introduce manager_exit() and manager_reload()Tom Gundersen
2015-05-29path-util: Change path_is_mount_point() symlink arg from bool to flagsMartin Pitt
2015-05-29path-util: Fix path_is_mount_point for filesMartin Pitt
2015-05-28systemctl: Don't skip SysV init.d scripts when enabling/disabling unitsMartin Pitt
2015-05-28systemctl: drop hardcoded chkconfig invocationMartin Pitt
2015-05-28sd-device: enumerator - fix matching on properties and sysattrsTom Gundersen
2015-05-27fix extraneous space in equality checkJonathan Boulle
2015-05-27sd-device: fix device_get_properties_strv()Tom Gundersen
2015-05-27udevd: fix SIGCHLD handling in --daemon modeTom Gundersen
2015-05-27missing: add more IFLA_VXLAN_* definesMichael Olbrich
2015-05-27logind: prefix some calls to unlink with (void)Daniel Mack
2015-05-27logind: unlink /run/nologin when shutdown is cancelledDaniel Mack
2015-05-26treewide: fix typosTorstein Husebø
2015-05-26udev: fix inotify handlingDavid Herrmann
2015-05-25test: hostname - test that hostname is truly initializedTom Gundersen
2015-05-25nspawn: fix memleakTom Gundersen