Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-28 | networkd: netdev - improve logging when setting ifindex | Tom Gundersen | |
2014-03-28 | sd-rtnl: rework rtnl type system | Tom Gundersen | |
Use a static table with all the typing information, rather than repeated switch statements. This should make it a lot simpler to add new types. We need to keep all the type info to be able to create containers without exposing their implementation details to the users of the library. As a freebee we verify the types of appended/read attributes. The API is extended to nicely deal with unions of container types. | |||
2014-03-28 | sd-rtnl: message - fix memory leak | Tom Gundersen | |
2014-03-28 | sd-rtnl: message - don't reference associated rtnl object | Tom Gundersen | |
The object is not currently used, so just drop the refenence. If/when we end up using the object in the future, we must make sure to deal with possible mutual references between rtnl busses and their queued messages; as is done in sd-bus. | |||
2014-03-27 | udev: persistent naming - we cannot use virtio numbers as they are not stable | Tom Gundersen | |
This reverts commit 8741f2defaf26aafe5ee0fd29954cfdf84ee519c: 'Add virtio-blk support to path_id' and commit e3d563346c4237af23335cc6904e0662efdf62ad: 'udev: net_id - handle virtio buses'. Distros may want to take note of this, as it changes behavior. | |||
2014-03-27 | silence warnings | Thomas Hindoe Paaboel Andersen | |
2014-03-27 | systemctl: fix spelling in comment | Brandon Philips | |
2014-03-27 | udev: update net_id comments | Kay Sievers | |
2014-03-26 | Add hwdb entry for Samsung Series 7 Ultra | Scott Thrasher | |
2014-03-26 | build-sys: update "linkcheck" | Kay Sievers | |
<kay> ssuominen: and drop --no-as-needed from the linkcheck? <kay> ssuominen: i expect it all triggers without the gc-sections thing alone <ssuominen> if the intention is to make it strict as possible, to catch undefined references caused by missing -lfoo in linker line, then LDFLAGS="-Wl,-fuse-ld=gold -Wl,--as-needed -Wl,--no-gc-sections" | |||
2014-03-26 | build-sys: rename "check-broken" to "linkcheck" | Kay Sievers | |
2014-03-26 | build-sys: split "make upload" and "make tango" | Kay Sievers | |
2014-03-25 | hwdb: Update database of Bluetooth company identifiers | Marcel Holtmann | |
2014-03-26 | core: do not read system boot timestamps in systemd --user mode | Kay Sievers | |
Before: $ systemd-analyze --user Startup finished in 2.810s (firmware) + 48ms (loader) + 122ms (userspace) = 122ms After: $ systemd-analyze --user Startup finished in 122ms (userspace) = 122ms | |||
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 | |