CVS commit: src/tests/lib/libc/sys

2025-03-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Mar 25 19:51:32 UTC 2025 Modified Files: src/tests/lib/libc/sys: t_clock_gettime.c Log Message: t_clock_gettime: Break overlong lines. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.9

CVS commit: src/tests/lib/libc/sys

2025-03-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Mar 25 19:51:32 UTC 2025 Modified Files: src/tests/lib/libc/sys: t_clock_gettime.c Log Message: t_clock_gettime: Break overlong lines. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.9

CVS commit: src/tests/lib/libc/sys

2025-03-19 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Thu Mar 20 04:19:25 UTC 2025 Modified Files: src/tests/lib/libc/sys: t_clock_gettime.c Log Message: t_clock_gettime.c: Fix my typo To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tests/lib/libc/sys/t_clock_gettime.c

CVS commit: src/tests/lib/libc/sys

2025-03-19 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Thu Mar 20 04:19:25 UTC 2025 Modified Files: src/tests/lib/libc/sys: t_clock_gettime.c Log Message: t_clock_gettime.c: Fix my typo To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tests/lib/libc/sys/t_clock_gettime.c

CVS commit: src/tests/lib/libc/sys

2025-03-19 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Mar 19 18:15:27 UTC 2025 Modified Files: src/tests/lib/libc/sys: t_clock_gettime.c Log Message: tv_nsec prints with %ld not %jd (should fix build) To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libc/s

CVS commit: src/tests/lib/libc/sys

2025-03-19 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Mar 19 18:15:27 UTC 2025 Modified Files: src/tests/lib/libc/sys: t_clock_gettime.c Log Message: tv_nsec prints with %ld not %jd (should fix build) To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libc/s

CVS commit: src/tests/lib/libc/sys

2025-03-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Mar 5 00:02:47 UTC 2025 Modified Files: src/tests/lib/libc/sys: t_futex_ops.c Log Message: t_futex_ops: Spruce up diagnostics. - Use RL to report errno for any syscalls that set it. - Sprinkle messages to show intermediat

CVS commit: src/tests/lib/libc/sys

2025-03-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Mar 5 00:03:13 UTC 2025 Modified Files: src/tests/lib/libc/sys: t_futex_ops.c Log Message: t_futex_ops: Test sign-extension of WAKE_OP oparg/cmparg. PR kern/59129: futex(3): missing sign extension in FUTEX_WAKE_OP To ge

CVS commit: src/tests/lib/libc/sys

2025-03-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Mar 5 00:03:13 UTC 2025 Modified Files: src/tests/lib/libc/sys: t_futex_ops.c Log Message: t_futex_ops: Test sign-extension of WAKE_OP oparg/cmparg. PR kern/59129: futex(3): missing sign extension in FUTEX_WAKE_OP To ge

CVS commit: src/tests/lib/libc/sys

2025-03-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Mar 5 00:02:58 UTC 2025 Modified Files: src/tests/lib/libc/sys: t_futex_ops.c Log Message: t_futex_ops: Relax various ATF_REQUIRE_* to ATF_CHECK_*. This makes the test output more usable for browsing diagnostics when mult

CVS commit: src/tests/lib/libc/sys

2025-03-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Mar 5 00:02:58 UTC 2025 Modified Files: src/tests/lib/libc/sys: t_futex_ops.c Log Message: t_futex_ops: Relax various ATF_REQUIRE_* to ATF_CHECK_*. This makes the test output more usable for browsing diagnostics when mult

CVS commit: src/tests/lib/libc/sys

2025-03-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Mar 5 00:02:47 UTC 2025 Modified Files: src/tests/lib/libc/sys: t_futex_ops.c Log Message: t_futex_ops: Spruce up diagnostics. - Use RL to report errno for any syscalls that set it. - Sprinkle messages to show intermediat

CVS commit: src/tests/lib/libc/sys

2025-02-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Feb 10 02:41:34 UTC 2025 Modified Files: src/tests/lib/libc/sys: t_poll.c Log Message: t_poll: Extend the hangup tests to ptys too. Of course, ptys work slightly differently from pipes and fifos and sockets, presumably for

CVS commit: src/tests/lib/libc/sys

