summaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
...
* README: list dependencies for testingZbigniew Jędrzejewski-Szmek2016-10-171-0/+7
| | | | Fixes #4365.
* seccomp: add support for the s390 architecture (#4287)hbrueckner2016-10-051-1/+1
| | | | | | Add seccomp support for the s390 architecture (31-bit and 64-bit) to systemd. This requires libseccomp >= 2.3.1.
* README: document that CONFIG_SECCOMP_FILTER is required for SECCOMP supportFelipe Sateler2016-09-061-0/+1
|
* nss: add new "nss-systemd" NSS module for mapping dynamic usersLennart Poettering2016-07-221-7/+14
| | | | | With this NSS module all dynamic service users will be resolvable via NSS like any real user.
* README: document that we only support util-linux built with ↵Lennart Poettering2016-04-121-0/+1
| | | | | | --enable-libmount-force-mountinfo Fixes: #2978
* README: bump kernel version to 3.12Zbigniew Jędrzejewski-Szmek2016-03-051-1/+1
| | | | | | It is required for %P is sysctl kernel.core_pattern. Fixes #2800.
* Remove systemd-bootchartDaniel Mack2016-02-231-4/+0
| | | | | | | 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.
* remove bus-proxydDaniel Mack2016-02-121-3/+0
| | | | | | | | | | 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.
* coredump: dump priviliges when processing system coredumpsLennart Poettering2016-02-101-0/+3
| | | | | | | | Let's add an extra-safety net and change UID/GID to the "systemd-coredump" user when processing coredumps from system user. For coredumps of normal users we keep the current logic of processing the coredumps from the user id the coredump was created under. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=87354
* README: drop link to systemd-commits MLLennart Poettering2016-01-251-1/+0
| | | | Since we moved to github the commits ML is basically dead, hence don't advertise it anymore.
* README, tests: remove /etc/mtabEvgeny Vereshchagin2016-01-141-4/+0
| | | | This is a followup for 1d40ddb
* README: Recommend kinvolk regarding engineering servicesLennart Poettering2015-12-101-0/+5
| | | | They are our friends, do systemd development, hence add them.
* core: drop check for /etc/mtabMartin Pitt2015-11-021-2/+2
| | | | | | | | | | util-linux 2.27.1 now entirely stops looking at /etc/mtab, so we don't need to verify /etc/mtab during early boot any more. Later on, tmpfiles.d/etc.conf will fix /etc/mtab anyway, so there's not even a point in warning about it. Drop test_mtab() and bump the util-linux dependency to >= 2.17.1. Fixes #1495
* mount: use libmount to monitor mountinfo & utabKarel Zak2015-09-141-2/+2
| | | | | | | | | | | | | | | The current implementation directly monitor /proc/self/mountinfo and /run/mount/utab files. It's really not optimal because utab file is private libmount stuff without any official guaranteed semantic. The libmount since v2.26 provides API to monitor mount kernel & userspace changes and since v2.27 the monitor is usable for non-root users too. This patch replaces the current implementation with libmount based solution. Signed-off-by: Karel Zak <kzak@redhat.com>
* README: remove obsolete instructions regarding python-systemd/sphinxMichael Biebl2015-09-091-7/+0
|
* README: document new /etc/mtab requirementDaniel Mack2015-09-091-3/+3
|
* README: bump minimal required kernel versionLennart Poettering2015-09-061-2/+2
| | | | | | | | We generally try to support 2y old kernels, which allows us bump the minimal required version to 3.11 now. Also, clarify that support for the unified cgroup hierarchy requires 4.2 or newer.
* README: drop reference to EndocodeLennart Poettering2015-08-161-5/+0
| | | | | Chris Kühl does not work at Endocode anymore, the contact data is no longer valid.
* Merge pull request #554 from poettering/ntp-poolTom Gundersen2015-07-121-0/+5
|\ | | | | build-sys: warn if people don't change the default NTP servers when b…
| * build-sys: warn if people don't change the default NTP servers when building ↵Lennart Poettering2015-07-111-0/+5
| | | | | | | | | | | | | | | | systemd Also, explain the situation in the docs. Relates to #437
* | README: document that RT group sched should be turned offLennart Poettering2015-07-111-2/+11
|/ | | | | https://bugs.freedesktop.org/show_bug.cgi?id=87570 https://bugzilla.redhat.com/show_bug.cgi?id=1229700
* README: mention "git archive"Kay Sievers2015-06-231-2/+5
|
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-111-2/+2
| | | | | | | | | | basic/ can be used by everything cannot use anything outside of basic/ libsystemd/ can use basic/ cannot use shared/ shared/ can use libsystemd/
* build-sys: drop references to gobject-introspectionMarc-Antoine Perennou2015-06-031-1/+0
| | | | It has been removed alongside gudev
* point to github issues instead of freedesktop bugzillaKay Sievers2015-06-031-1/+0
|
* README: update links to reference new home (GitHub)Jonathan Boulle2015-06-021-3/+4
|
* remove gudev and gtk-docKay Sievers2015-06-031-1/+0
| | | | | The library moved to: https://git.gnome.org/browse/libgudev/
* README: fix typoRonny Chevalier2015-05-301-1/+1
|
* systemctl: drop hardcoded chkconfig invocationMartin Pitt2015-05-281-0/+11
| | | | | | | | | | | | | | Introduce /usr/lib/systemd/systemd-sysv-install [--root=] <action> <name> abstraction, replacing the direct calling of chkconfig. This allows distributions to call their specific tools like update-rc.d without patching systemd. Ship systemd-sysv-install.SKELETON as an example for packagers how to implement this. Drop the --enable-chkconfig configure option. Document this in README and point to it in NEWS.
* swap: use swapon -oKarel Zak2015-05-251-1/+1
| | | | | | | | | | | | | | | | This patch simplify swapon usage in systemd. The command swapon(8) since util-linux v2.26 supports "-o <list>". The idea is exactly the same like for mount(8). The -o specifies options in fstab-compatible way. For systemd it means that it does not have to care about things like "discard" or another swapon specific options. swapon -o <options-from-fstab> For backward compatibility the code cares about "Priority:" swap unit field (for a case when Priority: is set, but pri= in the Options: is missing). References: http://lists.freedesktop.org/archives/systemd-devel/2014-October/023576.html
* README: document that we prefer if CONFIG_CHECKPOINT_RESTORE is turned on, ↵Lennart Poettering2015-05-181-0/+1
| | | | for the kcmp() syscall
* README: glibc version 2.16 is required for IP_UNICAST_IFŁukasz Stelmach2015-04-111-1/+1
| | | | | https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=be08eda5 https://bugs.gentoo.org/show_bug.cgi?id=546194
* README: mention ACLs moreZbigniew Jędrzejewski-Szmek2015-03-031-1/+1
| | | | They are now useful for any fs used for journal storage.
* README: add pkg-config to required deps for autogenPeter Waller2015-02-201-0/+1
| | | | Otherwise, several macros are undefined.
* tmpfiles: use ACL magic on journal directoriesZbigniew Jędrzejewski-Szmek2015-01-221-8/+3
|
* README: CONFIG_DEVPTS_MULTIPLE_INSTANCES is necessaryZbigniew Jędrzejewski-Szmek2014-12-301-1/+4
| | | | https://bugs.debian.org/773932
* blkid: Warn when rejecting a superblock with a bad csumGabriel de Perthuis2014-12-141-1/+1
| | | | | Bump libblkid requirement from 2.20 to 2.24. util-linux 2.25 is actually required since fdbbad981cc5da8bb4ed7e9b6646e7a114745ec5
* README: notice kernel config for CPUQuotaWaLyong Cho2014-11-281-0/+3
|
* mount: use libmount to enumerate /proc/self/mountinfoChris Leech2014-11-281-0/+1
| | | | | This lets libmount add in user options from /run/mount/utab, like _netdev which is needed to get proper ordering against remote-fs.target
* README: mention that engineering services for systemd are available from ↵Lennart Poettering2014-11-061-0/+5
| | | | endocode
* remove references of readaheadRonny Chevalier2014-10-311-1/+0
|
* README: simplify documented dependency on util-linuxLennart Poettering2014-10-221-5/+1
| | | | | we stritcly require features from util-linux v2.25, such a new version is not optional, hence document this.
* fsck: re-enable fsck -lKarel Zak2014-10-221-1/+2
| | | | | | | The -l (lock) has been temporary disabled due to conflict with udev (https://bugs.freedesktop.org/show_bug.cgi?id=79576) The problem is fixed since util-linux v2.25 (Jul 2014).
* udev: remove userspace firmware loading supportKay Sievers2014-08-301-5/+4
|
* README: mention the new optional libidn dependencyLennart Poettering2014-08-201-0/+1
|
* README: document what to do with the NSS modulesLennart Poettering2014-08-191-0/+21
|
* README: add liblz4Zbigniew Jędrzejewski-Szmek2014-07-071-0/+1
|
* doc: grammatical correctionsJan Engelhardt2014-06-281-4/+4
|
* README: mention that elfutils is an (optional) dependency nowLennart Poettering2014-06-231-0/+1
|
* README: add gobject-introspectionZbigniew Jędrzejewski-Szmek2014-06-221-0/+1
|