summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)AuthorFilesLines
2015-03-10Add type specifier for intThomas Hindoe Paaboel Andersen1-1/+1
2015-03-10logs-show: fix check of loop_read_exactThomas Hindoe Paaboel Andersen1-1/+1
2015-03-09Introduce loop_read_exact helperZbigniew Jędrzejewski-Szmek3-14/+19
2015-03-09efivars: itialize variableZbigniew Jędrzejewski-Szmek1-1/+1
2015-03-09Add missing includesZbigniew Jędrzejewski-Szmek2-0/+3
2015-03-09efivars: use greedy_reallocZbigniew Jędrzejewski-Szmek1-5/+3
2015-03-09efivars: use more _cleanup_Zbigniew Jędrzejewski-Szmek1-21/+15
2015-03-09efivars: do binary and before converting to boolZbigniew Jędrzejewski-Szmek1-1/+1
2015-03-09efivars: rename last remaining err to rZbigniew Jędrzejewski-Szmek1-4/+4
2015-03-09efivars: modernizationZbigniew Jędrzejewski-Szmek1-92/+33
2015-03-09importd: add API for exporting container/VM imagesLennart Poettering2-23/+32
2015-03-09tree-wide: use _packed_ macro instead of raw gcc __attribute__Lennart Poettering1-5/+5
2015-03-09missing.h: add NDA_*Michael Olbrich1-0/+16
2015-03-07shared/machine-pool: remove unnecessary checkZbigniew Jędrzejewski-Szmek1-2/+1
2015-03-04Use correct uname identifiers in arch_map for SuperH architectureJohn Paul Adrian Glaubitz1-2/+6
2015-03-05importd: add new bus calls for importing local tar and raw imagesLennart Poettering1-0/+3
2015-03-03shared/util: assume ac when /sys/class/power_supply is missingZbigniew Jędrzejewski-Szmek1-1/+1
2015-03-03importd: automatically grow /var/lib/machines/ loopback filesystem during dow...Lennart Poettering4-6/+91
2015-03-02machined: also set up /var/lib/machines as btrfs, if "machinectl set-limit" i...Lennart Poettering2-5/+11
2015-03-02importd: take a lock while we set up /var/lib/machines/Lennart Poettering1-0/+6
2015-03-02importd: split out setup logic for /var/lib/machines into its own API fileLennart Poettering2-0/+315
2015-03-01shared: AFS is also a network filesystemCristian Rodríguez1-0/+1
2015-02-27shared/condition: fix gcc5 warningDaniel Mack1-1/+1
2015-02-26machined: if /var/lib/machines is backed by a loop file, resize it on "machin...Lennart Poettering2-7/+98
2015-02-25machined,machinectl: add calls for changing container/VM quotasLennart Poettering4-0/+44
2015-02-24systemd: add getrandom syscall numbers for MIPSAaro Koskinen1-0/+10
2015-02-24acl-util: avoid freeing uninitialized pointerThomas Hindoe Paaboel Andersen1-2/+2
2015-02-24importd: enable btrfs quota in /var/lib/machines, if necessaryLennart Poettering2-0/+26
2015-02-24shared: fix wrong assertion in barrier_set_role()Cristian Rodríguez1-1/+1
2015-02-24shared/unit-name: fix gcc5 warningDaniel Mack1-1/+1
2015-02-24shared/time-util: fix gcc5 warningDaniel Mack1-1/+1
2015-02-23tmpfiles: avoid creating duplicate acl entriesZbigniew Jędrzejewski-Szmek2-2/+81
2015-02-24sd-bus, shared: fix includesDaniel Mack1-0/+1
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen76-197/+5
2015-02-20shared: handle unnamed sockets in socket_address_equal()Michal Schmidt1-0/+4
2015-02-20shared: avoid semi-duplicating socket_address_equal()Michal Schmidt1-17/+1
2015-02-20shared: use SocketAddress in socket_address_matches_fd()Michal Schmidt1-18/+18
2015-02-20core, shared: in deserializing, match same files reached via different pathsMichal Schmidt3-6/+9
2015-02-18nspawn: when connected to pipes for stdin/stdout, pass them as-is to PID 1Lennart Poettering2-32/+45
2015-02-18everywhere: remove configurability of sysv runlevel to target mappingLennart Poettering1-7/+2
2015-02-18shared: introduce cmsg_close_all() callLennart Poettering3-0/+14
2015-02-18systemctl: let's make use of FOREACH_STRING() where we canLennart Poettering1-6/+6
2015-02-18Add gettext supportDidier Roche2-0/+10
2015-02-18machined: open up most of machined's commands to unprivileged clients via Pol...Lennart Poettering1-0/+2
2015-02-17bootctl: add sd-boot supportKay Sievers2-9/+239
2015-02-16Transpose args in strv_fnmatch() to be more ooZbigniew Jędrzejewski-Szmek2-4/+4
2015-02-16Add helper for fnmatch over strvZbigniew Jędrzejewski-Szmek2-0/+19
2015-02-14util: use a shared lookup function for string tablesBruno Bottazzini2-10/+18
2015-02-14sd-rtnl: add missing IFLA_INET6_ADDR_GEN_MODE definitionDjalal Harouni1-0/+18
2015-02-12include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen5-5/+5