Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-05 | sd-resolve: make sure we can destroy a query object from its own callback ↵ | Lennart Poettering | |
handler | |||
2014-05-05 | sd-event: allow disabling event sources when an event object is dying anyway | Lennart Poettering | |
2014-05-05 | sd-event: make it easy to bind signal handling to event loop exits | Lennart Poettering | |
By passing a NULL callback provide a simple way to make event loops exit on SIGTERM and other signals. | |||
2014-05-05 | timesync: use safe_close() where possible | Lennart Poettering | |
2014-05-05 | timesync: always initialize structs when declaring them as far as possible ↵ | Lennart Poettering | |
with contsant values | |||
2014-05-05 | build-sys: move async.[ch] to src/shared | Lennart Poettering | |
So that we can use it at multiple places. | |||
2014-05-05 | core: require cgroups filesystem to be available | Kay Sievers | |
We should no longer pretend that we can run in any sensible way without the kernel supporting us with cgroups functionality. | |||
2014-05-05 | timesyncd: log drift value as signed | Kay Sievers | |
2014-05-03 | sd-rtnl-message: append - fix uninitialized memory | Tom Gundersen | |
We were not properly clearing the padding at the front of some containers. | |||
2014-05-03 | sd-rtnl: route - allow setting multiple matching routes | Tom Gundersen | |
2014-05-03 | timesyncd: log drift correction | Kay Sievers | |
2014-05-02 | async: add asynchronous close() call | Lennart Poettering | |
2014-04-30 | timesyncd: use nanosecond mode | Kay Sievers | |
2014-04-30 | timesyncd: remove debug code | Kay Sievers | |
2014-04-30 | networkd: dont configure route if lease doesn't have one | Umut Tezduyar Lindskog | |
2014-04-30 | sd-network: add support for only listening to some types of changes | Tom Gundersen | |
2014-04-29 | timesyncd: limit debug values to milliseconds | Kay Sievers | |
2014-04-29 | sd-dhcp-lease: fix double realloc | Tom Gundersen | |
2014-04-29 | sd-resolve: rework sd-resolve to be callback based, similar in style to ↵ | Lennart Poettering | |
sd-bus and sd-event | |||
2014-04-29 | sd-dhcp-lease: (de)serialize DNS and NTP servers | Tom Gundersen | |
Also use inet_ntoa rather than inet_ntop. | |||
2014-04-29 | sd-dhcp-leaes: use newdup() | Tom Gundersen | |
2014-04-29 | sd-dhcp-lease: add NTP support | Tom Gundersen | |
Export the NTP servers so timesyncd can use them. | |||
2014-04-29 | timesyncd: update log message | Kay Sievers | |
2014-04-29 | timesyncd: add unit and man page | Kay Sievers | |
2014-04-28 | machine-id: only look into KVM uuid when we are not running in a | Lennart Poettering | |
container | |||
2014-04-28 | rename timedate-sntp to timesync | Kay Sievers | |
2014-04-28 | conf-parser: Fix typo in comment | Jonathan Boulle | |
Fix minor typo in conf parser | |||
2014-04-28 | networkd: link - don't fail a link if RF kill is active | Tom Gundersen | |
2014-04-28 | networkd: netdev - log when loading a .netdev file | Tom Gundersen | |
2014-04-27 | sd-dhcp-client: log positive error number | Umut Tezduyar Lindskog | |
Log error no for such client_stop(client, DHCP_EVENT_STOP) | |||
2014-04-27 | libnetworkd: add link local tests | Umut Tezduyar Lindskog | |
- Also only allow positive ifindex on both dhcp and ipv4ll [tomegun: the kernel always sets a positive ifindex, but some APIs accept ifindex=0 with various meanings, so we should protect against accidentally passing ifindex=0 along.] | |||
2014-04-27 | networkd: do not complain about IFF_RUNNING | Umut Tezduyar Lindskog | |
Otherwise: eth0: unknown link flags gained: 0x00040 (ignoring) [tomegun: hiding these messages is ok, as IFF_RUNNING is redundant and can be deduced from operstate and IFF_LOWER_UP] | |||
2014-04-26 | job: add waiting jobs to run queue in unit_coldplug | Brandon Philips | |
When we have job installed and added to run queue for service which is still in dead state and systemd initiates reload then after reload we never add deserialized job to the run queue again. This is caused by check in service_coldplug() where we check if deserialized state is something else than dead state, which is not the case thus we never call service_set_state() and finally unit_notify() where we would have added job to the run queue. Thanks to Michal Sekletar <msekleta@redhat.com> for the original patch. | |||
2014-04-26 | test-journal-flush: avoid predictable names in /var/tmp | Zbigniew Jędrzejewski-Szmek | |
2014-04-26 | networkd-wait-online: refactor a bit | Tom Gundersen | |
Clarify that we are waiting for any link to reach 'carrier' state, regardless of who manages it. This will be useful when we add support for waiting for more operational states. | |||
2014-04-26 | networkd-wait-online: drop config file and add commandline options instead | Tom Gundersen | |
2014-04-26 | core: reindent {selinux, ima, smack}-setup.c | Will Woods | |
7-space indentation is just too weird to leave alone. Make it 8 spaces, as per CODING_STYLE. No other changes. | |||
2014-04-25 | core: expose CFS CPU time quota as high-level unit properties | Lennart Poettering | |
2014-04-25 | core: make sure we always write changed cgroup attributes to the cgroupfs | Lennart Poettering | |
2014-04-24 | bootchart: print to stdout and display default values in help | Zbigniew Jędrzejewski-Szmek | |
2014-04-24 | bootchart: rewrite usage message more generally | WaLyong Cho | |
2014-04-24 | bootchart: add control group option | WaLyong Cho | |
2014-04-24 | udev: warn when name_to_handle_at is not implemented | Zbigniew Jędrzejewski-Szmek | |
We have a bunch of reports from people who have a custom kernel and are confused why udev is not running. Issue a warning on error. Barring an error in the code, the only error that is possible is ENOSYS. https://bugzilla.redhat.com/show_bug.cgi?id=1072966 | |||
2014-04-24 | service: rename StartLimitAction enum to FailureAction | Michael Olbrich | |
It's used for the FailureAction property as well. | |||
2014-04-24 | service: add FailureAction= option | Michael Olbrich | |
It has the same possible values as StartLimitAction= and is executed immediately if a service fails. | |||
2014-04-24 | udev: increase the size of RESULT buffer | Robert Milasan | |
Under some conditions, in udev_rules_apply_to_event the fact that result is 1024 bytes, creates problems if the output of the running command/app is bigger then 1024 bytes. | |||
2014-04-24 | bus: update kdbus.h | Kay Sievers | |
2014-04-24 | test-resolve.c: Cleanup and make use of sockaddr_pretty() | Daniel Buch | |
2014-04-24 | Fix keysize handling in cryptsetup (bits vs. bytes) | David Härdeman | |
The command line key-size is in bits but the libcryptsetup API expects bytes. Note that the modulo 8 check is in the original cryptsetup binary as well, so it's no new limitation. (v2: changed the point at which the /= 8 is performed, rebased, removed tabs) | |||
2014-04-24 | Add more password agent information | David Härdeman | |
Add an (optional) "Id" key in the password agent .ask files. The Id is supposed to be a simple string in "<subsystem>:<target>" form which is used to provide more information on what the requested passphrase is to be used for (which e.g. allows an agent to only react to cryptsetup requests). (v2: rebased, fixed indentation, escape name, use strappenda) |