summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* logind: when a bus call is done on a session, user or seat, optionally determ...Lennart Poettering2015-01-095-100/+182
* logind: include "self" object links in dbus introspectionLennart Poettering2015-01-093-0/+12
* loginctl: make "loginctl session-status" without session ID show the caller's...Lennart Poettering2015-01-091-14/+24
* core: modernize execution code a bitLennart Poettering2015-01-091-198/+198
* journal: do not check for number of filesZbigniew Jędrzejewski-Szmek2015-01-091-7/+0
* systemctl: add missing output modes to help messageRonny Chevalier2015-01-091-2/+3
* bus: append bloom-filter to all signalsDavid Herrmann2015-01-091-1/+1
* core: check both EPERM and EACCES for OOM adjustmentsLennart Poettering2015-01-081-1/+1
* core: make EPERM errors when applying OOM adjustment for forked processes non...Lennart Poettering2015-01-081-4/+8
* loginctl: port to generic verbs.h APILennart Poettering2015-01-082-182/+145
* machined: when cloning a raw disk image, also set the NOCOW flagLennart Poettering2015-01-087-10/+20
* man: bring machinectl man page up-to-dateLennart Poettering2015-01-081-1/+1
* man: bring systemctl man page and --help text into the same orderLennart Poettering2015-01-081-4/+3
* systemctl,loginctl: start polkit agent for all polkit enabled operationsLennart Poettering2015-01-083-4/+33
* machinectl: given that machinectl invokes a number of polkit enabled methods,...Lennart Poettering2015-01-081-4/+45
* machinectl: show most recent log output in "machinectl status", tooLennart Poettering2015-01-082-22/+68
* loginctl: show the 10 most recent log user/session log lines in "loginctl use...Lennart Poettering2015-01-084-70/+128
* cryptsetup: support header= optionAndrey Chaser2015-01-081-3/+41
* test-verbs: add unit tests for verbs minilibDave Reisner2015-01-081-0/+78
* bus-proxyd: fix EPERM on repliesDavid Herrmann2015-01-081-9/+24
* bus-proxyd: optimize replies if they're not requestedDavid Herrmann2015-01-081-0/+3
* bus-proxy: augment credentials from /proc for cmdline updateDavid Herrmann2015-01-081-1/+1
* nspawn: fix error message when mknod failsTom Gundersen2015-01-081-1/+1
* path-util: plug leakTom Gundersen2015-01-081-0/+3
* dbus1-generator: fix array sentinalDavid Herrmann2015-01-081-0/+1
* sd-bus: fix copy-paste errorLukasz Skalski2015-01-081-1/+1
* journal: bump RLIMIT_NOFILE when journal files to 16K (if possible)Lennart Poettering2015-01-083-0/+12
* udevadm: don't hit an assert when obsolete parameters are passedLennart Poettering2015-01-081-4/+15
* util: make it easy to initialize the crtime from the current time in fd_setcr...Lennart Poettering2015-01-082-1/+4
* import: also set NOCOW for gpt disk imagesLennart Poettering2015-01-081-1/+10
* journald: turn off COW for journal files on btrfsLennart Poettering2015-01-084-10/+66
* util: upgrade default $TERM from vt102 to vt220 if we have no idea about the ...Lennart Poettering2015-01-071-1/+1
* bus-util: fix error number output when waiting for jobLennart Poettering2015-01-071-0/+1
* service: automatically create After= dependency from services to their .busna...Lennart Poettering2015-01-071-46/+65
* conf-parse: don't accept invalid bus names as BusName= arguments in service u...Lennart Poettering2015-01-073-58/+92
* conf-parse: make syntax logging functions behave more like other log functonsLennart Poettering2015-01-072-7/+8
* busctl: exit cleanly when the bus connection is severedLennart Poettering2015-01-071-0/+8
* sd-bus: when we synthesize messages, initialize timestamps ourselvesLennart Poettering2015-01-071-1/+15
* sd-bus: unify how we set the sender of synthetic messagesLennart Poettering2015-01-074-21/+23
* sd-bus: make use of the newly added timestamps on kdbus kernel messagesLennart Poettering2015-01-071-18/+52
* sd-bus: always catch name requests for the special names "org.freedesktop.DBu...Lennart Poettering2015-01-072-4/+14
* machinectl: prettify "machinectl list" outputLennart Poettering2015-01-071-8/+52
* sysv-generator: initialize units before use to ensure correct orderingMichael Biebl2015-01-071-4/+4
* ptyfwd: simplify how we handle vhangups a bitLennart Poettering2015-01-073-39/+28
* btrfs-util: rework how we iterate through the results of the TREE_SEARCH resultsLennart Poettering2015-01-071-32/+95
* sysv-generator: handle Provides: for non-virtual facility namesMichael Biebl2015-01-071-1/+24
* machinectl: make sure that "machinectl login" exits immediately when the mach...Lennart Poettering2015-01-075-16/+104
* util: make use of kcmp() to compare fds, if it is availableLennart Poettering2015-01-073-4/+89
* util: don't fail recursive bind mounting if we cannot read the mount flags fr...Lennart Poettering2015-01-071-6/+9
* core: implement serialization/deserialization of fd store elementsLennart Poettering2015-01-071-71/+112