Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-17 | shell-completion: systemd-run: add property OOMScoreAdjust | Evgeny Vereshchagin | |
2015-10-17 | run: can launch units with OOMScoreAdjust | Evgeny Vereshchagin | |
2015-10-17 | util: add func for checking OOMScoreAdjust | Evgeny Vereshchagin | |
2015-10-16 | Merge pull request #1508 from msekletar/update-TODO-NPROC | Zbigniew Jędrzejewski-Szmek | |
update TODO | |||
2015-10-16 | Merge pull request #1588 from mhalano/logitech-m560-mouse | Zbigniew Jędrzejewski-Szmek | |
[zj: rearrange into the sort order] | |||
2015-10-16 | Added support to the wireless mouse Logitech M560. | Marcos Alano | |
2015-10-16 | Merge pull request #1582 from evverx/dump-runtime-dir-mode | Ronny Chevalier | |
core: dump RuntimeDirectories and RuntimeDirectoryMode too | |||
2015-10-16 | core: dump RuntimeDirectories and RuntimeDirectoryMode too | Evgeny Vereshchagin | |
2015-10-16 | Merge pull request #1586 from martinpitt/master | Kay Sievers | |
keymap: Add HP ProBook 6555b | |||
2015-10-16 | keymap: Add HP ProBook 6555b | Martin Pitt | |
Thanks to Olaf Hering! | |||
2015-10-16 | Merge pull request #1581 from teg/netlink-broadcast-leave | David Herrmann | |
sd-netlink: refcount multicast groups | |||
2015-10-15 | units: .gitignore: units - ignore tmp.mount | Tom Gundersen | |
This is a follow-up to 409c2a13fd656. | |||
2015-10-15 | sd-netlink: refcount multicast groups | Tom Gundersen | |
Track the number of matches installed for a given multicast group, and leave the group once no matches depend on it. In order to handle passed-in sockets that are already members of multicast groups we initialize the refcount based on the membership once we take over the socket. This way we will leave the socket in the state we found it once we finish with it. On kernels that do not fully support reading out the multicast group membership we fall back to never leaving any groups (as before). | |||
2015-10-15 | Merge pull request #1575 from evverx/expose-manager-timerslacknsec | Lennart Poettering | |
core: expose manager's TimerSlackNSec as propery on dbus | |||
2015-10-15 | core: expose manager's TimerSlackNSec as propery on dbus | Evgeny Vereshchagin | |
2015-10-15 | Merge pull request #1527 from keszybz/lz4 | Lennart Poettering | |
Using lz4 frame api for coredump files | |||
2015-10-15 | Merge pull request #1572 from again4you/devel/tmp-smack | Lennart Poettering | |
units: add 'smackfsroot=*' option into tmp.mount when SMACK is enabled | |||
2015-10-15 | Merge pull request #1569 from mustrumr/date-parse-additions | Lennart Poettering | |
Date parse additions | |||
2015-10-15 | Merge pull request #1574 from evverx/run-timer-slack-nsec | Lennart Poettering | |
systemd-run can launch units with TimerSlackNSec | |||
2015-10-15 | shell-completion: systemd-run: add TimerSlackNSec property | Evgeny Vereshchagin | |
2015-10-15 | run: can launch units with TimerSlackNSec | Evgeny Vereshchagin | |
2015-10-15 | units: add 'smackfsroot=*' option into tmp.mount when SMACK is enabled | Sangjung Woo | |
If SMACK is enabled, 'smackfsroot=*' option should be specified in tmp.mount file since many non-root processes use /tmp for temporary usage. If not, /tmp is labeled as '_' and smack denial occurs when writing. | |||
2015-10-14 | build-sys: enable lz4 by default if available | Zbigniew Jędrzejewski-Szmek | |
--enable-lz4 can be used to force lz4 requirement, --disable-lz4 can be used to skip lz4 support even if available. Also, make surrounding checks for bzip2, xz, and zlib similar in structure. This fixes the check for requested but missing bzip2. | |||
2015-10-14 | compress: return errors without logging, do not fake errno | Zbigniew Jędrzejewski-Szmek | |
Logging for compression and decompression is assymetrical on purpose: if compiled without some type of compression, those compression code paths should never be invoked. OTOH, it is possible to encounter unsupported format on decompression, so leave those log_debug statements in, to make it easier to diagnose stuff. | |||
2015-10-15 | man: mention UTC support for calendar events | Hristo Venev | |
2015-10-15 | test: add calendarspec UTC tests | Hristo Venev | |
2015-10-15 | basic: calendarspec UTC support | Hristo Venev | |
Just add " UTC" to the end of the event expression. Works for the special expressions. | |||
2015-10-15 | man: mention UTC support for timestamps | Hristo Venev | |
2015-10-15 | test: parse_timestamp UTC and fractional seconds tests | Hristo Venev | |
2015-10-15 | basic: parse_timestamp UTC and fractional seconds support | Hristo Venev | |
2015-10-15 | basic: add mktime_or_timegm and localtime_or_gmtime_r | Hristo Venev | |
to time-util.h. They take an extra argument `bool utc`. | |||
2015-10-14 | Merge pull request #1567 from teg/logind-suspend-logging | Lennart Poettering | |
login: suspend - be a bit more explicit when logging | |||
2015-10-14 | login: suspend - be a bit more explicit when logging | Tom Gundersen | |
When the Suspend method is called, the only log message we write (unless debugging is enabled) is "Operation finished.". This is not very helpful when trying to figure out what is going on, so add what operation we are talking about to the message: "Operation 'sleep' finished.". Hat tip to Daniel Aleksandersen for pointing this out. | |||
2015-10-14 | Merge pull request #1528 from evverx/systemd-run-syslog-pri-fac | Lennart Poettering | |
systemd-run can launch units with SyslogLevel and SyslogFacility | |||
2015-10-14 | core: execute: validate syslog level and facility | Evgeny Vereshchagin | |
2015-10-14 | util: add functions for validating syslog level and facility | Evgeny Vereshchagin | |
2015-10-14 | Merge pull request #1562 from michich/overlinking | Lennart Poettering | |
build: fix overlinking | |||
2015-10-14 | Merge pull request #1563 from poettering/exciting-fixes | Zbigniew Jędrzejewski-Szmek | |
A variety of fixes | |||
2015-10-14 | shell-completion: systemd-run: add SyslogFacility property | Evgeny Vereshchagin | |
2015-10-14 | systemd-run: can launch units with SyslogFacility | Evgeny Vereshchagin | |
2015-10-14 | shell-completion: systemd-run: add SyslogLevel property | Evgeny Vereshchagin | |
2015-10-14 | systemd-run: can launch units with SyslogLevel | Evgeny Vereshchagin | |
2015-10-14 | unit: remove [Install] section from the user exit.target unit | Lennart Poettering | |
There's no concept of ctrl-alt-del for user systemd instances, hence don't suggest it woud make sense to symlink the unit to it. Fixes #1525. | |||
2015-10-14 | tty-ask-password-agent: don't warn if we cannot disable wall messages on the ↵ | Lennart Poettering | |
calling tty For example, due to perm issues. THis simply downgrades the message about it, since this is purely cosmetical anyway. Fixes #1543. | |||
2015-10-14 | core: log if the service to activate vanished before we activate it | Lennart Poettering | |
Normally this shouldn't happen unless the daemon is reloaded. A similar check is already in place in socket.c for the socket activation case. This hopefully makes #1526 non-fatal, though it will not fix this, and there's something else to fix. | |||
2015-10-14 | compress: fix mmap error handling | Zbigniew Jędrzejewski-Szmek | |
2015-10-14 | build: libdl is needed only for libnss_resolve | Michal Schmidt | |
Not everything needs to link to libdl. dlopen+dlsym are used only by libnss_resolve. | |||
2015-10-14 | build: don't link everything to libcap | Michal Schmidt | |
The intent of the assignments around the check for libcap was obviously to avoid polluting LIBS. To work properly, LIBS must be restored from the save_LIBS variable. The practical effect is small though, because pretty much everything links with libbasic, which links with CAP_LIBS. | |||
2015-10-14 | build: fix overlinking to libdw | Michal Schmidt | |
We have two AC_CHECK_LIB checks for libdw. The first one has an empty action-if-found, so it defaults to adding "-ldw" to LIBS. LIBS are applied to everything we build. But only systemd-coredump needs libdw. It already links to ELFUTILS_LIBS correctly in Makefile.am. Drop the first AC_CHECK_LIB check. The second check is sufficient. Q: Don't we already use "-Wl,--as-needed" to eliminate overlinking? A: We do, but it is effective only for executables, not for shared libraries. This is due to a libtool bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=347650 | |||
2015-10-14 | Merge pull request #1530 from teg/network-fixes-2 | Lennart Poettering | |
networkd/libsystemd-network: collection of trivial patches v2 |