2025-02-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Feb 10 02:41:34 UTC 2025 Modified Files: src/tests/lib/libc/sys: t_poll.c Log Message: t_poll: Extend the hangup tests to ptys too. Of course, ptys work slightly differently from pipes and fifos and sockets, presumably for

CVS commit: src/tests/lib/libc/sys

2025-02-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 9 17:10:37 UTC 2025 Modified Files: src/tests/lib/libc/sys: Makefile t_poll.c Log Message: t_poll: Expand tests of polling when other endpoint is closed. This covers fifos, pipes, and sockets; reads and writes; and po

CVS commit: src/tests/lib/libc/sys

2025-02-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 9 17:10:37 UTC 2025 Modified Files: src/tests/lib/libc/sys: Makefile t_poll.c Log Message: t_poll: Expand tests of polling when other endpoint is closed. This covers fifos, pipes, and sockets; reads and writes; and po

CVS commit: src/tests/lib/libc/sys

2025-02-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 9 17:10:23 UTC 2025 Modified Files: src/tests/lib/libc/sys: t_poll.c Log Message: t_poll: Tweak to improve diagnostics. PR kern/59056: poll POLLHUP bugs To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 s

CVS commit: src/tests/lib/libc/sys

2025-02-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 9 17:10:23 UTC 2025 Modified Files: src/tests/lib/libc/sys: t_poll.c Log Message: t_poll: Tweak to improve diagnostics. PR kern/59056: poll POLLHUP bugs To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 s

CVS commit: src/tests/lib/libc/sys

2025-02-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 9 17:09:51 UTC 2025 Modified Files: src/tests/lib/libc/sys: t_poll.c Log Message: t_poll: Make sure POLLOUT is clear when testing POLLHUP. POLLOUT and POLLHUP are mutually exclusive in POSIX. Also, we're only polling

CVS commit: src/tests/lib/libc/sys

2025-02-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 9 17:09:51 UTC 2025 Modified Files: src/tests/lib/libc/sys: t_poll.c Log Message: t_poll: Make sure POLLOUT is clear when testing POLLHUP. POLLOUT and POLLHUP are mutually exclusive in POSIX. Also, we're only polling

CVS commit: src/tests/lib/libc/sys

2025-01-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Jan 18 07:05:15 UTC 2025 Modified Files: src/tests/lib/libc/sys: t_futex_ops.c Log Message: tests/lib/libc/sys/t_futex_ops: Fix another FUTEX_CMP_REQUEUE case. PR kern/56828: futex calls in Linux emulation sometimes hang

CVS commit: src/tests/lib/libc/sys

2025-01-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Jan 18 07:05:15 UTC 2025 Modified Files: src/tests/lib/libc/sys: t_futex_ops.c Log Message: tests/lib/libc/sys/t_futex_ops: Fix another FUTEX_CMP_REQUEUE case. PR kern/56828: futex calls in Linux emulation sometimes hang

CVS commit: src/tests/lib/libc/sys

2025-01-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Jan 18 06:22:56 UTC 2025 Modified Files: src/tests/lib/libc/sys: t_futex_ops.c Log Message: tests/lib/libc/sys/t_futex_ops: Fix FUTEX_CMP_REQUEUE return values. The return value is the number of waiters woken _or requeued_

CVS commit: src/tests/lib/libc/sys

2025-01-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Jan 18 06:22:56 UTC 2025 Modified Files: src/tests/lib/libc/sys: t_futex_ops.c Log Message: tests/lib/libc/sys/t_futex_ops: Fix FUTEX_CMP_REQUEUE return values. The return value is the number of waiters woken _or requeued_

CVS commit: src/tests/lib/libc/sys

2025-01-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Jan 18 06:22:35 UTC 2025 Modified Files: src/tests/lib/libc/sys: t_futex_ops.c Log Message: tests/lib/libc/sys/t_futex_ops: Test FUTEX_CMP_REQUEUE edge case. It must always compare the futex value and fail with EAGAIN on m

CVS commit: src/tests/lib/libc/sys

2025-01-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Jan 18 06:22:35 UTC 2025 Modified Files: src/tests/lib/libc/sys: t_futex_ops.c Log Message: tests/lib/libc/sys/t_futex_ops: Test FUTEX_CMP_REQUEUE edge case. It must always compare the futex value and fail with EAGAIN on m

