Edit

IABSD.fr/src/sys/tmpfs

Branch :

  • Show log

    Commit

  • Author : visa
    Date : 2021-12-11 09:28:26
    Hash : 6ecc0d7f
    Message : Clarify usage of __EV_POLL and __EV_SELECT Make __EV_POLL specific to kqueue-based poll(2), to remove overlap with __EV_SELECT that only select(2) uses. OK millert@ mpi@