Author: delphij
Date: Wed May 4 06:53:02 2016
New Revision: 299053
URL: https://svnweb.freebsd.org/changeset/base/299053
Log:
Fix several OpenSSL vulnerabilities.
Security: CVE-2016-2105, CVE-2016-2106, CVE-2016-2109
Security: CVE-2016-2176 (does not affect FreeBSD)
Security:
On Wed, May 04, 2016 at 07:54:46AM +0200, Kamil Czekirda wrote:
> Hi,
>
> make ftp stops here since r298823:
>
What is the revision you last tested because it is supposed to be fixed by:
r298837
Best regards,
Bapt
signature.asc
Description: PGP signature
Author: adrian
Date: Wed May 4 06:26:27 2016
New Revision: 299052
URL: https://svnweb.freebsd.org/changeset/base/299052
Log:
s/struct device */device_t/g
Submitted by: kmacy
Modified:
head/sys/dev/acpi_support/atk0110.c
Modified: head/sys/dev/acpi_support/atk0110.c
Author: adrian
Date: Wed May 4 06:25:12 2016
New Revision: 299051
URL: https://svnweb.freebsd.org/changeset/base/299051
Log:
s/struct device */device_t/g
Submitted by: kmacy
Modified:
head/sys/dev/fdc/fdcvar.h
Modified: head/sys/dev/fdc/fdcvar.h
Author: adrian
Date: Wed May 4 06:24:51 2016
New Revision: 299050
URL: https://svnweb.freebsd.org/changeset/base/299050
Log:
s/struct device */device_t/g
Submitted by: kmacy
Modified:
head/sys/dev/esp/esp_pci.c
Modified: head/sys/dev/esp/esp_pci.c
==
Author: adrian
Date: Wed May 4 06:24:10 2016
New Revision: 299049
URL: https://svnweb.freebsd.org/changeset/base/299049
Log:
s/struct device */device_t/g
Submitted by: kmacy
Modified:
head/sys/dev/buslogic/btreg.h
Modified: head/sys/dev/buslogic/btreg.h
Author: adrian
Date: Wed May 4 06:23:49 2016
New Revision: 299048
URL: https://svnweb.freebsd.org/changeset/base/299048
Log:
s/struct device */device_t/g
Submitted by: kmacy
Modified:
head/sys/dev/lmc/if_lmc.h
Modified: head/sys/dev/lmc/if_lmc.h
Author: jkim
Date: Wed May 4 06:22:41 2016
New Revision: 299047
URL: https://svnweb.freebsd.org/changeset/base/299047
Log:
Fix build without "options PCI_IOV".
Modified:
head/sys/dev/pci/pci.c
Modified: head/sys/dev/pci/pci.c
=
Hi,
make ftp stops here since r298823:
===> usr.bin/sdiff/tests (distribute)
cd /usr/src/usr.bin/sdiff/tests; make install -DNO_SUBDIR
DESTDIR=/usr/src/release/dist/tests SHARED=copies
install -o root -g wheel -m 555 sdiff
/usr/src/release/dist/tests/usr/tests/usr.bin/sdiff/sdiff
install: /u
Author: bdrewery
Date: Wed May 4 03:14:34 2016
New Revision: 299042
URL: https://svnweb.freebsd.org/changeset/base/299042
Log:
DIRDEPS_BUILD: Update dependencies.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/usr.bin/mkuzip/Makefile.depend
Modified: head/usr.bin/mkuzip/Mak
Author: bdrewery
Date: Wed May 4 03:13:48 2016
New Revision: 299041
URL: https://svnweb.freebsd.org/changeset/base/299041
Log:
DIRDEPS_BUILD: Exclude secure/lib* libraries for host builds.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/share/mk/local.dirdeps.mk
Modified: he
Author: sephe
Date: Wed May 4 03:07:52 2016
New Revision: 299040
URL: https://svnweb.freebsd.org/changeset/base/299040
Log:
kern: Factor out function to convert hash flags to malloc(9) flags
Suggested by: jhb
Reviewed by: jhb, kib
Sponsored by: Microsoft OSTC
Differential Revision:
Author: adrian
Date: Wed May 4 02:11:45 2016
New Revision: 299036
URL: https://svnweb.freebsd.org/changeset/base/299036
Log:
[bwn] fix rate control feedback.
* Add a debug print for the xmit completion status fields.
Yes, I like staring at a stream of DWORDS.
* Set the retrycnt to
Author: vangyzen
Date: Wed May 4 02:06:46 2016
New Revision: 299035
URL: https://svnweb.freebsd.org/changeset/base/299035
Log:
sh: Handle empty hostname and $PWD when building prompt
If the hostname is empty and \h is used in $PS1,
the remainder of the prompt following \h will be empty.
Author: kan
Date: Wed May 4 01:56:37 2016
New Revision: 299034
URL: https://svnweb.freebsd.org/changeset/base/299034
Log:
Fix nvram2env after bus_space_fdt removal.
The generic bus space does the mapping now, no need to pre-translate
phys addresses to KSEG1 anymore.
Submitted by: Hi
Author: araujo
Date: Wed May 4 01:43:07 2016
New Revision: 299033
URL: https://svnweb.freebsd.org/changeset/base/299033
Log:
Use imin() macro from sys/libkern.h.
MFC after:2 weeks.
Modified:
head/sys/dev/hptiop/hptiop.c
Modified: head/sys/dev/hptiop/hptiop.c
===
Author: adrian
Date: Wed May 4 01:36:19 2016
New Revision: 299032
URL: https://svnweb.freebsd.org/changeset/base/299032
Log:
[bwn] accurately(ish) account transmit/recieve failures for rate control.
I noticed that it'd associate fine, but it'd quickly stop exchanging traffic.
Receive was
Author: adrian
Date: Wed May 4 01:29:00 2016
New Revision: 299028
URL: https://svnweb.freebsd.org/changeset/base/299028
Log:
[bwn] ensure the fallback rate stays in the same PHY mode.
Falling back from 6MB OFDM to 5MB CCK (a) may not work well in the
11bg PHYs, (b) won't work at all if y
Author: ngie
Date: Wed May 4 00:39:03 2016
New Revision: 299024
URL: https://svnweb.freebsd.org/changeset/base/299024
Log:
MFC r298753:
Fix va_list handling
- Add missing va_end's after corresponding va_start's to cleanup state
- Eliminate questionable bzero'ing of va_list passed in
Author: ngie
Date: Wed May 4 00:35:41 2016
New Revision: 299023
URL: https://svnweb.freebsd.org/changeset/base/299023
Log:
MFstable/10 r299022:
MFC r298450:
Simplify always evaluated branch (`e != NULL`)
- xalloc(..) ensures that e will be non-null via malloc + err.
- `e` is al
Author: ngie
Date: Wed May 4 00:34:45 2016
New Revision: 299022
URL: https://svnweb.freebsd.org/changeset/base/299022
Log:
MFC r298450:
Simplify always evaluated branch (`e != NULL`)
- xalloc(..) ensures that e will be non-null via malloc + err.
- `e` is already dereferenced above,
Author: ngie
Date: Wed May 4 00:30:36 2016
New Revision: 299021
URL: https://svnweb.freebsd.org/changeset/base/299021
Log:
MFC r298311,r298312:
r298311:
Make sure fmemopen succeeds in :test_append_binary_pos before calling ftell
on the FILE object
This fixes potential null poin
Author: ngie
Date: Wed May 4 00:29:05 2016
New Revision: 299020
URL: https://svnweb.freebsd.org/changeset/base/299020
Log:
MFC r298368,r298660:
r298368:
Fix coverity issue with contrib/netbsd-tests/lib/libc/ssp/h_read.c
Ensure opening /dev/zero succeeds. Abort the test if it does
Author: ngie
Date: Wed May 4 00:26:47 2016
New Revision: 299019
URL: https://svnweb.freebsd.org/changeset/base/299019
Log:
MFstable/10 r299018:
MFC r298448,r298464:
r298448:
Don't leak `string` in parse_define(..) when a macro has been found
and the parser token != TOK_ASSIGN
Author: ngie
Date: Wed May 4 00:25:20 2016
New Revision: 299018
URL: https://svnweb.freebsd.org/changeset/base/299018
Log:
MFC r298448,r298464:
r298448:
Don't leak `string` in parse_define(..) when a macro has been found
and the parser token != TOK_ASSIGN
CID: 1007187, 1007188
Author: ngie
Date: Wed May 4 00:19:46 2016
New Revision: 299017
URL: https://svnweb.freebsd.org/changeset/base/299017
Log:
MFstable/10 r299016:
MFC r298451,r298452,r298507,r298750:
r298451:
Don't use `entry` after free in the "already in lists" case
Return with 0 as it isn't
Author: ngie
Date: Wed May 4 00:14:50 2016
New Revision: 299016
URL: https://svnweb.freebsd.org/changeset/base/299016
Log:
MFC r298451,r298452,r298507,r298750:
r298451:
Don't use `entry` after free in the "already in lists" case
Return with 0 as it isn't an error.
CID: 10060
On May 3, 2016 2:38 PM, "Conrad Meyer" wrote:
>
> On Tue, May 3, 2016 at 1:29 PM, Warner Losh wrote:
> >
> >> On May 3, 2016, at 1:44 PM, Conrad Meyer wrote:
> >>
> >> On Tue, May 3, 2016 at 12:00 PM, Oliver Pinter
> >> wrote:
> >>> strlcpy instead or adjust the p->vendors size?
> >>
> >> Neith
On 29 April 2016 at 01:27, Randall Stewart wrote:
> Author: rrs
> Date: Thu Apr 28 13:27:12 2016
> New Revision: 298743
> URL: https://svnweb.freebsd.org/changeset/base/298743
>
> Log:
> This cleans up the timers code in TCP to start using the new
> async_drain functionality. This as been tes
Author: ngie
Date: Tue May 3 23:56:52 2016
New Revision: 299015
URL: https://svnweb.freebsd.org/changeset/base/299015
Log:
Use DEVMETHOD_END ({ NULL, NULL }) instead of hardcoding { 0, 0 }
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys/dev/ioat/ioat.c
Modified: head/sys
Author: markj
Date: Tue May 3 23:46:01 2016
New Revision: 299014
URL: https://svnweb.freebsd.org/changeset/base/299014
Log:
MFC r295575, r295576, r295578, r295579, r295580:
Various NDP cleanups. No functional change intended.
Modified:
stable/10/sys/netinet6/nd6.c
stable/10/sys/netinet6/
Michael,
On Mon, Apr 18, 2016 at 06:56:29PM +0200, Michael Tuexen wrote:
M> > On Mon, 2016-04-18 at 06:38 +, Michael Tuexen wrote:
M> >> Author: tuexen
M> >> Date: Mon Apr 18 06:38:53 2016
M> >> New Revision: 298187
M> >> URL: https://svnweb.freebsd.org/changeset/base/298187
M> >>
M> >> Log
Also, it's not functionally identical to the xterm version which could cause an
issue for some users.
--
Daniel O'Connor
"The nice thing about standards
is there are so many to choose
from." - Andrew Tanenbaum
> On 4 May 2016, at 07:58, Conrad Meyer wrote:
>
>> On Tue, May 3, 2016 at 2:53 PM,
On Tue, May 3, 2016 at 2:53 PM, Gleb Smirnoff wrote:
> On Tue, Apr 12, 2016 at 05:42:54PM -0700, Conrad Meyer wrote:
> C> On Tue, Apr 12, 2016 at 5:30 PM, Conrad E. Meyer wrote:
> C> > Log:
> C> > Add a small tool, resizewin(1), to query terminal for window size
> C>
> C> Whoops. The commit me
On Tue, May 3, 2016 at 1:29 PM, Warner Losh wrote:
>
>> On May 3, 2016, at 1:44 PM, Conrad Meyer wrote:
>>
>> On Tue, May 3, 2016 at 12:00 PM, Oliver Pinter
>> wrote:
>>> strlcpy instead or adjust the p->vendors size?
>>
>> Neither. The buffer is intentionally not nul-terminated. The
>> coveri
Author: pfg
Date: Tue May 3 22:20:55 2016
New Revision: 299011
URL: https://svnweb.freebsd.org/changeset/base/299011
Log:
pmcstudy.8: minor "efficiency" fix.
No functional change.
Modified:
head/usr.sbin/pmcstudy/pmcstudy.8
Modified: head/usr.sbin/pmcstudy/pmcstudy.8
==
Author: pfg
Date: Tue May 3 22:13:04 2016
New Revision: 299010
URL: https://svnweb.freebsd.org/changeset/base/299010
Log:
sys/amd64: Small spelling fixes.
No functional change.
Modified:
head/sys/amd64/acpica/acpi_wakecode.S
head/sys/amd64/amd64/atomic.c
head/sys/amd64/amd64/excepti
Author: pfg
Date: Tue May 3 22:07:18 2016
New Revision: 299009
URL: https://svnweb.freebsd.org/changeset/base/299009
Log:
vmm(4): Small spelling fixes.
Reviewed by: grehan
Modified:
head/sys/amd64/vmm/amd/vmcb.h
head/sys/amd64/vmm/intel/vtd.c
head/sys/amd64/vmm/io/vlapic.c
head/s
Author: pfg
Date: Tue May 3 22:05:03 2016
New Revision: 299008
URL: https://svnweb.freebsd.org/changeset/base/299008
Log:
kgssapi: insignificant spelling fix.
No functional change.
Modified:
head/sys/kgssapi/krb5/krb5_mech.c
Modified: head/sys/kgssapi/krb5/krb5_mech.c
=
Author: pfg
Date: Tue May 3 22:01:48 2016
New Revision: 299007
URL: https://svnweb.freebsd.org/changeset/base/299007
Log:
Misc. build: minor spelling fixes.
No functional change.
Modified:
head/Makefile.inc1
head/ObsoleteFiles.inc
head/UPDATING
head/sys/conf/options
head/sys/mod
Conrad,
On Tue, Apr 12, 2016 at 05:42:54PM -0700, Conrad Meyer wrote:
C> On Tue, Apr 12, 2016 at 5:30 PM, Conrad E. Meyer wrote:
C> > Author: cem
C> > Date: Wed Apr 13 00:30:42 2016
C> > New Revision: 297897
C> > URL: https://svnweb.freebsd.org/changeset/base/297897
C> >
C> > Log:
C> > Add a
Author: pfg
Date: Tue May 3 21:51:52 2016
New Revision: 299006
URL: https://svnweb.freebsd.org/changeset/base/299006
Log:
sys/isa: minor spelling fixes.
No functional change.
Modified:
head/sys/isa/isa_common.h
head/sys/isa/pnp.c
head/sys/isa/pnpparse.c
Modified: head/sys/isa/isa_c
Author: bapt
Date: Tue May 3 21:27:17 2016
New Revision: 299005
URL: https://svnweb.freebsd.org/changeset/base/299005
Log:
Print the fchmodat mode in human readable fashion
MFC after:1 week
Modified:
head/usr.bin/kdump/kdump.c
Modified: head/usr.bin/kdump/kdump.c
==
> On May 3, 2016, at 1:44 PM, Conrad Meyer wrote:
>
> On Tue, May 3, 2016 at 12:00 PM, Oliver Pinter
> wrote:
>> strlcpy instead or adjust the p->vendors size?
>
> Neither. The buffer is intentionally not nul-terminated. The
> coverity reports are false positives.
Then wouldn’t memcmp be be
Author: vangyzen
Date: Tue May 3 20:14:04 2016
New Revision: 299004
URL: https://svnweb.freebsd.org/changeset/base/299004
Log:
Work around (ignore) broken SRAT tables
Instead of panicking when parsing an invalid ACPI SRAT table,
just ignore it, effectively disabling NUMA.
https://li
Author: markj
Date: Tue May 3 20:08:05 2016
New Revision: 299003
URL: https://svnweb.freebsd.org/changeset/base/299003
Log:
MFC r296479:
Fix fasttrap tracepoint locking.
Modified:
stable/10/sys/cddl/contrib/opensolaris/uts/common/dtrace/fasttrap.c
stable/10/sys/cddl/contrib/opensolaris/u
On Tue, May 3, 2016 at 12:00 PM, Oliver Pinter
wrote:
> strlcpy instead or adjust the p->vendors size?
Neither. The buffer is intentionally not nul-terminated. The
coverity reports are false positives.
Conrad
___
svn-src-all@freebsd.org mailing list
Author: jhb
Date: Tue May 3 19:45:24 2016
New Revision: 299002
URL: https://svnweb.freebsd.org/changeset/base/299002
Log:
Save and restore SRIOV-related config registers.
Save the value of the IOV control and page size registers and restore
them (along with the VF count) in pci_cfg_save/
Author: markj
Date: Tue May 3 19:42:58 2016
New Revision: 299001
URL: https://svnweb.freebsd.org/changeset/base/299001
Log:
MFC r297771:
Initialize SDT probes during SI_SUB_DTRACE_PROVIDER.
Modified:
stable/10/sys/cddl/dev/sdt/sdt.c
Directory Properties:
stable/10/ (props changed)
Mod
Author: jhb
Date: Tue May 3 19:37:25 2016
New Revision: 299000
URL: https://svnweb.freebsd.org/changeset/base/299000
Log:
Use the correct location of the SRIOV capability when enabling ARI.
While here, check if ARI was enabled by re-reading the config register
after writing it and return
On 4/26/16, Conrad E. Meyer wrote:
> Author: cem
> Date: Tue Apr 26 20:59:21 2016
> New Revision: 298665
> URL: https://svnweb.freebsd.org/changeset/base/298665
>
> Log:
> aacraid(4): Fix some mostly trivial buffer overruns
>
> strcpy(3) emits a trailing nul byte, trampling fields after the in
Author: jkim
Date: Tue May 3 18:54:20 2016
New Revision: 298999
URL: https://svnweb.freebsd.org/changeset/base/298999
Log:
Merge OpenSSL 1.0.1t.
Relnotes: yes
Added:
stable/10/crypto/openssl/doc/crypto/EVP_EncodeInit.pod
- copied unchanged from r298993,
vendor-crypto/openssl/d
Author: jkim
Date: Tue May 3 18:50:10 2016
New Revision: 298998
URL: https://svnweb.freebsd.org/changeset/base/298998
Log:
Merge OpenSSL 1.0.2h.
Relnotes: yes
Added:
head/crypto/openssl/doc/crypto/EVP_EncodeInit.pod
- copied unchanged from r298991,
vendor-crypto/openssl/dist/d
Author: jhb
Date: Tue May 3 18:26:07 2016
New Revision: 298997
URL: https://svnweb.freebsd.org/changeset/base/298997
Log:
Add a debug dir for /boot/modules.
This provides a place for standalone modules to store debug symbols.
Reviewed by: emaste
Differential Revision:https:
On Wednesday, May 04, 2016 03:58:40 AM Bruce Evans wrote:
> On Tue, 3 May 2016, John Baldwin wrote:
>
> > On Tuesday, May 03, 2016 03:52:56 PM Bruce Evans wrote:
> >> On Mon, 2 May 2016, Pedro Giffuni wrote:
> >...
> >>> TBH, I thought so too, but I avoided applying such changes to headers,
> >>>
Author: dim
Date: Tue May 3 18:06:42 2016
New Revision: 298996
URL: https://svnweb.freebsd.org/changeset/base/298996
Log:
Re-sync the FreeBSD-specific Subversion template with the one from
ports.
MFC after:11 days
X-MFC-With: r298845
Modified:
head/contrib/subversion/subversio
Author: pfg
Date: Tue May 3 18:05:43 2016
New Revision: 298995
URL: https://svnweb.freebsd.org/changeset/base/298995
Log:
sys/net*: minor spelling fixes.
No functional change.
Modified:
head/sys/net/altq/altq_cbq.c
head/sys/net/altq/altq_red.c
head/sys/net/altq/altq_rio.c
head/sys
Author: jkim
Date: Tue May 3 18:02:25 2016
New Revision: 298994
URL: https://svnweb.freebsd.org/changeset/base/298994
Log:
Tag OpenSSL 1.0.1t.
Added:
vendor-crypto/openssl/1.0.1t/
- copied from r298993, vendor-crypto/openssl/dist-1.0.1/
___
sv
Author: jkim
Date: Tue May 3 18:02:01 2016
New Revision: 298993
URL: https://svnweb.freebsd.org/changeset/base/298993
Log:
Import OpenSSL 1.0.1t.
Added:
vendor-crypto/openssl/dist-1.0.1/doc/crypto/EVP_EncodeInit.pod
Modified:
vendor-crypto/openssl/dist-1.0.1/CHANGES
vendor-crypto/openssl
Author: jkim
Date: Tue May 3 18:00:27 2016
New Revision: 298991
URL: https://svnweb.freebsd.org/changeset/base/298991
Log:
Import OpenSSL 1.0.2h.
Added:
vendor-crypto/openssl/dist/doc/crypto/EVP_EncodeInit.pod
vendor-crypto/openssl/dist/doc/ssl/SSL_CTX_set_alpn_select_cb.pod
Modified:
ve
Author: jkim
Date: Tue May 3 18:01:15 2016
New Revision: 298992
URL: https://svnweb.freebsd.org/changeset/base/298992
Log:
Tag OpenSSL 1.0.2h.
Added:
vendor-crypto/openssl/1.0.2h/
- copied from r298991, vendor-crypto/openssl/dist/
___
svn-src-
On Tue, 3 May 2016, John Baldwin wrote:
On Tuesday, May 03, 2016 03:52:56 PM Bruce Evans wrote:
On Mon, 2 May 2016, Pedro Giffuni wrote:
...
TBH, I thought so too, but I avoided applying such changes to headers,
and I haven't touched _bitset.h,
_foo.h headers cannot use howmany() due to nam
Author: adrian
Date: Tue May 3 17:11:33 2016
New Revision: 298990
URL: https://svnweb.freebsd.org/changeset/base/298990
Log:
[asmc] Add support for MacBookPro5,1
Tested by:Johannes Lundberg
PR: kern/209179
Submitted by: Thomas Brierley
Modified:
head/sys/dev/asmc/asm
Author: cem
Date: Tue May 3 17:07:18 2016
New Revision: 298989
URL: https://svnweb.freebsd.org/changeset/base/298989
Log:
ioat(4): Implement CRC and MOVECRC APIs
And document them in ioat.4.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/share/man/man4/ioat.4
head/sys
Author: cem
Date: Tue May 3 17:06:33 2016
New Revision: 298988
URL: https://svnweb.freebsd.org/changeset/base/298988
Log:
ioat(4): Add CRC descriptor structure
Add CRC/MOVECRC operations, as well as the TEST and STORE variants.
With these operations, a CRC32C can be computed over one
Author: cem
Date: Tue May 3 17:05:58 2016
New Revision: 298987
URL: https://svnweb.freebsd.org/changeset/base/298987
Log:
ioat(4): Limit descriptor allocation to low 40 bits
The IOAT engine can only address the low 40 bits (1 TB) of physmem via
the 'next descriptor' pointer. Restrict ac
Author: pfg
Date: Tue May 3 16:37:09 2016
New Revision: 298986
URL: https://svnweb.freebsd.org/changeset/base/298986
Log:
sys/sys: missed in r298981.
I am sure I've missed others as well, but at least it should
be more readable now.
No functional change.
Modified:
head/sys/sys/im
On Tuesday, May 03, 2016 03:52:56 PM Bruce Evans wrote:
> On Mon, 2 May 2016, Pedro Giffuni wrote:
> >
> > On 05/02/16 15:52, John Baldwin wrote:
> >> On Monday, May 02, 2016 11:45:41 AM Ngie Cooper wrote:
> >>>
> On May 2, 2016, at 11:00, John Baldwin wrote:
>
> Author: jhb
> >>>
Author: bz
Date: Tue May 3 16:01:53 2016
New Revision: 298985
URL: https://svnweb.freebsd.org/changeset/base/298985
Log:
Remove the most useful INET || INET6 check leftover from whenever,
doing nothing.
MFC after:1 week
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/net
Author: kib
Date: Tue May 3 15:58:35 2016
New Revision: 298984
URL: https://svnweb.freebsd.org/changeset/base/298984
Log:
Correct wording.
Submitted by: David A. Bright
MFC after:2 weeks
Modified:
head/lib/libc/sys/kqueue.2
Modified: head/lib/libc/sys/kqueue.2
===
Author: mav
Date: Tue May 3 15:27:47 2016
New Revision: 298983
URL: https://svnweb.freebsd.org/changeset/base/298983
Log:
Add some device IDs from Intel Sunrise Point chipsets.
MFC after:2 weeks
Modified:
head/sys/dev/ahci/ahci_pci.c
head/sys/dev/sound/pci/hda/hdac.c
head/sys/de
Author: kib
Date: Tue May 3 15:17:43 2016
New Revision: 298982
URL: https://svnweb.freebsd.org/changeset/base/298982
Log:
Add EVFILT_VNODE open, read and close notifications.
While there, order EVFILT_VNODE notes descriptions alphabetically.
Based on submission, and tested by: Vladi
Author: pfg
Date: Tue May 3 15:14:17 2016
New Revision: 298981
URL: https://svnweb.freebsd.org/changeset/base/298981
Log:
sys/sys: minor spelling fixes.
While the changes are minor, these headers are very visible.
MFC after:2 weeks
Modified:
head/sys/sys/ata.h
head/sys/sys/bu
Author: pfg
Date: Tue May 3 15:04:56 2016
New Revision: 298979
URL: https://svnweb.freebsd.org/changeset/base/298979
Log:
MFC r298556:
ifconfig: prevent some improbable signed integer overflows.
ic_nchans, from struct:ieee80211req_chaninfo, is an unsigned int.
Use an unsigned index
Author: pfg
Date: Tue May 3 15:06:29 2016
New Revision: 298980
URL: https://svnweb.freebsd.org/changeset/base/298980
Log:
MFC r298556:
ifconfig: prevent some improbable signed integer overflows.
ic_nchans, from struct:ieee80211req_chaninfo, is an unsigned int.
Use an unsigned index
Author: pfg
Date: Tue May 3 14:49:49 2016
New Revision: 298978
URL: https://svnweb.freebsd.org/changeset/base/298978
Log:
dev/iscsi: minor spelling fixes.
No functional change.
Reviewed by: trasz
Modified:
head/sys/dev/iscsi/icl_soft.c
Modified: head/sys/dev/iscsi/icl_soft.c
Author: scottl
Date: Tue May 3 14:30:26 2016
New Revision: 298977
URL: https://svnweb.freebsd.org/changeset/base/298977
Log:
Fix a memory leak in the devctl notify code.
Submitted by: markj
MFC after:asap
Modified:
head/sys/cam/cam_periph.c
Modified: head/sys/cam/cam_periph.c
===
On 05/03/16 02:48, Navdeep Parhar wrote:
On Tue, May 03, 2016 at 03:41:26AM +, Pedro F. Giffuni wrote:
Author: pfg
Date: Tue May 3 03:41:25 2016
New Revision: 298955
URL: https://svnweb.freebsd.org/changeset/base/298955
Log:
sys/dev: minor spelling fixes.
Most affect comments, very
Author: pfg
Date: Tue May 3 11:49:29 2016
New Revision: 298976
URL: https://svnweb.freebsd.org/changeset/base/298976
Log:
Revert r298955 for the cxgbe firmware.
These files have checksums that are none of my business.
Requested by: np
Modified:
head/sys/dev/cxgbe/firmware/t4fw_cfg_
Author: mav
Date: Tue May 3 08:35:35 2016
New Revision: 298975
URL: https://svnweb.freebsd.org/changeset/base/298975
Log:
MFC r298103: Simplify memory allocation for NS requests.
Since we no longer need additional buffers for request and response IOCBs,
we can increase receive space by 1
Author: sephe
Date: Tue May 3 08:13:25 2016
New Revision: 298974
URL: https://svnweb.freebsd.org/changeset/base/298974
Log:
tcp/lro: Refactor the active list operation.
Ease more work concerning active list, e.g. hash table etc.
Reviewed by: gallatin, rrs (earlier version)
Sponsore
On Mon, May 02, 2016 at 11:46:31AM -0700, Ngie Cooper (yaneurabeya) wrote:
>
> > On May 2, 2016, at 09:15, Roger Pau Monné wrote:
> >
> > Author: royger
> > Date: Mon May 2 16:15:28 2016
> > New Revision: 298929
> > URL: https://svnweb.freebsd.org/changeset/base/298929
> >
> > Log:
> > xen/ti
Author: mav
Date: Tue May 3 08:07:38 2016
New Revision: 298973
URL: https://svnweb.freebsd.org/changeset/base/298973
Log:
MFC r297818: Update 25xx chips firmware from 7.03.00 to 8.03.00.
While the same update is also available for 24xx chips, it seems have
a problem with disabling virtua
Author: mav
Date: Tue May 3 08:05:31 2016
New Revision: 298972
URL: https://svnweb.freebsd.org/changeset/base/298972
Log:
MFC r297991: Extract virtual port address from RQSTYPE_RPT_ID_ACQ.
This should close the race between request arriving on new target mode
virtual port and its scanner
Author: royger
Date: Tue May 3 08:05:14 2016
New Revision: 298971
URL: https://svnweb.freebsd.org/changeset/base/298971
Log:
xen/i386: enable the platform hypercall for i386
Not sure why the platform hypercall was disabled on i386, just enable it in
order to fix compilation of the PV tim
Author: mav
Date: Tue May 3 08:04:34 2016
New Revision: 298970
URL: https://svnweb.freebsd.org/changeset/base/298970
Log:
MFC r297915: Filter Port Database Changed notifications.
For some reason firmware sends Port Database Changed notifications in case
of explicit login requests from th
Author: mav
Date: Tue May 3 08:03:51 2016
New Revision: 298969
URL: https://svnweb.freebsd.org/changeset/base/298969
Log:
MFC r297912: Respect NVRAM topology settings on 24xx and above chips.
Modified:
stable/10/sys/dev/isp/isp.c
stable/10/sys/dev/isp/ispvar.h
Directory Properties:
stabl
Author: mav
Date: Tue May 3 08:03:07 2016
New Revision: 298968
URL: https://svnweb.freebsd.org/changeset/base/298968
Log:
MFC r297867: Make all CT Pass-Through (name server requests) asynchronous.
Previously we had to do it synchronously because we could not drop the lock
due to potentia
Author: mav
Date: Tue May 3 08:02:00 2016
New Revision: 298967
URL: https://svnweb.freebsd.org/changeset/base/298967
Log:
MFC r297859: Switch isp_getpdb() to synchronous IOCB DMA area.
While technically it is not IOCB, it is synchronous and can be called from
different places, so calling
Author: mav
Date: Tue May 3 08:00:54 2016
New Revision: 298966
URL: https://svnweb.freebsd.org/changeset/base/298966
Log:
MFC r297858: Allocate separate DMA area for synchronous IOCB execution.
Usually IOCBs should be put on queue for asynchronous processing and should
not require additi
Author: mav
Date: Tue May 3 07:59:42 2016
New Revision: 298965
URL: https://svnweb.freebsd.org/changeset/base/298965
Log:
MFC r297856: Reimplement ISP_TSK_MGMT IOCTL via asynchronous request.
I am not sure this code is not completely dead, but it used DMA scratch
are without good reason
Author: mav
Date: Tue May 3 07:58:51 2016
New Revision: 298964
URL: https://svnweb.freebsd.org/changeset/base/298964
Log:
MFC r297854: Add couple missing memory barriers.
Modified:
stable/10/sys/dev/isp/isp.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/dev/i
Author: mav
Date: Tue May 3 07:58:11 2016
New Revision: 298963
URL: https://svnweb.freebsd.org/changeset/base/298963
Log:
MFC r297817: Polish debugging IOCB dumping.
Add few more missing cases, unify byte order.
Modified:
stable/10/sys/dev/isp/isp.c
stable/10/sys/dev/isp/isp_library.c
Author: mav
Date: Tue May 3 07:57:26 2016
New Revision: 298962
URL: https://svnweb.freebsd.org/changeset/base/298962
Log:
MFC r297751: Register symbolic port/node names in FC name server.
This is cosmetics that simplifies identification of new ports on FC switch.
It would be good to u
Author: mav
Date: Tue May 3 07:56:42 2016
New Revision: 298961
URL: https://svnweb.freebsd.org/changeset/base/298961
Log:
MFC r297741: Reduce code duplication when executing Passthrough IOCB.
Modified:
stable/10/sys/dev/isp/isp.c
Directory Properties:
stable/10/ (props changed)
Modified
Author: mav
Date: Tue May 3 07:52:06 2016
New Revision: 298960
URL: https://svnweb.freebsd.org/changeset/base/298960
Log:
MFC r297522: Pass through some new block device features.
Modified:
stable/10/sys/dev/xen/blkfront/blkfront.c
stable/10/sys/dev/xen/blkfront/block.h
Directory Propertie
Author: mav
Date: Tue May 3 07:50:58 2016
New Revision: 298959
URL: https://svnweb.freebsd.org/changeset/base/298959
Log:
MFC r297921: Add hint.ahci.X.quirks tunable for some odd cases.
Modified:
stable/10/sys/dev/ahci/ahci_pci.c
Directory Properties:
stable/10/ (props changed)
Modified
Author: mav
Date: Tue May 3 07:49:40 2016
New Revision: 298958
URL: https://svnweb.freebsd.org/changeset/base/298958
Log:
MFC r297963: Remove watchdog timer stop check.
There are bunch of reports that this check fails at least on Nuvoton
NCT6776 chips. I don't see why this check needed
Author: mav
Date: Tue May 3 07:48:52 2016
New Revision: 298957
URL: https://svnweb.freebsd.org/changeset/base/298957
Log:
MFC r297243: Polish wbwd(4) driver and add more supported chips.
Modified:
stable/10/share/man/man4/wbwd.4
stable/10/sys/amd64/conf/GENERIC.hints
stable/10/sys/dev/wb
On Tue, May 03, 2016 at 03:41:26AM +, Pedro F. Giffuni wrote:
> Author: pfg
> Date: Tue May 3 03:41:25 2016
> New Revision: 298955
> URL: https://svnweb.freebsd.org/changeset/base/298955
>
> Log:
> sys/dev: minor spelling fixes.
>
> Most affect comments, very few have user-visible effe
1 - 100 of 102 matches
Mail list logo