malloc options cleanuip

2016-10-29 Thread Otto Moerbeek
Hi, remove some old option letters and also make P non-settable. It has been the default for ages, and I see no valid reason to be able to disable it. OK? -Otto Index: lib/libc/stdlib/malloc.c === RCS file: /cvs/src/lib/l

Re: The end of nd6_output()

2016-10-29 Thread Gregor Best
Hi, On Mon, Jun 06, 2016 at 07:16:20PM +0200, Martin Pieuchot wrote: > [...] > + if (rt->rt_gateway->sa_family != AF_LINK) { > + printf("%s: something odd happens\n", __func__); > + m_freem(m); > + return (EINVAL); > + } > [...] I noticed that since a w

Re: step missing from "2016/10/14" followig -current?

2016-10-29 Thread Raf Czlonka
On Sat, Oct 29, 2016 at 08:39:47AM BST, Theo Buehler wrote: > On Fri, Oct 28, 2016 at 10:10:11PM -0700, patrick keshishian wrote: > > Instructions say: > > > > $ cd /sys > > $ rm -r arch/*/compile/[GR]* > > $ rm arch/*/compile/.cvsignore > > $ cvs up > > > > The new way of con

Re: usb disk dirty after every reboot

2016-10-29 Thread Stefan Fritsch
On Thursday, 20 October 2016 20:55:47 CEST Lampshade wrote: > What if somebody remounts > from normal options > (metadata: sync, data: async) > to fully synced > (metadata: sync, data: sync) > > Example: > # mount | grep home > /dev/sd1h on /home type ffs (local, noatime, nodev, nosuid) > # /sbin/

Re: ffs/msdosfs: Flush cache when updating mount to R/O

2016-10-29 Thread Lampshade
What if somebody remounts from default options (metadata: sync, data: nosync) to fully synced (metadata: sync, data: sync) Example: # mount | grep /home /dev/sd1h on /home type ffs (local) # /sbin/mount -u -o sync /home # mount | gre

Looking for iwn testers (was: Re: add MCS support to radiotap)

2016-10-29 Thread Stefan Sperling
On Sat, Oct 08, 2016 at 07:34:55PM +0200, Mark Kettenis wrote: > > The addition might need to be tested on a 1TR1 and 2T3R setups. I can > > test the latter, but I have no hardware to test the former. > > FWIW, this seems to cause no regressions on: > > iwn0 at pci2 dev 0 function 0 "Intel WiFi

Re: step missing from "2016/10/14" followig -current?

2016-10-29 Thread Theo Buehler
On Fri, Oct 28, 2016 at 10:10:11PM -0700, patrick keshishian wrote: > Instructions say: > > $ cd /sys > $ rm -r arch/*/compile/[GR]* > $ rm arch/*/compile/.cvsignore > $ cvs up > > The new way of configuring, building and installing a kernel is: > > $ cd /sys/ar