Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-11-30 | systemctl: remove unused variable | Thomas Hindoe Paaboel Andersen | |
2014-11-30 | NEWS: Document new .conf.d configuration directories | Josh Triplett | |
Also provide guidance to distributions, to make sure they don't start dropping files in the configuration directories in /etc/. | |||
2014-11-30 | udev: strings in C are NUL-terminated anyway, no need to add a second NUL... | Lennart Poettering | |
2014-11-29 | journald-remote,journal-upload: Support .d directories in the usual search paths | Josh Triplett | |
2014-11-29 | timesyncd: Support timesyncd.conf.d directories in the usual search paths | Josh Triplett | |
2014-11-29 | resolved: Support resolved.conf.d directories in the usual search paths | Josh Triplett | |
2014-11-29 | coredump: Support coredump.conf.d directories in the usual search paths | Josh Triplett | |
2014-11-29 | bootchart: Support bootchart.conf.d directories in the usual search paths | Josh Triplett | |
2014-11-29 | systemd-sleep: Support sleep.conf.d directories in the usual search paths | Josh Triplett | |
2014-11-29 | journald: Support journald.conf.d directories in the usual search paths | Josh Triplett | |
2014-11-29 | core: Support system.conf.d and user.conf.d directories in the usual search ↵ | Josh Triplett | |
paths | |||
2014-11-29 | man: Factor out a common snippet for .d directories and precedence | Josh Triplett | |
Several manpages contain duplicate text describing a standard set of .d configuration directories, with the usual sorting, precedence, overrides, and so on. Factor this common text out using XInclude before proliferating it even further. | |||
2014-11-29 | man/logind.conf.xml: Make "man logind.conf.d" work too | Josh Triplett | |
2014-11-29 | systemctl: add edit verb | Ronny Chevalier | |
It helps editing units by either creating a drop-in file, like /etc/systemd/system/my.service.d/override.conf, or by copying the original unit from /usr/lib/systemd/ to /etc/systemd/ if the --full option is specified. It invokes an editor on temporary files related to the unit files and if the editor exited successfully, then it renames the temporary files to their original names (e.g. my.service or override.conf) and daemon-reload is invoked. If the temporary file is empty the modification is canceled. See https://bugzilla.redhat.com/show_bug.cgi?id=906824 | |||
2014-11-29 | man: update description of default extension for isolate | Chris Atkinson | |
2014-11-29 | nspawn: fix unused variable warning | Zbigniew Jędrzejewski-Szmek | |
2014-11-29 | delta: diff returns 1 when files differ, ignore this | Zbigniew Jędrzejewski-Szmek | |
https://bugs.debian/org/771397 | |||
2014-11-29 | shared: install - report error if mask symlink can not be marked for removal | Tom Gundersen | |
2014-11-29 | shared: time-dst - ensure nulstr is null terminated | Tom Gundersen | |
Fixes CID #1237772. | |||
2014-11-28 | README: notice kernel config for CPUQuota | WaLyong Cho | |
2014-11-28 | mount: use DEFINE_TRIVIAL_CLEANUP_FUNC | Zbigniew Jędrzejewski-Szmek | |