CVS commit: src/tests/lib/libc/sys

2024-12-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Dec 19 20:11:03 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_timerfd.c Log Message: t_timerfd: Test for timerfd_settime old_value. PR kern/58917: timer_settime and timerfd_settime return absolute time of next event

CVS commit: src/tests/lib/libc/sys

2024-12-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Dec 19 20:11:03 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_timerfd.c Log Message: t_timerfd: Test for timerfd_settime old_value. PR kern/58917: timer_settime and timerfd_settime return absolute time of next event

CVS commit: src/tests/lib/libc/sys

2024-12-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Dec 19 20:10:49 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_timerfd.c Log Message: t_timerfd: Sprinkle additional tests of various edge cases. PR kern/58914: timerfd_settime(2) is missing itimespecfix To generate

CVS commit: src/tests/lib/libc/sys

2024-12-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Dec 19 20:10:49 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_timerfd.c Log Message: t_timerfd: Sprinkle additional tests of various edge cases. PR kern/58914: timerfd_settime(2) is missing itimespecfix To generate

CVS commit: src/tests/lib/libc/sys

2024-12-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Dec 19 20:07:29 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_timer_create.c Log Message: t_timer_create: Fix up tests for edge cases. While here, save and restore errno in signal handler. PR kern/58919: timer_settim

CVS commit: src/tests/lib/libc/sys

2024-12-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Dec 19 20:07:29 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_timer_create.c Log Message: t_timer_create: Fix up tests for edge cases. While here, save and restore errno in signal handler. PR kern/58919: timer_settim

CVS commit: src/tests/lib/libc/sys

