summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-05build-sys: install pam module in $rootlibdirKay Sievers
2012-01-05build-sys: switch autoconf's default prefix from /usr/local to /usrKay Sievers
2012-01-05fix compilation error with 'PathSpec redefined'Zbigniew Jędrzejewski-Szmek
2012-01-05logind: add needed include for sd_notify()Kay Sievers
2012-01-05conf-parser: silence compiler warningKay 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-04journal: beef up journal output of systemctl and journalctlLennart Poettering
2012-01-04journal: it's not a problem if the realtime jumps, hence don't ensure ↵Lennart Poettering
monotonicity of realtime for entries we write
2012-01-04systemctl: shortcut log output for non-service, non-socket, non-mount, ↵Lennart Poettering
non-swap units
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-04journalctl: only output 10 most recent lines in --follow modeLennart Poettering
2012-01-04journalctl: fix counting of -n parameterLennart Poettering
2012-01-04journal: fix reverse traversing of entriesLennart Poettering
2012-01-04journal: add missing error checkLennart Poettering
2012-01-04journal: don't mind too much if we can't find a monotonic timestampLennart Poettering
2012-01-04journald: don't rotate on startupLennart Poettering
2012-01-04journal: when increasing window, make sure to use the increased windowLennart Poettering
2012-01-04journal: apply seek check before resizing window, and refresh stat data if ↵Lennart Poettering
necessary
2012-01-04journal: add memory barrier before linking in newly created entriesLennart Poettering
2012-01-04journal: add missing error checkLennart Poettering
2012-01-04journalctl: add -n switchLennart Poettering
2012-01-04sd128: rename SD_FORMAT_ID128_STR to SD_ID128_FORMAT_STR to follow naming schemeLennart Poettering
2012-01-04sd128: add format string macros for outputting sd_id128_t variablesLennart Poettering
2012-01-03journald: fix _SYSTEMD_CGROUP= valuesLennart Poettering
2012-01-03logind: send out Lock signal when lockingLennart Poettering
2012-01-03man: fix SEE ALSO in hostname(5)Tom Gundersen
Rather than referencing itself (hostname(5)), point to hostname(7).
2012-01-03logind: don't watch vcsa if nobody caresLennart Poettering
2012-01-03logind: if we can't open /dev/tty0, assume there is no VT subsystem and ↵Lennart Poettering
don't pretend we could do VT switching
2012-01-03namespace: remount namespace root dir for SLAVE to avoid propagation of ↵Daniel Walsh
mounts from the namespace to the host https://bugzilla.redhat.com/show_bug.cgi?id=752540
2012-01-03systemctl: hook up systemctl with the journalLennart Poettering
2012-01-03journal: never fail if we cannot access /var, just print a warningLennart Poettering
2012-01-03journald: treat a read-only /var identical to an unmounted oneLennart Poettering
2012-01-03journald: add _SYSTEMD_SESSION, _SYSTEMD_OWNER_UID, _SYSTEMD_SERVICE to all ↵Lennart Poettering
entries
2012-01-03sd-id128: add _public_ to all exports, and add validity checks for all ↵Lennart Poettering
parameters
2012-01-03journal: add _public_ to all sd-journal calls, and add parameter checksLennart Poettering
2012-01-03login: introduce sd_pid_get_service()Lennart Poettering
2012-01-03nspawn: get rid of BUFFER_SIZE, use LINE_MAX insteadLennart Poettering
2012-01-03readahead: bring export definition of sd-readahead in line with sd-daemonLennart Poettering
2012-01-03socket: only add dependency on kmsg socket to socket units which have any ↵Lennart Poettering
kind of exec program specified
2012-01-03build-sys: make quotacheck and randomseed optionalLennart Poettering
2012-01-03build-sys: move kbd-model-map to locale/Lennart Poettering
2012-01-03cryptsetup: split off cryptsetup into its own subdirLennart Poettering
2012-01-02do not install drop-in files; the shared library should be used by defaultKay Sievers
If distros still want to ship these, the can include them in the packaging step. Upstream should no longer install them.
2012-01-02build-sys: switch to tar xzKay Sievers
2011-12-31build-sys: login - remove specified include dir; all subdirs are in the list nowKay Sievers
2011-12-31login: move systemd-user-sessions.service into login/, tooLennart Poettering