summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* job: avoid recursion into transaction code from job cancelationMichal Schmidt2012-10-251-1/+1
* job: add comments to JobResult valuesMichal Schmidt2012-10-251-6/+6
* journal: properly serialize fields with multiple values into JSONLennart Poettering2012-10-254-20/+187
* remove Fedora hostname, locale, vconsole legacy file supportKay Sievers2012-10-243-33/+4
* journalctl: remove left-over log messageLennart Poettering2012-10-241-2/+0
* tmpfiles: allow Age to be set to 0Tom Gundersen2012-10-231-1/+1
* cgls: correctly ellipsize command lines for PIDs >= 1000000Mantas Mikulėnas2012-10-231-4/+5
* udev: add hardware database supportKay Sievers2012-10-237-185/+928
* mount: make sure m->where is set before unit_add_exec_dependencies()Will Woods2012-10-231-4/+12
* systemctl: refer to systemctl -n, to not overwhelm the adminLennart Poettering2012-10-231-2/+2
* readahead: fix fd validity checkMichal Schmidt2012-10-221-1/+1
* shared: strbuf - add descriprionKay Sievers2012-10-221-4/+5
* shared: move sparse-endian.h from journalKay Sievers2012-10-221-0/+0
* shared: strbuf - add descriptionKay Sievers2012-10-221-0/+20
* udev: use strbuf to store rules stringsKay Sievers2012-10-221-250/+84
* shared: strbuf - add string de-duplication facilityKay Sievers2012-10-222-0/+211
* util: add (x)bsearch_r(), the missing counterpart of qsort_r()Kay Sievers2012-10-222-0/+28
* hostnamectl: add more really basic system info to the status outputLennart Poettering2012-10-211-2/+21
* journal: use le64_t instead of uint64_t where this is appropriateLennart Poettering2012-10-211-2/+2
* journal: link up documentation with the file structure headerLennart Poettering2012-10-201-4/+11
* shared/install: fix typo in commentChristian Hesse2012-10-191-1/+1
* systemctl: fix return code in chrootChristian Hesse2012-10-191-0/+1
* make sure __NR_name_to_handle_at is correctly definedMichael Olbrich2012-10-191-2/+14
* random-seed: fix error message typoUmut Tezduyar2012-10-191-1/+2
* journal: add tool to extract coredumpsZbigniew Jędrzejewski-Szmek2012-10-191-0/+393
* keymap: Tolerate invalid entries in keymapsMartin Pitt2012-10-191-4/+4
* keymap: Fix parsing of hex scan codes in tablesMartin Pitt2012-10-191-2/+2
* README.keymap.txt: Drop fdi2rules.py documentationMartin Pitt2012-10-191-4/+0
* locale: add client tool localectl similar to hostnamectl/timedatectlLennart Poettering2012-10-191-0/+778
* systemctl: modernizationLennart Poettering2012-10-191-39/+17
* util: change endswith() to return a pointer to the suffixLennart Poettering2012-10-192-5/+8
* set: introduce strv_sort()Lennart Poettering2012-10-193-9/+19
* set: introduce set_get_strv()Lennart Poettering2012-10-192-0/+6
* timedatectl,hostnamectl: rework --help textLennart Poettering2012-10-192-16/+16
* journald.conf: remove MinSize= settingsLennart Poettering2012-10-192-4/+0
* systemctl: remove --follow optionLennart Poettering2012-10-191-11/+0
* util: unify line caching and column cachingLennart Poettering2012-10-194-31/+36
* util: unify usage of on_tty() in util.cLennart Poettering2012-10-197-62/+17
* util: simplify column caching logicLennart Poettering2012-10-193-33/+19
* journalctl: unify ellipsation handling between journalctl and systemctlLennart Poettering2012-10-184-14/+23
* journalctl: don't ellipsize unless on a ttyLennart Poettering2012-10-182-8/+8
* journalctl: honour -n if -F is usedLennart Poettering2012-10-181-0/+5
* journal: fix symbol versioning fileLennart Poettering2012-10-181-3/+0
* journal: typo fixLennart Poettering2012-10-181-1/+1
* journal: implement filtering in browse.htmlLennart Poettering2012-10-181-25/+133
* journal: add high-level match option to filter by current boot idLennart Poettering2012-10-181-0/+32
* journal: add ability to list unique fields to gatewaydLennart Poettering2012-10-183-1/+160
* journal: validate field name in sd_journal_query_unique()Lennart Poettering2012-10-181-0/+2
* systemd: use structured logging for unit changesZbigniew Jędrzejewski-Szmek2012-10-185-12/+48
* core/execute: use cleanup_strv_freeZbigniew Jędrzejewski-Szmek2012-10-181-30/+12