libuv/src/unix
Fedor Indutny b86ed94940 kqueue: ignore ENOENT error
File descriptor might be closed during callback, all events that was reported
before the callback are not valid and trying to remove them will result
in ENOENT. This error can be safely ignored.
2012-12-18 13:48:46 +04:00
..
linux linux: use /proc/cpuinfo for CPU frequency 2012-11-20 19:20:16 +01:00
aix.c aix: add initial platform support for aix using gcc/gxlc 2012-09-14 01:23:28 +02:00
async.c unix: use select() for specific fds on OS X 2012-12-09 15:43:08 +01:00
core.c unix: fix event loop stall 2012-12-13 20:17:12 +01:00
cygwin.c Merge branch 'v0.8' 2012-08-18 03:57:41 +02:00
darwin.c unix: remove dependency on libev 2012-11-16 17:33:25 +01:00
dl.c unix: assume that dlopen() clobbers dlerror() 2012-06-28 01:54:02 +02:00
error.c unix: map EDQUOT to UV_ENOSPC 2012-09-21 17:08:27 +02:00
freebsd.c dragonflybsd: make uv_cpu_info() less broken 2012-11-20 00:27:00 +01:00
fs.c unix: rework uv_cancel() api 2012-12-13 13:46:38 +01:00
fsevents.c unix: remove dependency on libev 2012-11-16 17:33:25 +01:00
getaddrinfo.c unix: rework uv_cancel() api 2012-12-13 13:46:38 +01:00
internal.h unix: fix event loop stall 2012-12-13 20:17:12 +01:00
kqueue.c kqueue: ignore ENOENT error 2012-12-18 13:48:46 +04:00
loop-watcher.c unix, windows: remove handle init counters 2012-08-10 02:00:11 +02:00
loop.c unix: remove dependency on libev 2012-11-16 17:33:25 +01:00
netbsd.c unix: remove dependency on libev 2012-11-16 17:33:25 +01:00
openbsd.c unix: remove dependency on libev 2012-11-16 17:33:25 +01:00
pipe.c unix: use select() for specific fds on OS X 2012-12-09 15:43:08 +01:00
poll.c unix: rename UV__IO_* constants 2012-11-16 17:33:29 +01:00
process.c unix: use select() for specific fds on OS X 2012-12-09 15:43:08 +01:00
signal.c unix: rename UV__IO_* constants 2012-11-16 17:33:29 +01:00
stream.c unix: fix event loop stall 2012-12-13 20:17:12 +01:00
sunos.c Merge branch 'v0.8' 2012-12-14 12:07:31 +01:00
tcp.c unix: use select() for specific fds on OS X 2012-12-09 15:43:08 +01:00
thread.c unix, windows: add thread barrier support 2012-10-09 17:30:52 +02:00
threadpool.c unix: rework uv_cancel() api 2012-12-13 13:46:38 +01:00
timer.c unix: change uv_backend_timeout() prototype 2012-11-28 17:02:30 +01:00
tty.c unix: use select() for specific fds on OS X 2012-12-09 15:43:08 +01:00
udp.c unix: don't memset(0) in uv_udp_init() 2012-12-15 21:14:39 +01:00