2024-12-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Dec 19 20:07:16 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_getitimer.c Log Message: t_getitimer: Test invalid itimerval arguments. Use sig_atomic_t while here. Ex-POSIX (POSIX.1-2008; the interface was removed in

CVS commit: src/tests/lib/libc/sys

2024-12-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Dec 19 20:07:16 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_getitimer.c Log Message: t_getitimer: Test invalid itimerval arguments. Use sig_atomic_t while here. Ex-POSIX (POSIX.1-2008; the interface was removed in

CVS commit: src/tests/lib/libc/sys

2024-12-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Dec 19 14:42:32 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_timerfd.c Log Message: t_timerfd: Fix select/poll tests and add kevent EVFILT_WRITE test. PR kern/58916: timerfd(2) claims ready for write To generate a

CVS commit: src/tests/lib/libc/sys

2024-12-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Dec 19 14:42:32 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_timerfd.c Log Message: t_timerfd: Fix select/poll tests and add kevent EVFILT_WRITE test. PR kern/58916: timerfd(2) claims ready for write To generate a

CVS commit: src/tests/lib/libc/sys

2024-12-18 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Dec 18 22:26:53 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_timer_create.c Log Message: t_timer_create: Add some more test cases. PR kern/58917: timer_settime and timerfd_settime return absolute time of next event

CVS commit: src/tests/lib/libc/sys

2024-12-18 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Dec 18 22:26:53 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_timer_create.c Log Message: t_timer_create: Add some more test cases. PR kern/58917: timer_settime and timerfd_settime return absolute time of next event

CVS commit: src/tests/lib/libc/sys

2024-12-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 17 17:52:23 UTC 2024 Modified Files: src/tests/lib/libc/sys: Makefile Added Files: src/tests/lib/libc/sys: t_ptrace_kill.c Log Message: PR/58896: Martin Husemann: Demonstrate that a PT_STOPed process could not be

CVS commit: src/tests/lib/libc/sys

2024-12-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 17 17:52:23 UTC 2024 Modified Files: src/tests/lib/libc/sys: Makefile Added Files: src/tests/lib/libc/sys: t_ptrace_kill.c Log Message: PR/58896: Martin Husemann: Demonstrate that a PT_STOPed process could not be

CVS commit: src/tests/lib/libc/sys

2024-10-18 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Oct 18 16:39:41 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_select.c Log Message: tests/lib/libc/sys/t_select: Test select on bad file descriptors. This should immediately fail, not hang, even if the bad fd is high-

CVS commit: src/tests/lib/libc/sys

2024-10-18 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Oct 18 16:39:41 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_select.c Log Message: tests/lib/libc/sys/t_select: Test select on bad file descriptors. This should immediately fail, not hang, even if the bad fd is high-

CVS commit: src/tests/lib/libc/sys

2024-09-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Sep 27 18:50:01 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_clone.c Log Message: tests/lib/libc/sys/t_clone: Nix trailing whitespace. No functional change intended. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/lib/libc/sys

2024-09-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Sep 27 18:50:01 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_clone.c Log Message: tests/lib/libc/sys/t_clone: Nix trailing whitespace. No functional change intended. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/lib/libc/sys

2024-09-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 25 19:24:15 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_clone.c Log Message: centralize stack allocation/freeing. The test that broke with the new jemalloc had broken stack allocation. To generate a diff of this

CVS commit: src/tests/lib/libc/sys

2024-09-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 25 19:24:15 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_clone.c Log Message: centralize stack allocation/freeing. The test that broke with the new jemalloc had broken stack allocation. To generate a diff of this

CVS commit: src/tests/lib/libc/sys

2024-07-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jul 15 06:19:07 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_kill.c Log Message: tests/lib/libc/sys/t_kill: Test kill(INT_MIN, ...) fails with ESRCH. PR kern/58425 To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/tests/lib/libc/sys

2024-07-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jul 15 06:19:07 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_kill.c Log Message: tests/lib/libc/sys/t_kill: Test kill(INT_MIN, ...) fails with ESRCH. PR kern/58425 To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/tests/lib/libc/sys

2024-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 29 07:10:27 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_ptrace_core_wait.h Log Message: core_dump_procinfo: Fix false positive for vax Increment PC after trapped by `bpt`, as done for many other platforms. To genera

CVS commit: src/tests/lib/libc/sys

2024-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 29 07:10:27 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_ptrace_core_wait.h Log Message: core_dump_procinfo: Fix false positive for vax Increment PC after trapped by `bpt`, as done for many other platforms. To genera

CVS commit: src/tests/lib/libc/sys

2024-05-27 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon May 27 22:03:21 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_swapcontext.c Log Message: Mark as expected-fail on VAX (PR port-vax/58290). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/

CVS commit: src/tests/lib/libc/sys

2024-05-27 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon May 27 22:03:21 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_swapcontext.c Log Message: Mark as expected-fail on VAX (PR port-vax/58290). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/

CVS commit: src/tests/lib/libc/sys

2024-05-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 20 00:27:53 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_dup.c Log Message: Adjust to the new dup3 behavior for equal fds To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/lib/libc/sys/t_dup.

CVS commit: src/tests/lib/libc/sys

2024-05-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 20 00:27:53 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_dup.c Log Message: Adjust to the new dup3 behavior for equal fds To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/lib/libc/sys/t_dup.

CVS commit: src/tests/lib/libc/sys

2024-05-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 14 16:06:20 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.h Log Message: t_ptrace_wait: No FPU exception traps on RISC-V. This macro is not named correctly -- RISC-V does implement floating-point excep

CVS commit: src/tests/lib/libc/sys

2024-05-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 14 16:06:20 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.h Log Message: t_ptrace_wait: No FPU exception traps on RISC-V. This macro is not named correctly -- RISC-V does implement floating-point excep

CVS commit: src/tests/lib/libc/sys

2024-05-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 14 16:04:18 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.h Log Message: t_ptrace_wait: Force result by write to volatile, not call to usleep. This is causing each FPE-related test to time out because

CVS commit: src/tests/lib/libc/sys

2024-05-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 14 16:04:18 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.h Log Message: t_ptrace_wait: Force result by write to volatile, not call to usleep. This is causing each FPE-related test to time out because

CVS commit: src/tests/lib/libc/sys

2024-04-12 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Fri Apr 12 07:16:50 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_getrusage.c Log Message: Require at least 64 MB RAM to run the getrusage_maxrss test case as it allocates 40 MB and we should leave some for the system, too. T

CVS commit: src/tests/lib/libc/sys

2024-04-12 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Fri Apr 12 07:16:50 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_getrusage.c Log Message: Require at least 64 MB RAM to run the getrusage_maxrss test case as it allocates 40 MB and we should leave some for the system, too. T

CVS commit: src/tests/lib/libc/sys

2023-12-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Dec 7 16:54:44 UTC 2023 Modified Files: src/tests/lib/libc/sys: Makefile t_setrlimit.c Log Message: t_setrlimit: Narrow the scope of stack-protector warning suppression. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/tests/lib/libc/sys

2023-12-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Dec 7 16:54:44 UTC 2023 Modified Files: src/tests/lib/libc/sys: Makefile t_setrlimit.c Log Message: t_setrlimit: Narrow the scope of stack-protector warning suppression. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/tests/lib/libc/sys

2023-11-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 24 17:19:55 UTC 2023 Modified Files: src/tests/lib/libc/sys: Makefile Log Message: t_setrlimit uses alloca now To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/tests/lib/libc/sys/Makefile Please note

CVS commit: src/tests/lib/libc/sys

2023-11-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 24 17:19:55 UTC 2023 Modified Files: src/tests/lib/libc/sys: Makefile Log Message: t_setrlimit uses alloca now To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/tests/lib/libc/sys/Makefile Please note

CVS commit: src/tests/lib/libc/sys

2023-11-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Nov 22 02:20:34 UTC 2023 Modified Files: src/tests/lib/libc/sys: t_setrlimit.c Log Message: t_setrlimit: Fix typos in comments and messages. No substantive change intended. Suggested by rillig@. PR kern/57711 XXX pullup

CVS commit: src/tests/lib/libc/sys

2023-11-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Nov 22 02:20:34 UTC 2023 Modified Files: src/tests/lib/libc/sys: t_setrlimit.c Log Message: t_setrlimit: Fix typos in comments and messages. No substantive change intended. Suggested by rillig@. PR kern/57711 XXX pullup

CVS commit: src/tests/lib/libc/sys

2023-11-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Nov 20 13:05:17 UTC 2023 Modified Files: src/tests/lib/libc/sys: t_setrlimit.c Log Message: t_setrlimit: Verify changing RLIMIT_STACK affects access to stack. PR kern/57711 XXX pullup-10 XXX pullup-9 XXX pullup-8 To gen

CVS commit: src/tests/lib/libc/sys

2023-11-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Nov 20 13:05:17 UTC 2023 Modified Files: src/tests/lib/libc/sys: t_setrlimit.c Log Message: t_setrlimit: Verify changing RLIMIT_STACK affects access to stack. PR kern/57711 XXX pullup-10 XXX pullup-9 XXX pullup-8 To gen

CVS commit: src/tests/lib/libc/sys

2023-08-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 24 05:55:26 UTC 2023 Modified Files: src/tests/lib/libc/sys: t_ptrace_core_wait.h Log Message: t_ptrace_core_wait.h: Increment PC after trap, also for riscv Fix *:core_dump_procinfo tests for riscv64. To generate a diff of

CVS commit: src/tests/lib/libc/sys

2023-08-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 24 05:55:26 UTC 2023 Modified Files: src/tests/lib/libc/sys: t_ptrace_core_wait.h Log Message: t_ptrace_core_wait.h: Increment PC after trap, also for riscv Fix *:core_dump_procinfo tests for riscv64. To generate a diff of

CVS commit: src/tests/lib/libc/sys

2023-08-02 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 3 03:18:12 UTC 2023 Modified Files: src/tests/lib/libc/sys: t_getrandom.c Log Message: t_getrandom: Fix false positives for short read(2) This only affects really slow machines, 68030 for me :) To generate a diff of t

CVS commit: src/tests/lib/libc/sys

2023-08-02 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 3 03:18:12 UTC 2023 Modified Files: src/tests/lib/libc/sys: t_getrandom.c Log Message: t_getrandom: Fix false positives for short read(2) This only affects really slow machines, 68030 for me :) To generate a diff of t

