You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fs,sysfs: use EPOLL_EXEC to clean up epoll file descriptors on execve…
…(2) (#32)
EPOLL_EXEC is O_CLOEXEC for epoll_create1, which is a good default for
any file descriptor not explicitly designed to survive an exec.
Create a formal broken v0
This is to save user from confusion with different version.
It seeds pkg.go.dev with a formal page to redirect them to the right version.