Age | Commit message (Expand) | Author |
2014-08-22 | missing.h: add a cpp warning for __NR_memfd_create on MIPS | Daniel Mack |
2014-08-22 | missing.h: add fake __NR_memfd_create for MIPS | Daniel Mack |
2014-08-22 | shared: add MAXSIZE() and use it in resolved | David Herrmann |
2014-08-22 | dbus1-generator: properly free the FILE* | Lennart Poettering |
2014-08-21 | systemctl: in list-unit-files, always show legend, even if we know about no u... | Lennart Poettering |
2014-08-21 | install: simplify usage of _cleanup_ macros | Lennart Poettering |
2014-08-21 | service: allow services of Type=oneshot that specify no ExecStart= commands | Lennart Poettering |
2014-08-21 | service: use the right timeout for stop processes we fork | Lennart Poettering |
2014-08-21 | execute: explain in a comment, why close_all_fds() is invoked the second time... | Lennart Poettering |
2014-08-21 | bus: when terminating our bus-actviated services that exit-on-idle send STOPP... | Lennart Poettering |
2014-08-21 | notify: send STOPPING=1 from our daemons | Lennart Poettering |
2014-08-21 | core: allow informing systemd about service status changes with RELOADING=1 a... | Lennart Poettering |
2014-08-21 | manager: don#t dispatch sd_notify() messages and SIGCHLD multiple times to th... | Lennart Poettering |
2014-08-21 | manager: reuse sockaddr_union instead of redefining our own version of it | Lennart Poettering |
2014-08-21 | service,strv: introduce strv_find_startswith() and make use of it | Lennart Poettering |
2014-08-21 | service: don't invoke functions at the same time as declaring variables | Lennart Poettering |
2014-08-21 | service: remove some pointless linebreaks, to make things more readable | Lennart Poettering |
2014-08-21 | service: asynchronous_close() already checks for negative parameters, no need... | Lennart Poettering |
2014-08-21 | core: unify how we generate the prefix string when dumping unit state | Lennart Poettering |
2014-08-21 | util: make asynchronous_close() really work like an asynchronous version of s... | Lennart Poettering |
2014-08-21 | util: simplify close_nointr() a bit | Lennart Poettering |
2014-08-21 | util: change return value of startswith() to non-const | Lennart Poettering |
2014-08-21 | journalctl: add "-t --identifier=STRING" option | Harald Hoyer |
2014-08-20 | sd-event: add API to access epoll_fd | Tom Gundersen |
2014-08-20 | resolved: write resolv.conf search - switch arguments | Tom Gundersen |
2014-08-20 | journal-upload: make sure that 'r' is initialized | Lukas Nykryn |
2014-08-20 | util: return after freeing all members of array | Lukas Nykryn |
2014-08-20 | journal-remote: remove unreachable code | Lukas Nykryn |
2014-08-20 | resolved: fix which return codes we check | Lennart Poettering |
2014-08-20 | resolved-dns-rr: fix typo | Lukas Nykryn |
2014-08-20 | machine-id-setup: don't try to read UUID from VM/container manager if we oper... | Lennart Poettering |
2014-08-20 | build: remove repeated KMOD section | Tom Gundersen |
2014-08-20 | systemctl: fail in the case that no unit files were found | Lukas Nykryn |
2014-08-20 | CONST_MAX breaks gcc on fedora 20 with optimiztationsystemd/v216 | Lennart Poettering |
2014-08-20 | build: include more optional modules in build string | Lennart Poettering |
2014-08-20 | indentation/spurious whitespace fixes | Lennart Poettering |
2014-08-20 | journal-upload: allow the tool to start | Lennart Poettering |
2014-08-20 | cmdline: for new tools avoid introduce new negative switches, and properly al... | Lennart Poettering |
2014-08-19 | sysusers: initialize r | Thomas Hindoe Paaboel Andersen |
2014-08-19 | remove unused variables | Thomas Hindoe Paaboel Andersen |
2014-08-19 | memfd: escape the comm field we get from PR_GET_NAME, but assume everything e... | Lennart Poettering |
2014-08-19 | memfd: skip utf-8 escaping if we use a name that was passed in | Daniel Mack |
2014-08-19 | socket: suffix newly added TCP sockopt time properties with "Sec" | Lennart Poettering |
2014-08-19 | memfd: reduce name escaping logic to utf-8 checks | Daniel Mack |
2014-08-19 | memfd: simplify API | Lennart Poettering |
2014-08-19 | Revert "socket: introduce SELinuxLabelViaNet option" | Lennart Poettering |
2014-08-19 | tmpfiles: add new 'r' line type to add UIDs/GIDs to the pool to allocate UIDs... | Lennart Poettering |
2014-08-19 | networkd: don't consider deprecated or tentative addresses when determining o... | Tom Gundersen |
2014-08-19 | socket: introduce SELinuxLabelViaNet option | Michal Sekletar |
2014-08-19 | networkd: netdev - add missing callback when adding stacked devices | Tom Gundersen |