summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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 e...Lennart Poettering
2012-01-03sd-id128: add _public_ to all exports, and add validity checks for all parame...Lennart Poettering
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 kin...Lennart Poettering
2012-01-03build-sys: move kbd-model-map to locale/Lennart Poettering
2012-01-03cryptsetup: split off cryptsetup into its own subdirLennart Poettering
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-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-31login: move libsystemd-login.pc.in into src/login/Lennart Poettering
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-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-31journal: automatically deduce journal metrics from file system sizesLennart Poettering
2011-12-31kmsg: drop unused variableLennart Poettering
2011-12-31socket: rename the PassCred= option to PassCredentials=, since we don't want ...Lennart Poettering
2011-12-31Merge branch 'journal'Lennart Poettering
2011-12-31journal: move max_use into metrics structureLennart Poettering
2011-12-30journal: disable default debug loggingLennart Poettering
2011-12-30journal: fix a few bad memory accesses and leaksLennart Poettering
2011-12-30journald: forward all syslog messages to syslogdLennart Poettering
2011-12-30journal: add unit files and shared library glueLennart Poettering
2011-12-30journald: add missing headerLennart Poettering
2011-12-30remount-api-vfs: handle another OOM conditionLennart Poettering
2011-12-29journald: don't recheck /var availability more often than 30sLennart Poettering
2011-12-29journald: flush /run to /var as soon as it becomes availableLennart Poettering
2011-12-29journald: increase rate limit burst rateLennart Poettering
2011-12-28journal: never mmap beyond file sizeLennart Poettering
2011-12-27journald: when checking available disk space for rate limiting, cache the res...Lennart Poettering
2011-12-27journal: fix hash table lookup logicLennart Poettering
2011-12-27journal: fix typoLennart Poettering
2011-12-27udev: exclude loopback device from udev rule based sysctl application, since ...Lennart Poettering
2011-12-27journald: implement sophisticated rate limitingLennart Poettering
2011-12-23journal: implement stdout transportLennart Poettering