summaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAge
...
* README: Correct EFI requirementsThomas Bächler2014-03-22
| | | | | systemd does not need or use CONFIG_EFI_VARS anywhere, this should be CONFIG_EFIVAR_FS instead.
* README: document that we still encourage people to turn off audit when they ↵Lennart Poettering2014-03-11
| | | | want to use containers
* README: document that /var/run must be a symlink → /runLennart Poettering2014-02-26
|
* sd-damon is LGPL nowKay Sievers2014-02-19
|
* README: mention libudev's requirementKay Sievers2014-02-15
|
* syscallfilter: port to libseccompRonny Chevalier2014-02-12
|
* build-sys: make lxml required when generating indicesZbigniew Jędrzejewski-Szmek2014-02-12
| | | | | Since the manpage indices generated without lxml would be missing some parts, it doesn't make sense to keep lxml optional anymore.
* build-sys: default to gold linkerZbigniew Jędrzejewski-Szmek2014-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gold doesn't exhibit the problems with linking of compatibility libraries. It is also slightly faster: make clean && make -j5 bfd gold real 34.885s 33.707s user 34.486s 32.189s sys 9.929s 10.845s real 35.128s 33.508s user 34.660s 31.858s sys 10.798s 10.341s real 35.405s 33.748s user 34.765s 32.384s sys 11.635s 10.998s real 35.250s 33.795s user 34.704s 32.253s sys 11.220s 11.469s touch src/libsystemd/sd-bus.c && make -j5 bfd gold real 10.224s 9.030s user 11.664s 9.877s sys 3.431s 2.878s real 10.021s 9.165s user 11.526s 9.990s sys 3.061s 3.015s real 10.233s 8.961s user 11.657s 9.973s sys 3.467s 2.202s real 10.160s 9.086s user 11.637s 9.950s sys 3.188s 2.859s
* README: list CONFIG_FHANDLE in main sectionKay Sievers2014-01-14
|
* readme: CONFIG_FHANDLE is a requirementUmut Tezduyar Lindskog2014-01-14
|
* bus: switch kdbus bloom filter over to SipHash (from MurmurHash3)Lennart Poettering2013-12-23
| | | | | | | | | | | | Let's try to standardize on a single non-cryptographic hash algorithm, and for that SipHash appears to be the best answer. With this change there are two other hash functions left in systemd: an older version of MurmurHash embedded into libudev for the bloom filters in udev messages (which is hard to update, given that the we probably should stay compatible with older versions of the library). And lookup3 in the journal files (which we could replace for new files, but which is probably not worth the work).
* libudev: ship the original MurmurHash2.[ch] fileKay Sievers2013-12-23
|
* Update README with test/ requirementsZbigniew Jędrzejewski-Szmek2013-12-10
|
* update README to not suggest that systemd works without procfsShawn Landden2013-12-10
|
* README: remove obsolete paragraph about D-BusThomas Hindoe Paaboel Andersen2013-12-04
|
* TODO: add dbus runtime depedencyTom Gundersen2013-11-27
|
* TODO: remove dbus requirementKay Sievers2013-11-27
|
* updates for TODO and READMELukasz Skalski2013-11-27
| | | | | | | | | * library support for setns() system call was added to glibc version 2.14 (setns() call is use in src/machine/machinectl.c and src/libsystemd-bus-container.c) * utf8 validation call are already exported (via sd-utf8.c file) - commit - 369c583b3fb3d672ef469d53141e274ec9d2e8a7
* man: wording and grammar updatesJan Engelhardt2013-10-21
| | | | | This is a recurring submission and includes corrections to various issue spotted.
* static-nodes: don't call mkdirTom Gundersen2013-10-17
| | | | This is no longer necessary with kmod-15. Bump the requirement.
* README: add SCSI BSG optionKay Sievers2013-09-15
|
* README: update list of used LICENSEsKay Sievers2013-08-14
|
* README: Bump to Linux 3.0Jesper Larsen2013-07-24
| | | | Support for writing to cgroup.procs was introduced in 3.0
* README Bump minimum required version of kmodMichael Biebl2013-07-23
| | | | See edeb68c53f1cdc452016b4c8512586a70b1262e3.
* audit: since audit is apparently never going to be fixed for containers tell ↵Lennart Poettering2013-05-10
| | | | | | | | | the user what's going on Let's try to be helpful to the user and give him a hint what he can do to make nspawn work with normal OS containers. https://bugzilla.redhat.com/show_bug.cgi?id=893751
* man: use lxml for faster generation and pretty printingZbigniew Jędrzejewski-Szmek2013-03-09
|
* core: mount and initialize SmackNathaniel Chen2013-03-07
| | | | | | | | | | | | | | | | SMACK is the Simple Mandatory Access Control Kernel, a minimal approach to Access Control implemented as a kernel LSM. The kernel exposes the smackfs filesystem API through which access rules can be loaded. At boot time, we want to load the access rules as early as possible to ensure all early boot steps are checked by Smack. This patch mounts smackfs at the new location at /sys/fs/smackfs for kernels 3.8 and above. The /smack mountpoint is not supported. After mounting smackfs, rules are loaded from the usual location. For more information about Smack see: http://www.kernel.org/doc/Documentation/security/Smack.txt
* README: more CONFIG_* updatesKay Sievers2013-03-06
|
* README: remove CONFIG_HOTPLUG, add CONFIG_NETKay Sievers2013-03-06
|
* README: add kernel config optionsKay Sievers2013-03-06
|
* Fix typosMichael Biebl2013-03-05
|
* journal: make gatewayd run under its own user IDLennart Poettering2013-03-05
|
* README: add udev goupsKay Sievers2013-03-05
|
* journald: introduce new "systemd-journal" group and make it own the journal ↵Lennart Poettering2013-03-05
| | | | | | | | | | | | | | | | | | | | | files Previously all journal files were owned by "adm". In order to allow specific users to read the journal files without granting it access to the full "adm" powers, introduce a new specific group for this. "systemd-journal" has to be created by the packaging scripts manually at installation time. It's a good idea to assign a static UID/GID to this group, since /var/log/journal might be shared across machines via NFS. This commit also grants read access to the journal files by default to members of the "wheel" and "adm" groups via file system ACLs, since these "almost-root" groups should be able to see what's going on on the system. These ACLs are created by "make install". Packagers probably need to duplicate this logic in their postinst scripts. This also adds documentation how to grant access to the journal to additional users or groups via fs ACLs.
* ProFUSION got bought by IntelKay Sievers2013-03-04
|
* python: build html docs using sphinxZbigniew Jędrzejewski-Szmek2013-02-22
| | | | | | | Build instructions: make make DESTIDIR=/tmp/... install make DESTIDIR=/tmp/... sphinx-html sphinx-man sphinx-epub ...
* man: move bootchart README to manpage, docbooksifyZbigniew Jędrzejewski-Szmek2013-02-16
|
* build-sys: make PolicyKit support compile-time optional (was ↵Lennart Poettering2013-02-13
| | | | runtime-optional already)
* README: remove mentioning of nss-myhostname "package"Kay Sievers2013-01-24
|
* README - dependencies: unify and add util-linux referenceTom Gundersen2012-11-25
| | | | | Use '>=' everywhere for consistency and point out that new util-linux provides sulogin.
* README: mention dependency on libpythonZbigniew Jędrzejewski-Szmek2012-11-25
|
* build-sys: make loadable module support optionalTom Gundersen2012-11-20
| | | | | kmod is unecessary if loadable module support is disabled in the kernel, so make the dependency optional.
* README: don't list libgcrypt twice as depLennart Poettering2012-11-14
|
* README,TODO: typo fixesThomas Hindoe Paaboel Andersen2012-11-05
|
* journal: implement time-based rotation/vacuumingLennart Poettering2012-10-16
| | | | | This also enables time-based rotation (but not vacuuming) after 1month, so that not more one month of journal is lost at a time per vacuuming.
* journal: fix build in VALGRIND compatibility modeZbigniew Jędrzejewski-Szmek2012-10-13
|
* README: updateKay Sievers2012-10-08
|
* journal: add minimal journal gateway daemon based on GNU libmicrohttpdLennart Poettering2012-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This minimal HTTP server can serve journal data via HTTP. Its primary purpose is synchronization of journal data across the network. It serves journal data in three formats: text/plain: the text format known from /var/log/messages application/json: the journal entries formatted as JSON application/vnd.fdo.journal: the binary export format of the journal The HTTP server also serves a small HTML5 app that makes use of the JSON serialization to present the journal data to the user. Examples: This downloads the journal in text format: # systemctl start systemd-journal-gatewayd.service # wget http://localhost:19531/entries Same for JSON: # curl -H"Accept: application/json" http://localhost:19531/entries Access via web browser: $ firefox http://localhost:19531/
* journal: make libgcrypt dependency optionalLennart Poettering2012-08-20
|
* Add a few more dependencies to READMEZbigniew Jędrzejewski-Szmek2012-07-31
|