| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-21 | util-linux: Build libblkid | Michael Forney | |
| 2023-01-17 | util-linux: Update config.h for current musl and linux-headers | Michael Forney | |
| 2021-06-06 | util-linux: Update to 2.37 | Michael Forney | |
| 2021-03-02 | util-linux: Update to 2.36.2 | Michael Forney | |
| 2020-12-03 | util-linux: Update to 2.36.1 | Michael Forney | |
| 2020-08-14 | util-linux: Update to 2.36 | Michael Forney | |
| 2020-05-21 | util-linux: Update to 2.35.2 | Michael Forney | |
| 2020-02-03 | util-linux: Update to 2.35.1 | Michael Forney | |
| 2020-01-21 | util-linux: Update to 2.35 | Michael Forney | |
| 2019-06-27 | Detect TLS support in compiler | Michael Forney | |
| 2019-06-14 | util-linux: Update to 2.34 | Michael Forney | |
| 2019-04-09 | util-linux: Update to 2.33.2 | Michael Forney | |
| 2019-03-04 | util-linux: Update to 2.33.1 | Michael Forney | |
| 2018-11-07 | util-linux: Update to 2.33 | Michael Forney | |
| 2018-11-06 | util-linux: Update config.h for musl 1.1.20 and linux 4.19 | Michael Forney | |
| 2018-10-18 | util-linux: Remove unnecessary HAVE_IOPERM and HAVE_IOPL | Michael Forney | |
| 2018-08-17 | util-linux: Update to 2.32.1 | Michael Forney | |
| 2018-03-23 | util-linux: Update to 2.32 | Michael Forney | |
| 2017-12-24 | util-linux: Update to 2.31.1 | Michael Forney | |
| 2017-10-23 | util-linux: Update to 2.31 | Michael Forney | |
| 2017-09-25 | util-linux: Update to 2.30.2 | Michael Forney | |
| 2017-08-04 | util-linux: Update to 2.30.1 | Michael Forney | |
| 2017-06-05 | util-linux: Update to 2.30 | Michael Forney | |
| 2017-02-22 | util-linux: Update to 2.29.2 | Michael Forney | |
| 2016-12-13 | Move to flat package hierarchy | Michael Forney | |
| Note to self: never try to move submodules again To migrate your existing submodules (more or less): set -x set -e mkdir .git/modules/pkg for old in */*/src ; do new="pkg/${old#*/}" if ! [ -f "$old/.git" ] || [ "${old%%/*}" = pkg ] ; then continue fi git -C ".git/modules/$old" config core.worktree "../../../../../$new" rmdir "$new" mv "$old" "$new" sed -e "s,$old,$new," "$new/.git" > "$new/.git.tmp" mv "$new/.git.tmp" "$new/.git" mkdir ".git/modules/${new%/src}" mv ".git/modules/$old" ".git/modules/$new" rm "${old%/src}"/*.ninja mv "${old%/src}"/*.tar.{gz,xz,bz2} "${new%/src}/" rmdir "${old%/src}" || true done sed -e 's,^\[submodule "[^/]*/,[submodule "pkg/,' .git/config > .git/config.tmp mv .git/config.tmp .git/config | |||
