summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* journal: when comparing two entries from separate files make sure we repositi...Lennart Poettering2012-09-191-15/+29
* mount: reword directory empty warning a bitLennart Poettering2012-09-192-2/+2
* systemctl: warn about triggering units only at the endZbigniew Jędrzejewski-Szmek2012-09-192-11/+10
* systemctl: properly report successZbigniew Jędrzejewski-Szmek2012-09-191-2/+6
* systemctl: use automatic cleanup once moreZbigniew Jędrzejewski-Szmek2012-09-191-18/+13
* systemctl: use automatic cleanupZbigniew Jędrzejewski-Szmek2012-09-193-14/+17
* core: move ManagerRunningAs to sharedZbigniew Jędrzejewski-Szmek2012-09-1821-108/+105
* automount: also whine if an automount directory is not emptyLennart Poettering2012-09-181-0/+3
* mount: notify the user if we over-mount a non-empty directoryLennart Poettering2012-09-181-1/+5
* update TODOLennart Poettering2012-09-181-2/+0
* mount: don't mount securityfs in a containerLennart Poettering2012-09-182-20/+21
* unit-printf: add specifiers for the host name, machine id, boot idLennart Poettering2012-09-183-2/+64
* unit-printf: before resolving exec context specifiers check whether the objec...Lennart Poettering2012-09-187-9/+49
* unit: split unit_printf() and friends into its own .c fileLennart Poettering2012-09-189-261/+325
* unit: fix %f resolvingLennart Poettering2012-09-181-3/+6
* journalctl: don't choke on entries with no MESSAGE= fieldLennart Poettering2012-09-181-0/+4
* docs: typos in loginctl.xmlThomas Hindoe Paaboel Andersen2012-09-181-2/+2
* target: imply default ordering for PartsOf deps as wellLennart Poettering2012-09-181-9/+15
* execute: apply PAM logic only to main process if PermissionsStartOnly is setLennart Poettering2012-09-182-3/+1
* selinux: rework method tail, make it into a nulstr arrayLennart Poettering2012-09-181-98/+89
* selinux: use existing library calls for audit dataLennart Poettering2012-09-185-155/+64
* selinux: prefer source path over fragment pathLennart Poettering2012-09-182-3/+3
* util: introduce get_process_gid()Lennart Poettering2012-09-182-3/+12
* selinux: add bus service access controlDaniel J Walsh2012-09-186-2/+756
* Update TODOLennart Poettering2012-09-181-1/+1
* logind: split up inhibit acquire policyLennart Poettering2012-09-184-12/+52
* journald: log when we fail to forward messages to syslogLennart Poettering2012-09-176-6/+37
* log: avoid function loopLennart Poettering2012-09-171-17/+2
* conf-parser: don't unescape parsed configuration strings by defaultLennart Poettering2012-09-174-6/+9
* logind: make VT reservation logic compatible with containersLennart Poettering2012-09-171-1/+4
* main: newer kernels return EINVAL if we invoke reboot() in a container lackin...Lennart Poettering2012-09-171-2/+3
* util: various cleanups for printing boot statusLennart Poettering2012-09-172-44/+31
* git: update .gitignoreLennart Poettering2012-09-171-0/+1
* utmp: read the right timestampLennart Poettering2012-09-171-1/+1
* main: when transitioning from initrd to the main system log to kmsgLennart Poettering2012-09-173-12/+30
* hwclock: always set the kernel's timezoneKay Sievers2012-09-174-15/+26
* main: bump up RLIMIT_NOFILE for systemd itselfLennart Poettering2012-09-171-1/+47
* journald: properly update perms on freshly rotate user journalsLennart Poettering2012-09-171-1/+1
* service: don't hit an assert if a service unit changes type and we get a spur...Lennart Poettering2012-09-172-22/+10
* update TODOLennart Poettering2012-09-171-2/+2
* udev: add btrfs supportKay Sievers2012-09-176-3/+78
* directive-index: journal directivesZbigniew Jędrzejewski-Szmek2012-09-173-35/+46
* directive-index: system manager directivesZbigniew Jędrzejewski-Szmek2012-09-173-2/+14
* directive-index: add UDEV fieldsZbigniew Jędrzejewski-Szmek2012-09-173-2/+13
* man: generate an index of directivesZbigniew Jędrzejewski-Szmek2012-09-172-1/+127
* logind: make sure there's always a getty available on TTY6Lennart Poettering2012-09-176-16/+92
* build-sys: __secure_getenv lost dunder in libc 2.17Zbigniew Jędrzejewski-Szmek2012-09-177-11/+24
* tmpfiles: use write(2) for the 'w' actionDave Reisner2012-09-162-16/+11
* socket: prevent signed integer overflowDave Reisner2012-09-161-1/+1
* nspawn: fix memleak introduced with automatic cleanupZbigniew Jędrzejewski-Szmek2012-09-161-1/+1