CVS commit: src/tests/lib/libc/sys

2023-08-01 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Aug 1 23:41:55 UTC 2023 Modified Files: src/tests/lib/libc/sys: t_pollts.c Log Message: t_pollts.c: fix typo in a description string (NFC) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/s

CVS commit: src/tests/lib/libc/sys

2023-08-01 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Aug 1 23:41:55 UTC 2023 Modified Files: src/tests/lib/libc/sys: t_pollts.c Log Message: t_pollts.c: fix typo in a description string (NFC) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/s

CVS commit: src/tests/lib/libc/sys

2023-07-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jul 9 19:19:40 UTC 2023 Modified Files: src/tests/lib/libc/sys: t_clock_gettime.c Log Message: t_clock_gettime: Avoid signed/unsigned comparison. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/lib/

CVS commit: src/tests/lib/libc/sys

2023-07-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jul 9 19:19:40 UTC 2023 Modified Files: src/tests/lib/libc/sys: t_clock_gettime.c Log Message: t_clock_gettime: Avoid signed/unsigned comparison. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/lib/

CVS commit: src/tests/lib/libc/sys

2023-07-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Jul 8 15:32:58 UTC 2023 Modified Files: src/tests/lib/libc/sys: t_timerfd.c Log Message: t_timerfd: Sprinkle slightly more diagnostics. Might help us to see if we're off by just a little bit (maybe a tiny jitter between t

