Date:Fri, 30 Apr 2010 06:00:14 +
From:Jukka Ruohonen jru...@netbsd.org
Message-ID: 20100430060014.7739117...@cvs.netbsd.org
| Module Name:src
| Committed By: jruoho
| Date: Fri Apr 30 06:00:14 UTC 2010
|
| Modified Files:
|
Date:Tue, 4 May 2010 16:39:16 +0300
From:Jukka Ruohonen jruoho...@iki.fi
Message-ID: 20100504133916.ga9...@marx.bitnet
| In my manual page: [...]
| What was the problem again?
Something odd - sorry - it looks as if my (older) nroff -mandoc on
current sources
Date:Sun, 24 Oct 2010 16:00:46 +0100
From:Matthias Scheler t...@netbsd.org
Message-ID: 20101024150046.ga...@colwyn.zhadum.org.uk
| It doesn't have to be a macro anyway as it used only ones.
Yes, I meant to ask about that, simply written inline would be no problem.
Date:Fri, 28 Dec 2012 17:57:46 +
From:Alan Barrett a...@netbsd.org
Message-ID: 20121228175746.e19f117...@cvs.netbsd.org
| because unit names cannot contain hyphens.
Should that not be mentioned in the man page? Perhaps together with a
suggestion that if the
Date:Fri, 24 May 2013 16:47:08 +
From:David Holland dholland-sourcechan...@netbsd.org
Message-ID: 20130524164708.ga...@netbsd.org
| : -The default interval for router advertisements, which is on the order
of 10
| : +The default interval for router
Date:Sun, 26 May 2013 12:54:44 +0200
From:Thomas Klausner w...@netbsd.org
Message-ID: 20130526105444.gu9...@danbala.tuwien.ac.at
| Could one of the native speakers please fix it in a way that we won't
| have this discussion again?
Try the patch below, which I
Date:Mon, 6 Oct 2014 14:26:44 +
From:Havard Eidnes h...@netbsd.org
Message-ID: 20141006142644.7693...@cvs.netbsd.org
| Make this build again without debugging enabled; DPRINTF() can end up
| as empty, and in an if conditional, you then need braces if that's
Date:Sun, 12 Oct 2014 00:17:22 +0900
From:Masao Uebayashi uebay...@gmail.com
Message-ID:
cadbf7ecem8n2vhq_9ats2ysjzx-zl-4cg65jtd7vuu0nigt...@mail.gmail.com
For what it is worth, this change (below) just bit me - I did my first new
builds for a couple of weeks, and my
Date:Wed, 15 Oct 2014 19:41:40 +0100
From:David Laight da...@l8s.co.uk
Message-ID: 20141015184140.gl23...@snowdrop.l8s.co.uk
| Consider what happens if you write:
| When DPRINTF() expands 'if (xxx) yyy' it all goes horribly wrong.
Of course, the do { } while(0)
Date:Wed, 4 Mar 2015 00:13:01 +0100
From:Joerg Sonnenberger jo...@britannica.bec.de
Message-ID: 20150303231301.gb13...@britannica.bec.de
| It comes with a maintainance price. Add something better a version later
| and it is significantly harder to get rid of the
Date:Mon, 9 Nov 2015 11:52:09 -0500
From:"Christos Zoulas"
Message-ID: <20151109165209.d69b...@cvs.netbsd.org>
| Simplify ioctl handling a little.
This probably needs some extra commenting to explain why (int *)data
works, when data is
Date:Sun, 1 Nov 2015 11:02:24 +
From:"Thomas Klausner" <w...@netbsd.org>
Message-ID: <20151101110224.0f63...@cvs.netbsd.org>
| Modified Files:
| src/lib/libpanel: panel_above.3
|
| Log Message:
| Improve wording even more, s
Date:Wed, 04 Nov 2015 14:02:12 +0100 (CET)
From:Havard Eidnes
Message-ID: <20151104.140212.184674982...@uninett.no>
| 952, referred to from 1123.
That's just fine if your intent is to put a host name in HOSTS.TXT
That's all 952 applies to. If
Date:Sun, 1 Nov 2015 23:45:36 -0800
From:Erik Fair
Message-ID: <56dd2b5f-26b1-40b7-bd84-103d3f255...@netbsd.org>
| So, what did we do by default: allow "_" in hostnames when that's
| explicitly against standard, or not?
Which standard?
There's
Date:Mon, 7 Dec 2015 15:55:49 -0500
From:"Christos Zoulas"
Message-ID: <20151207205549.4f6c...@cvs.netbsd.org>
| Modified Files:
| src/lib/libutil: parsedate.3 parsedate.y
|
The change below got missed from the parsedate.3 update.
I
Date:Wed, 2 Dec 2015 07:36:53 -0500
From:"Christos Zoulas"
Message-ID: <20151202123653.7531...@cvs.netbsd.org>
| Modified Files:
| src/sbin/gpt: backup.c gpt.8 restore.c
|
| Log Message:
| Allow backup and restore to operate on
Date:Wed, 2 Dec 2015 17:41:08 -0500
From:chris...@zoulas.com (Christos Zoulas)
Message-ID: <20151202224108.9064b17f...@rebar.astron.com>
| I observe data going to stdout because:
| static const char *outfile = "/dev/stdout";
Oh yes, OK, sorry - missed that.It
Date:Mon, 4 Jan 2016 08:26:29 -0500
From:chris...@zoulas.com (Christos Zoulas)
Message-ID: <20160104132629.a6ee017f...@rebar.astron.com>
| Ksh does it and it works... I must have been too aggressive.
It isn't a matter of whether it can be made to work or not for
Date:Mon, 4 Jan 2016 14:41:30 -0500
From:chris...@zoulas.com (Christos Zoulas)
Message-ID: <20160104194130.6064f17f...@rebar.astron.com>
| Yes, the issues are:
|
| - Is leaving descriptors open really needed? I can write the above
| example in a
Date:Mon, 4 Jan 2016 16:50:18 -0500
From:chris...@zoulas.com (Christos Zoulas)
Message-ID: <20160104215018.4017617f...@rebar.astron.com>
| Sure, I think that there are examples where the parent/child shells use
| fds > 2 to communicate, but with an exec'ed
Date:Sat, 26 Dec 2015 12:59:01 +
From:"Paul Goyette"
Message-ID: <20151226125901.230e1f...@cvs.netbsd.org>
| if it does, all we really lose is auto-configuration of raid-sets.
Auto-config of raid is what makes many of my systems function,
Date:Sun, 12 Jun 2016 03:21:35 +
From:"Paul Goyette"
Message-ID: <20160612032135.502ddf...@cvs.netbsd.org>
| Change -{min,max}depth argument name from n to depth so that the
| earlier statement concerning n being prefaced by a plus or
Date:Tue, 31 May 2016 00:11:00 +0200
From:Joerg Sonnenberger
Message-ID: <20160530221100.ga18...@britannica.bec.de>
| loading cache /dev/null within ltconfig
| .: /dev/null: not a regular file
|
| I think that's actually a valid use case for
Date:Tue, 31 May 2016 00:11:00 +0200
From:Joerg Sonnenberger
Message-ID: <20160530221100.ga18...@britannica.bec.de>
| > PR bin/43639 - check that a file being read by the '.' command
| > is a regular file, even when it is given as a full pathname.
Date:Wed, 24 Feb 2016 09:38:40 -0500
From:"Christos Zoulas"
Message-ID: <20160224143840.c906df...@cvs.netbsd.org>
| Modified Files:
| src/bin/sh: options.c
|
| Log Message:
| If we don't have shared address space vfork fail back to
Date:Fri, 29 Apr 2016 14:29:17 -0400
From:"Christos Zoulas"
Message-ID: <20160429182917.d265bf...@cvs.netbsd.org>
| use "" so ${TEST_SH} is expanded.
Ugh!!!
It worked for me as I always have TEST_SH in the environment, so it
was getting
Date:Sat, 06 Aug 2016 16:26:24 +1000
From:matthew green
Message-ID: <27309.1470464...@splode.eterna.com.au>
| > For now, this is still included as a built-in module in GENERIC kernels.
|
| i don't understand this "for now".
It may be
Date:Tue, 9 Aug 2016 12:02:44 +
From:"Robert Elz" <k...@netbsd.org>
Message-ID: <20160809120244.9f9d0f...@cvs.netbsd.org>
Ignore this part ...
| Note that NetBSD mlock(2) talks about EINVAL for cases where the length
|
Date:Fri, 3 Feb 2017 16:56:01 -0500
From:"Christos Zoulas"
Message-ID: <20170203215601.cb806f...@cvs.netbsd.org>
| Modified Files:
| src/sbin/mount_nfs: getnfsargs.c
|
| Log Message:
| use the netid value because it could be
Date:Fri, 17 Feb 2017 22:28:32 +0100
From:Kamil Rytarowski
Message-ID: <1f5043f2-b004-f558-bd66-cc96675ab...@gmx.com>
| Thank you for your feedback. I was required to manually remove old files
| in order to regenerate locally new siginfo.c..
That
Date:Thu, 23 Feb 2017 13:48:10 +0300
From:Valery Ushakov
Message-ID: <20170223104810.gw20...@pony.stderr.spb.ru>
| > From: Kamil Rytarowski
| > In general we don't put POSIX/standard and nonstandard functions into
| > the same
Date:Fri, 17 Feb 2017 01:42:59 +
From:"Kamil Rytarowski"
Message-ID: <20170217014259.e68fef...@cvs.netbsd.org>
| Modified Files:
| src: UPDATING
|
| Log Message:
| Note TRAP_HWWPT -> TRAP_DBREG rename manual steps for build.sh -u
Date:Tue, 21 Feb 2017 20:23:37 +
From:"Nathanial Sloss"
Message-ID: <20170221202337.a4c46f...@cvs.netbsd.org>
| Modified Files:
| src/sys/dev: audio.c
In addition to Christos' comments, I see this pattern (in the diff)
repeated a few
Date:Wed, 17 Aug 2016 12:10:43 +
From:"Jonathan A. Kollasch"
Message-ID: <20160817121043.14eeaf...@cvs.netbsd.org>
| Module Name:src
| Committed By: jakllsch
| Date: Wed Aug 17 12:10:43 UTC 2016
|
|
Date:Tue, 13 Sep 2016 15:25:26 +0700
From:Robert Elz <k...@munnari.oz.au>
Message-ID: <27729.1473755...@andromeda.noi.kre.to>
| Shutdown originated in 6th edn (maybe 5th) UNSW (pdp-11) unix,
|
| At one stage it had (in comments in the source) o
Date:Tue, 13 Sep 2016 00:50:30 +0100
From:Sevan Janiyan
Message-ID: <2d30ad57-2341-3b08-1d78-32b468cd5...@netbsd.org>
| I can't seem to find the 4.3BSD-Reno release notes at the moment, but
| the convention is interim releases do not count.
|
Ian Johnstone
K. Robert Elz
William N Joy
till someone else in CSRG (one of the Keith's I suspect) modified it more,
and added their name, and the nice block layout was broken ... so all that
nonsense was removed.
But because Bill worked on this, it really cannot have appeared
Date:Sun, 6 Nov 2016 15:03:31 +
From:"Kamil Rytarowski"
Message-ID: <20161106150331.25fb2f...@cvs.netbsd.org>
| The t_wait_noproc_wnohang adds to options (except wait(2), wait3(2))
Why exclude wait3() ? (Not that it really matters, wait3()
Date:Sun, 6 Nov 2016 16:24:16 +
From:"Kamil Rytarowski"
Message-ID: <20161106162416.95d77f...@cvs.netbsd.org>
| assert_pid1 asserts that non-root user cannot attach to PID 1 as it is the
| /dev/init process. This tests is skipped if run as
Date:Sun, 13 Nov 2016 02:44:03 +0100
From:Kamil Rytarowski
Message-ID: <332a57da-1ac6-38ed-4fc3-947e2e6ca...@gmx.com>
| I can add a test for it, comparing old parent identifier with p_ppid
| from kinfo_proc2.
That would be useful, I suspect they
Date:Sun, 13 Nov 2016 12:13:48 +0700
From:Robert Elz <k...@munnari.oz.au>
Message-ID: <18703.1479014...@andromeda.noi.kre.to>
| In an earlier message I said ...
| and the modification of p_ppid there [to init]
| could be handled outside proc_rep
Date:Sat, 12 Nov 2016 14:42:47 -0500
From:"Christos Zoulas"
Message-ID: <20161112194247.37910f...@cvs.netbsd.org>
| PR/51624: Return the original parent for a traced process.
Maybe the real bug here was that proc_reparent() is changing the
In an earlier message I said ...
| Maybe the real bug here was that proc_reparent() is changing the
| child's p_ppid ?
|
| I can see no reason for that,
There is one, an obvious one, I had forgotten ... when a child is
inherited by init, we want its ppid to become 1. That one is
Date:Thu, 3 Nov 2016 11:20:45 +
From:"Kamil Rytarowski"
Message-ID: <20161103112045.a48aaf...@cvs.netbsd.org>
| This test verifies calling raise(2) with the SIGCONT argument in the child.
| The parent is notified with it and asserts that
Date:Sun, 16 Oct 2016 02:14:27 +0200
From:Joerg Sonnenberger
Message-ID: <20161016001427.ga7...@britannica.bec.de>
| > I haven't compile tested it yet, but I think it needs:
| See second sentence :)
Obviously I had ... I just didn't originally
Date:Sun, 16 Oct 2016 00:23:20 +0200
From:Joerg Sonnenberger
Message-ID: <20161015222320.ga4...@britannica.bec.de>
| On Sat, Oct 15, 2016 at 04:46:15PM +, Jaromir Dolecek wrote:
| > Modified Files:
| > src/sys/arch/x86/acpi: acpi_machdep.c
Date:Wed, 4 Jan 2017 05:52:45 +
From:David Holland
Message-ID: <20170104055245.ga16...@netbsd.org>
| also make it nsec...
Since it is a 64 bt value, better would be pico-secs if it is going
to continue to be a
Date:Wed, 04 Jan 2017 14:23:12 +0700
From:Robert Elz <k...@munnari.oz.au>
Message-ID: <3987.1483514...@andromeda.noi.kre.to>
Ignore this gibberish..
| division into a constant is equvalent to multiplication by its reciprocal,
I still have the im
Date:Wed, 4 Jan 2017 14:52:11 +0800 (PHT)
From:Paul Goyette
Message-ID:
| Either is possible, although converting to fixed-point fraction is
| marginally more expensive (requires a division
Date:Wed, 04 Jan 2017 22:06:35 +0100
From:Frank Kardel
Message-ID: <586d63db.9060...@netbsd.org>
| The extendend resolution would be done providing the API.
IMO, what is important right now, is that when designing new APIs
(which is what Paul is
Date:Sat, 18 Mar 2017 19:29:58 -0400
From:chris...@zoulas.com (Christos Zoulas)
Message-ID: <20170318232958.bd31717f...@rebar.astron.com>
| Well, this is how it is for all the rest of the programs; .html are cleaned
| by cleandir. I think the rationale was that
Date:Sat, 18 Mar 2017 14:03:47 +0100
From:Joerg Sonnenberger
Message-ID: <20170318130347.gb25...@britannica.bec.de>
| Sure, my point is primarily about the HTML man page.
Yes, I guessed that.
| Just like you don't clean the cat page by hand.
What
Date:Sat, 18 Mar 2017 14:57:41 + (UTC)
From:chris...@astron.com (Christos Zoulas)
Message-ID:
| It should be consistent...
That makes sense, but to me that would mean that clean removes files
generated by make ("make all"),
Date:Mon, 20 Mar 2017 13:03:31 +0100
From:Joerg Sonnenberger <jo...@bec.de>
Message-ID: <20170320120331.ga19...@britannica.bec.de>
| On Mon, Mar 20, 2017 at 10:44:24AM +0000, Robert Elz wrote:
| > Why is there no PRI[xd]OFF ? How are o
Date:Fri, 17 Mar 2017 14:43:31 +0100
From:Joerg Sonnenberger
Message-ID: <20170317134331.ga14...@britannica.bec.de>
| make distclean?
That cleans the sh.html1 file (though that one should be removed by
make clean as well) but still didn't clean up
Date:Fri, 4 Aug 2017 00:25:24 +
From:"matthew green"
Message-ID: <20170804002524.16ba1f...@cvs.netbsd.org>
| put all the ELD debugging messages under #ifdef HDAFG_HDMI_DEBUG.
I am not sure that doing that with the ones that are hda_error() is
Date:Wed, 26 Jul 2017 00:17:49 +
From:co...@sdf.org
Message-ID: <20170726001748.gd3...@sdf.org>
| And it adds an actual test for functionality, to be sure we weren't
| wrong in adding the function for that arch.
That's useful, but you can get that if you
Date:Sat, 05 Aug 2017 04:29:33 +1000
From:matthew green
Message-ID: <3108.1501871...@splode.eterna.com.au>
| we are talking about 7 lines that appear every time my monitor
| goes out of power save.
That is strange, and suggests that the X
Date:Fri, 28 Jul 2017 19:16:41 +
From:"Maxime Villard"
Message-ID: <20170728191641.cf10cf...@cvs.netbsd.org>
| Remove TCP_COMPAT_42. This feature is a workaround for a bug in the TCP
| stack of BSD4.2. Having such features just does not make
Date:Sun, 28 May 2017 10:49:00 -0400
From:"Christos Zoulas"
Message-ID: <20170528144900.b8390f...@cvs.netbsd.org>
| Modified Files:
| src/tests/net/can: t_can.c
|
| Log Message:
| fix format.
If socklen_t really needs the cast &
OK, ignore me .. I see it was undone already... (should remember to
read all mail before replying!)
kre
Date:Thu, 8 Jun 2017 17:42:43 +0200
From:Joerg Sonnenberger
Message-ID: <20170608154243.ga25...@britannica.bec.de>
| /bin/sh is still broken. Try to build pkgtools/cwrappers.
I have just committed a fix/workaround which allows cwrappers to build
(for
Date:Sun, 11 Jun 2017 22:21:34 +
From:"Paul Goyette"
Message-ID: <20170611222134.0ec01f...@cvs.netbsd.org>
| Added Files:
| src/sys/modules/wsbell: Makefile wsbell.ioconf
|
| Log Message:
| Actually create the wsbell(4) module
Date:Fri, 5 May 2017 11:49:28 +0100
From:Roy Marples
Message-ID:
| In this case, exit() isn't called, the main function returns.
Same thing, return from main is defined as implicitly calling
Date:Fri, 5 May 2017 09:07:14 +0100
From:Roy Marples
Message-ID:
| As we know, parts of NetBSD code are used outside of NetBSD.
Of course, and if there are any of those for which calling exit()
Date:Thu, 4 May 2017 14:07:33 +
From:"Roy Marples"
Message-ID: <20170504140733.b327df...@cvs.netbsd.org>
| Module Name:src
| Committed By: roy
| Date: Thu May 4 14:07:33 UTC 2017
|
| Modified Files:
|
Date:Mon, 9 Oct 2017 14:37:00 +0200
From:Joerg Sonnenberger
Message-ID: <20171009123700.gb7...@britannica.bec.de>
| It would help if you wrote what problem you actually tried to fix :)
Oh ... sorry, but it is in the b5 build log for evbarm-earmv7hf
Date:Sat, 9 Sep 2017 18:00:40 +
From:"Kamil Rytarowski"
Message-ID: <20170909180040.222c2f...@cvs.netbsd.org>
| Not that devname(3) does not set errno on failure and document it as a bug.
Not everything in libc is expected to set errno on
Date:Fri, 25 Aug 2017 17:28:24 + (UTC)
From:chris...@astron.com (Christos Zoulas)
Message-ID:
| Doesn't __nothing work?
No idea, never heard of it ... feel free to change it to that if it
works and is better.
kre
Date:Mon, 27 Nov 2017 09:42:47 +
From:Roy Marples
Message-ID:
| I don't understand the change to ip_output.c (ie why yours works and
| mine doesn't) but as long as it works then I'm
Date:Mon, 27 Nov 2017 18:44:38 +0100
From:Joerg Sonnenberger
Message-ID: <20171127174438.ga20...@britannica.bec.de>
| Parsing a string constant is a well-defined
| operation with precise result. A cross-compiler that doesn't do that
| correctly is
Date:Tue, 28 Nov 2017 15:34:19 +0100
From:Joerg Sonnenberger
Message-ID: <20171128143418.ga8...@britannica.bec.de>
| Hidding things until then doesn't actually fix something.
No, it doesn't, but when I made the change I wasn't hiding anything,
just
Date:Wed, 29 Nov 2017 06:12:02 +
From:Taylor R Campbell
Message-ID: <20171129061642.e8dcb60...@jupiter.mumble.net>
| That's pretty interesting!
That is what I thought, it was certainly not what I expected.
| Can
Date:Thu, 30 Nov 2017 23:09:07 +0100
From:Manuel Bouyer
Message-ID: <20171130220907.ga2...@antioche.eu.org>
| Shouldn't it be made Xfail on i386 in this case ?
I don't think so, especially not now the problem is understood - it is
trivial
Date:Sat, 25 Nov 2017 18:11:22 +0900 (JST)
From:Ryo ONODERA
Message-ID: <20171125.181122.805047996391646417@tetera.org>
| After the following commit, my IPv6 network does not work at all.
| What information is required to investigate my
Date:Sat, 25 Nov 2017 18:11:22 +0900 (JST)
From:Ryo ONODERA
Message-ID: <20171125.181122.805047996391646417@tetera.org>
| After the following commit, my IPv6 network does not work at all.
| What information is required to investigate my
Date:Wed, 29 Nov 2017 16:51:56 +
From:Taylor R Campbell
Message-ID: <20171129165637.6fa4960...@jupiter.mumble.net>
| This is starting to smell like a compiler bug in fp correctness...but
| I'm out of time to
Date:Sat, 2 Dec 2017 02:27:33 +0100
From:Joerg Sonnenberger
Message-ID: <20171202012733.ga17...@britannica.bec.de>
| > tell us what is "broken", exactly
|
| Every Linux binary failing by default is the very definition of broken.
I agree - I was
Date:Fri, 15 Dec 2017 21:24:20 +0700
From:Robert Elz <k...@munnari.oz.au>
Message-ID: <11642.1513347...@andromeda.noi.kre.to>
| Unfortunately, because of the way it gets called, this might not be an
| easy change to make.
It wouldn't be, but it al
Date:Fri, 15 Dec 2017 05:01:17 +
From:"Kengo NAKAHARA"
Message-ID: <20171215050117.241baf...@cvs.netbsd.org>
| Fix pullup'ed mbuf leaks.
| The match function just requires enough mbuf length.
This is still not correct. There are no
Date:Tue, 21 Nov 2017 01:58:24 +
From:m...@netbsd.org
Message-ID: <20171121015824.ga17...@homeworld.netbsd.org>
| This might be the reason the atari floppies are overflowing,
I didn't know they were, and yes, I suppose it might be, though the
size increase from
Date:Tue, 21 Nov 2017 03:27:11 + (UTC)
From:chris...@astron.com (Christos Zoulas)
Message-ID:
| We are working trying to fix it.
Regardless, upon reflection, there is no need for -X in a SMALL shell,
as used in install media,
Date:Wed, 22 Nov 2017 04:56:52 +
From:"SAITOH Masanobu"
Message-ID: <20171122045652.2ee75f...@cvs.netbsd.org>
| Return EINVAL in vlan_config() when a VLAN ID is 0 or 65535.
| The spec states 0 and 65535 are reserved.
Tags are 12 bigs,
Date:Tue, 5 Dec 2017 16:00:25 +
From:David Holland
Message-ID: <20171205160025.ga22...@netbsd.org>
| Test -o isn't well specified? Or is the issue the precedence of ! vs. -o?
-o is a "to be deprecated one day" option, but
Date:Sat, 2 Dec 2017 00:09:29 +0100
From:Joerg Sonnenberger
Message-ID: <20171201230929.ga13...@britannica.bec.de>
| This is *not* true. With C11 the standard is very explicit that return
| must discard excessive precision. Even before, it was
Date:Fri, 8 Dec 2017 16:54:24 +0100
From:Maxime Villard
Message-ID: <96c690fd-8577-0e4d-dcbb-84c51aed0...@m00nbsd.net>
| No, it wasn't barbaric, it made perfect sense:
It was, and made no sense.
| when modloaded the linux execsw is not
Date:Sun, 29 Oct 2017 22:55:35 +0530
From:Abhinav Upadhyay
Message-ID:
| While mandoc -Tlint is not complaining about this, but it isn't
| working as expected (I
Date:Sun, 29 Oct 2017 06:07:48 +
From:"Abhinav Upadhyay"
Message-ID: <20171029060748.45c43f...@cvs.netbsd.org>
| Modified Files:
| src/lib/libc/time: time2posix.3
|
| Log Message:
| Fix the escape used for em dash
It was
Date:Tue, 8 May 2018 19:15:28 +0100
From:Alexander Nasonov
Message-ID: <20180508180815.GA5990@neva>
| I think it broke the tool. If you run
| cgdconfig -p
| it will crash.
I shall take a look.
kre
Date:Tue, 8 May 2018 19:15:28 +0100
From:Alexander Nasonov
Message-ID: <20180508180815.GA5990@neva>
| I think it broke the tool. If you run
|
| cgdconfig -p
|
| it will crash.
Sorry, I cannot reproduce this, it looks to work OK to me.
Can
Date:Wed, 9 May 2018 08:59:55 +0100
From:Alexander Nasonov
Message-ID: <20180509075955.GA7743@neva>
| Adding (argc > 0) check before calling opendisk1 fixes the crash.
Thanks - and I see what is wrong now, but (for whatever reason) that did
not
Date:Fri, 11 May 2018 12:49:11 +0100
From:Roy Marples
Message-ID: <99536ae5-2bcf-c8d5-7c39-f0436c6d1...@marples.name>
[Taking your reply out of order...]
| The cvs commit increases the default size of the ICMP6 receive socket,
| so it's not
Date:Fri, 11 May 2018 09:43:59 +
From:"Roy Marples"
Message-ID: <20180511094359.e8785f...@cvs.netbsd.org>
| This mitigates recent reports of socket overflow errors
| and fixes PR bin/53247.
As I read the PR and what followed, the fix for
Date:Fri, 11 May 2018 12:03:19 +0100
From:Roy Marples
Message-ID:
| However, the normal amount of noise generated in his environment is no
| longer generating any overflow messages so his
Date:Tue, 12 Jun 2018 19:52:43 +0200
From:Kamil Rytarowski
Message-ID: <90519caf-289c-b4d3-7ebc-d14d4efc9...@gmx.com>
| I will try to meet the expectations in commit messages for *San fixes.
That would be good (and not just those, unless the board required it,
Date:Fri, 15 Jun 2018 12:41:56 +0300
From:Valery Ushakov
Message-ID: <20180615094156.gd3...@pony.stderr.spb.ru>
| Re memset - I now wonder if
| compiler is even allowed to be smart here b/c strict aliasing
Another way would be
static const struct
Date:Mon, 4 Jun 2018 21:13:23 -0400
From:chris...@zoulas.com (Christos Zoulas)
Message-ID: <20180605011323.e275017f...@rebar.astron.com>
| It is unfortunate that the files have diverged unnecessarly. Perhaps we
| should fix that and push the changes upstream.
I
Date:Mon, 4 Jun 2018 21:31:34 + (UTC)
From:chris...@astron.com (Christos Zoulas)
Message-ID:
| That should come after ... In general "infrastructure"
| headers before "feature" headers... I will fix it (it happens to work,
| but)...
Yes, that's what I
Date:Sat, 30 Jun 2018 22:47:51 +
From:"Taylor R Campbell"
Message-ID: <20180630224751.777cdf...@cvs.netbsd.org>
| Module Name:src
| Committed By: riastradh
| Date: Sat Jun 30 22:47:51 UTC 2018
|
| Modified Files:
|
Date:Sun, 1 Jul 2018 01:54:35 +
From:Taylor R Campbell
Message-ID: <20180701015435.93fa760...@jupiter.mumble.net>
| Sorry about the breakage with xen_machdep.c that made finding this
| tricky.
No problem, for me it turned out to actually help ... I hadn't
1 - 100 of 777 matches
Mail list logo