summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-12-10Merge pull request #4795 from poettering/dissectZbigniew Jędrzejewski-Szmek
2016-12-10nspawn: add missing -E to getopt_long (#4860)Wim de With
2016-12-09tree-wide: replace all readdir cycles with FOREACH_DIRENT{,_ALL} (#4853)Reverend Homer
2016-12-08Merge pull request #4686 from poettering/machine-id-app-specificZbigniew Jędrzejewski-Szmek
2016-12-07network: fix const qualifier (#4849)David Michael
2016-12-07nspawn: resolv.conf might not be created initially (#4799)Franck Bui
2016-12-07Merge pull request #4843 from joukewitteveen/protocolLennart Poettering
2016-12-07network: support negation in matching patterns (#4809)David Michael
2016-12-07nspawn/dissect: automatically discover dm-verity verity partitionsLennart Poettering
2016-12-07nspawn: when generating a machine name from an image name, truncate .raw suffixLennart Poettering
2016-12-07dissect: add support for encrypted imagesLennart Poettering
2016-12-07minor code beautificationsLennart Poettering
2016-12-07dissect: add small "systemd-dissect" tool as wrapper around dissect-image.cLennart Poettering
2016-12-07util-lib: drop unnecessary NULL checkLennart Poettering
2016-12-07machined: add API for querying the OS release of a machine imageLennart Poettering
2016-12-07util-lib: add easy helpers for temporary directories that rmdir()ed via _clea...Lennart Poettering
2016-12-07nspawn: port nspawn to new generalized image dissection codeLennart Poettering
2016-12-07util-lib: split out image dissecting code and loopback code from nspawnLennart Poettering
2016-12-07libudev: set errno if udev_new() failsLennart Poettering
2016-12-07dhcp: bind udp sockets to interfaces (#4822)27o
2016-12-06calendarspec: always interpret missing seconds as :00 (#4813)Doug Christman
2016-12-06service: go through stop_post on failure (#4770)Jouke Witteveen
2016-12-06man: fix $SERVICE_RESULT/$EXIT_CODE/$EXIT_STATUS documentationJouke Witteveen
2016-12-06networkd: Use dhcp correct type for IP port (#4840)Susant Sahani
2016-12-06core: introduce parse_ip_port (#4825)Susant Sahani
2016-12-06time-util: accept "µs" as time unit, in addition to "us" (#4836)Lennart Poettering
2016-12-06core: remove unused variableThomas Hindoe Paaboel Andersen
2016-12-06udev: remove duplicate flagThomas Hindoe Paaboel Andersen
2016-12-05nspawn: don't hide --bind=/tmp/* mounts (#4824)Evgeny Vereshchagin
2016-12-05networkd: link_enter_configured remove assert (#4800)Susant Sahani
2016-12-02journal: make sure to initially populate the space info cache (#4807)Franck Bui
2016-12-02cgroup: properly check for ignore-notfound paths (#4803)Dave Reisner
2016-12-02treewide: fix typos (#4802)Torstein Husebø
2016-12-02Merge pull request #4228 from dm0-/coreos-1554Zbigniew Jędrzejewski-Szmek
2016-12-01python: adjust imports, indentation, unused variables following pylint adviceZbigniew Jędrzejewski-Szmek
2016-12-01Spot inconsistent quoting (just one single quote) (#4732)Tobias Stoeckmann
2016-12-01networkd: support marking links unmanagedDavid Michael
2016-12-01Update boot.c (#4780)Yassine Imounachen
2016-12-01util-lib: rename CHASE_NON_EXISTING → CHASE_NONEXISTENTLennart Poettering
2016-12-01nspawn: improve log messagesLennart Poettering
2016-12-01nspawn: optionally, automatically allocated --bind=/--overlay source from /va...Lennart Poettering
2016-12-01nspawn: permit prefixing of source paths in --bind= and --overlay= with "+"Lennart Poettering
2016-12-01tree-wide: set SA_RESTART for signal handlers we installLennart Poettering
2016-12-01nspawn: add ability to configure overlay mounts to .nspawn filesLennart Poettering
2016-12-01nspawn: split out overlayfs argument parsing into a function of its ownLennart Poettering
2016-12-01nspawn: use -ENOMEM instead of log_oom() in one caseLennart Poettering
2016-12-01nspawn: make use of CHASE_NON_EXISTING when locking imageLennart Poettering
2016-12-01nspawn: use the new CHASE_NON_EXISTING flag when resolving mount pointsLennart Poettering
2016-12-01fs-util: add new CHASE_NON_EXISTING flag to chase_symlinks()Lennart Poettering
2016-12-01fs-util: add flags parameter to chase_symlinks()Lennart Poettering