aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-04-16all_errnos/all_syscalls: use sed to extract defines from headersThomas Weißschuh2-4/+4
2024-04-16all_errnos/all_syscalls: don't hardcode AWK invocationThomas Weißschuh2-2/+6
2024-04-16all_errnos/all_syscalls: don't warn during cleanupThomas Weißschuh2-2/+2
2024-04-16all_errnos/all_syscalls: fail if any step failsThomas Weißschuh2-0/+2
2024-02-03lsfd: add ERROR as a new typeMasatake YAMATO2-0/+18
2024-01-24build-sys: improve checkadocKarel Zak1-1/+1
2023-12-22build-sys: try to always use 64bit time support on glibcThomas Weißschuh1-1/+10
2023-08-15Revert "tools/all_syscalls: use sh and replace awk with grep & sed"Karel Zak1-5/+3
2023-08-15Revert "tools/all_syscalls: use pipefail"Karel Zak1-4/+4
2023-08-08tools/all_syscalls: use pipefailsewn1-4/+4
2023-07-29tools/all_syscalls: use sh and replace awk with grep & sedsewn1-3/+5
2023-05-31tools: (asciidoctor) explicitly require extensions moduleThomas Weißschuh2-0/+4
2023-05-16enosys: find syscalls at build timeThomas Weißschuh2-1/+18
2023-05-12po-man: add warning for replaced unicode dashesThomas Weißschuh1-2/+4
2023-05-10tools: (asciidoctor-unicodeconverter) don't fix multi manpagesThomas Weißschuh1-1/+1
2023-05-10tools: (asciidoctor-unicodeconverter) properly handle dotted commandsThomas Weißschuh1-1/+1
2023-05-06tools: (asciidoctor-unicodeconverter) fix up name section with dashThomas Weißschuh1-0/+7
2023-05-06tools: (asciidoctor-unicodeconverter) fix state machine comparisionThomas Weißschuh1-1/+1
2023-01-25tools/config-gen: improve fuzzersKarel Zak2-0/+8
2023-01-07po-man: remove unicode dash from manpage NAME sectionThomas Weißschuh2-1/+41
2023-01-07autotools: add asciidoctor-includetracker to distributed filesThomas Weißschuh1-1/+3
2023-01-06build: track dependencies of manpage generationThomas Weißschuh1-0/+43
2023-01-03tools: update po/LINGUAS when downloading new translationsKarel Zak1-0/+2
2022-11-18oss-fuzz: turn on the alignment check explicitlyEvgeny Vereshchagin1-0/+7
2022-11-07libblkid: new fuzz targetDavid Flor1-0/+4
2022-03-07tools: add git-tp-sync-manKarel Zak2-0/+55
2022-02-07build-sys: add missing files from tools/ directoryKarel Zak1-6/+50
2022-01-31build-sys: add cryptsetup config-gen templateKarel Zak1-0/+3
2021-12-30meson: install manpages and bash completionsThomas Weißschuh1-0/+5
2021-10-14build-sys: patch libtool.m4 for darwinKarel Zak1-0/+24
2021-07-14tools/git-version-gen: use NEWS as a fallbackKarel Zak1-8/+18
2021-06-18tools: report and use LDFLAGS in tools/config-genKarel Zak1-2/+10
2021-06-02Merge branch 'next'Karel Zak1-0/+35
2021-06-01tools: allow to update specific files on kernel.orgKarel Zak1-1/+12
2021-05-31build-sys: remove with-cryptsetup from tools/config-gen.d/all.confKarel Zak1-1/+0
2021-05-26build-sys: add script to compare config.h from meson and autotoolsKarel Zak1-0/+35
2021-04-09tools: add missing stuff to Makefile.amKarel Zak3-2/+3
2021-04-08tools: replace checkmans.sh with adoc scriptsKarel Zak3-187/+169
2021-03-17meson: add second build systemZbigniew Jędrzejewski-Szmek1-0/+12
2021-03-17tools: use libcryptsetup in config-gen.d/all.confKarel Zak1-0/+1
2020-08-10tests: add a fuzz target calling fdisk_script_read_fileEvgeny Vereshchagin1-1/+1
2020-08-06tests: pack testcases into zip archivesEvgeny Vereshchagin1-0/+6
2020-08-06tests: add a fuzzer for process_wtmp_fileEvgeny Vereshchagin1-1/+1
2020-08-06tools: make it possible to set all the fuzzing flags with config-genEvgeny Vereshchagin2-0/+8
2020-08-06tests: add a fuzzer for mnt_table_parse_streamEvgeny Vereshchagin1-0/+25
2020-07-23tools: remove changes merged by accidentKarel Zak1-2/+0
2020-07-22po: merge changesKarel Zak1-1/+2
2020-07-14build-sys: add --enable-werror to devel build scenariosKarel Zak3-0/+3
2019-12-05build-sys: add --with-cryptsetup to config-gen.d/all.confKarel Zak1-0/+1
2019-10-01cleanup: Remove some spurious spacesElliott Mitchell6-7/+7
2019-09-12misc: fix typos [codespell]Sami Kerola1-1/+1
2019-04-24build-sys: add devel-non-asan.confKarel Zak1-0/+6
2019-04-24build-sys: add 'make checklibdoc'Karel Zak1-0/+43
2019-04-15build-sys: enable ASAN on travis-ciKarel Zak1-0/+1
2018-03-01tools: improve checkmansKarel Zak1-6/+13
2017-06-29tools: add segfault detection for checkusage.shRuediger Meier1-2/+4
2017-06-27tools: checkusage can dump all command outputRuediger Meier1-0/+10
2017-06-27tools: ignore unsafe commands in checkusage.shRuediger Meier1-7/+9
2017-06-26build-sys: fix chown mistake, add checkusage.sh to the distRuediger Meier1-0/+1
2017-06-26tools: add checkusage.shRuediger Meier1-0/+145
2017-02-20build-sys: fix --disable-all-programs --enable-schedutilsKarel Zak1-0/+3
2017-02-16build-sys: add non-widechar.confKarel Zak1-0/+3
2016-11-29build-sys: use sed to substituteKarel Zak1-1/+1
2016-11-29build-sys: fix "remove the g in git describe"Ruediger Meier1-8/+8
2016-11-29build-sys: remove old git fallback from git-version-genRuediger Meier1-21/+0
2016-10-01tools: make ko-release-gen usable with gpg2Karel Zak1-1/+2
2016-05-25build-sys: add tools/Makemodule.amKarel Zak1-0/+9
2016-05-25tools: add script to load .po from translationproject.orgKarel Zak1-0/+58
2016-03-17tools: add missing checkcompletion.shKarel Zak1-0/+45
2016-02-18build-sys: portable usage of find commandRuediger Meier1-1/+1
2015-08-07tools: stop checkmans.sh validating libtool buildsSami Kerola1-1/+1
2015-08-05tools: add hexdump badconv() to noreturn smatch listKarel Zak1-0/+2
2015-08-05tools: add err_oom() to smatch no_return_funcsKarel Zak1-0/+1
2015-02-19tools: add libfdisk docs to kernel.org release generatorKarel Zak1-0/+1
2015-01-13tools: checkmans.sh add statsJ William Piggott1-11/+22
2015-01-13tools: checkmans.sh clean up 'let'J William Piggott1-10/+4
2015-01-13tools: checkman.sh portability lexgrogJ William Piggott1-5/+21
2015-01-13tools: checkman.sh portabilityJ William Piggott1-14/+12
2014-06-18build-sys: add libsmartcols to ko-release-gen scriptKarel Zak1-0/+1
2014-06-18tests: update build testsKarel Zak1-0/+1
2014-06-18build-sys: add non-libsmartcols.confKarel Zak1-0/+3
2014-05-27build-sys: add disable-all.conf to config-genKarel Zak2-2/+2
2014-03-07tools: make config-gen to require build target argumentSami Kerola1-0/+9
2014-03-05build-sys: remove deprecated-mount/Karel Zak1-3/+0
2014-02-17tools: add usage information to checkconfig.shSami Kerola1-0/+11
2013-11-12build-sys: add --with-smack to config-gen.dKarel Zak1-0/+1
2013-09-10tools: generate autotools files if missingSami Kerola1-0/+4
2013-04-09tools: make checkmans.sh to find missing manualsSami Kerola1-4/+40
2013-04-09tools: add checks to manual page test scriptSami Kerola1-24/+74
2013-02-13build-sys: add config-gen.d stuff for chsh-chfnKarel Zak3-0/+17
2012-11-30build-sys: add devel-non-docs compile profileKarel Zak1-0/+5
2012-10-15ddate: remove from util-linuxSami Kerola1-1/+1
2012-09-11build-sys: remove static from config-gen.d/{devel,all}.confKarel Zak2-2/+0
2012-06-26tools: cleanup config-gen.dKarel Zak5-11/+3
2012-06-26build-sys: convert mount/ to module, rename to mount-deprecated/Karel Zak1-1/+1
2012-06-13tools: add small and stupid script to check HAVE_DECL_Karel Zak1-0/+21
2012-06-02tools: add checkmans.shSami Kerola1-0/+75
2012-03-30tools: ko-release: make scripts bourne sh compliant [checkbashisms]Sami Kerola2-5/+5
2012-03-30tools: config-gen: make scripts bourne sh compliant [checkbashisms]Sami Kerola2-3/+4
2012-03-30tools: checkconfig.sh: make scripts bourne sh compliant [checkbashisms]Sami Kerola1-3/+3
2012-03-30tools: improve ko-release-* scriptsKarel Zak2-3/+4
2012-03-20checkxalloc: nudge regex, fix newfound instancesDave Reisner1-1/+1
2012-03-18tools: add asprintf to checkxalloc scriptSami Kerola1-1/+1
2012-02-07tools: use gpg-aggent in ko-release-genKarel Zak1-1/+5
2012-01-19build-sys: improve ko-release-* scriptsKarel Zak2-4/+20
2012-01-19build-sys: add ko-release-push scriptKarel Zak1-0/+62
2012-01-19build-sys: add ko-release-gen scriptKarel Zak1-0/+76
2012-01-17build-sys: add sleepexit from login.c to smatch non-return functionsKarel Zak1-0/+1
2012-01-11build-sys: add --enable-new-mountKarel Zak1-0/+8
2012-01-04build-sys: add checkxalloc to toplevel MakefileKarel Zak1-0/+10
2012-01-04tools: add new code checking scriptDave Reisner1-0/+13
2011-12-02build-sys: add log_err to smatch non-return functionsKarel Zak1-0/+1
2011-11-04build-sys: add tools/config-gen and basic compilation scenariosKarel Zak15-0/+112
2011-09-13build-sys: add err and errx to smatch no_return_funcsKarel Zak1-0/+2
2011-09-13build-sys: add smatch dataKarel Zak1-0/+9
2011-07-29build-sys: fix git-version-gen for -rc tagsKarel Zak1-3/+12
2011-04-05build-sys: use git-version-gen to distinct git and release versionsSami Kerola1-0/+172
2008-11-26fdisk: rename ENABLE_CMDTAGQ macroKarel Zak1-1/+7
2008-11-26tools: add checkconfig to top-level MakefileKarel Zak1-14/+23
2008-11-26tools: rename codecheck-config to checkconfig.shKarel Zak1-0/+0
2008-11-26tools: add checkincludes.pl (from linux kernel)Karel Zak1-0/+24
2007-06-15tools: add codecheck-config that checks for {HAVE,ENABLE}_ orphansKarel Zak1-0/+38