| patch |
summary |
view |
raw |
| 00-create_makefiles.patch |
Makefile.lnx | 8 ++++++++
fsck_hfs.tproj/Makefile.lnx | 15 +++++++++++++++
fsck_hfs.tproj/dfalib/Makefile.lnx | 15 +++++++++++++++
newfs_hfs.tproj/Makefile.lnx | 12 ++++++++++++
4 files changed, 50 insertions(+)
|
view
|
download
|
| 10-linux_specific_code.patch |
fsck_hfs.tproj/cache.c | 4 +
fsck_hfs.tproj/dfalib/BTree.c | 2
fsck_hfs.tproj/dfalib/BlockCache.c | 3
fsck_hfs.tproj/dfalib/SBTree.c | 2
fsck_hfs.tproj/dfalib/SDevice.c | 92 ++++++++++++++++++++---------
fsck_hfs.tproj/dfalib/SKeyCompare.c | 2
fsck_hfs.tproj/dfalib/SRepair.c | 2
fsck_hfs.tproj/dfalib/SRuntime.h | 7 +-
fsck_hfs.tproj/dfalib/SUtils.c | 5 -
fsck_hfs.tproj/dfalib/SVerify2.c | 7 ++
fsck_hfs.tproj/dfalib/Scavenger.h | 11 +++
fsck_hfs.tproj/dfalib/hfs_endian.c | 4 +
fsck_hfs.tproj/dfalib/hfs_endian.h | 7 +-
fsck_hfs.tproj/fsck_hfs.c | 107 +++++++++++++++++++++-------------
fsck_hfs.tproj/utilities.c | 8 ++
include/missing.h | 113 ++++++++++++++++++++++++++++++++++++
newfs_hfs.tproj/hfs_endian.c | 5 +
newfs_hfs.tproj/hfs_endian.h | 5 +
newfs_hfs.tproj/makehfs.c | 72 ++++++++++++++++------
newfs_hfs.tproj/newfs_hfs.c | 106 +++++++++++++++++++++++++--------
newfs_hfs.tproj/newfs_hfs.h | 28 +++++---
21 files changed, 463 insertions(+), 129 deletions(-)
|
view
|
download
|
| 20-apple_specific_files.patch |
include/bitstring.h | 164 ++++++++++
include/hfs/hfs_format.h | 689 +++++++++++++++++++++++++++++++++++++++++++++
include/hfs/hfs_mount.h | 78 +++++
include/sys/appleapiopts.h | 56 +++
4 files changed, 987 insertions(+)
|
view
|
download
|
| 30-formatting_strings.patch |
fsck_hfs.tproj/dfalib/BTreeTreeOps.c | 48 +++++++++++++++++------------------
fsck_hfs.tproj/dfalib/SBTree.c | 14 +++++-----
2 files changed, 31 insertions(+), 31 deletions(-)
|
view
|
download
|
| 40-printf_types.patch |
fsck_hfs.tproj/dfalib/SControl.c | 2 +-
fsck_hfs.tproj/dfalib/hfs_endian.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
|
view
|
download
|
| 50-typo-new_fs-manpage.diff |
newfs_hfs.tproj/newfs_hfs.8 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
|
view
|
download
|
| 60-hfs-wrapper-boot-in-usr-share.diff |
newfs_hfs.tproj/makehfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| 70-diskdev_cmds_system_check-332.14.patch |
fsck_hfs.tproj/fsck_hfs.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
|
view
|
download
|
| 80-remove_see-also_from_manpage.patch |
newfs_hfs.tproj/newfs_hfs.8 | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
|
view
|
download
|
| 90-fix_manpage_typos.patch |
fsck_hfs.tproj/fsck_hfs.8 | 2 +-
newfs_hfs.tproj/newfs_hfs.8 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
|
view
|
download
|