Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Sep 2014 16:00:59 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        freebsd-current@freebsd.org
Cc:        delphij@freebsd.org
Subject:   [PATCH] Convert tws(4) from timeout(9) to callout(9)
Message-ID:  <4640501.ntuiclX9yU@ralph.baldwin.cx>

next in thread | raw e-mail | index | archive | help
This patch converts tws(4) from timeout(9) to callout(9).  It also fixes a few 
places that were tearing down and setting up in the interrupt handler where it 
was not safe to do so and adds some missing teardown actions.  The patch is 
against HEAD but probably applies to 9 and 10 as well.

http://people.freebsd.org/~jhb/patches/tws_callout.patch

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4640501.ntuiclX9yU>