Skip to content

x/sys/unix: missing vmsplice on Linux #19125

@mdlayher

Description

@mdlayher

I'm doing some experiments and wanted to try out the vmsplice system call on Linux. unix.Splice already exists, but it appears that there is no unix.Vmsplice.

A cursory search reveals it in the "unimplemented" section of syscall_linux.go.

I implemented it myself, and I'd like to send a CL, unless there is an explicit reason this system call (and others) are not implemented in x/sys/unix.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions