uvm(9) patch

2013-07-18 Thread Daniel Dickman
minor patch for uvm(9) :- - remove redundant sentence about misc functions - note that pmap(9) is the MD portion of UVM. - Convert reference to Chuck's dissertation to .Rs/.Re section - uvm is no longer "new". - Remove "(Missouri)". St. Louis should be enough to remove any confusion between wust

ndp expire time

2013-07-18 Thread Alexander Bluhm
Hi, ndp uses an int expire_time for time calculations. This should be time_t. The routing messages and IPv6 prefixes and default router also have wrong expire time type. But this has to wait until ABI unlock. ok? bluhm Index: usr.sbin/ndp/ndp.c ==

Re: Merge uhts(4) into ums(4).

2013-07-18 Thread Jason McIntyre
On Thu, Jul 18, 2013 at 08:08:47PM +0100, Edd Barrett wrote: > Hi, > > I have been working with mpi@ and matthieu@ to improve support for my > x230t, in particular the digitiser/pen. Last week I committed a small > change to uhts(4) which enables basic support for the digitiser. > > During our di

Re: Stairstep mouse motion

2013-07-18 Thread Edd Barrett
Hi, On Mon, Jul 08, 2013 at 08:26:56PM +0300, Henri Kemppainen wrote: > Here's a diff that does just that. If ws receives more than one > delta along an axis, it will not sum these; each will go in a separate > event. But if it gets an X delta followed by an Y delta (or vice versa), > these will

Merge uhts(4) into ums(4).

2013-07-18 Thread Edd Barrett
Hi, I have been working with mpi@ and matthieu@ to improve support for my x230t, in particular the digitiser/pen. Last week I committed a small change to uhts(4) which enables basic support for the digitiser. During our discussions we noticed that uhts(4) is almost identical to the code of ums(4)

Re: list colon modifiers in mail(1) manpage

2013-07-18 Thread Jason McIntyre
On Fri, Jul 12, 2013 at 04:00:56AM -0700, Sunil Nimmagadda wrote: > This diff adds colon modifiers which could be used to specify lists. > a slightly modified version of this diff (as we discussed) committed. thanks! jmc > Index: mail.1 >