DragonOS/user/apps/c_unitest
LoGin df62bcbd8f
fix(wait): align WNOHANG/PGID wait semantics with Linux 6.6 (#1689)
- return ECHILD when no matching children exist
- handle PGID WNOHANG scanning correctly
- add WNOTHREAD wait test for thread-created child

Signed-off-by: longjin <longjin@DragonOS.org>
2026-01-21 01:04:23 +08:00
..
.gitignore
Makefile
dmesg.c
http_server.c
ptmx_demo.c
test_bind.c
test_clock_nanosleep.c
test_copy_file_range.c
test_cputime_multithread.c
test_cred.c
test_cross_process_futex.c
test_cross_process_futex_shared_anon.c
test_dup3.c
test_epoll.c
test_epoll_socket.c
test_eventfd.c
test_exception_table.c
test_fifo_write.c
test_filemap.c
test_fork_wait.c
test_fstat.c
test_fstatfs.c
test_gettimeofday.c
test_ioperf.c feat: 添加IO性能测试工具test_ioperf (#1666) 2026-01-15 13:22:25 +08:00
test_kvm.c
test_loop.c feat(loop_device): 新增loop设备子系统 (#1261) 2025-12-24 14:29:46 +08:00
test_mincore.c
test_mkfifo.c
test_mount_propagation.c
test_netlink.c
test_newfstatat.c
test_overlayfs.c
test_pipe_ring_buffer.c
test_poll.c
test_ppoll.c
test_proc_self_exe.c
test_processgroup.c
test_pthread_basic.c
test_pthread_create_join.c
test_pty.c
test_pwritev_perf.c
test_ramfs.c
test_reboot_halt.c
test_reboot_restart.c
test_router.c
test_rt_sigtimedwait.c
test_select.c
test_sendfile.c
test_session.c
test_set_get_xattr.c
test_setdomainname.c
test_shebang.c
test_shm_info.c
test_shm_receiver.c
test_shm_sender.c
test_sigint.c
test_signal.c
test_signal_restart.c
test_sigprocmask.c
test_stack.c
test_statfs.c
test_stdin.c
test_sys_capget.c
test_sys_capset.c
test_tgkill.c
test_tkill.c
test_truncate.c
test_uart.c
test_unix_stream_sock.c
test_utimensat.c
test_veth_bridge.c
test_wait_wnothread.c fix(wait): align WNOHANG/PGID wait semantics with Linux 6.6 (#1689) 2026-01-21 01:04:23 +08:00
test_waitid.c
tty_demo.c