Author: ngie
Date: Tue Jul 18 06:51:27 2017
New Revision: 321109
URL: https://svnweb.freebsd.org/changeset/base/321109
Log:
Fix whitespace regression accidentally checked in via ^/head@r280149
MFC after:now
Modified:
head/sys/kern/subr_sbuf.c
Modified: head/sys/kern/subr_sbuf.c
Author: rlibby
Date: Tue Jul 18 06:15:05 2017
New Revision: 321106
URL: https://svnweb.freebsd.org/changeset/base/321106
Log:
qlnx: gcc build errors
Propagate warning flags from kern.opts.mk and then fix minor -Werror
issues when building with gcc from -Wredundant-decls, -Wnested-externs,
Author: np
Date: Tue Jul 18 03:58:59 2017
New Revision: 321105
URL: https://svnweb.freebsd.org/changeset/base/321105
Log:
cxgbetool(8): Add loadboot and loadboot-cfg subcommands to install or
remove bootrom and boot config.
MFC after:2 weeks
Sponsored by: Chelsio Communications
Mod
Author: jhibbits
Date: Tue Jul 18 01:08:45 2017
New Revision: 321104
URL: https://svnweb.freebsd.org/changeset/base/321104
Log:
Make ZFS not crash on mount on 32-bit systems
ZPL_VERSION is unsigned long long, not an int. With this change, a zpool can
be
created on a 32-bit system (teste
Author: np
Date: Tue Jul 18 00:50:58 2017
New Revision: 321103
URL: https://svnweb.freebsd.org/changeset/base/321103
Log:
cxgbe(4): New ioctls to flash bootrom and boot config to the card.
MFC after:2 weeks
Sponsored by: Chelsio Communications
Modified:
head/sys/dev/cxgbe/t4_ioctl.
Author: alc
Date: Mon Jul 17 23:16:33 2017
New Revision: 321102
URL: https://svnweb.freebsd.org/changeset/base/321102
Log:
Tidy up before making another round of functional changes: Remove end-
of-line whitespace, remove excessive whitespace and blank lines, remove
dead code, follow our stan
Author: adrian
Date: Mon Jul 17 21:32:35 2017
New Revision: 321101
URL: https://svnweb.freebsd.org/changeset/base/321101
Log:
[iwm] actually use the new rxon function now.
It turns out the /next/ dragonflybsd git actually uses the scan channel list,
so just kick this along to make the nex
Author: adrian
Date: Mon Jul 17 21:29:18 2017
New Revision: 321100
URL: https://svnweb.freebsd.org/changeset/base/321100
Log:
[iwm] if_iwm - Factor out and improve iwm_mvm_scan_rxon_flags() in
if_iwm_scan.c.
From the original commit:
==
* Actually look at the first channel in the
> You timed out because you never answered my question about other platforms.
Hi Warner,
I thought I answered your questions here:
https://reviews.freebsd.org/D10787#224691 ? If not, I would be more than happy
to run the tests on other platforms once I gain access to them. I only have
Author: asomers
Date: Mon Jul 17 18:33:30 2017
New Revision: 321082
URL: https://svnweb.freebsd.org/changeset/base/321082
Log:
Add regression tests for bugs 220459 and 220398
Bug 220398 - lio_listio(2) never sends asynchronous notification if nent==0
Bug 220459 - lio_listio(2) doesn't sup
> On Jul 6, 2017, at 10:32, Ngie Cooper wrote:
…
>I have another change I'm going to propose soon which sorts SUBDIR output
> (as a whole) again, as an opt-in feature in bsd.subdir.mk.
> Cheers,
Hi,
I just opened up the CR to re-add the sorting functionality in a
generic way as a
On Mon, Jul 17, 2017 at 12:12 PM, Ngie Cooper wrote:
> Author: ngie
> Date: Mon Jul 17 18:12:08 2017
> New Revision: 321080
> URL: https://svnweb.freebsd.org/changeset/base/321080
>
> Log:
> Expose the ILP32/LP64 programming environments based on
> __ILP32__/__LP64__ instead of by architectur
Author: ngie
Date: Mon Jul 17 18:20:54 2017
New Revision: 321081
URL: https://svnweb.freebsd.org/changeset/base/321081
Log:
Sort the tests alphabetically before adding them to the Kyuafiles
This is being done to aid in debugging test runs, in the event the
output shifts due to refactored
Author: ngie
Date: Mon Jul 17 18:12:08 2017
New Revision: 321080
URL: https://svnweb.freebsd.org/changeset/base/321080
Log:
Expose the ILP32/LP64 programming environments based on
__ILP32__/__LP64__ instead of by architecture.
The list was incomplete (previous commits purged invalid archi
Author: ngie
Date: Mon Jul 17 18:07:53 2017
New Revision: 321079
URL: https://svnweb.freebsd.org/changeset/base/321079
Log:
Add tests that exercise -q, like -rq and add tests that test -q like -Nrq
MFC after:2 months
MFC with: r321076, r321077, r321078
Modified:
head/usr.bin/di
Author: ngie
Date: Mon Jul 17 18:06:42 2017
New Revision: 321078
URL: https://svnweb.freebsd.org/changeset/base/321078
Log:
Fix exit status with -rq when there is a file in one directory but not
another,
i.e., when print_only is called.
Prior to this change, -rq was always returning 0. A
Author: ngie
Date: Mon Jul 17 17:50:50 2017
New Revision: 321077
URL: https://svnweb.freebsd.org/changeset/base/321077
Log:
Add some tests for brief (--brief/-q) format
MFC after:2 months
MFC with: r321076
Modified:
head/usr.bin/diff/tests/diff_test.sh
Modified: head/usr.bin/d
On Mon, Jul 17, 2017 at 09:48:53AM -0700, John Baldwin wrote:
> On Wednesday, July 12, 2017 04:41:09 PM Mark Johnston wrote:
> > On Wed, Jul 12, 2017 at 02:23:52PM -0700, John Baldwin wrote:
> > > On Wednesday, July 12, 2017 06:29:25 PM Mark Johnston wrote:
> > > > Author: markj
> > > > Date: Wed J
Author: ngie
Date: Mon Jul 17 17:36:04 2017
New Revision: 321076
URL: https://svnweb.freebsd.org/changeset/base/321076
Log:
Don't emit "diff: diff arguments" when diffing files if
-q is specified.
This improves compatibility with GNU diff.
Found by accident with `diff -Nrq /usr/test
On Wednesday, July 12, 2017 04:41:09 PM Mark Johnston wrote:
> On Wed, Jul 12, 2017 at 02:23:52PM -0700, John Baldwin wrote:
> > On Wednesday, July 12, 2017 06:29:25 PM Mark Johnston wrote:
> > > Author: markj
> > > Date: Wed Jul 12 18:29:25 2017
> > > New Revision: 320918
> > > URL: https://svnweb
Author: jhb
Date: Mon Jul 17 16:59:22 2017
New Revision: 321075
URL: https://svnweb.freebsd.org/changeset/base/321075
Log:
Set the current vnet pointer in the socket buffer AIO handler.
This fixes panics when using AIO under VIMAGE.
Reported by: kp
MFC after:3 days
Sponsored b
On Mon, Jul 17, 2017 at 10:29:33AM -0600, Ian Lepore wrote:
> I assumed the reason the efirt code was using the same mutex that
> protected access to the at rtc was because under the hood, the efi rt
> clock is really the same hardware too, accessed via bios code.
EFI spec states it explicitely, e
On Thu, 2017-07-13 at 01:42 +1000, Bruce Evans wrote:
> On Wed, 12 Jul 2017, Ian Lepore wrote:
>
> > Log:
> > Protect access to the AT realtime clock with its own mutex.
> >
> > The mutex protecting access to the registered realtime clock should not be
> > overloaded to protect access to the at
Author: manu
Date: Mon Jul 17 08:53:51 2017
New Revision: 321072
URL: https://svnweb.freebsd.org/changeset/base/321072
Log:
ipfw_netflow: add +ipfw_netflow_enable="NO" to defaults/rc.conf and document
usage in rc.conf(5)
Reported by: markj
Sponsored by: Gandi.net
Modified:
head/etc/
24 matches
Mail list logo