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
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
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
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/
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
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
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