iloveqosa.blogg.se

Os x fuse photos
Os x fuse photos






os x fuse photos

Improve support for non-latin languages by adding support for returning file names in the Unicode Normalization Form D (NFD) in the readdir callback.įinder and other macOS system tools expect file names to be in the D form. This triggers another scan cycle and so on.Īdd workaround for a missing TARGET_OS_OSX macro in Xcode 13's sys/cdefs.h kernel header. If such a scanner maps the file to memory, the file's modification time will get updated again as soon as the scanner calls munmap(2). This unnecessary write would update the file's modification time, which in turn might cause security software to scan the file.

os x fuse photos

On Apple Silicon munmap(2) might trigger a write, regardless of whether the mapped file was modified or not. See #824 for details.Īdd workaround for an infinite write loop when unmapping a file from memory on Apple Silicon.

os x fuse photos

See #832 for details.įix race condition when removing a directory or creating a symlink. Fix race condition that can result in mkdir(2) returning EINVAL when creating multiple directories recursively.








Os x fuse photos