CVS commit: src/tests/lib/libc/sys

2023-07-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Jul 8 15:32:58 UTC 2023 Modified Files: src/tests/lib/libc/sys: t_timerfd.c Log Message: t_timerfd: Sprinkle slightly more diagnostics. Might help us to see if we're off by just a little bit (maybe a tiny jitter between t

CVS commit: src/tests/lib/libc/sys

2023-07-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Jul 8 14:05:51 UTC 2023 Modified Files: src/tests/lib/libc/sys: t_clock_gettime.c Log Message: t_clock_gettime: Add test for PR kern/57512. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/s

CVS commit: src/tests/lib/libc/sys

2023-07-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Jul 8 14:05:51 UTC 2023 Modified Files: src/tests/lib/libc/sys: t_clock_gettime.c Log Message: t_clock_gettime: Add test for PR kern/57512. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/s

Re: CVS commit: src/tests/lib/libc/sys

2022-08-01 Thread Robert Elz
Date:Mon, 1 Aug 2022 18:55:15 +0300 From:Valery Ushakov Message-ID: | The test uses __clone(), not clone() and a followup fix made __clone() | visible under plain _NETBSD_SOURCE again - which is the right thing, | IMO. So this change is not necessary (the test

Re: CVS commit: src/tests/lib/libc/sys

2022-08-01 Thread Valery Ushakov
On Mon, Aug 01, 2022 at 15:48:40 +, Robert Elz wrote: > Module Name: src > Committed By: kre > Date: Mon Aug 1 15:48:40 UTC 2022 > > Modified Files: > src/tests/lib/libc/sys: Makefile > > Log Message: > Provide _GNU_SOURCE for t_clone now that is required to make clone() > vi

CVS commit: src/tests/lib/libc/sys

2022-08-01 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Aug 1 15:48:40 UTC 2022 Modified Files: src/tests/lib/libc/sys: Makefile Log Message: Provide _GNU_SOURCE for t_clone now that is required to make clone() visible. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72

CVS commit: src/tests/lib/libc/sys

2022-08-01 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Aug 1 15:48:40 UTC 2022 Modified Files: src/tests/lib/libc/sys: Makefile Log Message: Provide _GNU_SOURCE for t_clone now that is required to make clone() visible. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72

CVS commit: src/tests/lib/libc/sys

2022-06-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jun 9 17:39:21 UTC 2022 Modified Files: src/tests/lib/libc/sys: t_ptrace_core_wait.h Log Message: There are two hard problems in computer science cache invalidation, naming and off-by-one errors. Fix a naming and off-by-one b

CVS commit: src/tests/lib/libc/sys

2022-06-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jun 9 17:39:21 UTC 2022 Modified Files: src/tests/lib/libc/sys: t_ptrace_core_wait.h Log Message: There are two hard problems in computer science cache invalidation, naming and off-by-one errors. Fix a naming and off-by-one b

CVS commit: src/tests/lib/libc/sys

2022-06-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jun 7 05:39:16 UTC 2022 Modified Files: src/tests/lib/libc/sys: t_ptrace_core_wait.h Log Message: PR/56865: hppa: t_ptrace_core_wait test doesn't know it must advance PC after breakpoint Add __hppa__ to the list of architect

CVS commit: src/tests/lib/libc/sys

2022-06-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jun 7 05:39:16 UTC 2022 Modified Files: src/tests/lib/libc/sys: t_ptrace_core_wait.h Log Message: PR/56865: hppa: t_ptrace_core_wait test doesn't know it must advance PC after breakpoint Add __hppa__ to the list of architect

CVS commit: src/tests/lib/libc/sys

2022-06-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Jun 4 23:09:18 UTC 2022 Modified Files: src/tests/lib/libc/sys: t_mmap.c Log Message: tests/lib/libc: Test mmap(2) with bad hints. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/tests/lib/libc/sys/t_mm

CVS commit: src/tests/lib/libc/sys

2022-06-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Jun 4 23:09:18 UTC 2022 Modified Files: src/tests/lib/libc/sys: t_mmap.c Log Message: tests/lib/libc: Test mmap(2) with bad hints. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/tests/lib/libc/sys/t_mm

CVS commit: src/tests/lib/libc/sys

2022-04-06 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Wed Apr 6 10:02:55 UTC 2022 Modified Files: src/tests/lib/libc/sys: Makefile t_mmap.c Log Message: Add a regression test for PR kern/52239, "Changing protections of already mmap'ed region can fail", based on the test program in the

CVS commit: src/tests/lib/libc/sys

2022-04-06 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Wed Apr 6 10:02:55 UTC 2022 Modified Files: src/tests/lib/libc/sys: Makefile t_mmap.c Log Message: Add a regression test for PR kern/52239, "Changing protections of already mmap'ed region can fail", based on the test program in the

CVS commit: src/tests/lib/libc/sys

2022-04-05 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Apr 5 15:59:22 UTC 2022 Modified Files: src/tests/lib/libc/sys: t_mmap.c Log Message: In the mmap_err test case, mmap the address, not the address of the address. Should fix PR kern/56780. To generate a diff of this commit: c

CVS commit: src/tests/lib/libc/sys

2022-04-05 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Apr 5 15:59:22 UTC 2022 Modified Files: src/tests/lib/libc/sys: t_mmap.c Log Message: In the mmap_err test case, mmap the address, not the address of the address. Should fix PR kern/56780. To generate a diff of this commit: c

CVS commit: src/tests/lib/libc/sys

2022-04-05 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Apr 5 13:09:54 UTC 2022 Modified Files: src/tests/lib/libc/sys: t_mmap.c Log Message: When the t_mmap:mmap_err test fails due to errno not having the expected value of EINVAL, print the actual value. To generate a diff of thi

CVS commit: src/tests/lib/libc/sys

2022-04-05 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Apr 5 13:09:54 UTC 2022 Modified Files: src/tests/lib/libc/sys: t_mmap.c Log Message: When the t_mmap:mmap_err test fails due to errno not having the expected value of EINVAL, print the actual value. To generate a diff of thi

CVS commit: src/tests/lib/libc/sys

2022-03-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Mar 26 16:22:50 UTC 2022 Modified Files: src/tests/lib/libc/sys: t_ptrace_core_wait.h Log Message: Add sparc* to the list of architectures that need an explicit address with PT_CONTINUE in this test. To generate a diff of th

CVS commit: src/tests/lib/libc/sys

2022-03-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Mar 26 16:22:50 UTC 2022 Modified Files: src/tests/lib/libc/sys: t_ptrace_core_wait.h Log Message: Add sparc* to the list of architectures that need an explicit address with PT_CONTINUE in this test. To generate a diff of th

CVS commit: src/tests/lib/libc/sys

2022-03-18 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Mar 18 23:35:37 UTC 2022 Modified Files: src/tests/lib/libc/sys: t_getrandom.c Log Message: getrandom(2): Fix return value checks in automatic tests. The syscall only guarantees up to 256 bytes in a single go -- if interru

CVS commit: src/tests/lib/libc/sys

2022-03-18 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Mar 18 23:35:37 UTC 2022 Modified Files: src/tests/lib/libc/sys: t_getrandom.c Log Message: getrandom(2): Fix return value checks in automatic tests. The syscall only guarantees up to 256 bytes in a single go -- if interru

  1   2   >