aboutgitcode
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary cpio_init functionHEADmasterDavid Gibson2024-04-261-32/+7
* Split "auto" compression mode into its own pathDavid Gibson2024-04-261-29/+24
* Remove stale archivemount supportDavid Gibson2024-04-261-36/+5
* ${wd} is always set, no need to test for itDavid Gibson2024-04-261-2/+1
* mbuto: UID 0 doesn't mean we're root, check uid_map tooStefano Brivio2022-08-081-1/+8
* Fix parsing of LINKSDavid Gibson2022-07-061-0/+1
* mbuto: Fix for kernel modules with additional extensions in filenameStefano Brivio2022-07-061-3/+4
* mbuto.1: Reflect change for external profiles in man pageStefano Brivio2022-07-061-4/+9
* mbuto: Add support for externally defined profilesStefano Brivio2022-06-241-5/+15
* mbuto: support both mawk and gawkSevinj Aghayeva2022-06-221-1/+1
* mbuto: format missing modules outputSevinj Aghayeva2022-06-221-1/+2
* mbuto: kselftests: Mount tmpfs for POSIX shared memoryStefano Brivio2022-06-141-0/+2
* mbuto: Add -L documentation for kselftests profileSevinj Aghayeva2022-06-142-0/+6
* mbuto: Add -L suboption to kselftests for listing available collectionsSevinj Aghayeva2022-06-141-1/+10
* mbuto: Add support for suboptions with optional argsSevinj Aghayeva2022-06-141-10/+14
* mbuto: call cmd_check before option processingSevinj Aghayeva2022-06-141-5/+5
* mbuto: Drop -x set by mistake in previous commitStefano Brivio2022-05-191-2/+1
* mbuto: Return 0 from cleanup functionStefano Brivio2022-05-151-6/+9
* mbuto: Don't strip kernel modules on -d, avoid variable name clashStefano Brivio2022-05-101-3/+3
* mbuto: Add /usr/local/sbin to PATH, in pre-init script and on fakeroot callStefano Brivio2022-05-101-22/+4
* mbuto: In prog_add(), look for executable path in output from whichStefano Brivio2022-05-051-1/+9
* mbuto: Add Sevinj Aghayeva as authorStefano Brivio2022-04-292-4/+5
* demo: Add some updated kselftests examples using -C and -TStefano Brivio2022-04-291-8/+30
* mbuto: Add pre-push hook: build demos, render man page, and uploadStefano Brivio2022-04-292-0/+18
* mbuto: Add LICENSE fileStefano Brivio2022-04-291-0/+661
* mbuto: kselftests: Skip modules that don't have a corresponding .ko fileStefano Brivio2022-04-291-16/+21
* mbuto: kselftests: Check if no collections are given after adding single testsStefano Brivio2022-04-291-3/+4
* README: Drop some vertical spacingStefano Brivio2022-04-291-3/+0
* mbuto: Add Makefile to install/uninstallStefano Brivio2022-04-291-0/+19
* mbuto: Add man pageStefano Brivio2022-04-291-0/+273
* mbuto: kselftests: If all tests pass, terminate the guestStefano Brivio2022-04-251-2/+6
* mbuto: kselftests: Refresh kselftest_install directory before sourcing from itStefano Brivio2022-04-251-0/+2
* mbuto: kselftests: $__colls might have multiple tokensStefano Brivio2022-04-251-1/+1
* mbuto: quote variable assignmentsSevinj Aghayeva2022-04-221-11/+11
* mbuto: handle collections that don't require any modulesSevinj Aghayeva2022-04-221-4/+3
* mbuto: kselftests: Fill in collections if none are givenStefano Brivio2022-04-221-1/+6
* mbuto: Display help message even if fakeroot is not foundStefano Brivio2022-04-221-3/+9
* mbuto: enable passing multiple collections and tests to suboptionsSevinj Aghayeva2022-04-211-15/+32
* mbuto: quote variables when calling evalSevinj Aghayeva2022-04-211-1/+1
* mbuto: undo commit 6199e368Sevinj Aghayeva2022-04-211-10/+8
* mbuto: fix the help error messageSevinj Aghayeva2022-04-211-2/+2
* mbuto: add a function to join elements of a list into a stringSevinj Aghayeva2022-04-151-15/+20
* mbuto: add a function to find the difference of two listsSevinj Aghayeva2022-04-151-9/+17
* mbuto: support building a minimal image for kernel selftestsSevinj Aghayeva2022-04-151-27/+154
* mbuto: misc cleanupSevinj Aghayeva2022-04-081-2/+2
* mbuto: handle adding built-in modulesSevinj Aghayeva2022-04-081-15/+20
* mbuto: handle tokens that start with --Sevinj Aghayeva2022-04-081-3/+3
* mbuto: add the -d switch back, but remove it from the variableSevinj Aghayeva2022-04-081-4/+4
* mbuto: remove redundant -d switchSevinj Aghayeva2022-04-081-2/+2
* web: Add demo script and READMEStefano Brivio2022-04-072-0/+146