CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/22 18:22:59
Modified files:
sys/net : if_pppx.c
Log message:
fix some ioctl/kq weirdness in the pppx(4) side of things.
- pppx does not support FIOASYNC, so don't pretend it's fine.
- have FIONREAD return the number of bytes that will be read.
- have kevent data return the number of bytes to read instead of
the number of packets on the svcq to read.
