cvs commit: src/lib/libc_r/uthread pthread_private.h uthread_accept.c uthread_connect.c uthread_exit.c uthread_fd.c uthread_info.c uthread_kern.c uthread_read.c uthread_readv.c uthread_sig.c uthread_spinlock.c uthread_write.c uthread_writev.c
Matthew Dillon
dillon at apollo.backplane.com
Tue Jun 13 19:01:59 PDT 2006
: Do not set O_NONBLOCK on a threaded program's descriptors any more. Instead,
: use the new system calls to directly issue non-blocking I/O. Additionally,
: force blocking I/O for debug output.
Please note: You must be running at least a 1.5.4 kernel built as of
today (because it uses the new accept/connect system calls I just added)
in order to use the new libc_r. Installworld has a check. It isn't
perfect but it should prevent you from shooting yourself in the foot
too badly.
-Matt
More information about the Commits
mailing list