Home | History | Annotate | Download | only in sys
History log of /src/tests/lib/libc/sys/t_timer_create.c
RevisionDateAuthorComments
 1.10  16-Apr-2025  riastradh t_timer_create, t_timerfd: Make the invalidtime tests make sense.

Don't use uninitialized memory. Skip the absolute test when it's
just a time in the past (which should expire immediately), not an
invalid time.

PR misc/59300: timer/timerfd invalidtime tests are failing
 1.9  19-Dec-2024  riastradh timer_settime(2): Return relative duration remaining.

Not absolute time of next event.

PR kern/58917: timer_settime and timerfd_settime return absolute time
of next event
 1.8  19-Dec-2024  riastradh timer_settime(2): Fix error code for negative it_interval.

PR kern/58920: timer_settime fails ETIMEDOUT on negative interval,
not EINVAL
 1.7  19-Dec-2024  riastradh t_timer_create: Fix up tests for edge cases.

While here, save and restore errno in signal handler.

PR kern/58919: timer_settime fails to trigger for past times

PR kern/58920: timer_settime fails ETIMEDOUT on negative interval, not
EINVAL
 1.6  18-Dec-2024  riastradh t_timer_create: Add some more test cases.

PR kern/58917: timer_settime and timerfd_settime return absolute time
of next event

PR kern/58919: timer_settime fails to trigger for past times
 1.5  16-Jan-2017  christos branches: 1.5.28;
PR/51892: Ngie Cooper: add __unused to `osi` in the sigaction handler
 1.4  18-Mar-2012  jruoho branches: 1.4.14; 1.4.18;
Move the references to PRs from code comments to the test description. Once
ATF has the ability to output the metadata in the HTML reports, it should be
easy to traverse between releng and gnats -reports via links.
 1.3  18-Dec-2011  christos test timer expiration.
 1.2  17-Sep-2011  jruoho branches: 1.2.2;
Simplify.
 1.1  07-Jul-2011  jruoho Add the syscall tests back. Couple of files and tests were also renamed for
consistency. All of these now mimic the libc structure.
 1.2.2.1  17-Apr-2012  yamt sync with head
 1.4.18.1  21-Apr-2017  bouyer Sync with HEAD
 1.4.14.1  20-Mar-2017  pgoyette Sync with HEAD
 1.5.28.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed