summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dissect: add support for encrypted imagesLennart Poettering2016-12-076-79/+467
* minor code beautificationsLennart Poettering2016-12-072-8/+13
* dissect: add small "systemd-dissect" tool as wrapper around dissect-image.cLennart Poettering2016-12-076-3/+234
* util-lib: drop unnecessary NULL checkLennart Poettering2016-12-071-2/+0
* machined: add API for querying the OS release of a machine imageLennart Poettering2016-12-077-40/+261
* util-lib: add easy helpers for temporary directories that rmdir()ed via _clea...Lennart Poettering2016-12-073-0/+28
* nspawn: port nspawn to new generalized image dissection codeLennart Poettering2016-12-071-656/+38
* util-lib: split out image dissecting code and loopback code from nspawnLennart Poettering2016-12-077-5/+902
* libudev: set errno if udev_new() failsLennart Poettering2016-12-071-1/+3
* dhcp: bind udp sockets to interfaces (#4822)27o2016-12-075-6/+18
* Merge pull request #4841 from hadess/oke-barcode-readerPeter Hutterer2016-12-061-0/+4
|\
| * hwdb: Add fixed layout for another YubikeyBastien Nocera2016-12-061-0/+2
| * hwdb: Add fixed layout for OKE barcode readerBastien Nocera2016-12-061-0/+2
* | calendarspec: always interpret missing seconds as :00 (#4813)Doug Christman2016-12-062-6/+5
* | networkd: Use dhcp correct type for IP port (#4840)Susant Sahani2016-12-062-2/+2
* | core: introduce parse_ip_port (#4825)Susant Sahani2016-12-066-11/+27
|/
* time-util: accept "µs" as time unit, in addition to "us" (#4836)Lennart Poettering2016-12-062-0/+6
* rules: consider MMC device partitions with partition number > 9 (#4831)Kieran Colford2016-12-061-1/+1
* Merge pull request #4838 from phomes/misc-cleanup2Evgeny Vereshchagin2016-12-062-2/+2
|\
| * core: remove unused variableThomas Hindoe Paaboel Andersen2016-12-061-1/+1
| * udev: remove duplicate flagThomas Hindoe Paaboel Andersen2016-12-061-1/+1
|/
* man: Document return value of event source prepare callback (#4834)Martin Ejdestig2016-12-051-4/+5
* nspawn: don't hide --bind=/tmp/* mounts (#4824)Evgeny Vereshchagin2016-12-052-1/+11
* networkd: link_enter_configured remove assert (#4800)Susant Sahani2016-12-051-4/+4
* journal: make sure to initially populate the space info cache (#4807)Franck Bui2016-12-021-1/+1
* cgroup: properly check for ignore-notfound paths (#4803)Dave Reisner2016-12-021-2/+9
* treewide: fix typos (#4802)Torstein Husebø2016-12-022-2/+2
* Merge pull request #4228 from dm0-/coreos-1554Zbigniew Jędrzejewski-Szmek2016-12-025-47/+205
|\
| * networkd: support marking links unmanagedDavid Michael2016-12-015-0/+133
| * networkd-test: define a utility class to simplify testsDavid Michael2016-12-011-47/+72
* | Merge pull request #4797 from keszybz/pylintMartin Pitt2016-12-026-33/+31
|\ \
| * | python: use raw strings for regexp patternsZbigniew Jędrzejewski-Szmek2016-12-022-16/+16
| * | hwdb_parse: adjust indentation and imports following pylint adviceZbigniew Jędrzejewski-Szmek2016-12-021-10/+8
| * | python: adjust imports, indentation, unused variables following pylint adviceZbigniew Jędrzejewski-Szmek2016-12-023-5/+5
| * | acpi-update.py: there is no "Error" classZbigniew Jędrzejewski-Szmek2016-12-021-2/+2
|/ /
* | Spot inconsistent quoting (just one single quote) (#4732)Tobias Stoeckmann2016-12-022-2/+2
* | networkd: VXLAN add better explanation for ARPProxy (#4781)Susant Sahani2016-12-021-1/+3
* | rules: add persistent links for nbd devices (#4785)Martin Pitt2016-12-011-1/+1
* | Update boot.c (#4780)Yassine Imounachen2016-12-011-1/+1
* | Merge pull request #4694 from poettering/chase-everywhereZbigniew Jędrzejewski-Szmek2016-12-0137-308/+643
|\ \
| * | util-lib: rename CHASE_NON_EXISTING → CHASE_NONEXISTENTLennart Poettering2016-12-015-12/+12
| * | nspawn: improve log messagesLennart Poettering2016-12-011-4/+4
| * | nspawn: optionally, automatically allocated --bind=/--overlay source from /va...Lennart Poettering2016-12-013-16/+57
| * | nspawn: permit prefixing of source paths in --bind= and --overlay= with "+"Lennart Poettering2016-12-015-82/+148
| * | tree-wide: set SA_RESTART for signal handlers we installLennart Poettering2016-12-014-3/+8
| * | nspawn: add ability to configure overlay mounts to .nspawn filesLennart Poettering2016-12-014-0/+40
| * | nspawn: split out overlayfs argument parsing into a function of its ownLennart Poettering2016-12-013-60/+63
| * | nspawn: use -ENOMEM instead of log_oom() in one caseLennart Poettering2016-12-011-1/+1
| * | nspawn: make use of CHASE_NON_EXISTING when locking imageLennart Poettering2016-12-011-9/+9
| * | nspawn: use the new CHASE_NON_EXISTING flag when resolving mount pointsLennart Poettering2016-12-011-19/+23