summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering2015-09-0941-173/+80
* Merge pull request #1190 from poettering/rework-virtDaniel Mack2015-09-0829-293/+316
|\
| * basic: rework virtualization detection APILennart Poettering2015-09-0729-293/+316
* | sd-login: fix sd_seat_get_active() to return ENODATAv226David Herrmann2015-09-082-3/+3
* | Merge pull request #1201 from torstehu/fix-typoDavid Herrmann2015-09-083-3/+3
|\ \
| * | treewide: fix typosTorstein Husebø2015-09-083-3/+3
* | | Merge pull request #1192 from poettering/sd-bus-containerDaniel Mack2015-09-082-16/+42
|\ \ \ | |/ / |/| |
| * | machined: improve error message when trying to get a bus in bus-less containersLennart Poettering2015-09-071-3/+5
| * | sd-bus: when connecting to a container AF_UNIX bus, return errorLennart Poettering2015-09-071-13/+37
* | | Merge pull request #1196 from evverx/systemctl-add-consists-ofLennart Poettering2015-09-081-0/+1
|\ \ \
| * | | systemctl: add ConsistsOf as the inverse of PartOfEvgeny Vereshchagin2015-09-081-0/+1
* | | | Merge pull request #1198 from martinpitt/masterLennart Poettering2015-09-081-1/+1
|\ \ \ \
| * | | | cgroup-util: fix devices controllerMartin Pitt2015-09-081-1/+1
| |/ / /
* | | | nspawn: also close uid shift socket in the parentLennart Poettering2015-09-081-0/+1
* | | | nspawn: short reads do not set errno, hence don't try to print itLennart Poettering2015-09-081-2/+2
* | | | inspawn: switch from SOCK_DGRAM to SOCK_SEQPACKET for internal socketpairsLennart Poettering2015-09-081-4/+4
* | | | nspawn: properly propagate errors when we fail to set soemthing upLennart Poettering2015-09-081-2/+4
|/ / /
* | | nspawn: sort and clean up included header listLennart Poettering2015-09-071-56/+44
* | | nspawn: remove nspawn.h, it's empty nowLennart Poettering2015-09-0711-32/+1
* | | nspawn: split out --uid= logic into nspawn-setuid.[ch]Lennart Poettering2015-09-073-242/+299
* | | nspawn: split out machined registration code to nspawn-register.[ch]Lennart Poettering2015-09-073-218/+294
* | | nspawn: split out cgroup related calls into nspawn-cgroup.[ch]Lennart Poettering2015-09-073-140/+200
* | | nspawn: split out network related code to nspawn-network.[ch]Lennart Poettering2015-09-073-439/+504
* | | nspawn: split all port exposure code into nspawn-expose-port.[ch]Lennart Poettering2015-09-076-271/+337
* | | nspawn: split out mount related functions into a new nspawn-mount.c fileLennart Poettering2015-09-075-835/+949
|/ /
* | unit: move "not supported" check after condition check in unit_start()Lennart Poettering2015-09-071-4/+9
|/
* Merge pull request #1178 from poettering/gpt-auto-fixesDaniel Mack2015-09-072-22/+97
|\
| * systemctl: a number of cleanups regarding error handling in systemctlLennart Poettering2015-09-071-14/+13
| * gpt-auto: minor simplificatin handling the no-auto GPT flagLennart Poettering2015-09-071-6/+7
| * gpt-auto: try to handle LUKS root partitions betterLennart Poettering2015-09-071-2/+77
* | tests: Skip test-cgroup-util test_mask_supported() when not running under sys...Martin Pitt2015-09-071-1/+1
* | Merge pull request #1179 from poettering/sd-event-sigchld-fixTom Gundersen2015-09-071-1/+1
|\ \
| * | sd-event: make sure to create a signal queue for the right signalLennart Poettering2015-09-071-1/+1
* | | Merge pull request #1165 from poettering/nspawn-filesTom Gundersen2015-09-0716-307/+1123
|\ \ \ | |/ / |/| |
| * | nspawn: add new .nspawn files for container settingsLennart Poettering2015-09-0612-290/+1086
| * | machine: make sure to call unlockpt() even for local host pty connectionsLennart Poettering2015-09-051-2/+12
| * | logind: make scope of wall message handling smallerLennart Poettering2015-09-051-10/+12
| * | unit: make unit_can_start() more accurateLennart Poettering2015-09-051-3/+11
| * | core: don't use uninitialized errnoLennart Poettering2015-09-051-1/+1
| * | machine: clarify that /var/lib/containers is legacyLennart Poettering2015-09-051-1/+1
* | | sd-event: fix call to event_make_signal_dataThomas Hindoe Paaboel Andersen2015-09-061-1/+1
| |/ |/|
* | Merge pull request #1153 from evverx/dot-alias-handlingLennart Poettering2015-09-061-1/+48
|\ \
| * | analyze: add "alias" handling to dot subcommandEvgeny Vereshchagin2015-09-061-1/+48
* | | Merge pull request #1159 from AnchorCat/polkit-details/v2Lennart Poettering2015-09-0617-38/+178
|\ \ \
| * | | core: pass details to polkit for some unit actionsMichael Chapman2015-09-064-10/+67
| * | | bus-util: support details in CheckAuthorization callsMichael Chapman2015-09-0614-29/+112
| | |/ | |/|
* | | Merge pull request #1162 from dvdhrm/bus-recursive-nodesLennart Poettering2015-09-061-7/+15
|\ \ \
| * | | sd-bus: make introspection data non-recursiveDavid Herrmann2015-09-051-7/+15
| |/ /
* | | sd-bus: derive uid from cgroup if possibleDavid Herrmann2015-09-051-2/+8
|/ /
* | Merge pull request #1140 from poettering/sd-event-signalsDavid Herrmann2015-09-0520-306/+679
|\ \