Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NEWS: extend docs on RLIMIT_NOFILE | Lennart Poettering | 2018-11-29 | 1 | -2/+14 |
| | | | | | | We now settled on 512K, and forgot to update NEWS. Moreover, explain why 512K was chosen. | ||||
* | sysctl.d: switch net.ipv4.conf.all.rp_filter from 1 to 2 | Lubomir Rintel | 2018-11-28 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | This switches the RFC3704 Reverse Path filtering from Strict mode to Loose mode. The Strict mode breaks some pretty common and reasonable use cases, such as keeping connections via one default route alive after another one appears (e.g. plugging an Ethernet cable when connected via Wi-Fi). The strict filter also makes it impossible for NetworkManager to do connectivity check on a newly arriving default route (it starts with a higher metric and is bumped lower if there's connectivity). Kernel's default is 0 (no filter), but a Loose filter is good enough. The few use cases where a Strict mode could make sense can easily override this. The distributions that don't care about the client use cases and prefer a strict filter could just ship a custom configuration in /usr/lib/sysctl.d/ to override this. | ||||
* | update NEWS | Lennart Poettering | 2018-11-14 | 1 | -0/+7 |
| | |||||
* | main: bump fs.nr_open + fs.max-file to their largest possible values | Lennart Poettering | 2018-10-17 | 1 | -0/+11 |
| | | | | | | | | | | After discussions with kernel folks, a system with memcg really shouldn't need extra hard limits on file descriptors anymore, as they are properly accounted for by memcg anyway. Hence, let's bump these values to their maximums. This also adds a build time option to turn thiss off, to cover those users who do not want to use memcg. | ||||
* | NEWS: explain the RLIMIT_NOFILE bump | Lennart Poettering | 2018-10-16 | 1 | -0/+25 |
| | |||||
* | Merge pull request #10070 from keszybz/test-reporting | Yu Watanabe | 2018-09-15 | 1 | -4/+3 |
|\ | | | | | Test reporting improvements | ||||
| * | NEWS: remove repeated "slightly" | Zbigniew Jędrzejewski-Szmek | 2018-09-13 | 1 | -4/+3 |
| | | |||||
* | | replace https://github.com/systemd/systemd/blob/master/doc/* with ↵ | killermoehre | 2018-09-13 | 1 | -5/+5 |
|/ | | | | https://github.com/systemd/systemd/blob/master/docs/* to point to proper documentation | ||||
* | Merge pull request #9504 from poettering/nss-deadlock | Zbigniew Jędrzejewski-Szmek | 2018-07-26 | 1 | -1/+22 |
|\ | | | | | some nss deadlock love | ||||
| * | NEWS: document nss-ldap incompatibilities | Lennart Poettering | 2018-07-20 | 1 | -1/+22 |
| | | |||||
* | | NEWS: add entry about Type=exec and announce that systemd-run is going to ↵ | Lennart Poettering | 2018-07-25 | 1 | -0/+27 |
|/ | | | | default to it in 241 | ||||
* | tree-wide: use "polkit" to refer to PolicyKit/polkit | Zbigniew Jędrzejewski-Szmek | 2018-07-16 | 1 | -40/+36 |
| | | | | | | | | | | | Back in 2012 the project was renamed, see the release notes for v 0.105 [https://cgit.freedesktop.org/polkit/tree/NEWS#n754]. Let's update our documentation and comments to do the same. Referring to PolicyKit is confusing to users because at the time the polkit api changed too, and we support the new version. I updated NEWS too, since all the references to PolicyKit there were added after the rename. "PolicyKit" is unchanged in various URLs and method call names. | ||||
* | final touches to NEWS | Lennart Poettering | 2018-06-22 | 1 | -2/+2 |
| | |||||
* | NEWS: mention 'timedatectl show' | Yu Watanabe | 2018-06-21 | 1 | -3/+4 |
| | |||||
* | NEWS: mention %E | Zbigniew Jędrzejewski-Szmek | 2018-06-21 | 1 | -2/+3 |
| | |||||
* | NEWS: mention ConditionSecurity=uefi-secureboot | Zbigniew Jędrzejewski-Szmek | 2018-06-20 | 1 | -0/+3 |
| | | | | Follow-up for be405b909e5d78b43e3af47e0d10cd84c714e2f3. | ||||
* | NEWS: document that the BLS is now part of our tree | Lennart Poettering | 2018-06-20 | 1 | -0/+7 |
| | |||||
* | update NEWS contributors list again | Lennart Poettering | 2018-06-20 | 1 | -23/+26 |
| | |||||
* | units: make system-update-pre.target a passive unit (#9349) | Lennart Poettering | 2018-06-20 | 1 | -0/+6 |
| | | | | | | | This is an additional synchronization point normally not needed. Hence, let's make it passive, i.e. pull it in from the unit which wants to be ordered before the update service rather than by the update service itself. | ||||
* | Merge pull request #8766 from poettering/syscall-filter-service | Zbigniew Jędrzejewski-Szmek | 2018-06-15 | 1 | -0/+9 |
|\ | | | | | add a new `@system-service` syscall group that is good as a starting point for whitelisting syscalls | ||||
| * | update NEWS | Lennart Poettering | 2018-06-14 | 1 | -0/+9 |
| | | |||||
* | | NEWS: rework the description of device naming changes | Zbigniew Jędrzejewski-Szmek | 2018-06-15 | 1 | -5/+18 |
| | | | | | | | | | | | | | | We really should try to be as precise as possible here. Saying "your interfaces might be renamed" scares the shit of out people, for obvious reasons. This change only touches some niche cases fortunately, let's make this clear. | ||||
* | | NEWS: update contributor list to current git | Lennart Poettering | 2018-06-15 | 1 | -15/+15 |
|/ | |||||
* | resolve: rename PrivateDNS to DNSOverTLS | Iwan Timmer | 2018-06-14 | 1 | -2/+2 |
| | | | PrivateDNS is not considered a good name for this option, so rename it to DNSOverTLS | ||||
* | NEWS: add an example that actually applies | Lennart Poettering | 2018-06-13 | 1 | -2/+2 |
| | |||||
* | NEWS: the tool is called resolvconf, without the inner e | Lennart Poettering | 2018-06-13 | 1 | -2/+2 |
| | |||||
* | NEWS: break lines with emacs once more | Lennart Poettering | 2018-06-13 | 1 | -14/+15 |
| | | | | Let's follow the line break rules our .dir-locals.el file defines | ||||
* | NEWS: some .mailmap work to clean up contributors list | Lennart Poettering | 2018-06-13 | 1 | -23/+24 |
| | |||||
* | NEWS: add more news | Yu Watanabe | 2018-06-13 | 1 | -1/+10 |
| | |||||
* | Merge pull request #9153 from poettering/private-mounts | Zbigniew Jędrzejewski-Szmek | 2018-06-13 | 1 | -0/+9 |
|\ | | | | | introduce PrivateMounts= setting and clean up documentation for MountFlags= | ||||
| * | update NEWS with new PrivateMounts= blurb | Lennart Poettering | 2018-06-12 | 1 | -0/+9 |
| | | |||||
* | | NEWS: announce DNS-over-TLS too | Lennart Poettering | 2018-06-13 | 1 | -0/+6 |
|/ | |||||
* | NEWS: typo fixes | Michael Biebl | 2018-06-12 | 1 | -5/+5 |
| | |||||
* | NEWS: mention "bad-setting" load state and other small additions | Zbigniew Jędrzejewski-Szmek | 2018-06-12 | 1 | -2/+16 |
| | |||||
* | NEWS, CODE_QUALITY: wording fixes | Zbigniew Jędrzejewski-Szmek | 2018-06-12 | 1 | -58/+61 |
| | | | | No additions, just moving stuff around and wording cleanups. | ||||
* | prepare an initial NEWS file for v239 | Lennart Poettering | 2018-06-12 | 1 | -0/+255 |
| | |||||
* | NEWS: add note about --runtime | Zbigniew Jędrzejewski-Szmek | 2018-06-06 | 1 | -0/+4 |
| | |||||
* | update NEWS to explain new OnFailure= behaviour | Lennart Poettering | 2018-06-01 | 1 | -0/+8 |
| | |||||
* | tree-wide: fix typo in comments and NEWS | Yu Watanabe | 2018-05-29 | 1 | -1/+1 |
| | |||||
* | doc: mention RestrictNamespaces= merges multiple assignment now | Yu Watanabe | 2018-05-29 | 1 | -0/+6 |
| | | | | Follow-up for #8817. | ||||
* | doc: mention in NEWS that AF_INET{,6} are dropped from logind | Yu Watanabe | 2018-05-24 | 1 | -0/+8 |
| | | | | Closes #9072. | ||||
* | NEWS: Warn about predictable network naming changes | Stuart Hayes | 2018-03-26 | 1 | -0/+9 |
| | |||||
* | NEWS: fix typos in v238 section (#8369) | Tomasz Torcz | 2018-03-06 | 1 | -3/+3 |
| | |||||
* | NEWS: bump version and add contributors | Zbigniew Jędrzejewski-Szmek | 2018-03-05 | 1 | -1/+20 |
| | |||||
* | NEWS: update for v238 | Zbigniew Jędrzejewski-Szmek | 2018-03-05 | 1 | -0/+121 |
| | |||||
* | doc: add a new doc/ directory, and move two markdown docs into them | Lennart Poettering | 2018-02-27 | 1 | -4/+4 |
| | | | | | | | | | I figure sooneror later we'll have more of these docs, hence let's give them a clean place to be. This leaves NEWS and README/README.md as well as the LICENSE texts in the root directory of the project since that appears to be customary for Free Software projects. | ||||
* | meson: add -Dmemory-accounting-default=true|false | Zbigniew Jędrzejewski-Szmek | 2018-02-15 | 1 | -9/+9 |
| | | | | | This makes it easy to set the default for distributions and users which want to default to off because they primarily use older kernels. | ||||
* | pid1: turn memory accounting on by default now | Lennart Poettering | 2018-02-09 | 1 | -0/+16 |
| | | | | | | | | | | | After discussions with @htejun it appears it's OK now to enable memory accounting by default for all units without affecting system performance too badly. facebook has made good experiences with deploying memory accounting across their infrastructure. This hence turns MemoryAccounting= from opt-in to opt-out, similar to how TasksAccounting= is already handled. The other accounting options remain off, their performance impact is too big still. | ||||
* | NEWS: add missing equal sign | Zbigniew Jędrzejewski-Szmek | 2018-01-28 | 1 | -1/+1 |
| | | | | Important! | ||||
* | NEWS: reword one sentence | Zbigniew Jędrzejewski-Szmek | 2018-01-28 | 1 | -4/+4 |
| |