Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-02 | core: drop check for /etc/mtab | Martin Pitt | |
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 | |||
2015-09-14 | mount: use libmount to monitor mountinfo & utab | Karel Zak | |
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> | |||
2015-09-09 | README: remove obsolete instructions regarding python-systemd/sphinx | Michael Biebl | |
2015-09-09 | README: document new /etc/mtab requirement | Daniel Mack | |
2015-09-06 | README: bump minimal required kernel version | Lennart Poettering | |
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. | |||
2015-08-16 | README: drop reference to Endocode | Lennart Poettering | |
Chris Kühl does not work at Endocode anymore, the contact data is no longer valid. | |||
2015-07-12 | Merge pull request #554 from poettering/ntp-pool | Tom Gundersen | |
build-sys: warn if people don't change the default NTP servers when b… | |||
2015-07-11 | README: document that RT group sched should be turned off | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=87570 https://bugzilla.redhat.com/show_bug.cgi?id=1229700 | |||
2015-07-11 | build-sys: warn if people don't change the default NTP servers when building ↵ | Lennart Poettering | |
systemd Also, explain the situation in the docs. Relates to #437 | |||
2015-06-23 | README: mention "git archive" | Kay Sievers | |
2015-06-11 | build-sys: split internal basic/ library from shared/ | Kay Sievers | |
basic/ can be used by everything cannot use anything outside of basic/ libsystemd/ can use basic/ cannot use shared/ shared/ can use libsystemd/ | |||
2015-06-03 | build-sys: drop references to gobject-introspection | Marc-Antoine Perennou | |
It has been removed alongside gudev | |||
2015-06-03 | point to github issues instead of freedesktop bugzilla | Kay Sievers | |
2015-06-02 | README: update links to reference new home (GitHub) | Jonathan Boulle | |
2015-06-03 | remove gudev and gtk-doc | Kay Sievers | |
The library moved to: https://git.gnome.org/browse/libgudev/ | |||
2015-05-30 | README: fix typo | Ronny Chevalier | |
2015-05-28 | systemctl: drop hardcoded chkconfig invocation | Martin Pitt | |
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. | |||
2015-05-25 | swap: use swapon -o | Karel Zak | |
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 | |||
2015-05-18 | README: document that we prefer if CONFIG_CHECKPOINT_RESTORE is turned on, ↵ | Lennart Poettering | |
for the kcmp() syscall | |||
2015-04-11 | README: glibc version 2.16 is required for IP_UNICAST_IF | Łukasz Stelmach | |
https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=be08eda5 https://bugs.gentoo.org/show_bug.cgi?id=546194 | |||
2015-03-03 | README: mention ACLs more | Zbigniew Jędrzejewski-Szmek | |
They are now useful for any fs used for journal storage. | |||
2015-02-20 | README: add pkg-config to required deps for autogen | Peter Waller | |
Otherwise, several macros are undefined. | |||
2015-01-22 | tmpfiles: use ACL magic on journal directories | Zbigniew Jędrzejewski-Szmek | |
2014-12-30 | README: CONFIG_DEVPTS_MULTIPLE_INSTANCES is necessary | Zbigniew Jędrzejewski-Szmek | |
https://bugs.debian.org/773932 | |||
2014-12-14 | blkid: Warn when rejecting a superblock with a bad csum | Gabriel de Perthuis | |
Bump libblkid requirement from 2.20 to 2.24. util-linux 2.25 is actually required since fdbbad981cc5da8bb4ed7e9b6646e7a114745ec5 | |||
2014-11-28 | README: notice kernel config for CPUQuota | WaLyong Cho | |
2014-11-28 | mount: use libmount to enumerate /proc/self/mountinfo | Chris Leech | |
This lets libmount add in user options from /run/mount/utab, like _netdev which is needed to get proper ordering against remote-fs.target | |||
2014-11-06 | README: mention that engineering services for systemd are available from ↵ | Lennart Poettering | |
endocode | |||
2014-10-31 | remove references of readahead | Ronny Chevalier | |
2014-10-22 | README: simplify documented dependency on util-linux | Lennart Poettering | |
we stritcly require features from util-linux v2.25, such a new version is not optional, hence document this. | |||
2014-10-22 | fsck: re-enable fsck -l | Karel Zak | |
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). | |||
2014-08-30 | udev: remove userspace firmware loading support | Kay Sievers | |
2014-08-20 | README: mention the new optional libidn dependency | Lennart Poettering | |
2014-08-19 | README: document what to do with the NSS modules | Lennart Poettering | |
2014-07-07 | README: add liblz4 | Zbigniew Jędrzejewski-Szmek | |
2014-06-28 | doc: grammatical corrections | Jan Engelhardt | |
2014-06-23 | README: mention that elfutils is an (optional) dependency now | Lennart Poettering | |
2014-06-22 | README: add gobject-introspection | Zbigniew Jędrzejewski-Szmek | |
2014-06-20 | Remove libattr mentions from README | Cristian Rodríguez | |
It is no longer required. | |||
2014-06-12 | udev: assign group "input" to all input devices | Kay Sievers | |
2014-06-11 | doc: specify kernel configs for cpushares | Umut Tezduyar Lindskog | |
2014-06-11 | udev: stop using "floppy" group | Kay Sievers | |
2014-06-04 | README: mention new required user systemd-bus-proxy | Lennart Poettering | |
2014-06-03 | resolved: run as unpriviliged "systemd-resolve" user | Tom Gundersen | |
This service is not yet network facing, but let's prepare nonetheless. Currently all caps are dropped, but some may need to be kept in the future. | |||
2014-06-01 | README: document the new "systemd-network" user we require for systemd-networkd | Lennart Poettering | |
2014-05-19 | fix spelling of privilege | Nis Martensen | |
2014-05-18 | timesyncd: run timesyncd as unpriviliged user "systemd-timesync" (but still ↵ | Lennart Poettering | |
with CAP_SYS_TIME) | |||
2014-05-07 | doc: comma placement corrections and word order | Jan Engelhardt | |
Set commas where there should be some. Some improvements to word order. | |||
2014-05-06 | doc: typographical fine tuning | Jan Engelhardt | |
2014-05-06 | doc: use non-contracted forms in written documents | Jan Engelhardt | |