summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* man: add man page for localectlLennart Poettering2012-10-214-3/+272
|
* journal: use le64_t instead of uint64_t where this is appropriateLennart Poettering2012-10-211-2/+2
|
* bash-completion: avoid appending space after field competionDave Reisner2012-10-201-5/+2
| | | | | | | | Resolves the TODO, and also uses compgen's -S flag to append the trailing equals, rather than relying on an array-wide parameter expansion. Suggested-by: Ran Benita <ran234@gmail.com>
* bash-completion: ensure iterators are locally scopedDave Reisner2012-10-201-5/+5
| | | | Avoids leaking the 'i' variable to the user's shell session.
* bash-completion: add completions for hostnamectlDave Reisner2012-10-201-0/+35
|
* journal: link up documentation with the file structure headerLennart Poettering2012-10-201-4/+11
|
* update TODOLennart Poettering2012-10-201-2/+11
|
* bash-completion: add completions for localectlDave Reisner2012-10-201-0/+50
|
* bash-completion: add completions for timedatectlDave Reisner2012-10-201-0/+50
|
* shared/install: fix typo in commentChristian Hesse2012-10-191-1/+1
|
* systemctl: fix return code in chrootChristian Hesse2012-10-191-0/+1
| | | | | | | If 'systemctl enable' (and friends) is run inside chroot it always exits with a bad return code. unit_file_enable() returns the number of symlink rules that were supposed to be created. So resetting r to 0 and exiting gracefully should be the correct way.
* make sure __NR_name_to_handle_at is correctly definedMichael Olbrich2012-10-191-2/+14
| | | | | 341 is only valid for x86, so don't use it for other architectures. Add the correct numbers for ARM and PowerPC while at it.
* random-seed: fix error message typoUmut Tezduyar2012-10-191-1/+2
| | | | The file node is /dev/urandom, not /dev/random.
* journal: add tool to extract coredumpsZbigniew Jędrzejewski-Szmek2012-10-193-0/+588
| | | | | | | | | | | 'systemd-coredumpctl' will list available coredumps: PID UID GID sig exe 32452 500 500 11 /home/zbyszek/systemd/build/journalctl 32666 500 500 11 /usr/lib64/valgrind/memcheck-amd64-linux ... 'systemd-coredumpctl dump PID' will write the coredump to specified file or stdout.
* keymap: Tolerate invalid entries in keymapsMartin Pitt2012-10-191-4/+4
| | | | | | | Some keymaps apply to a large range of computer models, not all of which have all of the scan codes in the maps. If a single scan code is invalid, do not abort but continue with the next entry in the map. Instead just show the error message for that particular scan code, to help with debugging.
* keymap: Fix parsing of hex scan codes in tablesMartin Pitt2012-10-191-2/+2
| | | | | | Commit b1f87c76b1 changed sscanf from %i to %u, as scan codes are unsigned numbers which can be > 0x7FFFFFFF. However, sscanf doesn't accept hexadecimal numbers for %u. It works fine with %i, so revert this back.
* README.keymap.txt: Drop fdi2rules.py documentationMartin Pitt2012-10-191-4/+0
| | | | This was removed ages ago.
* locale: add client tool localectl similar to hostnamectl/timedatectlLennart Poettering2012-10-193-0/+797
|
* 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
|
* Update TODOLennart Poettering2012-10-191-4/+0
|
* journald.conf: remove MinSize= settingsLennart Poettering2012-10-193-16/+5
| | | | | There's no point in making this configurable, so let's drop it in order to simplify configuration a bit.
* systemctl: remove --follow optionLennart Poettering2012-10-192-22/+0
| | | | | | | | | | | | | | | Given that "journalctl -u" exists now there's no need to duplicate this functionality in systemctl, so let's drop this, especially given that it always felt a bit awkward to overload "-f" to both --force and --follow, and to have continues output with a status header for this. systemctl status -f avahi-daemon now becomes: journalctl -fu avahi-daemon Which is shorter and a lot less redundant.
* util: unify line caching and column cachingLennart Poettering2012-10-194-31/+36
|
* util: unify usage of on_tty() in util.cLennart Poettering2012-10-198-62/+19
|
* util: simplify column caching logicLennart Poettering2012-10-193-33/+19
|
* man: fix compilation warning in sd_journal_query_unique exampleZbigniew Jędrzejewski-Szmek2012-10-181-1/+1
|
* bash-completion: complete values for journal fieldsDave Reisner2012-10-181-2/+11
| | | | | | This adds completion for the new -F, --field flag, but also uses this option directly from journalctl to complete values for fields which might be used as filters.
* 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
|
* 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
| | | | | Information which unit a log entry pertains to enables systemctl status to display more log messages.
* 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
| | | | | | | | Example: journalctl -F _SYSTEMD_UNIT will list all units that ever logged to the journal.