Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [kqueue] syssrc/sys



Module Name:    syssrc
Committed By:   jdolecek
Date:           Tue Sep 24 10:45:25 UTC 2002

Modified Files:
        syssrc/sys/kern [kqueue]: tty_pty.c
        syssrc/sys/sys [kqueue]: conf.h

Log Message:
implement ptckqfilter() and remove the #define from <sys/conf.h>
convert selwakeup() calls in tty_pty.c to selnotify()
hint: if there is unique poll routine, unique kqfilter is needed too

this makes EVFILT_READ and EVFILT_WRITE events working on the master
side of pty

XXX EVFILT_READ would report 'data' exactly one more than the actual
XXX amount of data available; need to find out why


To generate a diff of this commit:
cvs rdiff -r1.56.2.5 -r1.56.2.6 syssrc/sys/kern/tty_pty.c
cvs rdiff -r1.88.2.7 -r1.88.2.8 syssrc/sys/sys/conf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index