History log of /freebsd-src/contrib/netbsd-tests/lib/libc/sys/t_kevent.c (Results 1 – 9 of 9)
Revision Date Author Comments
# 6a93de28 15-Jan-2017 Enji Cooper <ngie@FreeBSD.org>

Diff reduce with upstream and consolidate #ifdefs where possible


# 9f30f6b7 14-Jan-2017 Enji Cooper <ngie@FreeBSD.org>

Readd the CMSG_DATA for assigning the kqueue... this testcase isn't officially
correct yet, but it's getting closer.


# 25785590 14-Jan-2017 Enji Cooper <ngie@FreeBSD.org>

Remove extra EVSET I added in r312146 by accident


# a41b7cf5 14-Jan-2017 Enji Cooper <ngie@FreeBSD.org>

Diff reduce with upstream

Use CMSG_FIRSTHDR macro to properly link the kqueue to the socket to
get it to now return -1/EBADF with sendmsg per the testcase expectations


# 2020383f 04-Jan-2017 Enji Cooper <ngie@FreeBSD.org>

kqueue_desc_passing: initialize m.msg_flags to 0

This mutes an uninitialized scalar warning from Coverity

MFC after: 3 days
Reported by: Coverity
CID: 979620


# 640235e2 12-Aug-2016 Enji Cooper <ngie@FreeBSD.org>

Checkpoint initial integration work

- Some of the lib/libc and lib/thr tests fail
- lib/msun/exp_test:exp2_values now passes with clang 3.8.0

The Makefiles in contrib/netbsd-tests were pruned as th

Checkpoint initial integration work

- Some of the lib/libc and lib/thr tests fail
- lib/msun/exp_test:exp2_values now passes with clang 3.8.0

The Makefiles in contrib/netbsd-tests were pruned as they have no value

Sponsored by: EMC / Isilon Storage Division

show more ...


# ff0ba872 17-Nov-2014 Enji Cooper <ngie@FreeBSD.org>

Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with
their #ifdef equivalents for everything changed in contrib/netbsd-tests. There
are some items from the vendor tree that

Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with
their #ifdef equivalents for everything changed in contrib/netbsd-tests. There
are some items from the vendor tree that use #if defined(__FreeBSD__) or
#if defined(__NetBSD__) which are being left alone

Requested by: bde, rpaulo
Sponsored by: EMC / Isilon Storage Division

show more ...


# 1cb870ee 01-Nov-2014 Enji Cooper <ngie@FreeBSD.org>

Port t_kevent to FreeBSD

Submitted by: pho


# 57718be8 02-Oct-2014 Enji Cooper <ngie@FreeBSD.org>

Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 ,
minus the vendor Makefiles

Provide directions for how to bootstrap the vendor sources in
FREEBSD-upgrade

MFC after 2 weeks

Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 ,
minus the vendor Makefiles

Provide directions for how to bootstrap the vendor sources in
FREEBSD-upgrade

MFC after 2 weeks
Discussed with: rpaulo
Sponsored by: EMC / Isilon Storage Division

show more ...