Author: arybchik
Date: Tue Jan 12 08:32:53 2016
New Revision: 293734
URL: https://svnweb.freebsd.org/changeset/base/293734
Log:
sfxge: add medford_impl.h, medford_nic.c, ef10_impl.h
Creating some files together to do the build system changes in one go.
Submitted by: Mark Spender
S
Author: hselasky
Date: Tue Jan 12 08:49:40 2016
New Revision: 293735
URL: https://svnweb.freebsd.org/changeset/base/293735
Log:
MFC r293192:
Fix for directly connected FULL or LOW speed USB devices.
Modified:
stable/10/sys/dev/usb/controller/dwc_otg.c
Directory Properties:
stable/10/ (p
Author: hselasky
Date: Tue Jan 12 09:00:19 2016
New Revision: 293736
URL: https://svnweb.freebsd.org/changeset/base/293736
Log:
MFC r292989:
Handle when filedescriptors are closed before initialized. An early
fdclose() call can cause fget_unlocked() to fail.
Modified:
stable/10/sys/ofed/i
Author: hselasky
Date: Tue Jan 12 09:03:39 2016
New Revision: 293737
URL: https://svnweb.freebsd.org/changeset/base/293737
Log:
MFC r292989:
Handle when filedescriptors are closed before initialized. An early
fdclose() call can cause fget_unlocked() to fail.
Modified:
stable/9/sys/ofed/in
Author: trasz
Date: Tue Jan 12 09:27:01 2016
New Revision: 293738
URL: https://svnweb.freebsd.org/changeset/base/293738
Log:
MFC r289110:
Make geom_nop(4) collect statistics on all types of BIOs, not just
reads and writes.
PR: kern/198405
Submitted by: Matthew D. Fuller
El 11/01/16 a les 21.40, Colin Percival ha escrit:
> On 01/11/16 11:52, Kenneth D. Merry wrote:
>> On Mon, Jan 11, 2016 at 18:29:22 +0100, Roger Pau Monn?? wrote:
>>> The following patch solves the problem AFAICT, and I would like to
>>> commit it ASAP:
>>
>> I think this should be fine.
>
> In l
Author: cperciva
Date: Tue Jan 12 09:42:21 2016
New Revision: 293739
URL: https://svnweb.freebsd.org/changeset/base/293739
Log:
Enable "EC2 Enhanced Networking" (aka. SR-IOV networking) when creating
EC2 images.
X-MFC after: if/when the driver fixes get MFCed
Relnotes: FreeBSD now
Author: arybchik
Date: Tue Jan 12 09:52:38 2016
New Revision: 293740
URL: https://svnweb.freebsd.org/changeset/base/293740
Log:
sfxge: update autogenerated monitors lists
Submitted by: Andy Moreton
Sponsored by: Solarflare Communications, Inc.
MFC after: 2 days
Modified:
he
Author: trasz
Date: Tue Jan 12 09:58:00 2016
New Revision: 293741
URL: https://svnweb.freebsd.org/changeset/base/293741
Log:
MFC r285240:
Remove reboot.S (part of libc). It's not needed and was actually
broken - returning 0 from reboot(2) resulted in SIGBUS.
Sponsored by: The FreeBS
Author: trasz
Date: Tue Jan 12 10:09:03 2016
New Revision: 293742
URL: https://svnweb.freebsd.org/changeset/base/293742
Log:
MFC r287107:
Make vfs_unmountall() unmount /dev after /, not before. The only
reason this didn't result in an unclean shutdown is that devfs ignores
MNT_FORCE fl
Author: trasz
Date: Tue Jan 12 10:11:29 2016
New Revision: 293743
URL: https://svnweb.freebsd.org/changeset/base/293743
Log:
MFC r287964:
Kernel part of reroot support - a way to change rootfs without reboot.
Note that the mountlist manipulations are somewhat fragile, and not very
pr
Author: trasz
Date: Tue Jan 12 10:14:57 2016
New Revision: 293744
URL: https://svnweb.freebsd.org/changeset/base/293744
Log:
MFC r290548:
Userspace part of reroot support. This makes it possible to change
the root filesystem without full reboot, using "reboot -r". This can
be used to to
Author: brueffer
Date: Tue Jan 12 10:16:15 2016
New Revision: 293745
URL: https://svnweb.freebsd.org/changeset/base/293745
Log:
Add a basic bhyvectl manpage.
Reviewed by: neel
MFC after:2 weeks
Added:
head/usr.sbin/bhyvectl/bhyvectl.8 (contents, props changed)
Modified:
head/u
Author: brueffer
Date: Tue Jan 12 10:19:56 2016
New Revision: 293746
URL: https://svnweb.freebsd.org/changeset/base/293746
Log:
Document etherswitch and drivers using this framework.
MFC after:2 weeks
Modified:
head/sys/conf/NOTES
Modified: head/sys/conf/NOTES
==
Author: trasz
Date: Tue Jan 12 10:24:08 2016
New Revision: 293747
URL: https://svnweb.freebsd.org/changeset/base/293747
Log:
MFC r290689:
Fix resource leaks in error cases.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/sbin/init/init.c
Directory Properties:
stable/10/
On 12/01/2016 8:42 PM, Colin Percival wrote:
> Author: cperciva
> Date: Tue Jan 12 09:42:21 2016
> New Revision: 293739
> URL: https://svnweb.freebsd.org/changeset/base/293739
>
> Log:
> Enable "EC2 Enhanced Networking" (aka. SR-IOV networking) when creating
> EC2 images.
>
> X-MFC after:
Author: arybchik
Date: Tue Jan 12 13:26:04 2016
New Revision: 293748
URL: https://svnweb.freebsd.org/changeset/base/293748
Log:
sfxge: change hunt specific fields of efx_nic_t to ef10
All these fields will be used in shared ef10 code, so put them in an
ef10 member of a per-architecture un
Author: arybchik
Date: Tue Jan 12 13:27:46 2016
New Revision: 293749
URL: https://svnweb.freebsd.org/changeset/base/293749
Log:
sfxge: use NIC config in place of some Huntington specific PIO constants
This should allow these functions to work for Medford as well.
Submitted by: Mark S
Author: arybchik
Date: Tue Jan 12 13:29:05 2016
New Revision: 293750
URL: https://svnweb.freebsd.org/changeset/base/293750
Log:
sfxge: update SRAM methods to be no-ops on Medford as well
Submitted by: Mark Spender
Reviewed by:gnn
Sponsored by: Solarflare Communications, Inc.
Author: arybchik
Date: Tue Jan 12 13:30:42 2016
New Revision: 293751
URL: https://svnweb.freebsd.org/changeset/base/293751
Log:
sfxge: rename hunt interrupt methods to ef10 and use on Medford
All of these apply to both Huntington and Medford.
Submitted by: Mark Spender
Reviewed by
Author: arybchik
Date: Tue Jan 12 13:32:04 2016
New Revision: 293752
URL: https://svnweb.freebsd.org/changeset/base/293752
Log:
sfxge: rename hunt ev methods to ef10 and use for Medford
Submitted by: Mark Spender
Reviewed by:gnn
Sponsored by: Solarflare Communications, Inc.
M
Author: arybchik
Date: Tue Jan 12 13:33:16 2016
New Revision: 293753
URL: https://svnweb.freebsd.org/changeset/base/293753
Log:
sfxge: rename hunt TX methods to ef10 and use for Medford
Rename all except hunt_tx_qdesc_tso_create(), which creates a
fw-assisted TSO v1 descriptor which isn't
Author: arybchik
Date: Tue Jan 12 13:34:55 2016
New Revision: 293754
URL: https://svnweb.freebsd.org/changeset/base/293754
Log:
sfxge: rename hunt RX methods to ef10 and use for Medford
Submitted by: Mark Spender
Reviewed by:gnn
Sponsored by: Solarflare Communications, Inc.
M
Author: arybchik
Date: Tue Jan 12 13:36:21 2016
New Revision: 293755
URL: https://svnweb.freebsd.org/changeset/base/293755
Log:
sfxge: rename Huntington VPD methods to ef10 and use for Medford
Submitted by: Mark Spender
Reviewed by:gnn
Sponsored by: Solarflare Communications, I
Author: arybchik
Date: Tue Jan 12 13:37:58 2016
New Revision: 293756
URL: https://svnweb.freebsd.org/changeset/base/293756
Log:
sfxge: rename hunt nvram methods and use for Medford
Some new partitions have been added, but they shouldn't need to be
handled any differently.
Submitted b
Author: arybchik
Date: Tue Jan 12 13:39:25 2016
New Revision: 293757
URL: https://svnweb.freebsd.org/changeset/base/293757
Log:
sfxge: rename hunt MCDI methods to ef10 and use for Medford
Submitted by: Mark Spender
Reviewed by:gnn
Sponsored by: Solarflare Communications, Inc.
Author: arybchik
Date: Tue Jan 12 13:42:27 2016
New Revision: 293758
URL: https://svnweb.freebsd.org/changeset/base/293758
Log:
sfxge: remove obsolete common code PKTFILTER module
The pktfilter module has been obsolete for some time, as
it was replaced by newer features in filter module.
Author: trasz
Date: Tue Jan 12 14:18:54 2016
New Revision: 293759
URL: https://svnweb.freebsd.org/changeset/base/293759
Log:
Hide the "unmount of /dev failed (BUSY)" warning at shutdown or reboot,
introduced with r293742, just like it was hidden before that commit.
This is a direct commit
On Tue, 2016-01-12 at 08:55 +0100, Joel Dahl wrote:
> On Tue, Jan 12, 2016 at 01:41:34AM +, Sepherosa Ziehau wrote:
> > Author: sephe
> > Date: Tue Jan 12 01:41:34 2016
> > New Revision: 293720
> > URL: https://svnweb.freebsd.org/changeset/base/293720
> >
> > Log:
> > hyperv/hn: Implement SI
Author: arybchik
Date: Tue Jan 12 15:20:03 2016
New Revision: 293761
URL: https://svnweb.freebsd.org/changeset/base/293761
Log:
sfxge: remove unnecessary pulling out of soft bits from RX events
These bigs are changed on Medford.
Submitted by: Mark Spender
Reviewed by:gnn
Spo
Author: arybchik
Date: Tue Jan 12 15:20:53 2016
New Revision: 293762
URL: https://svnweb.freebsd.org/changeset/base/293762
Log:
sfxge: add new MCDI sensors to common code
Submitted by: Andy Moreton
Reviewed by:gnn
Sponsored by: Solarflare Communications, Inc.
MFC after:
Author: arybchik
Date: Tue Jan 12 15:21:52 2016
New Revision: 293763
URL: https://svnweb.freebsd.org/changeset/base/293763
Log:
sfxge: add definitions for compressed satellite images to common code headers
Submitted by: Mark Spender
Reviewed by:gnn
Sponsored by: Solarflare Comm
Author: arybchik
Date: Tue Jan 12 15:24:13 2016
New Revision: 293764
URL: https://svnweb.freebsd.org/changeset/base/293764
Log:
sfxge: rename hunt filter methods, types etc. to ef10 and use for Medford
New filters types may be added, but the same machinery should be able to
handle them.
Author: arybchik
Date: Tue Jan 12 15:25:03 2016
New Revision: 293765
URL: https://svnweb.freebsd.org/changeset/base/293765
Log:
sfxge: rework MCDI header version handling
Submitted by: Andy Moreton
Reviewed by:gnn
Sponsored by: Solarflare Communications, Inc.
MFC after:
Author: arybchik
Date: Tue Jan 12 15:26:17 2016
New Revision: 293766
URL: https://svnweb.freebsd.org/changeset/base/293766
Log:
sfxge: remove obsolete efx_mac_hash_set() from common code
This API has been replaced by efx_mac_multicast_list_set()
and has no callers.
Submitted by: An
Author: arybchik
Date: Tue Jan 12 15:27:11 2016
New Revision: 293767
URL: https://svnweb.freebsd.org/changeset/base/293767
Log:
sfxge: cleanup: improve consistency in efx_check.h
Make error messages consistent, and remove redundant checks.
Submitted by: Andy Moreton
Reviewed by:
On Tue, Jan 12, 2016 at 07:30:05AM -0700, Ian Lepore wrote:
> On Tue, 2016-01-12 at 08:55 +0100, Joel Dahl wrote:
> > On Tue, Jan 12, 2016 at 01:41:34AM +, Sepherosa Ziehau wrote:
> > > Author: sephe
> > > Date: Tue Jan 12 01:41:34 2016
> > > New Revision: 293720
> > > URL: https://svnweb.freeb
Author: arybchik
Date: Tue Jan 12 15:28:10 2016
New Revision: 293768
URL: https://svnweb.freebsd.org/changeset/base/293768
Log:
sfxge: update NVRAM partition lookup for Medford
Prior to Medford, option ROM config was stored with one partition
per network port. Medford stores option ROM co
Author: arybchik
Date: Tue Jan 12 15:28:59 2016
New Revision: 293769
URL: https://svnweb.freebsd.org/changeset/base/293769
Log:
sfxge: fix interrupt handling for Medford
Submitted by: Andy Moreton
Reviewed by:gnn
Sponsored by: Solarflare Communications, Inc.
MFC after: 2
Author: arybchik
Date: Tue Jan 12 15:33:48 2016
New Revision: 293772
URL: https://svnweb.freebsd.org/changeset/base/293772
Log:
sfxge: pass context type and num_queues to efx_mcdi_rss_context_alloc
Submitted by: Andy Moreton
Reviewed by:gnn
Sponsored by: Solarflare Communicatio
Author: arybchik
Date: Tue Jan 12 15:35:00 2016
New Revision: 293773
URL: https://svnweb.freebsd.org/changeset/base/293773
Log:
sfxge: remove obsolete lookahead split RXQ support
Submitted by: Andy Moreton
Reviewed by:gnn
Sponsored by: Solarflare Communications, Inc.
MFC afte
Author: skra
Date: Tue Jan 12 15:31:32 2016
New Revision: 293771
URL: https://svnweb.freebsd.org/changeset/base/293771
Log:
Fix local macro for early KVA allocation.
Only crashdumpmap allocation was affected which is used for temporary
mappings during panic dump.
Approved by: kib (m
Author: arybchik
Date: Tue Jan 12 15:31:20 2016
New Revision: 293770
URL: https://svnweb.freebsd.org/changeset/base/293770
Log:
sfxge: cleanup: use consistent types for NVRAM partitions
Submitted by: Andy Moreton
Reviewed by:gnn
Sponsored by: Solarflare Communications, Inc.
M
On Sat, Jan 09, 2016 at 07:41:57PM +, Antoine Brodin wrote:
> On Fri, Jan 8, 2016 at 8:34 PM, Gleb Smirnoff wrote:
> > Author: glebius
> > Date: Fri Jan 8 20:34:57 2016
> > New Revision: 293439
> > URL: https://svnweb.freebsd.org/changeset/base/293439
> >
> > Log:
> > New sendfile(2) syscal
Has this been addressed yet?
-a
On 12 January 2016 at 07:37, Shawn Webb wrote:
> On Sat, Jan 09, 2016 at 07:41:57PM +, Antoine Brodin wrote:
>> On Fri, Jan 8, 2016 at 8:34 PM, Gleb Smirnoff wrote:
>> > Author: glebius
>> > Date: Fri Jan 8 20:34:57 2016
>> > New Revision: 293439
>> > URL:
Author: arybchik
Date: Tue Jan 12 16:21:34 2016
New Revision: 293774
URL: https://svnweb.freebsd.org/changeset/base/293774
Log:
sfxge: regenerate MCDI header
Sponsored by: Solarflare Communications, Inc.
MFC after: 2 days
Modified:
head/sys/dev/sfxge/common/efx_regs_mcdi.h
Modi
Antoine said that he is going to handle it.
On Tue, Jan 12, 2016 at 08:19:54AM -0800, Adrian Chadd wrote:
A> Has this been addressed yet?
A>
A>
A> -a
A>
A>
A> On 12 January 2016 at 07:37, Shawn Webb wrote:
A> > On Sat, Jan 09, 2016 at 07:41:57PM +, Antoine Brodin wrote:
A> >> On Fri, Ja
Author: ian
Date: Tue Jan 12 16:31:07 2016
New Revision: 293775
URL: https://svnweb.freebsd.org/changeset/base/293775
Log:
Cast using uintfptr_t and eliminate the cast to uint64_t which is uneeded
because rounding down cannot increase the number of bits needed to express
the result.
I h
Author: allanjude
Date: Tue Jan 12 16:38:09 2016
New Revision: 293776
URL: https://svnweb.freebsd.org/changeset/base/293776
Log:
MFC: r284589
Add the ability to detect ZFS and GELI encrypted file systems to fstyp(8)
MFC: r284644
Fix GCC Warnings
MFC: r284728
Only build ZFS
On Tue, 12 Jan 2016 08:55:25 +0100
Joel Dahl wrote:
> On Tue, Jan 12, 2016 at 01:41:34AM +, Sepherosa Ziehau wrote:
> > Author: sephe
> > Date: Tue Jan 12 01:41:34 2016
> > New Revision: 293720
> > URL: https://svnweb.freebsd.org/changeset/base/293720
> >
> > Log:
> > hyperv/hn: Implement
Or hellsbells. :-)
Sent from my iPhone
> On Jan 12, 2016, at 08:49, Gary Jennejohn wrote:
>
>
> Maybe his name should be changed to melbel, which would eliminate
> the me/me@ kerfuffle.
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.o
On Tue, Jan 12, 2016 at 05:49:30PM +0100, Gary Jennejohn wrote:
> Maybe his name should be changed to melbel, which would eliminate
> the me/me@ kerfuffle.
Or just start using the convention 'self' in commits.
mcl
___
svn-src-all@freebsd.org mailing lis
> On Jan 12, 2016, at 06:30, Ian Lepore wrote:
…
> Really? You're complaining about the committer using the personal
> pronoun that refers to one's self in a context of referring to himself?
>
> Do we really, as a project, have nothing better to do than this endless
> nitpicking at the metada
Author: ngie
Date: Tue Jan 12 18:24:22 2016
New Revision: 293778
URL: https://svnweb.freebsd.org/changeset/base/293778
Log:
Fix LINT-NOINET kernels
- Generate opt_inet.h appropriately according to MK_INET_SUPPORT
- Only add in_gif.c to SRCS if MK_INET_SUPPORT != no
This is a surgical
Author: ian
Date: Tue Jan 12 18:42:00 2016
New Revision: 293781
URL: https://svnweb.freebsd.org/changeset/base/293781
Log:
Restore uart PPS signal capture polarity to its historical norm, and add an
option to invert the polarity in software. Also add an option to capture
very narrow pulses b
Author: dim
Date: Tue Jan 12 19:33:43 2016
New Revision: 293782
URL: https://svnweb.freebsd.org/changeset/base/293782
Log:
MFC r292950:
Drop the clang patch which adds recognition of 'CC' suffixes as aliases
for --driver-mode=g++, since this was never upstreamed. For backwards
compatib
Author: dim
Date: Tue Jan 12 19:33:43 2016
New Revision: 293782
URL: https://svnweb.freebsd.org/changeset/base/293782
Log:
MFC r292950:
Drop the clang patch which adds recognition of 'CC' suffixes as aliases
for --driver-mode=g++, since this was never upstreamed. For backwards
compatib
On 01/12/16 02:31, Kubilay Kocak wrote:
> On 12/01/2016 8:42 PM, Colin Percival wrote:
>> Author: cperciva
>> Date: Tue Jan 12 09:42:21 2016
>> New Revision: 293739
>> URL: https://svnweb.freebsd.org/changeset/base/293739
>>
>> Log:
>> Enable "EC2 Enhanced Networking" (aka. SR-IOV networking) whe
Author: jilles
Date: Tue Jan 12 20:53:57 2016
New Revision: 293783
URL: https://svnweb.freebsd.org/changeset/base/293783
Log:
Update futimens/utimensat for MFC to stable/10:
* Fix __FreeBSD_version check.
* Update history section in man page.
An MFC of this commit to stable/10 will a
On Tue, Jan 12, 2016 at 12:42 PM, Colin Percival wrote:
> On 01/12/16 02:31, Kubilay Kocak wrote:
>> On 12/01/2016 8:42 PM, Colin Percival wrote:
>>> Author: cperciva
>>> Date: Tue Jan 12 09:42:21 2016
>>> New Revision: 293739
>>> URL: https://svnweb.freebsd.org/changeset/base/293739
>>>
>>> Log:
I think this breaks arm arches:
/usr/home/smh/freebsd/base/head1/sys/boot/uboot/lib/copy.c:103:24:
error: use of undeclared identifier 'uintfptr_t'
subldr = rounddown2((uintfptr_t)_start, KERN_ALIGN);
^
/usr/home/smh/freebsd/base/head1/sys/boo
Author: davidcs
Date: Tue Jan 12 22:52:45 2016
New Revision: 293786
URL: https://svnweb.freebsd.org/changeset/base/293786
Log:
MFC r289199
Add support for reading device temperature
Modified:
stable/10/sys/dev/bxe/bxe.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/
Author: davidcs
Date: Tue Jan 12 22:58:46 2016
New Revision: 293787
URL: https://svnweb.freebsd.org/changeset/base/293787
Log:
MFC r292638
Check for packet_length is greater than 60 bytes as well as packet_length is
greater than len_on_bd, before invoking the routine to handle jumbo over
Author: davidcs
Date: Tue Jan 12 23:16:27 2016
New Revision: 293788
URL: https://svnweb.freebsd.org/changeset/base/293788
Log:
MFC r292639
Add support for firmware dump (a.k.a grcdump)
Added:
stable/10/sys/dev/bxe/bxe_dump.h
- copied unchanged from r292639, head/sys/dev/bxe/bxe_dump.h
Author: davidcs
Date: Tue Jan 12 23:26:45 2016
New Revision: 293789
URL: https://svnweb.freebsd.org/changeset/base/293789
Log:
MFC r289199
Add support for reading device temperature
Modified:
stable/9/sys/dev/bxe/bxe.c
Directory Properties:
stable/9/ (props changed)
stable/9/sys/
Author: davidcs
Date: Tue Jan 12 23:44:03 2016
New Revision: 293790
URL: https://svnweb.freebsd.org/changeset/base/293790
Log:
MFC r292638
Check for packet_length is greater than 60 bytes as well as packet_length
is
greater than len_on_bd, before invoking the routine to handle jumbo
Author: davidcs
Date: Tue Jan 12 23:48:39 2016
New Revision: 293791
URL: https://svnweb.freebsd.org/changeset/base/293791
Log:
MFC r292639
Add support for firmware dump (a.k.a grcdump)
Added:
stable/9/sys/dev/bxe/bxe_dump.h
- copied unchanged from r292639, head/sys/dev/bxe/bxe_dump.h
Author: ian
Date: Wed Jan 13 00:22:12 2016
New Revision: 293792
URL: https://svnweb.freebsd.org/changeset/base/293792
Log:
Go back to using uintptr_t, because code that actually compiles is
infinitely less buggy than code that is theoretically correct in some
alternate universe.
The uin
On Tue, 2016-01-12 at 22:49 +, Steven Hartland wrote:
> I think this breaks arm arches:
> /usr/home/smh/freebsd/base/head1/sys/boot/uboot/lib/copy.c:103:24:
> error: use of undeclared identifier 'uintfptr_t'
> subldr = rounddown2((uintfptr_t)_start, KERN_ALIGN);
>
Author: davidcs
Date: Wed Jan 13 00:26:45 2016
New Revision: 293793
URL: https://svnweb.freebsd.org/changeset/base/293793
Log:
MFC r289199
Add support for reading device temperature
Modified:
stable/8/sys/dev/bxe/bxe.c
Directory Properties:
stable/8/ (props changed)
stable/8/sys/
Author: davidcs
Date: Wed Jan 13 00:29:59 2016
New Revision: 293794
URL: https://svnweb.freebsd.org/changeset/base/293794
Log:
MFC r292638
Check for packet_length is greater than 60 bytes as well as packet_length
is
greater than len_on_bd, before invoking the routine to handle jumbo
Author: davidcs
Date: Wed Jan 13 00:34:16 2016
New Revision: 293795
URL: https://svnweb.freebsd.org/changeset/base/293795
Log:
MFC r292639
Add support for firmware dump (a.k.a grcdump)
Added:
stable/8/sys/dev/bxe/bxe_dump.h
- copied unchanged from r292639, head/sys/dev/bxe/bxe_dump.h
Author: smh
Date: Wed Jan 13 00:37:28 2016
New Revision: 293796
URL: https://svnweb.freebsd.org/changeset/base/293796
Log:
Fix typo in libefi.c
Fix a typo in libefl.c (removal or L) introduced by r293724
MFC after:2 weeks
X-MFC-With: r293268
Sponsored by: Multiplay
Modified:
On Tue, 2016-01-12 at 02:17 +, Steven Hartland wrote:
> Author: smh
> Date: Tue Jan 12 02:17:39 2016
> New Revision: 293724
> URL: https://svnweb.freebsd.org/changeset/base/293724
>
> Log:
> Enable warnings in EFI boot code
>
> Set WARNS if not set for EFI boot code and fix the issues
>
Was this meant to be a full revert as you now have:
subldr = rounddown2((uintptr_t)_start, KERN_ALIGN);
vs the original:
subldr = rounddown2((uint64_t)(uintptr_t)_start, KERN_ALIGN);
i.e. missing the final conversion to uint64_t?
On 13/01/2016 00:25, Ian Lepore wrote:
On Tue, 2016-01-12 at
On 13/01/2016 00:41, Ian Lepore wrote:
On Tue, 2016-01-12 at 02:17 +, Steven Hartland wrote:
Author: smh
Date: Tue Jan 12 02:17:39 2016
New Revision: 293724
URL: https://svnweb.freebsd.org/changeset/base/293724
Log:
Enable warnings in EFI boot code
Set WARNS if not set for EFI boo
On Wed, 2016-01-13 at 00:43 +, Steven Hartland wrote:
> On 13/01/2016 00:41, Ian Lepore wrote:
> > On Tue, 2016-01-12 at 02:17 +, Steven Hartland wrote:
> > > Author: smh
> > > Date: Tue Jan 12 02:17:39 2016
> > > New Revision: 293724
> > > URL: https://svnweb.freebsd.org/changeset/base/293
On Wed, 2016-01-13 at 00:41 +, Steven Hartland wrote:
> Was this meant to be a full revert as you now have:
>
> subldr = rounddown2((uintptr_t)_start, KERN_ALIGN);
>
> vs the original:
>
> subldr = rounddown2((uint64_t)(uintptr_t)_start, KERN_ALIGN);
>
> i.e. missing the final conversion to
On Wed, Jan 13, 2016 at 12:41:41AM +, Steven Hartland wrote:
> Was this meant to be a full revert as you now have:
>
> subldr = rounddown2((uintptr_t)_start, KERN_ALIGN);
>
> vs the original:
>
> subldr = rounddown2((uint64_t)(uintptr_t)_start, KERN_ALIGN);
>
> i.e. missing the final conver
On Tue, Jan 12, 2016 at 4:54 PM, Ian Lepore wrote:
...
> For several reasons. The fact that gcc isn't the default compiler
> doesn't mean that it's okay for code to not compile with gcc; it's
> still a supported compiler for arm.
Agreed. It also makes things messier when MFCing changes if it doe
Author: davidcs
Date: Wed Jan 13 01:09:32 2016
New Revision: 293797
URL: https://svnweb.freebsd.org/changeset/base/293797
Log:
MFC r289199
Add support for reading device temperature
Modified:
stable/7/sys/dev/bxe/bxe.c
Directory Properties:
stable/7/ (props changed)
stable/7/sy
On 2016-01-12 20:05, NGie Cooper wrote:
On Tue, Jan 12, 2016 at 4:54 PM, Ian Lepore wrote:
...
For several reasons. The fact that gcc isn't the default compiler
doesn't mean that it's okay for code to not compile with gcc; it's
still a supported compiler for arm.
Agreed. It also makes things
Author: davidcs
Date: Wed Jan 13 01:11:32 2016
New Revision: 293798
URL: https://svnweb.freebsd.org/changeset/base/293798
Log:
MFC r292638
Check for packet_length is greater than 60 bytes as well as
packet_length is
greater than len_on_bd, before invoking the routine to handle j
Author: davidcs
Date: Wed Jan 13 01:16:10 2016
New Revision: 293799
URL: https://svnweb.freebsd.org/changeset/base/293799
Log:
MFC r292639
Add support for firmware dump (a.k.a grcdump)
Added:
stable/7/sys/dev/bxe/bxe_dump.h
- copied unchanged from r292639, head/sys/dev/bxe/bxe_dump
On 13/01/2016 00:54, Ian Lepore wrote:
On Wed, 2016-01-13 at 00:43 +, Steven Hartland wrote:
On 13/01/2016 00:41, Ian Lepore wrote:
On Tue, 2016-01-12 at 02:17 +, Steven Hartland wrote:
Author: smh
Date: Tue Jan 12 02:17:39 2016
New Revision: 293724
URL: https://svnweb.freebsd.org/ch
On Wed, 2016-01-13 at 01:03 +, Brooks Davis wrote:
> On Wed, Jan 13, 2016 at 12:41:41AM +, Steven Hartland wrote:
> > Was this meant to be a full revert as you now have:
> >
> > subldr = rounddown2((uintptr_t)_start, KERN_ALIGN);
> >
> > vs the original:
> >
> > subldr = rounddown2((uint
On 13/01/2016 01:10, Allan Jude wrote:
On 2016-01-12 20:05, NGie Cooper wrote:
On Tue, Jan 12, 2016 at 4:54 PM, Ian Lepore wrote:
...
For several reasons. The fact that gcc isn't the default compiler
doesn't mean that it's okay for code to not compile with gcc; it's
still a supported compil
Author: kevlo
Date: Wed Jan 13 01:32:04 2016
New Revision: 293800
URL: https://svnweb.freebsd.org/changeset/base/293800
Log:
MFC r293491:
- Add the definition of CHARCLASS_NAME_MAX, as per POSIX.1-2001.
- Avoid namespace pollution and move definitions of _POSIX2_CHARCLASS_NAME_MAX
and _P
On Wed, 2016-01-13 at 01:17 +, Steven Hartland wrote:
>
> On 13/01/2016 00:54, Ian Lepore wrote:
> > On Wed, 2016-01-13 at 00:43 +, Steven Hartland wrote:
> > > On 13/01/2016 00:41, Ian Lepore wrote:
> > > > On Tue, 2016-01-12 at 02:17 +, Steven Hartland wrote:
> > > > > Author: smh
>
On Wed, 2016-01-13 at 01:17 +, Steven Hartland wrote:
>
> On 13/01/2016 00:54, Ian Lepore wrote:
> > [...]
>
> Could you detail detail how you're switching to gcc so I an run a
> full pass on that too?
>
> Regards
> Steve
>
>
I have this in the make.conf I use for this particu
On Tue, Jan 12, 2016 at 5:32 PM, Ian Lepore wrote:
> Yep, but then I had to do this because ef->off is 64 bits even on 32
> bit arches, so I got a pointer/int size mismatch warning...
>
> Index: common/load_elf.c
> ===
> --- common/lo
Author: araujo
Date: Wed Jan 13 01:49:35 2016
New Revision: 293801
URL: https://svnweb.freebsd.org/changeset/base/293801
Log:
ypldap(8) is a feature ready to be used to translate nis(8) database to
ldap(3).
This commit, fix a core dump on ypldap(8) related with memory allocation.
Also an
Author: allanjude
Date: Wed Jan 13 01:50:02 2016
New Revision: 293802
URL: https://svnweb.freebsd.org/changeset/base/293802
Log:
MFC: r293001
Introduce the ZFS Boot Environments menu to the loader menu
MFC: r293414
Add ZFS Boot Environments menu to userboot
MFC: r293454
Onl
On Tue, 12 Jan 2016, Ian Lepore wrote:
On Wed, 2016-01-13 at 01:17 +, Steven Hartland wrote:
On 13/01/2016 00:54, Ian Lepore wrote:
On Wed, 2016-01-13 at 00:43 +, Steven Hartland wrote:
...
Passes a full tinderbox so I assume your forcing gcc for some
reason?
For several reasons. T
On Wed, 13 Jan 2016, Ian Lepore wrote:
Log:
Go back to using uintptr_t, because code that actually compiles is
infinitely less buggy than code that is theoretically correct in some
alternate universe.
The uintfptr_t type is apparently a freebsd invention, and exists only when
compiling the
Author: glebius
Date: Wed Jan 13 05:32:24 2016
New Revision: 293804
URL: https://svnweb.freebsd.org/changeset/base/293804
Log:
Merge r291073:
If a NIS server has long entries on its database that is bigger than
1024 specified on YPMAXRECORD the ypmatch can get in an infinite retry
lo
Author: arybchik
Date: Wed Jan 13 06:34:51 2016
New Revision: 293805
URL: https://svnweb.freebsd.org/changeset/base/293805
Log:
sfxge: rename common hunt NIC methods to ef10
Submitted by: Mark Spender
Sponsored by: Solarflare Communications, Inc.
MFC after: 2 days
Differenti
Author: arybchik
Date: Wed Jan 13 06:37:45 2016
New Revision: 293806
URL: https://svnweb.freebsd.org/changeset/base/293806
Log:
sfxge: remove unused common code EFSYS_OPT_RX_HDR_SPLIT
The EFSYS_OPT_RX_HDR_SPLIT optional feature in the common code
implemented the Lookahead Split feature of
Author: arybchik
Date: Wed Jan 13 06:40:00 2016
New Revision: 293807
URL: https://svnweb.freebsd.org/changeset/base/293807
Log:
sfxge: rework RX prefix handling in the common code
Submitted by: Andy Moreton
Reviewed by:gnn
Sponsored by: Solarflare Communications, Inc.
MFC aft
Author: arybchik
Date: Wed Jan 13 06:41:39 2016
New Revision: 293808
URL: https://svnweb.freebsd.org/changeset/base/293808
Log:
sfxge: note VI_SHIFT reported in ALLOC_VIS response
Submitted by: Andy Moreton
Reviewed by:gnn
Sponsored by: Solarflare Communications, Inc.
MFC aft
1 - 100 of 110 matches
Mail list logo