libuv/src/unix
Juan José Arboleda dcace2a393 unix: remove unnecessary errno.h include in poll.c
Signed-off-by: Juan José Arboleda <soyjuanarbol@gmail.com>
2025-02-17 07:51:25 +01:00
..
aix-common.c aix: protect uv_exepath() from uv_set_process_title() 2020-08-10 11:27:30 -04:00
aix.c unix,win: replace QUEUE with struct uv__queue (#4022) 2023-05-25 00:04:30 +02:00
async.c macos,bsd: handle missing /dev/null in chroot env (#4689) 2025-02-04 21:43:18 +01:00
bsd-ifaddrs.c hurd: unbreak build on GNU/Hurd (#3450) 2022-02-23 12:04:18 -05:00
bsd-proctitle.c bsd: ensure mutex is initialized (#3428) 2022-01-17 12:55:41 +01:00
core.c misc: implement uv_getrusage_thread (#4666) 2025-01-14 14:50:26 +01:00
cygwin.c cygwin: implement uv_resident_set_memory (#4333) 2024-03-02 11:24:57 +01:00
darwin-proctitle.c src: add uv_thread_set/getname() methods (#4599) 2024-11-27 12:52:18 +01:00
darwin-stub.h darwin: use hw.cpufrequency again for frequency info (#3679) 2022-11-08 12:40:17 -05:00
darwin-syscalls.h darwin: add udp mmsg support (#4527) 2024-09-17 23:15:37 +02:00
darwin.c darwin: simplify uv_hrtime 2024-04-15 16:12:10 +02:00
dl.c freebsd: call dlerror() only if necessary (#3388) 2022-01-03 11:25:45 +01:00
freebsd.c dragonflybsd: fix compilation failure (#4534) 2024-09-17 21:27:18 +02:00
fs.c linux: try preadv64/pwritev64 before preadv/pwritev (#4683) 2025-01-28 09:27:58 +01:00
fsevents.c fsevents: detect watched directory removal (#4376) 2024-07-30 00:59:38 +02:00
getaddrinfo.c unix,win: remove unused req parameter from macros (#4435) 2024-07-11 21:29:15 +02:00
getnameinfo.c unix,win: remove unused req parameter from macros (#4435) 2024-07-11 21:29:15 +02:00
haiku.c unix,win: add uv_get_available_memory() (#3754) 2022-11-24 22:09:32 +01:00
hurd.c unix,win: add uv_get_available_memory() (#3754) 2022-11-24 22:09:32 +01:00
ibmi.c unix,win: add uv_get_available_memory() (#3754) 2022-11-24 22:09:32 +01:00
internal.h src: add uv_thread_set/getname() methods (#4599) 2024-11-27 12:52:18 +01:00
kqueue.c Revert "kqueue: change EV_OOBAND to EVFILT_EXCEPT+NOTE_OOB (#4597)" (#4623) 2024-11-26 18:58:45 +01:00
linux.c linux: always use io_uring for epoll batching (#4638) 2024-12-06 00:11:05 +01:00
loop-watcher.c unix,win: replace QUEUE with struct uv__queue (#4022) 2023-05-25 00:04:30 +02:00
loop.c linux: disable SQPOLL io_uring by default (#4492) 2024-08-06 22:10:13 +02:00
netbsd.c unix,win: add uv_get_available_memory() (#3754) 2022-11-24 22:09:32 +01:00
no-fsevents.c
no-proctitle.c unix,win: add uv_library_shutdown() 2020-04-22 12:24:36 +02:00
openbsd.c unix,win: add uv_get_available_memory() (#3754) 2022-11-24 22:09:32 +01:00
os390-proctitle.c zos: use custom proctitle implementation 2021-02-15 17:18:59 +00:00
os390-syscalls.c unix,win: replace QUEUE with struct uv__queue (#4022) 2023-05-25 00:04:30 +02:00
os390-syscalls.h unix,win: replace QUEUE with struct uv__queue (#4022) 2023-05-25 00:04:30 +02:00
os390.c zos: correctly get cpu model in uv_cpu_info() (#4136) 2023-10-06 19:53:38 +02:00
pipe.c unix,pipe: fix handling null buffer in uv_pipe_get{sock,peer}name 2024-11-22 08:57:45 +01:00
poll.c unix: remove unnecessary errno.h include in poll.c 2025-02-17 07:51:25 +01:00
posix-hrtime.c unix: abort on clock_gettime() error (#3898) 2023-02-01 22:10:36 +01:00
posix-poll.c unix,win: replace QUEUE with struct uv__queue (#4022) 2023-05-25 00:04:30 +02:00
process.c macos: increase child process stdio buffer size (#4694) 2025-02-10 10:07:50 -05:00
procfs-exepath.c
proctitle.c zos: use custom proctitle implementation 2021-02-15 17:18:59 +00:00
qnx.c unix,win: add uv_get_available_memory() (#3754) 2022-11-24 22:09:32 +01:00
random-devurandom.c build: add MemorySanitizer (MSAN) support (#3788) 2022-10-18 23:21:42 +02:00
random-getentropy.c unix,win: add uv_random() 2019-09-18 08:09:14 +02:00
random-getrandom.c linux: merge files back into single file (#3778) 2022-10-02 14:09:42 +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,win: remove unused rb-tree macro parameters (#4518) 2024-08-25 22:54:09 +02:00
stream.c build: ubsan fixes (#4254) 2024-08-05 17:15:53 -04:00
sunos.c unix,win: replace QUEUE with struct uv__queue (#4022) 2023-05-25 00:04:30 +02:00
sysinfo-loadavg.c
sysinfo-memory.c
tcp.c tcpkeepalive: distinguish OS versions and use proper time units 2024-06-27 12:45:51 +02:00
thread.c src: add uv_thread_set/getname() methods (#4599) 2024-11-27 12:52:18 +01:00
tty.c unix: restore tty attributes on handle close (#4399) 2024-09-11 10:33:54 +02:00
udp.c unix,win: add uv_udp_try_send2 2024-12-13 21:52:59 +01:00