summaryrefslogtreecommitdiff
path: root/src/pstore
Commit message (Expand)AuthorAgeFilesLines
* pstore: avoid opening the dmesg.txt file if not requestedFrantisek Sumsal2023-04-281-0/+3
* pstore: explicitly set the base when converting record IDFrantisek Sumsal2023-04-281-3/+3
* copy: Move chattr arguments to full function signaturesDaan De Meyer2023-03-211-1/+1
* conf: replace config_parse_many_nulstr() with config_parse_config_file()Franck Bui2023-03-141-8/+3
* treewide: fix a few typos in NEWS, docs and commentsDmitry V. Levin2023-02-151-1/+1
* tree-wide: fix typo and comment style updateYu Watanabe2023-02-151-1/+1
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-1/+1
* pstore: fixes for dmesg.txt reconstructionEric DeVolder2022-12-051-121/+83
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* meson: do not use split() in file listsZbigniew Jędrzejewski-Szmek2022-03-021-3/+1
* Define FOREACH_DIRENT through FOREACH_DIRENT_ALLZbigniew Jędrzejewski-Szmek2021-12-151-1/+0
* alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-191-4/+3
* fix: point to the correct drop-ins subdirectory for confsJóhann B. Guðmundsson2021-04-221-1/+1
* tree-wide: use read_full_virtual_file() where appropriateLennart Poettering2021-03-171-1/+1
* Recommend drop-ins over modifications to the main config fileZbigniew Jędrzejewski-Szmek2021-02-191-7/+8
* tree-wide: use -EINVAL for enum invalid valuesZbigniew Jędrzejewski-Szmek2021-02-101-1/+1
* tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-02-011-1/+1
* Add install-sysconfdir=no-samples option for (non-)installation of sample con...Josh Triplett2021-01-141-1/+1
* pstore: use log_oom()Yu Watanabe2020-11-201-1/+1
* meson: add option to skip installing to $sysconfdirJörg Thalheim2020-11-121-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-092-2/+2
* Merge pull request #16057 from keszybz/resolvectl-sorted-no-ntaYu Watanabe2020-06-041-5/+4
|\
| * pstore: use typesafe_qsortZbigniew Jędrzejewski-Szmek2020-06-031-5/+4
* | conf-parser: return mtime in config_parse() and friendsLennart Poettering2020-06-021-5/+8
|/
* tree-wide: drop missing.hYu Watanabe2019-10-311-1/+0
* pstore: rework memory handling for dmesgZbigniew Jędrzejewski-Szmek2019-10-041-17/+26
* pstore: allow specifying src and dst dirs are argumentsZbigniew Jędrzejewski-Szmek2019-10-041-4/+7
* pstore: fix use after freeMichael Olbrich2019-09-071-1/+1
* pstore: fix typo in error message - directoy -> directorynikolas2019-09-051-1/+1
* Merge pull request #13133 from keszybz/pstore-return-valueLennart Poettering2019-07-221-0/+4
|\
| * pstore: refuse to run if arguments are specifiedZbigniew Jędrzejewski-Szmek2019-07-221-0/+4
* | pstore: use log_setup_service()Yu Watanabe2019-07-221-1/+1
* | pstore: do not add FILE= journal entry if content_size == 0Yu Watanabe2019-07-221-11/+14
* | pstore: remove temporary file on failureYu Watanabe2019-07-221-3/+3
* | pstore: drop commented out lineYu Watanabe2019-07-221-2/+0
* | pstopre: fix return value of list_files()Yu Watanabe2019-07-221-3/+3
* | pstore: drop unnecessary initializationsYu Watanabe2019-07-221-9/+6
|/
* pstore: Tool to archive contents of pstoreEric DeVolder2019-07-193-0/+419