summaryrefslogtreecommitdiffstats
path: root/src/pstore (follow)
Commit message (Expand)AuthorAgeFilesLines
* various: check meson feature flag earlyMike Yuan2024-11-131-2/+5
* tree-wide: drop msg argument for DEFINE_CONFIG_PARSE() macro and friendsYu Watanabe2024-09-011-1/+1
* Merge pull request #30480 from keszybz/kernel-install-more-pathsZbigniew Jędrzejewski-Szmek2024-03-081-3/+6
|\
| * various: use new config loader instead of config_parse_config_file()Zbigniew Jędrzejewski-Szmek2024-03-071-3/+6
| * shared/conf-parser: collapse pkgdir and conf_file args into oneZbigniew Jędrzejewski-Szmek2024-03-071-1/+1
* | dynamically load compression librariesMatteo Croce2024-03-051-3/+3
|/
* pstore: align tableZbigniew Jędrzejewski-Szmek2024-01-301-2/+3
* fix: prefix of dmesg pstore filesДамјан Георгиевски2023-12-011-1/+3
* io-util: split out "struct iovec" related calls into their own .c/.h filesLennart Poettering2023-10-201-1/+1
* meson: add build option for install path of main config filesFranck Bui2023-10-171-1/+1
* config files: update their header to reflect that they can be installed in /usrFranck Bui2023-09-211-3/+5
* config files: more recommendations of `systemd-analyze cat-config`Franck Bui2023-09-191-0/+2
* meson: move declarations of pstore, oomd, and binfmtYu Watanabe2023-08-011-1/+14
* tree-wide: use _cleanup_set_free_ and friendsYu Watanabe2023-05-311-1/+1
* 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-131-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-01-311-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-191-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-061-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