Akihiro Suda

Results 487 issues of Akihiro Suda

For efficiency, `fs.CopyFile` should use `clonefile(2)` on macOS when `VOL_CAP_INT_CLONE` is available. man: https://github.com/apple/darwin-xnu/blob/xnu-7195.101.1/bsd/man/man2/clonefile.2

enhancement
help wanted

https://github.com/containerd/continuity/blob/180525291bb77dea7062ac4281fcd38e2a3d76c5/fs/copy.go#L161-L176 The current implementation of `CopyFile` does not support copying metadata. `CopyFile` should optionally copy the metadata as in `CopyDir`

enhancement

https://github.com/containerd/continuity/pull/82#issuecomment-308214355 - should we use `/` separator on both Unix and Windows? - "absolute path" does not contain drive letter (`C:`), right?

User may want to ignore the permission bits specified in the manifest during verification, for platform-specific reason. e.g. Create a manifest on Unix and verify it on [Windows](https://golang.org/src/os/types_windows.go#L31), and vice...

Please consider defining a media type? e.g. `application/vnd.stevvooe.continuity.manifest.v1+pb` (But I'm not sure what is the de facto standard of a suffix for protobuf. Seems undefined in RFC https://en.wikipedia.org/wiki/Media_type#Suffix )

My suggestion is: 1. Make sure resource forks should be represented as `com.apple.ResourceFork` xattr, not as [`..namedfork/rsrc`](https://en.wikipedia.org/wiki/Resource_fork#How_a_resource_fork_is_accessed) nor as [AppleDouble](https://en.wikipedia.org/wiki/AppleSingle_and_AppleDouble_formats) nor as Alternative Data Stream 2. Make sure FinderInfo should...

``` + nsenter --target=4650 --preserve-credentials -U -n ping -c 1 -w 1 10.0.2.2 ping: connect: Network is unreachable + sleep 0.5 + let COUNTER=COUNTER+1 + '[' 40 -lt 40 ']'...

bug

https://github.com/rootless-containers/slirp4netns/blob/v1.1.9/slirp4netns.1.md ```md Default configuration: * MTU: 1500 * CIDR: 10.0.2.0/24 * Gateway/Host: 10.0.2.2 (network address + 2) * DNS: 10.0.2.3 (network address + 3) * IPv6 CIDR: fd00::/64 * IPv6...

bug
help wanted
area/ipv6

libslirp@master recently gained support for IPv6 port forwarding. https://gitlab.freedesktop.org/slirp/libslirp/-/commit/0624fbe7d39b5433d7084a5096d1effc1df74e39 https://gitlab.freedesktop.org/slirp/libslirp/-/merge_requests/75/diffs slirp4netns should support this.

enhancement
help wanted
area/ipv6