libuv/src/unix
Ben Noordhuis 5166133e24 linux: fix -Wsign-compare warning
Fixes: https://github.com/libuv/libuv/issues/3011
PR-URL: https://github.com/libuv/libuv/pull/3028
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
2020-11-05 09:33:29 +01:00
..
aix-common.c aix: protect uv_exepath() from uv_set_process_title() 2020-08-10 11:27:30 -04:00
aix.c aix: protect uv_exepath() from uv_set_process_title() 2020-08-10 11:27:30 -04:00
android-ifaddrs.c android: fix OOB write in uv_interface_addresses() 2020-04-06 12:48:32 +02:00
async.c unix: yield cpu when spinlocking on async handle 2020-04-22 12:28:13 +02:00
atomic-ops.h unix: implement cpu_relax() for arm 2020-04-14 15:30:30 +02:00
bsd-ifaddrs.c build,unix: add QNX support 2020-09-22 23:14:46 -04:00
bsd-proctitle.c unix,win: add uv_library_shutdown() 2020-04-22 12:24:36 +02:00
core.c aix: protect uv_exepath() from uv_set_process_title() 2020-08-10 11:27:30 -04:00
cygwin.c src: move uv_free_cpu_info to uv-common.c 2019-08-19 23:01:17 +02:00
darwin-proctitle.c darwin: fix build with non-apple compilers 2020-04-28 20:07:59 +02:00
darwin-stub.h darwin: use IOKit for uv_cpu_info 2020-08-04 21:18:32 +02:00
darwin.c darwin: use IOKit for uv_cpu_info 2020-08-04 21:18:32 +02:00
dl.c misc: remove unnecessary null pointer checks 2015-11-17 09:18:55 +01:00
freebsd.c linux: fix i386 sendmmsg/recvmmsg support 2020-09-20 12:22:33 -04:00
fs.c linux: fix -Wsign-compare warning 2020-11-05 09:33:29 +01:00
fsevents.c darwin: fix build with non-apple compilers 2020-04-28 20:07:59 +02:00
getaddrinfo.c test,sunos: fix statement not reached warnings 2019-03-16 13:22:16 -04:00
getnameinfo.c unix,win: limit concurrent DNS calls to nthreads/2 2018-08-21 10:48:24 +02:00
haiku.c src: move uv_free_cpu_info to uv-common.c 2019-08-19 23:01:17 +02:00
ibmi.c aix: protect uv_exepath() from uv_set_process_title() 2020-08-10 11:27:30 -04:00
internal.h linux: fix i386 sendmmsg/recvmmsg support 2020-09-20 12:22:33 -04:00
kqueue.c core: add API to measure event loop idle time 2020-08-04 10:31:42 -04:00
linux-core.c src: suppress user_timeout maybe-uninitialized 2020-09-20 11:33:31 -04:00
linux-inotify.c linux: assume the presence of inotify system calls 2020-02-04 16:36:59 +01:00
linux-syscalls.c linux: fix -Wincompatible-pointer-types warning 2020-11-05 09:33:09 +01:00
linux-syscalls.h linux: fix -Wincompatible-pointer-types warning 2020-11-05 09:33:09 +01:00
loop-watcher.c include,src: introduce UV__ERR() macro 2018-02-08 22:38:02 -05:00
loop.c core: add API to measure event loop idle time 2020-08-04 10:31:42 -04:00
netbsd.c unix: pass sysctl size arg using ARRAY_SIZE macro 2019-12-16 15:55:59 +01:00
no-fsevents.c include,src: introduce UV__ERR() macro 2018-02-08 22:38:02 -05:00
no-proctitle.c unix,win: add uv_library_shutdown() 2020-04-22 12:24:36 +02:00
openbsd.c src: add uv__reallocf() 2020-03-15 10:00:15 -04:00
os390-syscalls.c unix: use relaxed loads/stores for feature checks 2020-06-16 11:42:51 +02:00
os390-syscalls.h zos: fix non-Release builds 2020-03-24 09:33:47 -04:00
os390.c aix: protect uv_exepath() from uv_set_process_title() 2020-08-10 11:27:30 -04:00
pipe.c pipe: disallow listening on an IPC pipe 2020-01-31 11:09:16 +01:00
poll.c unix: catch some cases of watching fd twice 2018-05-30 13:24:19 +02:00
posix-hrtime.c unix: factor out reusable POSIX hrtime impl 2017-03-03 15:52:42 +01:00
posix-poll.c core: add API to measure event loop idle time 2020-08-04 10:31:42 -04:00
process.c unix: fix error handling in uv__make_pipe() 2020-02-04 16:36:59 +01:00
procfs-exepath.c include,src: introduce UV__ERR() macro 2018-02-08 22:38:02 -05:00
proctitle.c unix: error when uv_setup_args() is not called 2020-08-09 11:52:22 -04:00
pthread-fixes.c unix: use relaxed loads/stores for feature checks 2020-06-16 11:42:51 +02:00
qnx.c build,unix: add QNX support 2020-09-22 23:14:46 -04:00
random-devurandom.c unix: handle uv__open_cloexec return value correctly 2020-01-21 20:02:56 +01:00
random-getentropy.c unix,win: add uv_random() 2019-09-18 08:09:14 +02:00
random-getrandom.c unix,win: add uv_random() 2019-09-18 08:09:14 +02:00
random-sysctl-linux.c netbsd: use KERN_ARND sysctl to get entropy 2019-10-29 13:36:05 +01:00
signal.c unix: squelch harmless valgrind warning 2020-07-20 11:42:48 +02:00
spinlock.h unix: add spinlock.h 2013-10-20 13:58:34 +02:00
stream.c Revert "unix,stream: clear read/write states on close/eof" 2020-08-24 13:38:46 -04:00
sunos.c core: add API to measure event loop idle time 2020-08-04 10:31:42 -04:00
sysinfo-loadavg.c unix: factor out reusable sysinfo loadavg impl 2017-05-21 16:12:16 +02:00
sysinfo-memory.c unix: factor out reusable sysinfo memory lookup 2017-05-21 16:12:14 +02:00
tcp.c unix: report bind error in uv_tcp_connect() 2020-10-27 13:00:59 -04:00
thread.c android: remove patch code for below 21 2020-06-12 12:22:06 +02:00
tty.c ibmi: Fix isatty EBADF handling and refactor 2020-04-06 05:58:34 -04:00
udp.c build,unix: add QNX support 2020-09-22 23:14:46 -04:00