Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-26 | bus: provide org.freedesktop.systemd1.busname for systemd --user | Kay Sievers | |
2014-03-26 | build-sys: disable test-cgroup-mask, it mangles valid user data in ↵ | Kay Sievers | |
/run/user/$UID/ $ ./test-cgroup-mask ... rmdir("/run/user/2702/systemd/generator") = 0 open("/run/user/2702/systemd/generator.late", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_NOFOLLOW|O_NOATIME|O_CLOEXEC) = 5 fstat(5, {st_mode=S_IFDIR|0755, st_size=3200, ...}) = 0 fcntl(5, F_GETFL) = 0x78800 (flags O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_NOFOLLOW|O_NOATIME) fcntl(5, F_SETFD, FD_CLOEXEC) = 0 getdents(5, /* 160 entries */, 32768) = 10072 unlinkat(5, "org.gnome.Weather.Application.busname", 0) = 0 unlinkat(5, "dbus-org.gnome.Weather.Application.service", 0) = 0 ... | |||
2014-03-26 | build-sys: add "make check-broken" to find limited-toolchain link errors | Kay Sievers | |
2014-03-25 | build-sys: fix library link ordersystemd/v212 | Kay Sievers | |
2014-03-25 | gitignore update | Kay Sievers | |
2014-03-25 | build-sys: split-off internal libsystemd-resolve | Kay Sievers | |
2014-03-25 | completions: fix/augment zsh completions for systemd-nspawn, busctl, ↵ | Daniel Mack | |
loginctl, hostnamectl, localectl, machinectl | |||
2014-03-25 | src/systemd: fix grammar and spelling errors in comments | Jason St. John | |
2014-03-25 | build-sys: prepare 212 | Lennart Poettering | |
2014-03-25 | build-sys: prepare NEWS for 212 | Lennart Poettering | |
2014-03-25 | sd-rtnl: add support for tunnel attributes | Susant Sahani | |
Added support for tunneling netlink attrributes (ipip, gre, sit). These works with kernel module ipip, gre and sit . The test cases are moved to a separate file and manual test as well because they require respective kernel modules as well. | |||
2014-03-25 | sd-rtnl: message - don't try to enter unsupported containers | Tom Gundersen | |
Currently we only support containers in RTM_*LINK messages. Reported-by: "Thomas H.P. Andersen <phomes@gmail.com>" | |||
2014-03-25 | time: support @ syntax for denoting times since the UNIX epoch 1970-1-1 | Lennart Poettering | |
2014-03-25 | update TODO | Lennart Poettering | |
2014-03-25 | util: consider both fuse.glusterfs and glusterfs network file systems | Lennart Poettering | |
Based on a similar patch by Lukáš Nykrýn. | |||
2014-03-25 | ask-password: modernizations | Lennart Poettering | |
2014-03-25 | ask-password: when the user types a overly long password, beep and refuse | Lennart Poettering | |
Based on a similar patch from David Härdeman. | |||
2014-03-25 | systemctl: add more verbose explanation of --kill-who and what control/main ↵ | Lennart Poettering | |
processes are | |||
2014-03-25 | systemctl: --kill-mode is long long gone, don't mention it in the man page | Lennart Poettering | |
2014-03-25 | man: be more specific when EnvironmentFile= is read | Lennart Poettering | |
http://lists.freedesktop.org/archives/systemd-devel/2014-March/018004.html | |||
2014-03-25 | man: explain that the journal field SYSLOG_IDENTIFIER is usually derived ↵ | Lennart Poettering | |
from program_invocation_short_name | |||
2014-03-25 | update TODO | Lennart Poettering | |
2014-03-25 | sd-event: don't accidentally turn of watchdog timer event if we determine 0 | Lennart Poettering | |
2014-03-24 | sd-event: initialization perturbation value right before we use it | Lennart Poettering | |
That way, we don't forget to initialize it when the watchdog is initialized before all event sources. | |||
2014-03-24 | sd-daemon: fix incorrect variable access | Lennart Poettering | |
2014-03-24 | cryptsetup: minor typo fix | Lennart Poettering | |
2014-03-24 | networkd: fix a couple of memory leaks | Lennart Poettering | |
2014-03-24 | networkd: netdev - fix error handling in set_ifindex() | Tom Gundersen | |
Firstly, remove stray assert(). Also be a bit stricter when verifying the received info. If we get an applicable newlink message that we can't make sense of, we will now enter NETDEV_FAILED, as we cannot reasonably continue without knowing the ifindex of our device. | |||
2014-03-24 | core: don't try to relabel mounts before we loaded the policy | Lennart Poettering | |
2014-03-24 | timedate: fix numerous grammar errors in comments and output/debug messages | Jason St. John | |
2014-03-24 | sd-rtnl: tests - drop redundant tests | Tom Gundersen | |
These tests were both broken and redundant, so let's drop them. | |||
2014-03-24 | libsystemd: Don't use "class" in public headers | Marc-Antoine Perennou | |
For compatibility with C++ | |||
2014-03-24 | core: remove tcpwrap support | Lennart Poettering | |
tcpwrap is legacy code, that is barely maintained upstream. It's APIs are awful, and the feature set it exposes (such as DNS and IDENT access control) questionnable. We should not support this natively in systemd. Hence, let's remove the code. If people want to continue making use of this, they can do so by plugging in "tcpd" for the processes they start. With that scheme things are as well or badly supported as they were from traditional inetd, hence no functionality is really lost. | |||
2014-03-24 | build-sys: add makefile link | Lennart Poettering | |
2014-03-24 | service: don't take chkconfig priority into account | Lennart Poettering | |
Given that native services do not carry a sysv priority anyway it is pointless reading them from chkconfig headers, and pretend they'd work. So let's drop this. | |||
2014-03-24 | networkd: add CapabilityBoundingSet | Tom Gundersen | |
2014-03-24 | sd-rtnl: message parsing - log when ignoring message attributes | Tom Gundersen | |
2014-03-24 | networkd: netdev - verify that newlink messages has the expected kind | Tom Gundersen | |
We match 'newlink' messages with expected netdev's based on their names. Now also make sure that the receieved link has the expected kind. | |||
2014-03-24 | sd-rtnl: add sd_rtnl_message_enter_container() | Tom Gundersen | |
Extend rta_offset_tb into a stack of offset tables, one for each parent of the current container, and make sd_rtnl_message_{enter,exit}_container() pop/push to this stack. Also make sd_rtnl_message_rewind() parse the top-level container, and use this when reading a message from the socket. This changes the API by dropping the now redundant sd_rtnl_message_read() method. | |||
2014-03-24 | units: networkd shouldn't have PrivateTmp= set, since it runs in early-boot | Lennart Poettering | |
/tmp is only available in later boot, and we shouldn't create private subdirs in it hence, while we are still in early boot. | |||
2014-03-24 | update TODO | Lennart Poettering | |
2014-03-24 | core: add a setting to globally control the default for timer unit accuracy | Lennart Poettering | |
2014-03-24 | timer: support timers that can resume the system from suspend | Lennart Poettering | |
2014-03-24 | sd-bus: invert bus->is_kernel check in sd_bus_get_peer_creds() | Daniel Mack | |
The bug was introducted in a3d59cd1 ("sd-bus: don't use assert_return() to check for disconnected bus connections") | |||
2014-03-24 | rules: update qemu hid rules | Gerd Hoffmann | |
Update comment to be a bit more specific. Change match to blacklist the serial number of the broken devices instead of whitelisting the serial number of the fixed devices. This allows to do something useful with the serial number in the future. | |||
2014-03-24 | systemctl: show last trigger time in "systemctl list-timers" | Lennart Poettering | |
2014-03-24 | util: replace close_pipe() with new safe_close_pair() | Lennart Poettering | |
safe_close_pair() is more like safe_close(), except that it handles pairs of fds, and doesn't make and misleading allusion, as it works similarly well for socketpairs() as for pipe()s... | |||
2014-03-24 | sd-event: rework API to support CLOCK_REALTIME_ALARM and ↵ | Lennart Poettering | |
CLOCK_BOOTTIME_ALARM, too | |||
2014-03-23 | sd-rtnl: message - protect against SEGFAULT when reading messages | Tom Gundersen | |
Make sure the returned data fits the datatype we requested. Otherwise return -EIO. Also fix a broken test that this exposed. | |||
2014-03-23 | sd-rtnl: message - don't skip parts of message when parsing | Tom Gundersen | |
If a message type occurs repeatedly let the last one win. Also, don't skip type == MAX. Based on patch from: Susant Sahani <susant@redhat.com> |