Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-03 | machine-id-commit: add man pages | Didier Roche | |
Add man pages for systemd-machine-id-commit.service and systemd-machine-id-commit. | |||
2014-12-03 | machine-id-commit: add unit file | Didier Roche | |
The unit file only active the machine-id-commit helper if /etc is mounted writable and /etc/machine-id is an independant mount point (should be a tmpfs). | |||
2014-12-03 | machine-id-commit: Introduce machine-id-commit binary | Didier Roche | |
This binary enables to commit transient machine-id on disk if it becomes writable. | |||
2014-12-03 | machine-id-setup: add a machine_id_commit call to commit on disk a transient ↵ | Didier Roche | |
machine-id If /etc was read only at boot time with an empty /etc/machine-id, the latter will be mounted as a tmpfs and get reset at each boot. If the system becomes rw later, this functionality enables to commit in a race-free manner the transient machine-id to disk. | |||
2014-12-03 | machine-id-setup: casting const away is ugly, let's not do it if there's no ↵ | Lennart Poettering | |
reason to | |||
2014-12-03 | update TODO | Lennart Poettering | |
2014-12-03 | machine-id-setup: Factorize some machine-id-setup functions to be reused | Didier Roche | |
2014-12-03 | rfkill: rework how we generate file names from rfkill devices | Lennart Poettering | |
Generate the file name from ID_PATH plus the rfkill type (wlan, bluetooth, ...) and ignore the rfkill device name, since it apparently is not a stable identifier. Also, ensure that devices disappearing don't result in broken services, simply exit cleanly. | |||
2014-12-03 | libudev: set errno properly in all error conditions of ↵ | Lennart Poettering | |
udev_device_new_from_syspath() | |||
2014-12-02 | DISTRO_PORTING: add full path for /usr/lib/systemd/systemd and fix grammar | Chris Atkinson | |
(David: fixed up some trailing whitespace and commit-message) | |||
2014-12-02 | shared: add format helpers for printing MAC addresses | Tom Gundersen | |
Use these in networctl. | |||
2014-12-02 | update TODO | Lennart Poettering | |
2014-12-02 | rc-local: drop SysVStartPriority= field which is now obsolete | Lennart Poettering | |
2014-12-02 | bus-proxy: don't log bus policy every single time we run | Lennart Poettering | |
2014-12-02 | busctl: fix 'command line' style output of properties | Lennart Poettering | |
2014-12-02 | systemctl: show unit file preset state in "systemctl status" output" | Lennart Poettering | |
2014-12-02 | manager: log deserialization errors only at LOG_DEBUG level | Lennart Poettering | |
During upgrades and when transitioning between different systemd versions in initrd and on the host we have to expect that some serialization fields are unknown or parse incorrectly. This shouldn't really be considered an error, hence downgrade the log messages about it to debug. This way we can still trace it, but it doesn't confuse users. This kinda reverts 46849c3f. | |||
2014-12-02 | update TODO | Lennart Poettering | |
2014-12-02 | core: OOM really shouldn't be considered a deserialization parse failure | Lennart Poettering | |
2014-12-02 | networkctl: print the Gateway in the status output | Tom Gundersen | |
This is the IP address of the default route on the link, if present. A description is printed when available (the manufacturer of the gateway NIC based on its MAC address). In the future we should prefer LLDP information over MAC info. | |||
2014-12-02 | sd-rtnl: route - allow GETROUTE with AF_UNSPEC | Tom Gundersen | |
2014-12-02 | shared: udev-util - add hwdb cleanup macro | Tom Gundersen | |
2014-12-02 | sd-rtnl: add sd_rtnl_message_{new_neigh,neigh_get_{family,ifindex}} | Tom Gundersen | |
2014-12-02 | sd-rtnl: add typesystem for RTM_*NEIGH | Tom Gundersen | |
2014-12-02 | sd-rtnl: add a bit more debugging in case a message is dropped | Tom Gundersen | |
2014-12-02 | sd-rtnl: message - allow checking for attributes without reading out their ↵ | Tom Gundersen | |
contents | |||
2014-12-02 | sd-rtnl: add sd_rtnl_message_route_get_family | Tom Gundersen | |
2014-11-30 | build-sys: configure the list of system users, files and directories | Łukasz Stelmach | |
Choose which system users defined in sysusers.d/systemd.conf and files or directories in tmpfiles.d/systemd.conf, should be provided depending on comile-time configuration. | |||
2014-11-30 | man: BusName= is not optional for Type!=bus | Umut Tezduyar Lindskog | |
http://lists.freedesktop.org/archives/systemd-devel/2014-November/025492.html | |||
2014-11-30 | man: delete ZX as sole compression; "Compress=" as boolean | Chris Atkinson | |
In man journald.conf, removes reference to XZ as sole form of compression. See commit d89c8fdf48c7bad5816b9f2e77e8361721f22517. In man coredump.conf, clarifies that "Compression=" controls existence, not type, of compression. | |||
2014-12-01 | resolved: make TXT RR generation and parsing more in-line with RFC 6763, ↵ | Lennart Poettering | |
section 6.1 The RFC says to encode an single empty TXT string instead of an empty TXT array. It also says to treat a zero-length TXT RR as a TXT array with a single zero-length string. | |||
2014-12-01 | update TODO | Lennart Poettering | |
2014-11-30 | core: warn and ignore SysVStartPriority= | Zbigniew Jędrzejewski-Szmek | |
Option was being parsed but not used for anything. | |||
2014-11-30 | When warning about unsupported options, be more detailed | Zbigniew Jędrzejewski-Szmek | |
2014-12-01 | update TODO | Lennart Poettering | |
2014-11-30 | cgroup-util: Don't send SIGCONT after SIGKILL | Ross Lagerwall | |
2014-11-30 | timesyncd: minor simplification | Lennart Poettering | |
2014-11-30 | journald: close passed fds we cannot make sense of | Lennart Poettering | |
This is mostly likely the audit socket, and we really should close it if we cannot make sense of it, since as long as it is open the kernel might disable the kmsg forwarding of audit msgs, and we should avoid that, since audit msgs might get completely lost then. I also downgraded the log message we show a bit, after all things should really work fine, and we proceed fine with it. | |||
2014-11-30 | man: document that we set both soft and hard limits for Limit directives | Ronny Chevalier | |
See http://cgit.freedesktop.org/systemd/systemd/tree/src/core/load-fragment.c#n1100 | |||
2014-11-30 | man: fix typos | Ronny Chevalier | |
2014-11-30 | man: document equivalence between Limit directives and ulimit | Ronny Chevalier | |
See https://bugs.freedesktop.org/show_bug.cgi?id=80341 | |||
2014-11-30 | man: fix link to systemd-networkd-wait-online.service in ↵ | Chris Mayo | |
systemd-networkd.service(8) | |||
2014-11-30 | man: add a link to systemd-coredump(8) in Description of coredump.conf(5) | Chris Mayo | |
2014-11-30 | terminal/screen: fix GL/GR double-mapping | David Herrmann | |
We must not call screen_map() multiple times for the same input char. Fix the double-mapping for GL/GR maps are correctly applied. | |||
2014-11-30 | delta: Fix broken separator support | Alison Chaiken | |
systemd-delta man page promises that multiple types of deltas will be concatenated if they are listed with a comma as separator. Replace FOREACH_WORD() with FOREACH_WORD_SEPARATOR() to restore the functionality. | |||
2014-11-30 | build-sys: add missing tests files to EXTRA_DIST | Ronny Chevalier | |
2014-11-30 | core: remove unused variables | Ronny Chevalier | |
2014-11-30 | network: remove unused variable | Ronny Chevalier | |
2014-11-30 | tests: use assert_se instead of assert | Ronny Chevalier | |
Otherwise they can be optimized away with -DNDEBUG | |||
2014-11-30 | resolve: remove unused variable | Ronny Chevalier | |