summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* build-sys: update catalog on installationZbigniew Jędrzejewski-Szmek2012-11-161-0/+12
* journalctl: better error messages for --update-catalogZbigniew Jędrzejewski-Szmek2012-11-161-10/+22
* catalog: fix typoLennart Poettering2012-11-161-1/+1
* man: link up journalctl man page with developer documenationLennart Poettering2012-11-161-2/+7
* journal: recommend journalctl -x more oftenLennart Poettering2012-11-163-4/+4
* update TODOLennart Poettering2012-11-161-2/+6
* catalog: add catalog entries for all of systemd's own journal messagesLennart Poettering2012-11-162-41/+221
* update TODOLennart Poettering2012-11-161-0/+2
* journal: extend catalog header to 64bit for all fields, just to be safe and f...Lennart Poettering2012-11-162-22/+22
* shutdown: readd explicit sync() when shutting downLennart Poettering2012-11-162-0/+8
* udev: make blkid optionalAnders Olofsson2012-11-164-2/+24
* journal: implement message catalogLennart Poettering2012-11-1513-9/+952
* hostnamectl: fix parsing of --no-ask-passwordLennart Poettering2012-11-151-0/+4
* Update TODOLennart Poettering2012-11-151-0/+2
* polkit: if PK is not around, consider this a permission denied errorLennart Poettering2012-11-151-4/+7
* udev: hwdb - properly handle a missing databaseKay Sievers2012-11-152-1/+4
* dbus-manager: modernize styleZbigniew Jędrzejewski-Szmek2012-11-151-3/+6
* dbus-manager: fix a fatal dbus abort in bus_manager_message_handler()Eelco Dolstra2012-11-151-1/+0
* sched: Only setting CPUSchedulingPriority=rr doesn't workHolger Hans Peter Freyther2012-11-1510-11/+168
* journalctl: require argument for --priorityLekensteyn2012-11-151-1/+1
* man: update description of ExecStart and friendsZbigniew Jędrzejewski-Szmek2012-11-151-53/+53
* core: lift restriction on order of - and @ in ExecStartZbigniew Jędrzejewski-Szmek2012-11-153-11/+37
* core: interpret \; token in ExecStart as escaped ;Oleksii Shevchuk2012-11-152-0/+12
* tests: add tests for config_parse_execZbigniew Jędrzejewski-Szmek2012-11-152-2/+104
* core/load-fragment-gperf: add missing CONDITION_FILE_NOT_EMPTYOleksii Shevchuk2012-11-151-0/+1
* core: fix %h, %s, %p handling in templates in user sessionOleksii Shevchuk2012-11-151-9/+3
* systemd: highlight ordering cycle deletionsOlivier Brunel2012-11-151-1/+2
* systemctl: add help for --type/-tZbigniew Jędrzejewski-Szmek2012-11-154-3/+32
* systemctl: remove empty line in case of no unitsZbigniew Jędrzejewski-Szmek2012-11-151-2/+3
* build-sys: store journald code in a noinst libraryZbigniew Jędrzejewski-Szmek2012-11-1415-1524/+1564
* man: throw in an example of timedatectl outputZbigniew Jędrzejewski-Szmek2012-11-141-0/+44
* timedatectl: break line to not exceed 80 columnsZbigniew Jędrzejewski-Szmek2012-11-141-1/+2
* lawyerese: add header to make-directive-indexZbigniew Jędrzejewski-Szmek2012-11-141-1/+19
* update TODOLennart Poettering2012-11-141-0/+10
* shared: add API for replacing @FOO@ style variables in stringsLennart Poettering2012-11-145-2/+193
* util: add strreplace() to replace a substring by another stringLennart Poettering2012-11-142-0/+52
* specifier: minor modernizationsLennart Poettering2012-11-141-3/+6
* polkit: fix type on comparisonLennart Poettering2012-11-141-1/+1
* TODOLennart Poettering2012-11-141-4/+4
* README: don't list libgcrypt twice as depLennart Poettering2012-11-141-1/+0
* configure.ac: fix FTBFS with new glibcMichal Schmidt2012-11-141-1/+1
* delta.c: fix option '-t'Thomas Hindoe Paaboel Andersen2012-11-141-1/+1
* delta.c: use _cleanup_Thomas Hindoe Paaboel Andersen2012-11-131-41/+18
* python: add journal backend for the logging frameworkMarti Raudsepp2012-11-131-0/+85
* systemd-python: use python${PYTHON_VERSION}-config as python-configZbigniew Jędrzejewski-Szmek2012-11-131-13/+14
* systemd-analyze: use argparse instead of getoptZbigniew Jędrzejewski-Szmek2012-11-131-39/+21
* systemd-python: fix nesting of #ifs and #pragmasZbigniew Jędrzejewski-Szmek2012-11-131-2/+2
* shared/socket-util: kill gcc warning about uninitialized variableZbigniew Jędrzejewski-Szmek2012-11-131-2/+1
* udev: properly handle symlink removal by 'change' eventKay Sievers2012-11-131-1/+3
* libudev: avoid leak during realloc failureMauro Dreissig2012-11-131-2/+4