summaryrefslogtreecommitdiffstats
path: root/man/systemd.mount.xml (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-07minor code beautificationsLennart Poettering2-8/+13
2016-12-07dissect: add small "systemd-dissect" tool as wrapper around dissect-image.cLennart Poettering6-3/+234
2016-12-07util-lib: drop unnecessary NULL checkLennart Poettering1-2/+0
2016-12-07machined: add API for querying the OS release of a machine imageLennart Poettering7-40/+261
2016-12-07util-lib: add easy helpers for temporary directories that rmdir()ed via _clea...Lennart Poettering3-0/+28
2016-12-07nspawn: port nspawn to new generalized image dissection codeLennart Poettering1-656/+38
2016-12-07util-lib: split out image dissecting code and loopback code from nspawnLennart Poettering7-5/+902
2016-12-07libudev: set errno if udev_new() failsLennart Poettering1-1/+3
2016-12-07dhcp: bind udp sockets to interfaces (#4822)27o5-6/+18
2016-12-06calendarspec: always interpret missing seconds as :00 (#4813)Doug Christman2-6/+5
2016-12-06networkd: Use dhcp correct type for IP port (#4840)Susant Sahani2-2/+2
2016-12-06core: introduce parse_ip_port (#4825)Susant Sahani6-11/+27
2016-12-06hwdb: Add fixed layout for another YubikeyBastien Nocera1-0/+2
2016-12-06hwdb: Add fixed layout for OKE barcode readerBastien Nocera1-0/+2
2016-12-06time-util: accept "µs" as time unit, in addition to "us" (#4836)Lennart Poettering2-0/+6
2016-12-06rules: consider MMC device partitions with partition number > 9 (#4831)Kieran Colford1-1/+1
2016-12-06core: remove unused variableThomas Hindoe Paaboel Andersen1-1/+1
2016-12-06udev: remove duplicate flagThomas Hindoe Paaboel Andersen1-1/+1
2016-12-05man: Document return value of event source prepare callback (#4834)Martin Ejdestig1-4/+5
2016-12-05nspawn: don't hide --bind=/tmp/* mounts (#4824)Evgeny Vereshchagin2-1/+11
2016-12-05networkd: link_enter_configured remove assert (#4800)Susant Sahani1-4/+4
2016-12-02journal: make sure to initially populate the space info cache (#4807)Franck Bui1-1/+1
2016-12-02cgroup: properly check for ignore-notfound paths (#4803)Dave Reisner1-2/+9
2016-12-02treewide: fix typos (#4802)Torstein Husebø2-2/+2
2016-12-02python: use raw strings for regexp patternsZbigniew Jędrzejewski-Szmek2-16/+16
2016-12-02hwdb_parse: adjust indentation and imports following pylint adviceZbigniew Jędrzejewski-Szmek1-10/+8
2016-12-02python: adjust imports, indentation, unused variables following pylint adviceZbigniew Jędrzejewski-Szmek3-5/+5
2016-12-02acpi-update.py: there is no "Error" classZbigniew Jędrzejewski-Szmek1-2/+2
2016-12-02Spot inconsistent quoting (just one single quote) (#4732)Tobias Stoeckmann2-2/+2
2016-12-02networkd: VXLAN add better explanation for ARPProxy (#4781)Susant Sahani1-1/+3
2016-12-01networkd: support marking links unmanagedDavid Michael5-0/+133
2016-12-01networkd-test: define a utility class to simplify testsDavid Michael1-47/+72
2016-12-01rules: add persistent links for nbd devices (#4785)Martin Pitt1-1/+1
2016-12-01Update boot.c (#4780)Yassine Imounachen1-1/+1
2016-12-01util-lib: rename CHASE_NON_EXISTING → CHASE_NONEXISTENTLennart Poettering5-12/+12
2016-12-01nspawn: improve log messagesLennart Poettering1-4/+4
2016-12-01nspawn: optionally, automatically allocated --bind=/--overlay source from /va...Lennart Poettering3-16/+57
2016-12-01nspawn: permit prefixing of source paths in --bind= and --overlay= with "+"Lennart Poettering5-82/+148
2016-12-01tree-wide: set SA_RESTART for signal handlers we installLennart Poettering4-3/+8
2016-12-01nspawn: add ability to configure overlay mounts to .nspawn filesLennart Poettering4-0/+40
2016-12-01hwdb: add XKB_FIXED_LAYOUT/VARIANT to the keyboard hwdbPeter Hutterer2-2/+23
2016-12-01hwdb: fix comment referring to rules filePeter Hutterer1-1/+1
2016-12-01nspawn: split out overlayfs argument parsing into a function of its ownLennart Poettering3-60/+63
2016-12-01nspawn: use -ENOMEM instead of log_oom() in one caseLennart Poettering1-1/+1
2016-12-01nspawn: make use of CHASE_NON_EXISTING when locking imageLennart Poettering1-9/+9
2016-12-01nspawn: use the new CHASE_NON_EXISTING flag when resolving mount pointsLennart Poettering1-19/+23
2016-12-01fs-util: add new CHASE_NON_EXISTING flag to chase_symlinks()Lennart Poettering3-13/+66
2016-12-01fs-util: add flags parameter to chase_symlinks()Lennart Poettering11-48/+45
2016-12-01fs-util: change chase_symlinks() behaviour in regards to escaping the root dirLennart Poettering2-9/+11
2016-12-01test-fs-util: add a test case with repeated ".." parts that would escape the ...Zbigniew Jędrzejewski-Szmek1-0/+31