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