summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* NEWS: extend docs on RLIMIT_NOFILELennart Poettering2018-11-291-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 2Lubomir Rintel2018-11-281-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 NEWSLennart Poettering2018-11-141-0/+7
|
* main: bump fs.nr_open + fs.max-file to their largest possible valuesLennart Poettering2018-10-171-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 bumpLennart Poettering2018-10-161-0/+25
|
* Merge pull request #10070 from keszybz/test-reportingYu Watanabe2018-09-151-4/+3
|\ | | | | Test reporting improvements
| * NEWS: remove repeated "slightly"Zbigniew Jędrzejewski-Szmek2018-09-131-4/+3
| |
* | replace https://github.com/systemd/systemd/blob/master/doc/* with ↵killermoehre2018-09-131-5/+5
|/ | | | https://github.com/systemd/systemd/blob/master/docs/* to point to proper documentation
* Merge pull request #9504 from poettering/nss-deadlockZbigniew Jędrzejewski-Szmek2018-07-261-1/+22
|\ | | | | some nss deadlock love
| * NEWS: document nss-ldap incompatibilitiesLennart Poettering2018-07-201-1/+22
| |
* | NEWS: add entry about Type=exec and announce that systemd-run is going to ↵Lennart Poettering2018-07-251-0/+27
|/ | | | default to it in 241
* tree-wide: use "polkit" to refer to PolicyKit/polkitZbigniew Jędrzejewski-Szmek2018-07-161-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 NEWSLennart Poettering2018-06-221-2/+2
|
* NEWS: mention 'timedatectl show'Yu Watanabe2018-06-211-3/+4
|
* NEWS: mention %EZbigniew Jędrzejewski-Szmek2018-06-211-2/+3
|
* NEWS: mention ConditionSecurity=uefi-securebootZbigniew Jędrzejewski-Szmek2018-06-201-0/+3
| | | | Follow-up for be405b909e5d78b43e3af47e0d10cd84c714e2f3.
* NEWS: document that the BLS is now part of our treeLennart Poettering2018-06-201-0/+7
|
* update NEWS contributors list againLennart Poettering2018-06-201-23/+26
|
* units: make system-update-pre.target a passive unit (#9349)Lennart Poettering2018-06-201-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-serviceZbigniew Jędrzejewski-Szmek2018-06-151-0/+9
|\ | | | | add a new `@system-service` syscall group that is good as a starting point for whitelisting syscalls
| * update NEWSLennart Poettering2018-06-141-0/+9
| |
* | NEWS: rework the description of device naming changesZbigniew Jędrzejewski-Szmek2018-06-151-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 gitLennart Poettering2018-06-151-15/+15
|/
* resolve: rename PrivateDNS to DNSOverTLSIwan Timmer2018-06-141-2/+2
| | | PrivateDNS is not considered a good name for this option, so rename it to DNSOverTLS
* NEWS: add an example that actually appliesLennart Poettering2018-06-131-2/+2
|
* NEWS: the tool is called resolvconf, without the inner eLennart Poettering2018-06-131-2/+2
|
* NEWS: break lines with emacs once moreLennart Poettering2018-06-131-14/+15
| | | | Let's follow the line break rules our .dir-locals.el file defines
* NEWS: some .mailmap work to clean up contributors listLennart Poettering2018-06-131-23/+24
|
* NEWS: add more newsYu Watanabe2018-06-131-1/+10
|
* Merge pull request #9153 from poettering/private-mountsZbigniew Jędrzejewski-Szmek2018-06-131-0/+9
|\ | | | | introduce PrivateMounts= setting and clean up documentation for MountFlags=
| * update NEWS with new PrivateMounts= blurbLennart Poettering2018-06-121-0/+9
| |
* | NEWS: announce DNS-over-TLS tooLennart Poettering2018-06-131-0/+6
|/
* NEWS: typo fixesMichael Biebl2018-06-121-5/+5
|
* NEWS: mention "bad-setting" load state and other small additionsZbigniew Jędrzejewski-Szmek2018-06-121-2/+16
|
* NEWS, CODE_QUALITY: wording fixesZbigniew Jędrzejewski-Szmek2018-06-121-58/+61
| | | | No additions, just moving stuff around and wording cleanups.
* prepare an initial NEWS file for v239Lennart Poettering2018-06-121-0/+255
|
* NEWS: add note about --runtimeZbigniew Jędrzejewski-Szmek2018-06-061-0/+4
|
* update NEWS to explain new OnFailure= behaviourLennart Poettering2018-06-011-0/+8
|
* tree-wide: fix typo in comments and NEWSYu Watanabe2018-05-291-1/+1
|
* doc: mention RestrictNamespaces= merges multiple assignment nowYu Watanabe2018-05-291-0/+6
| | | | Follow-up for #8817.
* doc: mention in NEWS that AF_INET{,6} are dropped from logindYu Watanabe2018-05-241-0/+8
| | | | Closes #9072.
* NEWS: Warn about predictable network naming changesStuart Hayes2018-03-261-0/+9
|
* NEWS: fix typos in v238 section (#8369)Tomasz Torcz2018-03-061-3/+3
|
* NEWS: bump version and add contributorsZbigniew Jędrzejewski-Szmek2018-03-051-1/+20
|
* NEWS: update for v238Zbigniew Jędrzejewski-Szmek2018-03-051-0/+121
|
* doc: add a new doc/ directory, and move two markdown docs into themLennart Poettering2018-02-271-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|falseZbigniew Jędrzejewski-Szmek2018-02-151-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 nowLennart Poettering2018-02-091-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 signZbigniew Jędrzejewski-Szmek2018-01-281-1/+1
| | | | Important!
* NEWS: reword one sentenceZbigniew Jędrzejewski-Szmek2018-01-281-4/+4
|