Age | Commit message (Expand) | Author |
2014-09-11 | analyze: avoid a null dereference | Thomas Hindoe Paaboel Andersen |
2014-09-11 | udev: timeout - warn after a third of the timeout before killing | Tom Gundersen |
2014-09-11 | firstboot: silence a warning | Thomas Hindoe Paaboel Andersen |
2014-09-11 | manager: use correct cleanup function | Thomas Hindoe Paaboel Andersen |
2014-09-11 | activate: fix fd leak in do_accept() | Philippe De Swert |
2014-09-11 | test: fix mem-leak in fdopen() test | David Herrmann |
2014-09-11 | bus: unref buscreds on failure | Philippe De Swert |
2014-09-11 | journal: do not leak mmaps on OOM | Philippe De Swert |
2014-09-11 | terminal: fix uninitialized variable in strerror() log message | David Herrmann |
2014-09-11 | journal: do not dereference already freed patterns | Philippe De Swert |
2014-09-11 | bus: avoid using m->kdbus after freeing it | Philippe De Swert |
2014-09-11 | terminal: drop redundant assertion | David Herrmann |
2014-09-11 | terminal: fix wrong return value in idev if fcntl() fails | David Herrmann |
2014-09-11 | terminal: enable sessions in evcat after taking control | David Herrmann |
2014-09-11 | terminal: remove unused set.h inclusion in idev | David Herrmann |
2014-09-11 | udev: allow removing tags via TAG-="foobar" | David Herrmann |
2014-09-11 | terminal: remove redundant "struct" prefixes | David Herrmann |
2014-09-11 | terminal: discard async read() errors for evdev | David Herrmann |
2014-09-11 | backlight: Avoid error when state restore is disabled | Michael Biebl |
2014-09-10 | udev: timeout - increase timeout | Tom Gundersen |
2014-09-10 | udev: fix copy-paste error in log message | Tom Gundersen |
2014-09-10 | test-dhcp6-client: Add checks for Elapsed Time option | Patrik Flykt |
2014-09-10 | sd-dhcp6-client: Implement Elapsed Time option | Patrik Flykt |
2014-09-09 | udev - drop print_kmsg | Tom Gundersen |
2014-09-09 | udev: netif_rename - don't log to kmsg | Tom Gundersen |
2014-09-09 | udev: net_setup_link - open ethtool and rtnl connections lazily | Tom Gundersen |
2014-09-09 | udev: event - keep one rtnl per worker, rather than per event | Tom Gundersen |
2014-09-09 | udev: import the full db on MOVE events for devices without dev_t | Tom Gundersen |
2014-09-08 | execute: silence warnings | Thomas Hindoe Paaboel Andersen |
2014-09-08 | namespace: avoid posible use of uninitialized variable | Thomas Hindoe Paaboel Andersen |
2014-09-08 | machined: remove redundant sd_notify | Dave Reisner |
2014-09-08 | networkd: allow specification of DHCP route metric | Angus Gibson |
2014-09-08 | networkctl: show the link file applied to each link | Tom Gundersen |
2014-09-08 | udev: link-config - only set *name on success | Tom Gundersen |
2014-09-08 | udev: net_setup_link - export the .link filename applied to the link | Tom Gundersen |
2014-09-08 | networkctl: show the network file applied to each link | Tom Gundersen |
2014-09-08 | sd-network: add _get_network_file api | Tom Gundersen |
2014-09-08 | networkd: add preferred source to dhcp4 gateway route | Emil Renner Berthing |
2014-09-08 | networkd: netdev - failing to create a netdev is not fatal, just fail that ne... | Tom Gundersen |
2014-09-08 | networkd: tuntap - return correct error when /dev/net/tun cannot be opened | Tom Gundersen |
2014-09-08 | service: hook up custom endpoint logic | Daniel Mack |
2014-09-08 | exit-status: add new exit code for custom endpoint errors | Daniel Mack |
2014-09-08 | namespace: add support for custom kdbus endpoint | Daniel Mack |
2014-09-08 | bus: parse BusPolicy directive in service files | Daniel Mack |
2014-09-08 | bus: add code to create custom endpoints and set their policy | Daniel Mack |
2014-09-08 | bus: add kdbus endpoint types | Daniel Mack |
2014-09-08 | bus: factor out bus policy items | Daniel Mack |
2014-09-05 | exit-status: fix URL in comment | Daniel Mack |
2014-09-05 | exec: move code executed after fork into exec_child() | Daniel Mack |
2014-09-05 | exec: factor out most function arguments of exec_spawn() to ExecParameters | Daniel Mack |