Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore /dev/poll support #3451

Merged
merged 3 commits into from
Mar 18, 2019
Merged

Restore /dev/poll support #3451

merged 3 commits into from
Mar 18, 2019

Commits on Mar 18, 2019

  1. Problem: /dev/poll doesn't compile

    Solution: Make devpoll_t derive from worker_poller_base_t
    jacquesg committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    212ab4f View commit details
    Browse the repository at this point in the history
  2. Problem: epoll_t no longer requires _worker

    Solution: Remove _worker
    jacquesg committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    8a22967 View commit details
    Browse the repository at this point in the history
  3. Problem: Solaris 10 had unknown, active users

    Solution: Add Solaris 10 to the list
    jacquesg committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    04f5ae2 View commit details
    Browse the repository at this point in the history