"Ngie Cooper (yaneurabeya)" wrote
in <1a3f6606-822c-4c80-adfa-48378f0f2...@gmail.com>:
ya> >> How about "...accepts UDP packets sent with any source port" or
ya> >> something?
ya> >
ya> > Yeah, that’s more accurate.
ya>
ya> How about this?
ya> -Ngie
ya>
ya> $ svn diff usr.sbin/syslogd/syslog
"Ngie Cooper (yaneurabeya)" writes:
> Allan Jude writes:
> > Dag-Erling Smørgrav writes:
> > > Ngie Cooper writes:
> > > > Yes, I included you on the CR [...]
> > > CR?
> > Code Review (Phabricator)
> Yup — that’s what I meant.
I don't use Phabricator, and I don't consider it a legitimate atte
On 2017-Mar-2, at 7:19 AM, Steve Kargl
wrote:
On Thu, Mar 02, 2017 at 01:10:21PM +0100, Mateusz Guzik wrote:
> On Wed, Mar 01, 2017 at 09:45:07AM -0800, Mark Millard wrote:
>>
>>> Summary of the transition interval:
>>>
>>> So for powerpc64 (and powerpc?) It is a good
>>> idea to avoid anythin
On Wed, Mar 01, 2017 at 08:29:57AM -0800, Rodney W. Grimes wrote:
> ...
> There are 21 directors in /usr/src, 20 of them documented in README,
> 18 of them documented in hier(7).
>
> I'll rectifiy this if and when I get my commit bit.
Looks like you've just been punished. Congratulations! ;-)
.
Author: mav
Date: Fri Mar 3 11:21:13 2017
New Revision: 314592
URL: https://svnweb.freebsd.org/changeset/base/314592
Log:
Fix JSON output.
MFC after:1 week
Modified:
head/usr.bin/ctlstat/ctlstat.c
Modified: head/usr.bin/ctlstat/ctlstat.c
"Bjoern A. Zeeb" writes:
> Dag-Erling Smørgrav writes:
>> +/* split address if necessary */
>> +err = EAI_SYSTEM;
>> +if ((sep = strchr(addr, ':')) != NULL) {
>> +len = snprintf(hbuf, sizeof(hbuf),
>> +"%.*s", (int)(sep - addr), addr);
> I believe this code
Author: bapt
Date: Fri Mar 3 12:51:16 2017
New Revision: 314596
URL: https://svnweb.freebsd.org/changeset/base/314596
Log:
Properly initialize netrcfd in fetchParseURL
This fixes ftp with fetch(1) which was broken after r313974
Submitted by: dim
Reported by: olivier
Pointyhat to:
-- Start of PGP signed section.
[ Charset ISO-8859-7 unsupported, converting... ]
> "Ngie Cooper (yaneurabeya)" wrote
> in <1a3f6606-822c-4c80-adfa-48378f0f2...@gmail.com>:
>
> ya> >> How about "...accepts UDP packets sent with any source port" or
I actually think this right here is the cleare
Author: des
Date: Fri Mar 3 14:06:22 2017
New Revision: 314598
URL: https://svnweb.freebsd.org/changeset/base/314598
Log:
Load default options before requesting a ticket.
PR: 213909
Reported by: basarev...@gmail.com
MFC after:1 week
Modified:
head/lib/libpam/modules/p
Author: br
Date: Fri Mar 3 14:17:07 2017
New Revision: 314599
URL: https://svnweb.freebsd.org/changeset/base/314599
Log:
Import latest vendor DTS files for Intel Arria 10.
Modified:
head/sys/gnu/dts/arm/socfpga_arria10.dtsi
head/sys/gnu/dts/arm/socfpga_arria10_socdk.dtsi
head/sys/gnu/dts
> On 2017-Mar-2, at 7:19 AM, Steve Kargl
> wrote:
>
> On Thu, Mar 02, 2017 at 01:10:21PM +0100, Mateusz Guzik wrote:
> > On Wed, Mar 01, 2017 at 09:45:07AM -0800, Mark Millard wrote:
> >>
> >>> Summary of the transition interval:
> >>>
> >>> So for powerpc64 (and powerpc?) It is a good
> >>> i
Author: br
Date: Fri Mar 3 14:19:37 2017
New Revision: 314600
URL: https://svnweb.freebsd.org/changeset/base/314600
Log:
Add FPGA manager driver for Intel Arria 10.
With this driver we able to program FPGA core from FreeBSD system
running on ARM core.
Sponsored by: DARPA, AFRL
Adde
Author: des
Date: Fri Mar 3 14:25:55 2017
New Revision: 314601
URL: https://svnweb.freebsd.org/changeset/base/314601
Log:
Re-apply part of r311585 which was inadvertantly reverted in the upgrade
to 7.3p1. The other part (which adds -DLIBWRAP to sshd's CFLAGS) is
still in place.
Report
Author: np
Date: Fri Mar 3 15:47:50 2017
New Revision: 314602
URL: https://svnweb.freebsd.org/changeset/base/314602
Log:
Regen src.conf.5 after r314579.
Sponsored by: Chelsio Communications
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
==
Author: emaste
Date: Fri Mar 3 16:07:46 2017
New Revision: 314603
URL: https://svnweb.freebsd.org/changeset/base/314603
Log:
regen src.conf.5 for clang-4.0.0 merge
Note that makeman's use of 'make showconfig' interacts poorly with
the COMPILER_FEATURES test in share/mk/src.opts.mk, becau
Author: hselasky
Date: Fri Mar 3 16:28:03 2017
New Revision: 314604
URL: https://svnweb.freebsd.org/changeset/base/314604
Log:
Update the LinuxKPI RCU and SRCU wrappers for the concurrency kit, CK.
- Optimise the RCU implementation to not allocate and free
ck_epoch_records during runtime
On Thursday 02 March 2017 20:49:44 Dimitry Andric wrote:
> Author: dim
Hello Dimitry,
> Date: Thu Mar 2 20:49:40 2017
> New Revision: 314564
> URL: https://svnweb.freebsd.org/changeset/base/314564
>
> Log:
> Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ to
> 4.0.0 (b
On 3 March 2017 at 03:47, Dag-Erling Smørgrav wrote:
>
> I don't use Phabricator, and I don't consider it a legitimate attempt to
> contact me about a patch.
There's no requirement to use Phabricator, so that's absolutely fine.
However, it's completely reasonable for developers to assume that, i
On 3 Mar 2017, at 18:27, Oleg V. Nauman wrote:
>
> On Thursday 02 March 2017 20:49:44 Dimitry Andric wrote:
>> Author: dim
>
> Hello Dimitry,
>
>> Date: Thu Mar 2 20:49:40 2017
>> New Revision: 314564
>> URL: https://svnweb.freebsd.org/changeset/base/314564
>>
>> Log:
>> Upgrade our copies o
-Original Message-
> From: on behalf of Dag-Erling Smørgrav
>
> Date: 2017-03-03, Friday at 00:47
> To: "Ngie Cooper (yaneurabeya)"
> Cc: Allan Jude , "src-committ...@freebsd.org"
> , "svn-src-...@freebsd.org"
> , "svn-src-head@freebsd.org"
>
> Subject: Re: svn commit: r314527 - in
Author: ngie
Date: Fri Mar 3 18:44:20 2017
New Revision: 314610
URL: https://svnweb.freebsd.org/changeset/base/314610
Log:
Clean up ddb(4) slightly
- Delete empty Li macro uses [1]. This removes some spaces between
the optional command/subcommand arguments.
- Attempt to clarify "show
Ed Maste writes:
> If you don't want to use Phabricator, I'd ask that you consider
> removing your account.
I didn't realize that was an option. And I wonder what will happen to
existing diffs that I have commented on or approved if I do...
DES
--
Dag-Erling Smørgrav - d...@des.no
Author: jkim
Date: Fri Mar 3 18:56:15 2017
New Revision: 314611
URL: https://svnweb.freebsd.org/changeset/base/314611
Log:
Merge ACPICA 20170303.
Added:
head/sys/contrib/dev/acpica/compiler/cvcompiler.c
- copied, changed from r314405,
vendor-sys/acpica/dist/source/compiler
Author: ngie
Date: Fri Mar 3 20:15:22 2017
New Revision: 314613
URL: https://svnweb.freebsd.org/changeset/base/314613
Log:
Integrate indent tests added in r313544 into ATF/Kyua and the FreeBSD
test suite
This change does the following:
- Introduces symmetry in the test inputs/output
Author: imp
Date: Fri Mar 3 20:23:05 2017
New Revision: 314618
URL: https://svnweb.freebsd.org/changeset/base/314618
Log:
Actually implement efivar -L
Sponsored by: Netflix
Modified:
head/usr.sbin/efivar/efivar.c
Modified: head/usr.sbin/efivar/efivar.c
=
Author: imp
Date: Fri Mar 3 20:22:47 2017
New Revision: 314615
URL: https://svnweb.freebsd.org/changeset/base/314615
Log:
Move uuid_table definition to efivar.h.
Create new function efi_known_guid() to return list of guids.
Sponsored by: Netflix
Modified:
head/lib/libefivar/efivar.c
Author: ae
Date: Fri Mar 3 20:22:42 2017
New Revision: 314614
URL: https://svnweb.freebsd.org/changeset/base/314614
Log:
Fix matching table entry value. Use real table value instead of its index
in valuestate array.
When opcode has size equal to ipfw_insn_u32, this means that it should
Author: imp
Date: Fri Mar 3 20:23:01 2017
New Revision: 314617
URL: https://svnweb.freebsd.org/changeset/base/314617
Log:
Print just the variables when we're not printing the values.
Sponsored by: Netflix
Modified:
head/usr.sbin/efivar/efivar.c
Modified: head/usr.sbin/efivar/efivar.c
=
Author: imp
Date: Fri Mar 3 20:22:56 2017
New Revision: 314616
URL: https://svnweb.freebsd.org/changeset/base/314616
Log:
Only compile the known uuid table once.
Sponsored by: Netflix
Modified:
head/lib/libefivar/efivar.c
Modified: head/lib/libefivar/efivar.c
==
Author: imp
Date: Fri Mar 3 20:23:14 2017
New Revision: 314620
URL: https://svnweb.freebsd.org/changeset/base/314620
Log:
Implement -d / --device-path to print the ascii representation of a variable
that contains a UEFI device path.
Sponsored by: Netflix
Modified:
head/usr.sbin/efivar/
Author: imp
Date: Fri Mar 3 20:23:18 2017
New Revision: 314621
URL: https://svnweb.freebsd.org/changeset/base/314621
Log:
If the guid specified can't be decoded as a GUID, try looking it up in
the known guid to name table.
Sponsored by: Netflix
Modified:
head/usr.sbin/efivar/efivar.c
Author: imp
Date: Fri Mar 3 20:23:10 2017
New Revision: 314619
URL: https://svnweb.freebsd.org/changeset/base/314619
Log:
Implement --guid/-g to print the known GUIDs as human readable. The
list of known GUIDs can be found with --list-guids.
Sponsored by: Netflix
Modified:
head/usr.sb
Author: des
Date: Fri Mar 3 20:23:21 2017
New Revision: 314622
URL: https://svnweb.freebsd.org/changeset/base/314622
Log:
As suggested by several people, note that I prefer to communicate by email.
Modified:
head/MAINTAINERS
Modified: head/MAINTAINERS
===
Author: imp
Date: Fri Mar 3 20:23:23 2017
New Revision: 314623
URL: https://svnweb.freebsd.org/changeset/base/314623
Log:
Make sure guid table is compiled before we use it.
Sponsored by: Netflix
Modified:
head/lib/libefivar/efivar.c
Modified: head/lib/libefivar/efivar.c
===
Author: markj
Date: Fri Mar 3 20:51:57 2017
New Revision: 314624
URL: https://svnweb.freebsd.org/changeset/base/314624
Log:
Reject userland CCBs that have CAM_UNLOCKED set.
CAM_UNLOCKED is internal flag and cannot correctly be set by userland.
Return EINVAL from CAMIOCOMMAND and CAMIOQUE
Author: markj
Date: Fri Mar 3 20:57:40 2017
New Revision: 314625
URL: https://svnweb.freebsd.org/changeset/base/314625
Log:
Fix a ticks comparison in sched_pctcpu_update().
We may fail to reset the %CPU tracking window if a thread does not run
for over half of the ticks rollover period,
Hello Dimitry,
On Friday 03 March 2017 19:19:37 Dimitry Andric wrote:
> On 3 Mar 2017, at 18:27, Oleg V. Nauman wrote:
> > On Thursday 02 March 2017 20:49:44 Dimitry Andric wrote:
> >> Author: dim
> >
> > Hello Dimitry,
> >
> >> Date: Thu Mar 2 20:49:40 2017
> >> New Revision: 314564
> >> URL
Author: vangyzen
Date: Fri Mar 3 21:03:28 2017
New Revision: 314626
URL: https://svnweb.freebsd.org/changeset/base/314626
Log:
Fix grammar in some comments in subr_sleepqueue.c
While I'm here, remove trailing whitespace.
Reviewed by: kib, mostly, as part of a larger review
MFC afte
Author: cy
Date: Fri Mar 3 21:32:27 2017
New Revision: 314627
URL: https://svnweb.freebsd.org/changeset/base/314627
Log:
Fix leak (free str before returning when ctx's calloc fails).
Submitted by: trix_juniper.net (Tom Rix)
Discovered by:clang's static analyzer
MFC after:4
On 2017-Mar-3, at 6:17 AM, Rodney W. Grimes wrote:
>> On 2017-Mar-2, at 7:19 AM, Steve Kargl
>> wrote:
>>
>> On Thu, Mar 02, 2017 at 01:10:21PM +0100, Mateusz Guzik wrote:
>>> On Wed, Mar 01, 2017 at 09:45:07AM -0800, Mark Millard wrote:
> Summary of the transition interval:
>
>
Author: avg
Date: Fri Mar 3 22:42:43 2017
New Revision: 314636
URL: https://svnweb.freebsd.org/changeset/base/314636
Log:
MCA: add AMD Error Thresholding support
Currently the feature is implemented only for a subset of errors
reported via Bank 4. The subset includes only DRAM-related e
Author: jilles
Date: Fri Mar 3 22:46:20 2017
New Revision: 314637
URL: https://svnweb.freebsd.org/changeset/base/314637
Log:
sh: Add some already working tests that exercise new code paths.
Added:
head/bin/sh/tests/expansion/cmdsubst18.0 (contents, props changed)
head/bin/sh/tests/expans
Author: avg
Date: Fri Mar 3 22:51:04 2017
New Revision: 314638
URL: https://svnweb.freebsd.org/changeset/base/314638
Log:
add a module that provides support for DRAM ECC error injection on AMD CPUs
I imagine that the module would be useful only to a very limited number
of developers, so
> On Mar 3, 2017, at 05:56, Rodney W. Grimes
> wrote:
>
> -- Start of PGP signed section.
> [ Charset ISO-8859-7 unsupported, converting... ]
>> "Ngie Cooper (yaneurabeya)" wrote
>> in <1a3f6606-822c-4c80-adfa-48378f0f2...@gmail.com>:
>>
>> ya> >> How about "...accepts UDP packets sent with
On 04/03/2017 00:42, Andriy Gapon wrote:
> Author: avg
> Date: Fri Mar 3 22:42:43 2017
> New Revision: 314636
> URL: https://svnweb.freebsd.org/changeset/base/314636
>
> Log:
> MCA: add AMD Error Thresholding support
>
> Currently the feature is implemented only for a subset of errors
>
> On Mar 3, 2017, at 15:12, Ngie Cooper (yaneurabeya)
> wrote:
>
>
>> On Mar 3, 2017, at 05:56, Rodney W. Grimes
>> wrote:
>>
>> -- Start of PGP signed section.
>> [ Charset ISO-8859-7 unsupported, converting... ]
>>> "Ngie Cooper (yaneurabeya)" wrote
>>> in <1a3f6606-822c-4c80-adfa-48378f
> On Mar 3, 2017, at 15:14, Ngie Cooper (yaneurabeya)
> wrote:
…
> Actually, accepts is better. Although it isn’t clear by itself, the sentence
> fragment is describing the -a option, which is singular, not plural. Here’s
> the sentence in full context:
>
>
Hi Ruslan,
Could you revert please ?
GNU DTS are from vendor import and I plan to update to linux 4.10 soon
(like this week), and this will complicate merge.
Thanks,
On Fri, 3 Mar 2017 14:17:07 + (UTC)
Ruslan Bukin wrote:
> Author: br
> Date: Fri Mar 3 14:17:07 2017
> New Revision: 3
-- Start of PGP signed section.
[ Charset UTF-8 unsupported, converting... ]
>
> > On Mar 3, 2017, at 05:56, Rodney W. Grimes
> > wrote:
> >
> > -- Start of PGP signed section.
> > [ Charset ISO-8859-7 unsupported, converting... ]
> >> "Ngie Cooper (yaneurabeya)" wrote
> >> in <1a3f6606-822c-
-- Start of PGP signed section.
[ Charset UTF-8 unsupported, converting... ]
>
> > On Mar 3, 2017, at 15:12, Ngie Cooper (yaneurabeya)
> > wrote:
> >
> >
> >> On Mar 3, 2017, at 05:56, Rodney W. Grimes
> >> wrote:
> >>
> >> -- Start of PGP signed section.
> >> [ Charset ISO-8859-7 unsupport
[ Charset UTF-8 unsupported, converting... ]
>
> > On Mar 3, 2017, at 15:14, Ngie Cooper (yaneurabeya)
> > wrote:
>
> ?
>
> > Actually, accepts is better. Although it isn?t clear by itself, the
> > sentence fragment is describing the -a option, which is singular, not
> > plural. Here?s the s
On Fri, 2017-03-03 at 17:10 -0800, Rodney W. Grimes wrote:
> [ Charset UTF-8 unsupported, converting... ]
> >
> >
> > >
> > > On Mar 3, 2017, at 15:14, Ngie Cooper (yaneurabeya) > > gmail.com> wrote:
> > ?
> >
> > >
> > > Actually, accepts is better. Although it isn?t clear by itself,
> > > t
Author: bde
Date: Sat Mar 4 04:06:33 2017
New Revision: 314640
URL: https://svnweb.freebsd.org/changeset/base/314640
Log:
Fix formatting. ruptime output on FreeBSD cluster machines annoyed me
by usually being double-spaced due to auto-wrap at column 80.
r212771 increased width of the ho
"Rodney W. Grimes" writes:
> It makes the logfiles of make output now src tree possition dependent,
> but I am probalby the only person in the universe that has ever run a
> diff on the output of make world.
tinderbox (or, to be precise, tbmaster) contains a ton of code to
normalize paths in buil
Author: bde
Date: Sat Mar 4 06:19:12 2017
New Revision: 314641
URL: https://svnweb.freebsd.org/changeset/base/314641
Log:
Colorize syscons kernel console output according to a table indexed
by the CPU number.
This was originally for debugging near-deadlock conditions where
multiple CPU
Author: ngie
Date: Sat Mar 4 06:19:41 2017
New Revision: 314642
URL: https://svnweb.freebsd.org/changeset/base/314642
Log:
Correct nuance of -a :service -> "*" in r314563, r314585
My attempt to correct the sender/receiver behavior was incorrect.
The source port of the sender for forwarde
Author: dchagin
Date: Sat Mar 4 06:54:05 2017
New Revision: 314643
URL: https://svnweb.freebsd.org/changeset/base/314643
Log:
Hide Linux socketcall constants under corresponding #ifdef since
they are used only in i386 Linuxulator.
MFC after:1 week
Modified:
head/sys/compat/linux/l
57 matches
Mail list logo