Re: threaded prof signals

2013-08-15 Thread Philip Guenther
On Fri, 16 Aug 2013, Ted Unangst wrote: > As per http://research.swtch.com/macpprof > > We deliver all prof signals to the main thread, which is unlikely to > result in accurate profiling info. I think the diff below fixes things. Making ITIMER_PROF per-thread like that matches neither what other

Re: mandoc term width

2013-08-15 Thread Ted Unangst
On Wed, Aug 14, 2013 at 16:51, Ingo Schwarze wrote: >> I think mandoc should adjust its default output width based on the >> terminal size. At least in the case where the terminal is narrow. This >> diff doesn't change anything if you have wider than 80 column terminals. > > I agree with your idea

threaded prof signals

2013-08-15 Thread Ted Unangst
As per http://research.swtch.com/macpprof We deliver all prof signals to the main thread, which is unlikely to result in accurate profiling info. I think the diff below fixes things. Index: kern/kern_clock.c === RCS file: /cvs/src/sy

Re: remove obsolete nd6 ioctls

2013-08-15 Thread Henning Brauer
* Mike Belopuhov [2013-08-15 17:38]: > On 15 August 2013 17:34, Alexander Bluhm wrote: > > After converting the last user of ioctl(SIOCGDRLST_IN6) to sysctl, > > I would like to remove dead kernel ioctl code. > > > > Is it save to just delete this? > > > > ok? > if ports are fine with it, i'm fin

Re: remove obsolete nd6 ioctls

2013-08-15 Thread Mike Belopuhov
On 15 August 2013 17:34, Alexander Bluhm wrote: > Hi, > > After converting the last user of ioctl(SIOCGDRLST_IN6) to sysctl, > I would like to remove dead kernel ioctl code. > > Is it save to just delete this? > > ok? > > bluhm > if ports are fine with it, i'm fine as well (:

remove obsolete nd6 ioctls

2013-08-15 Thread Alexander Bluhm
Hi, After converting the last user of ioctl(SIOCGDRLST_IN6) to sysctl, I would like to remove dead kernel ioctl code. Is it save to just delete this? ok? bluhm Index: netinet6/in6.c === RCS file: /data/mirror/openbsd/cvs/src/sys/n

Re: Advanced btcoex in iwn(4)

2013-08-15 Thread Martin Pieuchot
On 10/08/13(Sat) 18:12, Sylvestre Gallon wrote: > Hi, > > Here is a patch for advanced btcoex support in iwn(4). I know > that there is no particular reason to do it due to the lack of > bluetooth enabled by default. But as we already do btcoex for > the cards without IWN_FLAG_ADV_BT_COEX flag I w

Re: warnings in arp, rarp, ndp

2013-08-15 Thread Mike Belopuhov
On Thu, Aug 15, 2013 at 02:42 +0200, Alexander Bluhm wrote: > Hi, > > I would like to reduce the warnings when arp, rarp, ndp are compiled > with WARNINGS=yes. Let's start with this one. > > warning: declaration of 'time' shadows a global declaration > > No binary change. > > ok? > OK

Re: rtsold ioctl sysctl

2013-08-15 Thread Mike Belopuhov
On Thu, Aug 15, 2013 at 00:39 +0200, Alexander Bluhm wrote: > Hi, > > I would like to replace the obsolete ioctl(SIOCGDRLST_IN6) interface > with sysctl(net.inet6.icmp6.nd6_drlist) in rtsold. Code copied > from ndp. > > ok? > looks good to me. OK

Re: exec_elf.c: mistake ?

2013-08-15 Thread Maxime Villard
Le 06/07/2013 17:42, Kenneth R Westerback a écrit : > On Sat, Jul 06, 2013 at 05:21:31PM +0200, Maxime Villard wrote: >> Hi, >> - - - - sys/kern/exec_elf.c l.236 ~> 251&252 >> Are my code scanner and me wrong, or 'bdiff' may not be >> initialized ? >> > > Codewise it does look possible that bdiff