Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v6.2.1, v6.2.0, v6.3.0, v6.0.1, v6.0.0, v6.0.0rc1, v6.1.0, v5.8.3, v5.8.2, v5.8.1, v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3
# 944cd60c 25-Sep-2019 Sascha Wildner <saw@online.de>

<sys/time.h>: Add 3rd arg to timespecadd()/sub() and make them public.

* Switch to the three argument versions of the timespecadd() and
timespecsub() macros. These are now the predominant ones. Fr

<sys/time.h>: Add 3rd arg to timespecadd()/sub() and make them public.

* Switch to the three argument versions of the timespecadd() and
timespecsub() macros. These are now the predominant ones. FreeBSD,
OpenBSD, NetBSD, and Solaris (albeit only for the kernel) have them.

* Make those macros public too. This allows for a number of cleanups
where they were defined locally.

Pointed-out-by: zrj
Reviewed-by: dillon

show more ...


Revision tags: v5.6.2, v5.6.1, v5.6.0, v5.6.0rc1, v5.7.0, v5.4.3, v5.4.2, v5.4.1, v5.4.0, v5.5.0, v5.4.0rc1, v5.2.2, v5.2.1, v5.2.0, v5.3.0, v5.2.0rc, v5.0.2, v5.0.1, v5.0.0, v5.0.0rc2, v5.1.0, v5.0.0rc1, v4.8.1, v4.8.0, v4.6.2, v4.9.0, v4.8.0rc, v4.6.1, v4.6.0, v4.6.0rc2, v4.6.0rc, v4.7.0, v4.4.3, v4.4.2, v4.4.1, v4.4.0, v4.5.0, v4.4.0rc
# bb610bea 30-Oct-2015 Sepherosa Ziehau <sephe@dragonflybsd.org>

tools/kq_connect_client: Use SOCK_NONBLOCK if it's available


# 9a7343b2 28-Oct-2015 Sepherosa Ziehau <sephe@dragonflybsd.org>

tools/kq_connect_client: Add option to bind process to cpu.

While I'm here, sort options in alphabetical order.


# 141605ed 12-Oct-2015 Sepherosa Ziehau <sephe@dragonflybsd.org>

test/kq_connect_client: Make result accurate


Revision tags: v4.2.4, v4.3.1, v4.2.3, v4.2.1, v4.2.0, v4.0.6, v4.3.0, v4.2.0rc, v4.0.5, v4.0.4, v4.0.3, v4.0.2, v4.0.1, v4.0.0, v4.0.0rc3, v4.0.0rc2, v4.0.0rc, v4.1.0
# 9aebb1f1 09-Sep-2014 Sepherosa Ziehau <sephe@dragonflybsd.org>

netrate/accept_connect: Switch to err(3)


# a74edad3 03-Sep-2014 Sepherosa Ziehau <sephe@dragonflybsd.org>

tools/netrate: Use ncpus as # of instance by default


# 626b6155 13-Aug-2014 Sepherosa Ziehau <sephe@dragonflybsd.org>

tools/kq_connect_client: Add option to create UDP socket before connect

And do connect and send 18B datagram before closing the UDP socket. This
simulates DNS resolving, though this UDP socket does

tools/kq_connect_client: Add option to create UDP socket before connect

And do connect and send 18B datagram before closing the UDP socket. This
simulates DNS resolving, though this UDP socket does not receive a reply.

show more ...


# dbaf089d 10-Aug-2014 Sepherosa Ziehau <sephe@dragonflybsd.org>

tools/netrate: Use FIONBIO to make the socket nonblocking


Revision tags: v3.8.2, v3.8.1, v3.6.3, v3.8.0, v3.8.0rc2, v3.9.0, v3.8.0rc, v3.6.2, v3.6.1, v3.6.0, v3.7.1, v3.6.0rc, v3.7.0
# 33657a95 28-Aug-2013 Sepherosa Ziehau <sephe@dragonflybsd.org>

tools: Add test for nonblocking connect(2) performance measurement