Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-06 | Merge pull request #3884 from poettering/private-users | Zbigniew Jędrzejewski-Szmek | |
2016-08-04 | update TODO | Lennart Poettering | |
2016-08-03 | update TODO | Lennart Poettering | |
2016-07-22 | update TODO | Lennart Poettering | |
2016-07-21 | update TODO | Lennart Poettering | |
2016-07-11 | treewide: fix typos and remove accidental repetition of words | Torstein Husebø | |
2016-07-01 | calendarspec: allow ranges in date and time specifications | Douglas Christman | |
Resolves #3042 | |||
2016-07-01 | update TODO | Lennart Poettering | |
2016-06-24 | update | Lennart Poettering | |
2016-06-24 | systemctl: Create new unit files with "edit --force" (#3584) | Doug Christman | |
2016-06-16 | update TODO | Lennart Poettering | |
2016-06-14 | update TODO | Lennart Poettering | |
2016-06-13 | update TODO | Lennart Poettering | |
2016-06-10 | update TODO | Lennart Poettering | |
2016-06-10 | update TODO | Lennart Poettering | |
2016-05-30 | update TODO | Lennart Poettering | |
2016-05-12 | update TODO | Lennart Poettering | |
2016-05-09 | update TODO | Lennart Poettering | |
2016-05-06 | NEWS: bring NEWS a bit up-to-date | Lennart Poettering | |
2016-05-05 | Merge pull request #3190 from poettering/logind-fixes | Zbigniew Jędrzejewski-Szmek | |
2016-05-05 | update TODO | Lennart Poettering | |
2016-05-05 | update TODO | Lennart Poettering | |
2016-05-03 | Merge pull request #3173 from poettering/dnssec-incapdns-fix | Zbigniew Jędrzejewski-Szmek | |
Dnssec incapdns fix | |||
2016-05-02 | update TODO | Lennart Poettering | |
2016-05-02 | update TODO | Lennart Poettering | |
2016-04-29 | update TODO | Lennart Poettering | |
2016-04-29 | update TODO a bit | Lennart Poettering | |
2016-04-22 | update TODO | Lennart Poettering | |
2016-04-21 | tree-wide: use mdash instead of a two minuses | Zbigniew Jędrzejewski-Szmek | |
2016-04-12 | update TODO | Lennart Poettering | |
2016-04-11 | nspawn: always setup machine id | Michal Sekletar | |
We check /etc/machine-id of the container and if it is already populated we use value from there, possibly ignoring value of --uuid option from the command line. When dealing with R/O image we setup transient machine id. Once we determined machine id of the container, we use this value for registration with systemd-machined and we also export it via container_uuid environment variable. As registration with systemd-machined is done by the main nspawn process we communicate container machine id established by setup_machine_id from outer child to the main process by unix domain socket. Similarly to PID of inner child. | |||
2016-03-17 | basic/copy: use copy_file_range() | Zbigniew Jędrzejewski-Szmek | |
For btrfs, c_f_r() is like BTRFS_IOC_CLONE which we already used, but also works when max_bytes is set. We do call copy_bytes in coredump code with max_bytes set, and for large files, so we might see some benefit from using c_f_r() on btrfs. For other filesystems, c_f_r() falls back to do_splice_direct(), the same as sendfile, which we already call, so there shouldn't be much difference. Tested with test-copy and systemd-coredump on Linux 4.3 (w/o c_f_r) and 4.5 (w/ c_f_r). | |||
2016-02-23 | Remove systemd-bootchart | Daniel Mack | |
This commit rips out systemd-bootchart. It will be given a new home, outside of the systemd repository. The code itself isn't actually specific to systemd and can be used without systemd even, so let's put it somewhere else. | |||
2016-02-21 | update TODO | Lennart Poettering | |
2016-02-15 | Merge pull request #2618 from zonque/busproxy-removal | Lennart Poettering | |
remove bus-proxyd | |||
2016-02-13 | update TODO | Lennart Poettering | |
2016-02-13 | core: drop Capabilities= setting | Lennart Poettering | |
The setting is hardly useful (since its effect is generally reduced to zero due to file system caps), and with the advent of ambient caps an actually useful replacement exists, hence let's get rid of this. I am pretty sure this was unused and our man page already recommended against its use, hence this should be a safe thing to remove. | |||
2016-02-12 | remove bus-proxyd | Daniel Mack | |
As kdbus won't land in the anticipated way, the bus-proxy is not needed in its current form. It can be resurrected at any time thanks to the history, but for now, let's remove it from the sources. If we'll have a similar tool in the future, it will look quite differently anyway. Note that stdio-bridge is still available. It was restored from a version prior to f252ff17, and refactored to make use of the current APIs. | |||
2016-02-10 | update TODO | Lennart Poettering | |
2016-02-10 | update TODO | Lennart Poettering | |
2016-02-01 | update TODO | Lennart Poettering | |
2016-01-26 | Merge pull request #2437 from poettering/dnssec19 | Tom Gundersen | |
nineteenth dnssec patch | |||
2016-01-26 | Merge pull request #2441 from msekletar/killing-spree-excluded-log-v3 | Lennart Poettering | |
shutdown: complain if process excluded from killing spree runs of the same rootfs as PID1 (v3) | |||
2016-01-26 | update TODO | Lennart Poettering | |
This gets rid of the private DNSSEC TODO and moves it in the main TODO dump site, as the DNSSEC implementation is pretty complete now, and the remaining bits are low-priority. | |||
2016-01-26 | shutdown: complain if process excluded from killing spree runs of the same ↵ | Michal Sekletar | |
rootfs as PID1 | |||
2016-01-23 | TODO: remove syslog broadcasting | Zbigniew Jędrzejewski-Szmek | |
This should most likely be implemented as part of journal-netlogd (https://github.com/systemd/systemd/pull/1890), which it seems is not going to be merged. systemctl edit was mentioned twice. | |||
2016-01-22 | Remove TODO entry | Michal Sekletar | |
Feature was introduced by 06af2a0 | |||
2016-01-17 | Update TODO | Lennart Poettering | |
2016-01-13 | update TODO | Lennart Poettering | |
2015-12-10 | Merge pull request #2096 from teg/resolved-cache | Daniel Mack | |
Misc resolved cache fixes |