]> git.saurik.com Git - apple/hfs.git/commit
hfs-522.0.9.tar.gz macos-1015 macos-10151 macos-10152 macos-10153 v522.0.9
authorApple <opensource@apple.com>
Fri, 31 Jan 2020 02:28:39 +0000 (02:28 +0000)
committerApple <opensource@apple.com>
Fri, 31 Jan 2020 02:28:39 +0000 (02:28 +0000)
commitde8ee0119e51802e7b74e261b628b6de53b34e6c
tree28cd9a8b5448fa8fb71981eccb689e922cefd96e
parent4ec02d5c7ea2cbb45ce3725407590ab14cc10615
hfs-522.0.9.tar.gz
124 files changed:
fs/English.lproj/InfoPlist.strings [deleted file]
fs/en.lproj/InfoPlist.strings [new file with mode: 0644]
fsck_hfs/dfalib/SControl.c
fsck_hfs/dfalib/SUtils.c
fsck_hfs/dfalib/Scavenger.h
fsck_hfs/fsck_hfs.c
fsck_hfs/fsck_hfs.h
fsck_hfs/fsck_hfs_strings.c
fsck_hfs/utilities.c
hfs.xcconfig
hfs.xcodeproj/project.pbxproj
hfs.xcodeproj/xcshareddata/xcschemes/livefiles_hfs.xcscheme [new file with mode: 0644]
hfs.xcodeproj/xcshareddata/xcschemes/livefiles_hfs_tester.xcscheme [new file with mode: 0644]
hfs_encodings/hfs_encodings.h
hfs_util/hfs_util.osx.entitlements
livefiles_hfs_plugin/lf_hfs.h [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_attrlist.c [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_attrlist.h [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_btree.c [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_btree.h [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_btree_allocate.c [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_btree_misc_ops.c [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_btree_node_ops.c [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_btree_node_reserve.c [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_btree_tree_ops.c [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_btrees_internal.h [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_btrees_io.c [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_btrees_io.h [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_btrees_private.h [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_catalog.c [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_catalog.h [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_chash.c [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_chash.h [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_cnode.c [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_cnode.h [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_common.h [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_defs.h [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_dirops_handler.c [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_dirops_handler.h [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_endian.c [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_endian.h [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_file_extent_mapping.c [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_file_extent_mapping.h [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_file_mgr_internal.h [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_fileops_handler.c [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_fileops_handler.h [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_format.h [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_fsops_handler.c [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_fsops_handler.h [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_generic_buf.c [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_generic_buf.h [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_journal.c [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_journal.h [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_link.c [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_link.h [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_locks.c [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_locks.h [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_logger.c [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_logger.h [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_lookup.c [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_lookup.h [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_mount.h [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_rangelist.c [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_rangelist.h [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_raw_read_write.c [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_raw_read_write.h [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_readwrite_ops.c [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_readwrite_ops.h [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_sbunicode.c [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_sbunicode.h [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_ucs_string_cmp_data.h [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_unicode_wrappers.c [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_unicode_wrappers.h [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_utfconvdata.h [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_utils.c [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_utils.h [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_vfsops.c [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_vfsops.h [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_vfsutils.c [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_vfsutils.h [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_vnode.c [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_vnode.h [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_vnops.c [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_vnops.h [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_volume_allocation.c [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_volume_allocation.h [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_xattr.c [new file with mode: 0644]
livefiles_hfs_plugin/lf_hfs_xattr.h [new file with mode: 0644]
livefiles_hfs_plugin/livefiles_hfs_tester.c [new file with mode: 0644]
livefiles_hfs_plugin/livefiles_hfs_tester.entitlements [new file with mode: 0644]
livefiles_hfs_plugin/livefiles_hfs_tester.h [new file with mode: 0644]
livefiles_hfs_plugin/scripts/CreateRelease.py [new file with mode: 0755]
mount_hfs/mount_hfs.c
mount_hfs/mount_hfs.osx.entitlements
newfs_hfs/makehfs.c
tests/cases/test-cas-bsdflags.c [new file with mode: 0644]
tests/cases/test-chflags.c
tests/cases/test-class-roll.c
tests/cases/test-dir-link.c
tests/cases/test-dprotect.c
tests/cases/test-external-jnl.c
tests/cases/test-file-too-big.m
tests/cases/test-fsinfo-cprotect.c
tests/cases/test-fsync.c
tests/cases/test-get-volume-create-time.c [new file with mode: 0644]
tests/cases/test-getattrlist-dprotect.m
tests/cases/test-getattrlist.c
tests/cases/test-hard-links.m
tests/cases/test-invalid-ranges.m
tests/cases/test-journal-toggle.c
tests/cases/test-key-roll.c
tests/cases/test-list-ids.c
tests/cases/test-map-private.m
tests/cases/test-move-data-extents.c
tests/cases/test-quotas.c
tests/cases/test-resize.m
tests/cases/test-scan-range-size.c
tests/cases/test-secluded-rename.c
tests/cases/test-set-protection-class.c
tests/cases/test-sparse-dev.c
tests/cases/test-throttled-io.c
tests/cases/test-transcode.m
tests/disk-image.m
tests/gen-test-plist.sh