summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-09-09tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering
2015-09-08Merge pull request #1190 from poettering/rework-virtDaniel Mack
2015-09-08sd-login: fix sd_seat_get_active() to return ENODATAsystemd/v226David Herrmann
2015-09-08Merge pull request #1201 from torstehu/fix-typoDavid Herrmann
2015-09-08Merge pull request #1192 from poettering/sd-bus-containerDaniel Mack
2015-09-08treewide: fix typosTorstein Husebø
2015-09-08Merge pull request #1196 from evverx/systemctl-add-consists-ofLennart Poettering
2015-09-08Merge pull request #1198 from martinpitt/masterLennart Poettering
2015-09-08cgroup-util: fix devices controllerMartin Pitt
2015-09-08systemctl: add ConsistsOf as the inverse of PartOfEvgeny Vereshchagin
2015-09-08nspawn: also close uid shift socket in the parentLennart Poettering
2015-09-08nspawn: short reads do not set errno, hence don't try to print itLennart Poettering
2015-09-08inspawn: switch from SOCK_DGRAM to SOCK_SEQPACKET for internal socketpairsLennart Poettering
2015-09-08nspawn: properly propagate errors when we fail to set soemthing upLennart Poettering
2015-09-07machined: improve error message when trying to get a bus in bus-less containersLennart Poettering
2015-09-07sd-bus: when connecting to a container AF_UNIX bus, return errorLennart Poettering
2015-09-07nspawn: sort and clean up included header listLennart Poettering
2015-09-07nspawn: remove nspawn.h, it's empty nowLennart Poettering
2015-09-07nspawn: split out --uid= logic into nspawn-setuid.[ch]Lennart Poettering
2015-09-07nspawn: split out machined registration code to nspawn-register.[ch]Lennart Poettering
2015-09-07nspawn: split out cgroup related calls into nspawn-cgroup.[ch]Lennart Poettering
2015-09-07nspawn: split out network related code to nspawn-network.[ch]Lennart Poettering
2015-09-07nspawn: split all port exposure code into nspawn-expose-port.[ch]Lennart Poettering
2015-09-07nspawn: split out mount related functions into a new nspawn-mount.c fileLennart Poettering
2015-09-07unit: move "not supported" check after condition check in unit_start()Lennart Poettering
2015-09-07basic: rework virtualization detection APILennart Poettering
2015-09-07Merge pull request #1178 from poettering/gpt-auto-fixesDaniel Mack
2015-09-07tests: Skip test-cgroup-util test_mask_supported() when not running under sys...Martin Pitt
2015-09-07Merge pull request #1179 from poettering/sd-event-sigchld-fixTom Gundersen
2015-09-07Merge pull request #1165 from poettering/nspawn-filesTom Gundersen
2015-09-07sd-event: make sure to create a signal queue for the right signalLennart Poettering
2015-09-07systemctl: a number of cleanups regarding error handling in systemctlLennart Poettering
2015-09-07gpt-auto: minor simplificatin handling the no-auto GPT flagLennart Poettering
2015-09-07gpt-auto: try to handle LUKS root partitions betterLennart Poettering
2015-09-06sd-event: fix call to event_make_signal_dataThomas Hindoe Paaboel Andersen
2015-09-06Merge pull request #1153 from evverx/dot-alias-handlingLennart Poettering
2015-09-06analyze: add "alias" handling to dot subcommandEvgeny Vereshchagin
2015-09-06Merge pull request #1159 from AnchorCat/polkit-details/v2Lennart Poettering
2015-09-06Merge pull request #1162 from dvdhrm/bus-recursive-nodesLennart Poettering
2015-09-06nspawn: add new .nspawn files for container settingsLennart Poettering
2015-09-05machine: make sure to call unlockpt() even for local host pty connectionsLennart Poettering
2015-09-05logind: make scope of wall message handling smallerLennart Poettering
2015-09-05unit: make unit_can_start() more accurateLennart Poettering
2015-09-05core: don't use uninitialized errnoLennart Poettering
2015-09-05machine: clarify that /var/lib/containers is legacyLennart Poettering
2015-09-05sd-bus: make introspection data non-recursiveDavid Herrmann
2015-09-05sd-bus: derive uid from cgroup if possibleDavid Herrmann
2015-09-06core: pass details to polkit for some unit actionsMichael Chapman
2015-09-06bus-util: support details in CheckAuthorization callsMichael Chapman
2015-09-05Merge pull request #1140 from poettering/sd-event-signalsDavid Herrmann