summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2011-12-31build-sys: make readahead and vconsole optionalLennart Poettering
2011-12-31gnome-ask-password-agent: require libnotify >= 0.7.0Kay Sievers
2011-12-31build-sys: fix mageia kbd mappingsLennart Poettering
2011-12-31login: move the PAM module to src/login/ since it is just a client to logindLennart Poettering
2011-12-31test: rename test directoryLennart Poettering
2011-12-31build-sys: more remaining parts of sd-deamon to their own section in Makefile.amKay Sievers
2011-12-31build-sys: restructure sd-daemon, sd-readahead, sd-login filesKay Sievers
2011-12-31build-sys: remove redundant _CFLAGS assignmentKay Sievers
2011-12-31login: move libsystemd-login.pc.in into src/login/Lennart Poettering
2011-12-31libsystemd-daemon: restructure Makefile.amKay Sievers
2011-12-31pam_systemd: restructure Makefile.am and move inside ENABLE_LOGINDKay Sievers
2011-12-31libsystemd-id128: restructure Makefile.amKay Sievers
2011-12-31journal: restructure Makefile.amKay Sievers
2011-12-31binfmt: move sources to subdirectoryKay Sievers
2011-12-31hostnamed, localed: move config files to subdirKay Sievers
2011-12-31hostnamed: move sources to subdirectoryKay Sievers
2011-12-31localed: move sources to subdirectoryKay Sievers
2011-12-31timedated: move sources to subdirectoryKay Sievers
2011-12-31build-sys: restructure logind parts in Makefile.am and add --disable-logindKay Sievers
2011-12-31logind: fix POTFILES locationKay Sievers
2011-12-31logind: add 'login' subdir to include dirsKay Sievers
When separate 'builddirs', like with 'distcheck', are used, the generated sources, like the '.c' files from 'gperf', are placed in the 'builddir' and can not find the include headers in 'srcdir'.
2011-12-31Makefile.am: consistently use tabsKay Sievers
2011-12-31journal: silence gcc warningsKay Sievers
2011-12-31util: fix warningLennart Poettering
2011-12-31journal: move symver file into subdirectoryLennart Poettering
2011-12-31logind: move more files into subdirectoryLennart Poettering
2011-12-31logind: move logind into its own subdirectoryLennart Poettering
2011-12-31git: update gitignoreLennart Poettering
2011-12-31journal: automatically deduce journal metrics from file system sizesLennart Poettering
2011-12-31kmsg: drop unused variableLennart Poettering