summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #208 from poettering/btrfs-rec-snapshotLennart Poettering2015-06-152-9/+35
|\ | | | | btrfs-util: when snapshotting make sure we don't descent into subvolu…
| * btrfs-util: when snapshotting make sure we don't descent into subvolumes we ↵Lennart Poettering2015-06-152-9/+35
|/ | | | | | | | | | | | | just created We already had a safety check in place that we don't end up descending to the original subvolume again, but we also should avoid descending in the newly created one. This is particularly important if we make a snapshot below its source, like we do in "systemd-nspawn --ephemeral -D /". Closes https://bugs.freedesktop.org/show_bug.cgi?id=90803
* Merge pull request #154 from dmedri/masterDaniel Mack2015-06-1510-344/+865
|\ | | | | Italian .po updates
| * All languages .po files - general updateDaniele Medri2015-06-109-329/+831
| |
| * Italian .po updatesDaniele Medri2015-06-101-15/+34
| |
* | Merge pull request #202 from victorenator/l10n-beDaniel Mack2015-06-156-0/+1528
|\ \ | | | | | | l10n: Add Belarusian translation
| * | l10n: Add Belarusian translationViktar Vauchkevich2015-06-146-0/+1528
| | |
* | | Merge pull request #206 from zonque/firewall-renameDaniel Mack2015-06-157-12/+12
|\ \ \ | | | | | | | | firewall: rename fw-util.[ch] → firewall-util.[ch]
| * | | firewall: rename fw-util.[ch] → firewall-util.[ch]Daniel Mack2015-06-157-12/+12
|/ / / | | | | | | | | | | | | The names fw-util.[ch] are too ambiguous, better rename the files to firewall-util.[ch]. Also rename the test accordingly.
* | | Merge pull request #180 from ronnychevalier/rc/coverity_cid_1304686Lennart Poettering2015-06-151-0/+3
|\ \ \ | | | | | | | | login: fix potential null pointer dereference
| * | | login: fix potential null pointer dereferenceRonny Chevalier2015-06-151-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix CID 1304686: Dereference after null check (FORWARD_NULL) However, this commit does not fix any bug in logind. It helps to keep the elect_display_compare() function generic.
* | | | man: document that ExecStop= needs a synchronous toolLennart Poettering2015-06-151-4/+15
| | | | | | | | | | | | | | | | As requested in #199.
* | | | man: document that SIGCONT always follows SIGTERMLennart Poettering2015-06-151-1/+7
| | | | | | | | | | | | | | | | As requested in #199.
* | | | man: clarify overriding semantics of systemd-gpt-auto-generatorLennart Poettering2015-06-151-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | Specifically: /etc/fstab overrides the units itself, but not the deps. See #168.
* | | | Merge pull request #205 from endocode/iaguis/seccomp-v2Lennart Poettering2015-06-151-1/+8
|\ \ \ \ | | | | | | | | | | nspawn: make seccomp loading errors non-fatal
| * | | | nspawn: make seccomp loading errors non-fatalIago López Galeiras2015-06-151-1/+8
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | seccomp_load returns -EINVAL when seccomp support is not enabled in the kernel [1]. This should be a debug log, not an error that interrupts nspawn. If the seccomp filter can't be set and audit is enabled, the user will get an error message anyway. [1]: http://man7.org/linux/man-pages/man2/prctl.2.html
* | | | hwdb: Update database of Bluetooth company identifiersMarcel Holtmann2015-06-151-0/+39
| | | |
* | | | sysv-generator test: always log to consoleMartin Pitt2015-06-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Set $SYSTEMD_LOG_TARGET so that the output always goes to stdout/stderr. This fixes running the test as root, as that logged to the journal previously. https://github.com/systemd/systemd/issues/195
* | | | update TODOLennart Poettering2015-06-151-0/+2
| | | |
* | | | update TODOLennart Poettering2015-06-151-0/+2
| |/ / |/| |
* | | Merge pull request #201 from mbiebl/drop-include_prefixKay Sievers2015-06-141-1/+0
|\ \ \ | | | | | | | | build-sys: Drop include_prefix
| * | | build-sys: Drop include_prefixMichael Biebl2015-06-141-1/+0
|/ / / | | | | | | | | | Appears to be unused and a leftover from the udev merge.
* | | Merge pull request #144 from teg/udev-spawn-log-less-2Kay Sievers2015-06-143-12/+18
|\ \ \ | | | | | | | | udevd: event - don't log about failures of spawn processes when this …
| * | | udevd: event - don't log about failures of spawn processes when this is expectedTom Gundersen2015-06-103-12/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PROGRAM and IMPORT{program} uses the exit code of the spawn process to decide if a rule matches or not, a failing process is hence normal operation and not something we should warn about. We still warn about other types of failing processes.
* | | | Merge pull request #200 from kaysievers/wipKay Sievers2015-06-141-44/+4
|\ \ \ \ | | | | | | | | | | build-sys: include libsystemd-journal and libudev in libshared
| * | | | build-sys: include libsystemd-journal and libudev in libsharedKay Sievers2015-06-141-44/+4
|/ / / /
* | | | Merge pull request #196 from dvdhrm/bus-map-propsTom Gundersen2015-06-145-82/+144
|\ \ \ \ | | | | | | | | | | tree-wide: fix memory leaks in users of bus_map_all_properties()
| * | | | tree-wide: fix memory leaks in users of bus_map_all_properties()David Herrmann2015-06-145-82/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you use bus_map_all_properties(), you must be aware that it might touch output variables even though it may fail. This is, because we parse many different bus-properties and cannot tell how to clean them up, in case we fail deep down in the parser. Fix all callers of bus_map_all_properties() to correctly cleanup any context structures at all times.
* | | | | Merge pull request #198 from ivuk/fix_typo_timesyncd_confTom Gundersen2015-06-141-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Fix typos in man/timesyncd.conf.xml
| * | | | | Fix typos in man/timesyncd.conf.xmlIgor Vuk2015-06-141-2/+2
| |/ / / /
* | | | | Merge pull request #192 from phomes/masterTom Gundersen2015-06-141-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | test-netlink-manual: typo fix
| * | | | test-netlink-manual: typo fixThomas Hindoe Paaboel Andersen2015-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | No functional change, but looked weird.
* | | | | hwdb: add support for Alienware graphics amplifierMario Limonciello2015-06-141-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unplugging and plugging in the cable will create various scancodes on the keyboard controller. Userspace within X should be able to interact with these to show interesting messages. Assign them to generic prog1/prog2. (David: add comment to hwdb explaining that these keycodes are reserved)
* | | | | man: don't mention '/run' in hwdb.manDavid Herrmann2015-06-141-5/+3
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | We do not support '/run' for hwdb files. Drop it from the man-pages so people don't accidentally use it. This was reported by: Peter Hutterer <peter.hutterer@who-t.net>
* | | | Merge pull request #178 from utezduyar/man-sd_bus_message_get_credsDavid Herrmann2015-06-141-2/+4
|\ \ \ \ | | | | | | | | | | Improve the documentation of bus credentials by mentioning send-time metadata. This needs more love, we should really clarify metadata details here. However, this is still better than nothing, so it's fine.
| * | | | man: mention sd_bus_message_get_creds as another wayUmut Tezduyar Lindskog2015-06-121-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | of retrieving sd_bus_creds even though sd_bus_creds itself contains very limited information.
* | | | | Merge pull request #183 from ssahani/netDavid Herrmann2015-06-141-37/+14
|\ \ \ \ \ | | | | | | | | | | | | Improve tun/tap logging by using the new log_*errno*() functions that set 'errno' explicitly. Also fix a bunch of incorrect errno/r confusions.
| * | | | | networkd: tuntap improve loggingSusant Sahani2015-06-141-37/+14
| | | | | | | | | | | | | | | | | | | | | | | | Replaces strerror() usage with log_netdev_error_errno()
* | | | | | Merge pull request #191 from kaysievers/resolvDavid Herrmann2015-06-141-18/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | build-sys: merge convenience library libresolve
| * | | | | | build-sys: merge convenience library libresolveKay Sievers2015-06-141-18/+7
| | | | | | |
* | | | | | | Merge pull request #189 from teg/rtnl-renameDavid Herrmann2015-06-1457-3148/+3122
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Rename sd_rtnl to sd_netlink to prepare for further netlink-protocol support. Anything rtnl specific still uses the sd_rtnl prefix, but the generic parts (including the bus and message objects) are now called sd_netlink.
| * | | | | | sd-netlink: socket - move some functions from main source fileTom Gundersen2015-06-133-35/+59
| | | | | | |
| * | | | | | sd-netlink: message - split up source fileTom Gundersen2015-06-136-797/+870
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Split netlink-socket.c and rtnl-message.c from netlink-message.c.
| * | | | | | sd-netlink: drop the write-queueTom Gundersen2015-06-135-133/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | AF_NETLINK is not write-buffered, so this was actually never used.
| * | | | | | sd-netlink: rename from sd-rtnlTom Gundersen2015-06-1354-1391/+1390
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #187 from kaysievers/libcleanupKay Sievers2015-06-142-89/+25
|\ \ \ \ \ \ | | | | | | | | | | | | | | build-sys: simplify lib dependencies
| * | | | | | build-sys: simplify lib dependenciesKay Sievers2015-06-142-89/+25
|/ / / / / /
* | | | | | Merge pull request #184 from l10n-tw/masterDaniel Mack2015-06-131-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | po: fix zh_TW mailing list again.
| * | | | | | po: fix zh_TW mailing list again.Jeff Huang2015-06-131-1/+1
| |/ / / / /
* | | | | | Merge pull request #167 from keszybz/line-oriented-ima-setupkeszybz2015-06-131-22/+17
|\ \ \ \ \ \ | |/ / / / / |/| | | | | ima-setup: write policy one line at a time