summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2012-03-15man: document systemd-journald.conf(5)Lennart Poettering
2012-03-15man: document systemd-machine-id-setup(1)Lennart Poettering
2012-03-15man: document systemd-cat(1)Lennart Poettering
2012-03-12conf: enforce UTF8 validty everywhereLennart Poettering
we need to make sure that configuration data we expose via the bus ends up in using getting an assert(). Even though configuration data is only parsed from trusted sources we should be more careful with what we read.
2012-02-29man: fix systemd.special build failureKay Sievers
2012-02-15man: systemd.special no longer needs sed logicLennart Poettering
2012-02-15login: document new sd_session_get_xxx() callsLennart Poettering
2012-02-15build-sys: prepare release of 43systemd/v43Lennart Poettering
2012-02-13build-sys: simplify ENABLE_MANPAGESKay Sievers
2012-02-13build-sys: do not use split-/usr in distcheckKay Sievers
2012-02-11build-sys: publish man pages also on fdosystemd/v42Lennart Poettering
2012-02-11build-sys: prepare 42Lennart Poettering
2012-02-10man: make building of man pages optionalLennart Poettering
2012-02-09main: fix reexecution of systemd, use right path to binaryLennart Poettering
2012-02-09kmod-setup: fix build with libkmodFrederic Crozat
2012-02-09modules-load: use libkmod rather than modprobeTom Gundersen
2012-02-09kmod-setup: use libkmod rather than modprobeTom Gundersen
2012-02-08move /usr/bin/systemd to /usr/lib/systemd/systemdKay Sievers
2012-02-07build-sys: bump releaseLennart Poettering
2012-01-27build-sys: add creation of /var/lib/systemd path, used by logindMike Kazantsev
2012-01-25build-sys: bump releaseLennart Poettering
2012-01-25build-sys: include NEWS file for v38, v39Lennart Poettering
2012-01-25man: document systemd-cgtop toolLennart Poettering
2012-01-23login: add multi-session X wrapperLennart Poettering
In preparation for https://bugzilla.gnome.org/show_bug.cgi?id=655380 we decided it's better to include the multi-seat X wrapper in systemd, rather than gdm. (Side effect: this makes this accessible for other DMs) This is a stop-gap for now, until X gins proper multi-seat graphics support at which point this code will go away without replacement.
2012-01-22login: move seat udev rules to login subdirKay Sievers
2012-01-22cgtop: add new cgtop toolLennart Poettering
2012-01-16build-sys: cleanup sysctl.d/coredump.confKay Sievers
2012-01-14journal: hook up coredumping with journalLennart Poettering
2012-01-14journal: add new system-cat tool as kind of a more powerfull BSD loggerLennart Poettering
2012-01-11journal: make requirement for ACLs optionalLennart Poettering
2012-01-11build-sys: fix upload rule for xzsystemd/v38Lennart Poettering
2012-01-10build-sys: link systemctl and systemd-journalctl against libsystemd-id128Michael Biebl
Both use logs-show.c which requires libsystemd-id128 for sd_id128_to_string ().
2012-01-07build-sys: move .pc files next to the matching sourcesLennart Poettering
2012-01-07journald: start journald right away, don't wait until activationLennart Poettering
2012-01-06kmsg-syslogd: remove kmsg-syslogd, since it's entirely obsoleted and ↵Lennart Poettering
replaced by journald
2012-01-06stdout: remove stdout-syslog-bridge since it is now obsoleted by journaldLennart Poettering
2012-01-05build-sys: add headers to EXTRA_DIST to fix 'make distcheck'Kay Sievers
Vala autotools, it's all your fault!
2012-01-05build-sys: move public header files into a dir of their ownLennart Poettering
2012-01-05journald: add configuration file options to forward all logged data to kmsg, ↵Lennart Poettering
console, syslog
2012-01-05build-sys: add some headers to fix 'make distcheck'Kay Sievers
2012-01-05build-sys: rename 'rootdir' to 'rootprefix' like udev and kmod usesKay Sievers
2012-01-04journald: parse configuration fileLennart Poettering
2012-01-04build-sys: Fix missing directories with parallel 'make install'.Michał Górny
2012-01-04journal: fix XZ build flagsLennart Poettering
2012-01-04man: Fix out-of-source manpage builds.Michał Górny
2012-01-04journald: store _SYSTEMD_UNIT= instead of _SYSTEMD_SERVICE= field, since ↵Lennart Poettering
processes might also be related to mount, swap or socket units, not just services
2012-01-03systemctl: hook up systemctl with the journalLennart Poettering
2012-01-03journald: treat a read-only /var identical to an unmounted oneLennart Poettering
2012-01-03sd-id128: add _public_ to all exports, and add validity checks for all ↵Lennart Poettering
parameters
2012-01-03login: introduce sd_pid_get_service()Lennart Poettering