Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-31 | TODO | Tom Gundersen | |
2014-03-31 | networkd: link - fix memory leak | Tom Gundersen | |
2014-03-31 | networkd: fix use-after-free | Tom Gundersen | |
Free networks before links (the reverse of creation order). | |||
2014-03-31 | sd-rtnl: fix off-by-one | Steven Siloti | |
Also fix type parameter passed to new0 | |||
2014-03-31 | timedated: adjust accuracy and slew values | Kay Sievers | |
2014-03-30 | sd-dhcp: avoid checksum calculation if possible | Tom Gundersen | |
When receiving lots of packets that are not meant for us, we waste a relatively large amount of cpu time computing their checksums before discarding them. Move the checksum calculation last so we never compute it for packets which would otherwise be discarded. | |||
2014-03-30 | sd-dhcp: check for ipv4 packets | Tom Gundersen | |
2014-03-30 | sd-dhcp: check for udp packets | Umut Tezduyar Lindskog | |
Do not try to parse ICMP packets [tomegun: slightly tweaked debug message] | |||
2014-03-29 | sd-rtnl: types - hook up bond types | Tom Gundersen | |
Reported by Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | |||
2014-03-29 | sd-rtnl: message - fix clang compile warning | Tom Gundersen | |
2014-03-28 | sd-rtnl: message - don't log about out-of-range attribute types | Tom Gundersen | |
We will easily get these when running on newer kernels. However, we can safely ignore them as we anyway don't know what to do with them. | |||
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 | |