summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-09-30architecture.h: define PROC_CPUINFO_MODELAaro Koskinen
2015-09-30fileio: make get_status_field() more genericAaro Koskinen
2015-09-30nspawn: fix user namespace supportLennart Poettering
2015-09-30nspawn: order includesLennart Poettering
2015-09-30nspawn: make sure mount_legacy_cgroup_hierarchy() can deal with NULL root dir...Lennart Poettering
2015-09-30systemctl: when reading legacy -t argument for shutdown, don't drop following...Lennart Poettering
2015-09-30systemctl: various modernizationsLennart Poettering
2015-09-30tree-wide: use strempty() where possibleDaniel Mack
2015-09-29Merge pull request #1408 from poettering/systemctl-and-moreDaniel Mack
2015-09-29systemctl: when a shutdown is scheduled, always go via logindLennart Poettering
2015-09-29systemctl: minor modernizationsLennart Poettering
2015-09-29systemctl: port verb dispatching to generic verbs.[ch] codeLennart Poettering
2015-09-29systemctl: prefer shutting down through logind even as rootLennart Poettering
2015-09-29systemctl: split out code invoking SetExitCode() into function of its ownLennart Poettering
2015-09-29pager: minor modernizationsLennart Poettering
2015-09-29systemctl: don't assert on the arguments array unnecessarilyLennart Poettering
2015-09-29systemctl: make use of strv_skip() where appropriateLennart Poettering
2015-09-29systemctl: make use of log_error_errno() where we canLennart Poettering
2015-09-29systemctl: rework how we connect to bussesLennart Poettering
2015-09-29core: add a "Requires=" dependency between units and the slices they are loca...Lennart Poettering
2015-09-29update-utmp: flush and close the bus used for connections after useLennart Poettering
2015-09-29update-utmp: minor modernizationsLennart Poettering
2015-09-29bus-util: rename bus_open_transport() to bus_connect_transport()Lennart Poettering
2015-09-29pager: minor simplificationLennart Poettering
2015-09-29systemctl: rename parse_time_spec() to parse_shutdown_time_spec()Lennart Poettering
2015-09-29systemctl: conditionalize /dev/initctl fallback on HAVE_SYSV_COMPATLennart Poettering
2015-09-29systemctl: allocate arg_wall only on the heapLennart Poettering
2015-09-29systemctl: add 'const' where appropriateLennart Poettering
2015-09-29systemctl: remove client-side wall message supportLennart Poettering
2015-09-29systemctl: move strv_skip_first() out of systemctl.cLennart Poettering
2015-09-29systemctl: split out code that schedules shutdowsn into its own functionLennart Poettering
2015-09-29systemctl: rename all logind-specific functions to logind_xyz()Lennart Poettering
2015-09-29systemctl: move shutdown cancelling code into its own functionLennart Poettering
2015-09-29systemctl: don't special case ACTION_RUNLEVEL anymoreLennart Poettering
2015-09-29systemctl: introduce a single function to set the wall messageLennart Poettering
2015-09-29core: rework crash handlingLennart Poettering
2015-09-29socket: rename ffs_xyz to usbffs_xyzLennart Poettering
2015-09-29core: turn a large if statement into a switchLennart Poettering
2015-09-29selinux: add _cleanup_ concepts to SELinux label allocationLennart Poettering
2015-09-29core: simplify how we create socket fdsLennart Poettering
2015-09-29core: small error message wording improvementsLennart Poettering
2015-09-29core: properly use the ExitCode bus property when exiting is --user instanceLennart Poettering
2015-09-29core: allow setting WorkingDirectory= to the special value ~Lennart Poettering
2015-09-29detect-virt: various modernizationsLennart Poettering
2015-09-29journal-cat: various modernizationsLennart Poettering
2015-09-29journal-cat: return a correct error, not -1Lennart Poettering
2015-09-29machine-id-commit: merge machine-id-commit functionality into machine-id-setupLennart Poettering
2015-09-29sd-daemon: Simplify sd_booted() checkLennart Poettering
2015-09-29systemctl: make "systemctl is-system-running" return "offline" if we are not ...Lennart Poettering
2015-09-29Merge pull request #1407 from dvdhrm/prioqLennart Poettering