aboutsummaryrefslogtreecommitdiff
path: root/utils/hfsprogs/patches
Commit message (Collapse)AuthorAge
* hfsprogs: update to 540.1.linux3Rosen Penev2022-05-25
| | | | | | | | Updates hfsprogs from 2011 to 2013 version. Updated patches to latest Debian ones. Kept custom OpenWrt ones. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* hfsprogs: fix compilation under glibcRosen Penev2020-12-30
| | | | | | | | Seems sys/sysctl.h was removed. Refresh patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* hfsprogs: fix compilation without sys/cdefsRosen Penev2020-08-10
| | | | | | sys/cdefs.h does not come with musl. It's also deprecated. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* hfsprogs: fix compile with newer muslRosen Penev2020-03-28
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* hfsprogs: Fix wide string literal in fsck_hfsHenry Cross2019-05-26
| | | | Signed-off-by: Henry Cross <51044550+solenoglyph@users.noreply.github.com>
* hfsprogs: Fix compilation with uClibc-ngRosen Penev2019-05-05
| | | | | | Replaced deprecated and unsupported valloc with posix_memalign. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* hfsprogs: fix building on macOSMichael Belyaev2017-01-31
| | | | Signed-off-by: Michael Belyaev <usrsse2@icloud.com>
* utils: Fix some typos (mostly found by codespell)Stefan Weil2016-04-30
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* hfsprogs: fix build with muslDaniel Golle2015-06-28
| | | | | | Do not make use of sysctl in makehfs.c on non-glibc systems. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* hfsprogs: initial importFlorian Fainelli2015-03-27
Adds supports for hfsprogs, allowing the creation and verification of HFS/HFS+ filesystems. This creates two selectable packages: - hfsfsck - mkhfs A filesystem checking script is included with hfsfsck to allow OpenWrt to check/repair filesystem errors. Using Ubuntu's 332.25 sources plus their patches from debian/patches/. Signed-off-by: Florian Fainelli <florian@openwrt.org>