summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* build-sys: add autoconf macro to pick macro for x32 compatibilityZbigniew Jędrzejewski-Szmek2013-01-181-2/+2
* nspawn: add audit caps to default set to keepLennart Poettering2013-01-181-1/+3
* core/cgroup-util: simplify functions and add testsZbigniew Jędrzejewski-Szmek2013-01-183-37/+54
* core/group-util: merge two functionsZbigniew Jędrzejewski-Szmek2013-01-181-36/+8
* systemctl: print the user session journal for user session units.Mirco Tischler2013-01-181-7/+17
* logs-show: add show_journal_by_user_unitMirco Tischler2013-01-182-58/+159
* core: log USER_UNIT instead of UNIT if in user sessionMirco Tischler2013-01-186-23/+26
* journal: log _SYSTEMD_USER_UNIT for user session unitsMirco Tischler2013-01-183-29/+105
* util: modernization and test for load_env_fileZbigniew Jędrzejewski-Szmek2013-01-182-41/+79
* util: continuation support for load_env_fileMichal Vyskocil2013-01-181-5/+38
* journal-gatewayd,man: document new HTTPS optionsZbigniew Jędrzejewski-Szmek2013-01-181-1/+18
* journal-gatewayd: return nice error on unsupported methodsZbigniew Jędrzejewski-Szmek2013-01-181-1/+3
* journal-gatewayd: allow pipeliningZbigniew Jędrzejewski-Szmek2013-01-181-22/+18
* journal-gatewayd: always log oom() in addition to returning errorZbigniew Jędrzejewski-Szmek2013-01-181-1/+3
* share/log: skip file/line/func info if emptyZbigniew Jędrzejewski-Szmek2013-01-181-6/+12
* share/log: unify two code pathsZbigniew Jędrzejewski-Szmek2013-01-181-43/+34
* journal-gatewayd: redirect microhttpd messages to journalZbigniew Jędrzejewski-Szmek2013-01-183-1/+67
* journal-gatewayd: SSL supportZbigniew Jędrzejewski-Szmek2013-01-181-15/+105
* journal-gatewayd: unify two code pathsZbigniew Jędrzejewski-Szmek2013-01-181-11/+11
* systemctl: add new "get-cgroup-attr" to query current cgroup attribute valueLennart Poettering2013-01-186-25/+214
* systemctl: it's probably a good idea not to alter return parameters if we failLennart Poettering2013-01-181-2/+3
* systemctl: no need to check this explicitly, we already checked it a few line...Lennart Poettering2013-01-181-6/+1
* systemctl: we can make this faster and shorten it a bit with strv_extend()Lennart Poettering2013-01-181-6/+5
* strv: make strv_extend() smarterLennart Poettering2013-01-181-3/+14
* systemctl: make list-dependencies default to default.targetLennart Poettering2013-01-181-9/+13
* systemctl: we can use nulstr_contains() for this lookupLennart Poettering2013-01-181-16/+7
* systemctl add command list-dependenciesLukas Nykryn2013-01-173-2/+228
* util: fix bad memory accessLennart Poettering2013-01-171-1/+0
* core: corrects check of strduped controller stringNestor Ovroy2013-01-171-1/+1
* service: properly signal permanent failure of a service to its socketLennart Poettering2013-01-171-1/+3
* udev: net_id - suppress bcma core == 0Kay Sievers2013-01-171-2/+5
* units: for all unit settings that take lists, allow the empty string for rese...Lennart Poettering2013-01-179-185/+291
* dbus: add Unit's PartOf and ConsistsOf deps to introspection XMLLennart Poettering2013-01-171-1/+3
* udev: net_id - handle "bcma" busesKay Sievers2013-01-171-4/+40
* udev: path_id - clarify comment about the kernel ATA naming problemKay Sievers2013-01-171-7/+10
* service: ignore dependencies on $syslog and $local_fs in LSB scriptsLennart Poettering2013-01-162-11/+8
* systemctl,loginctl,cgls: do not ellipsize cgroup members when --full is speci...Lukas Nykryn2013-01-1611-101/+183
* logs-show: automatic cleanupZbigniew Jędrzejewski-Szmek2013-01-161-12/+5
* shutdown: ignore loop devices without a backing fileKay Sievers2013-01-161-0/+7
* service: sysv - remove distribution specific targetsKay Sievers2013-01-162-10/+0
* shutdown: in the final umount loop don't use MNT_FORCELennart Poettering2013-01-161-2/+4
* systemctl: fix assertion hit by incorrect comparisonDave Reisner2013-01-151-1/+1
* load-fragment: fix bad memory accessLennart Poettering2013-01-151-1/+1
* load-fragment: replace specifiers in path unit's Unit= settingLennart Poettering2013-01-151-4/+10
* core: do not make sockets dependent on loMichał Bartoszkiewicz2013-01-151-1/+1
* journalctl: quit on I/O errorDavid Herrmann2013-01-151-1/+1
* logind: remove unused variableMichal Sekletar2013-01-151-2/+1
* core: use correct argument of type JobResultMichal Sekletar2013-01-151-1/+1
* vconsole: use /dev/vcsa1-15 to check for allocated VTsKay Sievers2013-01-151-3/+4
* vconsole: copy font to tty1-15Kay Sievers2013-01-151-29/+29