summaryrefslogtreecommitdiff
path: root/man/sysctl.d.xml
Commit message (Collapse)AuthorAge
* remove non-login things from manAndy Wingo2015-04-08
|
* man: fix a bunch of linksZbigniew Jędrzejewski-Szmek2015-03-13
| | | | All hail linkchecker!
* Reindent man pages to 2chZbigniew Jędrzejewski-Szmek2015-02-03
|
* man: Factor out a common snippet for .d directories and precedenceJosh Triplett2014-11-29
| | | | | | | 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.
* man: add emacs header to get correct indention in nxml-mode for the manpage ↵Lennart Poettering2014-11-21
| | | | | | | | XML files that use 2ch indenting In the long run we really should figure out if we want to stick with 8ch or 2ch indenting, and not continue with half-and-half. For now, just make emacs aware of the files that use 2ch indenting.
* man: add missing commasRonny Chevalier2014-10-21
|
* /proc/sys prefixes are not necessary for sysctl anymoreZbigniew Jędrzejewski-Szmek2014-10-07
|
* man: fix file extension in udev rules exampleZbigniew Jędrzejewski-Szmek2014-09-02
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=634736
* doc: typographical improvements and choice of wordsJan Engelhardt2014-06-28
|
* man: also describe an udev rule for bridge sysctlZbigniew Jędrzejewski-Szmek2014-06-19
|
* man: document statically loading modules for sysctl settingsZbigniew Jędrzejewski-Szmek2014-06-19
| | | | | https://bugzilla.redhat.com/show_bug.cgi?id=1022977 https://bugzilla.novell.com/show_bug.cgi?id=725412
* sysctl: replaces some slashes with dotsZbigniew Jędrzejewski-Szmek2014-04-16
| | | | | | | It turns out that plain sysctl understands a.b/c syntax to write to /proc/sys/a/b.c. Support this for compatibility. https://bugs.freedesktop.org/show_bug.cgi?id=77466
* man: document that per-interface sysctl variables are applied as network ↵Lennart Poettering2014-02-23
| | | | | | interfaces show up https://bugzilla.redhat.com/show_bug.cgi?id=1062955
* man: resolve word omissionsJan Engelhardt2013-12-25
| | | | | This is a recurring submission and includes corrections to: word omissions and word class choice.
* man: wording and grammar updatesJan Engelhardt2013-09-12
| | | | | | | | | | | | This is a recurring submission and includes corrections to various issue spotted. I guess I can just skip over reporting ubiquitous comma placement fixes… Highligts in this particular commit: - the "unsigned" type qualifier is completed to form a full type "unsigned int" - alphabetic -> lexicographic (that way we automatically define how numbers get sorted)
* man: fix description of file order applicationKay Sievers2013-09-12
|
* man: fix description of sysctl.d orderMantas Mikulėnas2013-09-11
| | | | | | systemd-sysctl gives priority to the latest occurence as of commit 04bf3c1a60d82791e0320381e9268f727708f776, but the manpage hasn't been updated for that.
* man: improve grammar and word formatting in numerous man pagesJason St. John2013-07-02
| | | | | | | | | | Use proper grammar, word usage, adjective hyphenation, commas, capitalization, spelling, etc. To improve readability, some run-on sentences or sentence fragments were revised. [zj: remove the space from 'file name', 'host name', and 'time zone'.]
* man: use <replaceable> in various placesZbigniew Jędrzejewski-Szmek2013-02-13
|
* binfmt,tmpfiles,modules-load,sysctl: rework the various early-boot services ↵Lennart Poettering2013-02-11
| | | | | | | | | | | | | | | | | | | that work on .d/ directories This unifies much of the logic behind them: - All four will now ofllow the rule that the earlier file and earlier assignment in the .d/ directories wins. Before, sysctl was the only outlier, where the later setting always won. - All four now support getopt() and --help on the command line. - All four can now handle specification of configuration file names on the command line to apply. The tools will automatically find them, and apply them. Previously only tmpfiles could do that. This is useful for %post scripts in RPMs and suchlike. - This fixes various error path issues in conf_files_list()
* man: fix sysctl.d(5) man page copy/paste mistakeLennart Poettering2012-07-19
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=52254
* man: replace tabs with spacesKay Sievers2012-06-10
|
* man: systemd-tmpfiles - document proper config-file-stack orderKay Sievers2012-06-10
|
* man: add documentation for the binfmt, modules-load, sysctl servicesLennart Poettering2012-05-31
|
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-12
| | | | | | | | | | | | | | We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends.
* man: updates to sysctl.d(5)Lennart Poettering2012-03-21
|
* conf: when looking for configurations look in /etc first, in /run secondLennart Poettering2012-03-14
| | | | | | | | | | | After long consideration we came to the conclusion that user configuration in /etc should always override the (generally computer generated) configuration in /run. User configuration should always be what matters over anything else. Hence rearrange the search orders accordingly. In general this should change very little as overriding like this is seldomn done so far, and the order between /etc and /usr stays the same.
* tmpfiles.d: switch to stacked config dirs in /lib, /etc, /runKay Sievers2011-04-25
|
* sysctl.d, binfmt.d, modules-load.d: switch to stacked config dirs in /lib, ↵Kay Sievers2011-04-25
| | | | /etc, /run
* man: document /etc/sysctl.d/Lennart Poettering2011-04-04