Taj Morton

Results 4 issues of Taj Morton

## Ports/alpine: Force re-generation of all autotools files after patch Required to ensure that all autogenerated files are compatible with the verions of autotools installed on the build system. Resolves...

👀 pr-needs-review

# FileSystem/FATFS: Convert internal FAT inode attributes to dirent types Resolves an issue where file system access to FAT file systems would result in hitting a `VERIFY_NOT_REACHED()` in `directory_entry_type_from_posix()`: https://github.com/SerenityOS/serenity/blob/d7644d1d864d51244e552889173d70bdd6d9180d/Userland/Libraries/LibCore/DirectoryEntry.cpp#L36...

👀 pr-needs-review

# FATFS: Add Support for FAT16/FAT12 File Systems This PR extends the FATFS driver to support FAT 12 and FAT 16 versions of the FAT file system. > Why? Why...

👀 pr-needs-review

# Issue description The zeromq 4.3.5 release tarballs linked from the releases page on Github are missing the `tests/test_busy_poll.cpp` file. https://github.com/zeromq/libzmq/releases/tag/v4.3.5 This causes build failures when building on a platform...