summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* man: ensure example of sd_journal_query_unique() compiles cleanlyLennart Poettering2012-10-181-1/+1
* journalctl.xml: fix shortopt for --fieldDave Reisner2012-10-181-1/+1
* 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
* libsystemd-journal: export sd_journal_restart_uniqueZbigniew Jędrzejewski-Szmek2012-10-181-1/+1
* man: add missing man pageLennart Poettering2012-10-181-0/+214
* journal: suggest rotation when fields are not indexedLennart Poettering2012-10-181-0/+7
* journalctl: move access check before the first access to the journal filesLennart Poettering2012-10-181-18/+24
* update TODOLennart Poettering2012-10-181-0/+2
* journalctl: implement quering field values with new -F switchLennart Poettering2012-10-182-7/+50
* journal: add ability to list values a specified field can take in all entries...Lennart Poettering2012-10-1815-75/+455
* units: rework systemd-exit.service to terminate systemd via signal rather tha...Lennart Poettering2012-10-183-4/+7
* manager: connect SIGRTMIN+24 to terminating --user instancesLennart Poettering2012-10-182-0/+18
* service: when invoking service processes in --user mode set MANAGERPID to PID...Lennart Poettering2012-10-182-11/+23
* timedatectl: rename --fix-system to --adjust-system-clockLennart Poettering2012-10-172-16/+17
* update TODOLennart Poettering2012-10-171-33/+3
* timedatectl: ensure n_zones is initializedDave Reisner2012-10-171-1/+1
* timedatectl: properly initialize struct before decoding bus messagesLennart Poettering2012-10-171-2/+3
* hostnamed: allow UTF8 chars in pretty hostname againLennart Poettering2012-10-171-1/+1
* journal: fix potential integer overflowLennart Poettering2012-10-171-1/+7
* hostname: add new hostnamectl tool as text client for hostnamedLennart Poettering2012-10-179-8/+809
* docs: install README files into /var/log and 7etc/rc.d/init.dLennart Poettering2012-10-178-0/+82
* loginctl: show pager also for status commandLennart Poettering2012-10-171-2/+1
* timedatectl: introduce new command line client for timedatedLennart Poettering2012-10-1713-32/+959
* Properly handle device aliases used as dependenciesEelco Dolstra2012-10-171-4/+1
* journalctl: properly track rotated journals in follow modeLennart Poettering2012-10-161-2/+2
* sd-journal: fix bad memory accessLennart Poettering2012-10-161-1/+3
* update TODOLennart Poettering2012-10-161-0/+2
* journal: implement time-based rotation/vacuumingLennart Poettering2012-10-1612-30/+257
* journal: sort data items of entries by offsetLennart Poettering2012-10-161-0/+14
* mount: don't try to initialize extra deps for mount units before initializing...Lennart Poettering2012-10-162-6/+17
* logind: only release logind session from the PAM module if the same module in...Lennart Poettering2012-10-162-4/+21
* id128: introduce new SD_ID128_CONST_STR() macroLennart Poettering2012-10-163-2/+51
* journal: don't export MESSAGE_ID() macroLennart Poettering2012-10-162-1/+2
* service: Heuristically determine whether SysV scripts support reloadMichael Stapelberg2012-10-161-8/+36
* journal: Set the last_unused pointer correctly when attaching an unused windowColin Guthrie2012-10-161-2/+2
* journal: Properly track the number of allocated windows.Colin Guthrie2012-10-161-0/+2
* systemctl: append .service when unit does not have valid suffixLukas Nykryn2012-10-161-6/+1
* journalctl: add --unit=/-u to match by unit nameLennart Poettering2012-10-162-38/+93
* configure.ac: Add a --without-python option.Wulf C. Krueger2012-10-161-12/+19
* core/swap.c: Do not add Before=swap.target to swap units.Thomas Bächler2012-10-161-19/+0
* core: Refuse to run a user instance when the system hasn't been booted with s...Thomas Bächler2012-10-161-1/+10