History log of /src/tests/sys/mqueue/mqtest4.c (Results 1 – 10 of 10)
Revision Date Author Comments
# cacfd42b 21-Jul-2025 Siva Mahadevan <me@svmhdvn.name>

tests/sys/mqueue: use require.kmods property instead of ad-hoc checks

Signed-off-by: Siva Mahadevan <me@svmhdvn.name>
Sponsored by: The FreeBSD Foundation
Reviewed by: imp
Pull Request: https://gith

tests/sys/mqueue: use require.kmods property instead of ad-hoc checks

Signed-off-by: Siva Mahadevan <me@svmhdvn.name>
Sponsored by: The FreeBSD Foundation
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1780

show more ...


# 2a63c3be 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line .c comment pattern

Remove /^/[*/]\s*\$FreeBSD\$.*\n/


# cacfd42b 21-Jul-2025 Siva Mahadevan <me@svmhdvn.name>

tests/sys/mqueue: use require.kmods property instead of ad-hoc checks

Signed-off-by: Siva Mahadevan <me@svmhdvn.name>
Sponsored by: The FreeBSD Foundation
Reviewed by: imp
Pull Request: https://gith

tests/sys/mqueue: use require.kmods property instead of ad-hoc checks

Signed-off-by: Siva Mahadevan <me@svmhdvn.name>
Sponsored by: The FreeBSD Foundation
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1780

show more ...


# 2a63c3be 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line .c comment pattern

Remove /^/[*/]\s*\$FreeBSD\$.*\n/


# ddce1c3d 02-Oct-2016 Konstantin Belousov <kib@FreeBSD.org>

Export the mq_getfd_np() symbol from librt.so, which allows to get
file descriptor for the given posix mqueue. Export the
timer_oshandle_np() symbol to get ktimer id for the given posix timer.

Requ

Export the mq_getfd_np() symbol from librt.so, which allows to get
file descriptor for the given posix mqueue. Export the
timer_oshandle_np() symbol to get ktimer id for the given posix timer.

Requested by: Lewis Donzis <lew@perftech.com>
Reviewed by: jilles
Discussed with: kan
Sponsored by: The FreeBSD Foundation
MFC after: 1 week

show more ...


# e8395c48 28-Apr-2015 Enji Cooper <ngie@FreeBSD.org>

Use PLAIN_REQUIRE_KERNEL_MODULE to require "mqueuefs"

MFC after: 6 days


# e100f6a2 27-Apr-2015 Enji Cooper <ngie@FreeBSD.org>

Integrate tools/regression/mqueue into the FreeBSD test suite as
tests/sys/mqueue

MFC after: 1 week


# fe033788 16-Mar-2010 Konstantin Belousov <kib@FreeBSD.org>

Add missing headers. While there, arrange headers alphabetically.

MFC after: 3 days


# 1d6328e1 06-Jan-2007 David Xu <davidxu@FreeBSD.org>

Fix compiling.


# 98fd65da 26-Nov-2005 David Xu <davidxu@FreeBSD.org>

Add code to test POSIX message queue.