1. 09 Jan, 2019 1 commit
    • Yuval Pavel Zholkover's avatar
      os: disable the use of netpoll on regular files on *BSDs. · 79c50c4d
      Yuval Pavel Zholkover authored
      The kqueue based netpoller always registers file descriptors with EVFILT_READ and EVFILT_WRITE.
      However only EVFILT_READ notification is supported for regular files.
      On FreeBSD a regular file is always reported as ready for writing, resulting in a busy wait.
      On Darwin, Dragonfly, NetBSD and OpenBSD, a regular file is reported as ready for both reading and writing only once.
      
      Updates #19093
      
      Change-Id: If284341f60c6c2332fb5499637d4cfa7a4e26b7b
      Reviewed-on: https://go-review.googlesource.com/c/156379
      Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
      TryBot-Result: Gobot Gobot <gobot@golang.org>
      Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
      79c50c4d
  2. 08 Jan, 2019 8 commits
  3. 07 Jan, 2019 10 commits
  4. 06 Jan, 2019 1 commit
  5. 05 Jan, 2019 2 commits
  6. 04 Jan, 2019 10 commits
  7. 03 Jan, 2019 8 commits