On 03/24/16 04:31 PM, Gleb Smirnoff wrote:
> On Thu, Mar 24, 2016 at 07:54:56AM +, George V. Neville-Neil wrote:
> G> Author: gnn
> G> Date: Thu Mar 24 07:54:56 2016
> G> New Revision: 297225
> G> URL: https://svnweb.freebsd.org/changeset/base/297225
> G>
> G> Log:
> G> FreeBSD previously
Author: bdrewery
Date: Fri Mar 25 04:16:04 2016
New Revision: 297266
URL: https://svnweb.freebsd.org/changeset/base/297266
Log:
Make GCC happy by removing empty #elif.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/contrib/ofed/management/opensm/include/vendor/osm_vendor.h
M
Author: sephe
Date: Fri Mar 25 02:54:13 2016
New Revision: 297265
URL: https://svnweb.freebsd.org/changeset/base/297265
Log:
tcp/lro: Return TCP_LRO_NO_ENTRIES if we are short of LRO entries.
So that callers could react accordingly.
Reviewed by: gallatin (no objection)
MFC after:
Author: marius
Date: Fri Mar 25 01:02:12 2016
New Revision: 297264
URL: https://svnweb.freebsd.org/changeset/base/297264
Log:
Update releng/10.3 to -RELEASE status in preparation for the final
10.3-RELEASE builds.
Approved by: re (implicit)
Modified:
releng/10.3/sys/conf/newvers.sh
M
Author: pfg
Date: Fri Mar 25 01:01:32 2016
New Revision: 297263
URL: https://svnweb.freebsd.org/changeset/base/297263
Log:
MFC r297037:
aio_qphysio(): Avoid uninitialized pointer read on error.
For the !unmap case it may happen that pbuf gets called unreferenced
when vm_fault_quick_hold
Author: marius
Date: Fri Mar 25 00:58:34 2016
New Revision: 297262
URL: https://svnweb.freebsd.org/changeset/base/297262
Log:
Anticipate the expected 10.3-RELEASE date.
Approved by: re (implicit)
Modified:
releng/10.3/UPDATING
Modified: releng/10.3/UPDATING
Author: marius
Date: Fri Mar 25 00:58:15 2016
New Revision: 297261
URL: https://svnweb.freebsd.org/changeset/base/297261
Log:
Set the static abitag to the current value of __FreeBSD_version.
Approved by: re (implicit)
Modified:
releng/10.3/lib/csu/common/crtbrand.c
Modified: releng/10.
Author: pfg
Date: Fri Mar 25 00:40:04 2016
New Revision: 297260
URL: https://svnweb.freebsd.org/changeset/base/297260
Log:
MFC r296394:
xdr: Fix xdr_rpc* defines.
The defines for xdr_rpc* in xdr.h are wrong. It could be
very well that Solaris did strip the '_t' from xdr_u_int32_t,
but
Author: pfg
Date: Fri Mar 25 00:39:01 2016
New Revision: 297259
URL: https://svnweb.freebsd.org/changeset/base/297259
Log:
MFC r296394:
xdr: Fix xdr_rpc* defines.
The defines for xdr_rpc* in xdr.h are wrong. It could be
very well that Solaris did strip the '_t' from xdr_u_int32_t,
but
Author: gnn
Date: Fri Mar 25 00:33:55 2016
New Revision: 297258
URL: https://svnweb.freebsd.org/changeset/base/297258
Log:
Remove dependency on mbuf provider as mbuf SDTs are now in the SDT space.
Sponsored by: Rubicon Communications (Netgate)
Modified:
head/share/dtrace/mbuf.d
Modified
Author: gjb
Date: Fri Mar 25 00:32:43 2016
New Revision: 297257
URL: https://svnweb.freebsd.org/changeset/base/297257
Log:
Prune empty sections.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
releng/10.3/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modi
Author: bdrewery
Date: Fri Mar 25 00:14:56 2016
New Revision: 297256
URL: https://svnweb.freebsd.org/changeset/base/297256
Log:
Remove unneeded return left from refactoring.
MFC after:2 weeks
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys/dev/filemon/filemon.c
Modi
Author: mav
Date: Thu Mar 24 23:24:00 2016
New Revision: 297255
URL: https://svnweb.freebsd.org/changeset/base/297255
Log:
Unify ichwd(4) attachment messages in dmesg.
MFC after:2 weeks
Modified:
head/sys/dev/ichwd/ichwd.c
Modified: head/sys/dev/ichwd/ichwd.c
===
Author: hrs
Date: Thu Mar 24 22:15:51 2016
New Revision: 297254
URL: https://svnweb.freebsd.org/changeset/base/297254
Log:
- Update relnotes items:
grdc(6) 12-hour mode fixed,
inetd(8) crash with IPv6 address fixed,
netstat(1) statistics counter divided by 1024 fixed,
Author: ed
Date: Thu Mar 24 21:49:39 2016
New Revision: 297253
URL: https://svnweb.freebsd.org/changeset/base/297253
Log:
Regenerate system call table after r297247.
Modified:
head/sys/compat/cloudabi64/cloudabi64_proto.h
head/sys/compat/cloudabi64/cloudabi64_syscall.h
head/sys/compat/clo
Author: ed
Date: Thu Mar 24 21:48:41 2016
New Revision: 297252
URL: https://svnweb.freebsd.org/changeset/base/297252
Log:
Turn on $FreeBSD$ keyword expansion to the system call table.
Modified:
Directory Properties:
head/sys/contrib/cloudabi/syscalls.master (props changed)
_
Author: bdrewery
Date: Thu Mar 24 21:48:13 2016
New Revision: 297250
URL: https://svnweb.freebsd.org/changeset/base/297250
Log:
CCACHE_BUILD: Don't use ccache when generating some files with CC -E.
At least for ncurses this fixes a build error due to it trying to run
'ccache --version' to
Author: bdrewery
Date: Thu Mar 24 21:48:01 2016
New Revision: 297248
URL: https://svnweb.freebsd.org/changeset/base/297248
Log:
Explicit 'make obj' for library dirs in build32 is not needed.
In r138291 some directories were explicitly made to run 'make obj',
but each target in 'make libra
Author: bdrewery
Date: Thu Mar 24 21:48:10 2016
New Revision: 297249
URL: https://svnweb.freebsd.org/changeset/base/297249
Log:
Don't reset CC away from full-pathed gcc.
This was breaking the build when using CROSS_TOOLCHAIN=powerpc64-gcc
Sponsored by: EMC / Isilon Storage Division
Mo
Author: bdrewery
Date: Thu Mar 24 21:48:16 2016
New Revision: 297251
URL: https://svnweb.freebsd.org/changeset/base/297251
Log:
Fix off-by-one found by GCC 5.3.2.
This was fixed during refactoring in the upstream infiniband-diags 1.5.3.
Sponsored by: EMC / Isilon Storage Division
Modi
Author: ed
Date: Thu Mar 24 21:47:15 2016
New Revision: 297247
URL: https://svnweb.freebsd.org/changeset/base/297247
Log:
Replace the CloudABI system call table by a machine generated version.
The type definitions and constants that were used by COMPAT_CLOUDABI64
are a literal copy of som
On Thu, 24 Mar 2016, Edward Tomasz [utf-8] Napiera?~Ba wrote:
On 0324T1015, Warner Losh wrote:
On Thu, Mar 24, 2016 at 9:46 AM, Ian Lepore wrote:
On Thu, 2016-03-24 at 16:01 +0100, Edward Tomasz Napiera??a wrote:
On 0324T1609, Alexander Motin wrote:
On 24.03.16 15:42, Edward Tomasz Napiera
Author: hrs
Date: Thu Mar 24 21:38:52 2016
New Revision: 297246
URL: https://svnweb.freebsd.org/changeset/base/297246
Log:
- Update relnotes items:
reword description about ar -D/-U option,
camcontrol(8) fwdonwload improvements,
pkill -j jailname support,
timeout(
Author: hrs
Date: Thu Mar 24 21:03:16 2016
New Revision: 297245
URL: https://svnweb.freebsd.org/changeset/base/297245
Log:
- Update relnotes items:
last reboot now works again,
mv(1) return value has been fixed,
mkimg(1) dynamic VHD format fixed,
pw(8) userdel/use
Author: dim
Date: Thu Mar 24 20:55:23 2016
New Revision: 297244
URL: https://svnweb.freebsd.org/changeset/base/297244
Log:
Pull in r264335 from upstream llvm trunk:
Add to ThreadPool.h, since std::atomic is used
Summary:
Apparently, when compiling with gcc 5.3.2 for powerpc64,
Author: mav
Date: Thu Mar 24 20:52:35 2016
New Revision: 297243
URL: https://svnweb.freebsd.org/changeset/base/297243
Log:
Polish wbwd(4) driver and add more supported chips.
MFC after:1 month
Modified:
head/share/man/man4/wbwd.4
head/sys/amd64/conf/GENERIC.hints
head/sys/dev/wbw
On Thu, 24 Mar 2016, Konstantin Belousov wrote:
On Fri, Mar 25, 2016 at 01:57:32AM +1100, Bruce Evans wrote:
In fact, if we can use TSC with the only requirement of being monotonic,
I do not see why do we need TSC at all. We can return to pre-r278325
loop, but calibrate the number of loop itera
On Thu, Mar 24, 2016 at 07:54:56AM +, George V. Neville-Neil wrote:
G> Author: gnn
G> Date: Thu Mar 24 07:54:56 2016
G> New Revision: 297225
G> URL: https://svnweb.freebsd.org/changeset/base/297225
G>
G> Log:
G> FreeBSD previously provided route caching for TCP (and UDP). Re-add
G> route c
Author: emaste
Date: Thu Mar 24 20:13:17 2016
New Revision: 297242
URL: https://svnweb.freebsd.org/changeset/base/297242
Log:
elfcopy: overhaul of LMA handling
Merge ELF Tool Chain r3434:
Previously, elfcopy defines:
VMA: section virtual address
LMA: PHDR(p_vaddr)
Author: glebius
Date: Thu Mar 24 20:06:52 2016
New Revision: 297241
URL: https://svnweb.freebsd.org/changeset/base/297241
Log:
Space and style(9) corrections for recent mbuf changes.
Modified:
head/sys/kern/kern_mbuf.c
head/sys/sys/mbuf.h
Modified: head/sys/kern/kern_mbuf.c
===
Author: hrs
Date: Thu Mar 24 20:00:07 2016
New Revision: 297240
URL: https://svnweb.freebsd.org/changeset/base/297240
Log:
Fix FPIs.
Approved by: re (implicit)
Modified:
releng/10.3/release/doc/en_US.ISO8859-1/errata/article.xml
releng/10.3/release/doc/en_US.ISO8859-1/hardware/article
Author: hrs
Date: Thu Mar 24 19:50:12 2016
New Revision: 297239
URL: https://svnweb.freebsd.org/changeset/base/297239
Log:
- Fix FPIs and catalog entries.
- Fix typos.
- Update relnotes items:
ctladm(8) return value bugfix,
ifconfig -v now displays SFP/SFP+ data,
add
Author: emaste
Date: Thu Mar 24 18:47:19 2016
New Revision: 297238
URL: https://svnweb.freebsd.org/changeset/base/297238
Log:
libc: stop exporting curbrk and minbrk in the private namespace
They are not used anywhere else in the base system and are an internal
implementation detail that d
On 0324T1015, Warner Losh wrote:
> On Thu, Mar 24, 2016 at 9:46 AM, Ian Lepore wrote:
>
> > On Thu, 2016-03-24 at 16:01 +0100, Edward Tomasz Napierała wrote:
> > > On 0324T1609, Alexander Motin wrote:
> > > > On 24.03.16 15:42, Edward Tomasz Napierała wrote:
> > > > > On 0324T1032, Jean-Sébastien
On Fri, Mar 25, 2016 at 01:57:32AM +1100, Bruce Evans wrote:
> > In fact, if we can use TSC with the only requirement of being monotonic,
> > I do not see why do we need TSC at all. We can return to pre-r278325
> > loop, but calibrate the number of loop iterations for known delay in
> > 1us, once o
On Thu, Mar 24, 2016 at 9:46 AM, Ian Lepore wrote:
> On Thu, 2016-03-24 at 16:01 +0100, Edward Tomasz Napierała wrote:
> > On 0324T1609, Alexander Motin wrote:
> > > On 24.03.16 15:42, Edward Tomasz Napierała wrote:
> > > > On 0324T1032, Jean-Sébastien Pédron wrote:
> > > > > On 23/03/2016 18:45,
On Thu, 2016-03-24 at 16:01 +0100, Edward Tomasz Napierała wrote:
> On 0324T1609, Alexander Motin wrote:
> > On 24.03.16 15:42, Edward Tomasz Napierała wrote:
> > > On 0324T1032, Jean-Sébastien Pédron wrote:
> > > > On 23/03/2016 18:45, Edward Tomasz Napierala wrote:
> > > > > > So maybe callouts a
On Thu, 24 Mar 2016, Konstantin Belousov wrote:
On Wed, Mar 23, 2016 at 02:21:59PM -0700, John Baldwin wrote:
As you noted, the issue is if a timecounter needs locks (e.g. i8254) though
outside of that I think the patch is great. :-/ Of course, if the TSC
isn't advertised as invariant, DELAY()
On 0324T1609, Alexander Motin wrote:
> On 24.03.16 15:42, Edward Tomasz Napierała wrote:
> > On 0324T1032, Jean-Sébastien Pédron wrote:
> >> On 23/03/2016 18:45, Edward Tomasz Napierala wrote:
> So maybe callouts are disabled in this situation. If there is a way to
> detect that, then vt(
Author: sbruno
Date: Thu Mar 24 14:20:33 2016
New Revision: 297237
URL: https://svnweb.freebsd.org/changeset/base/297237
Log:
Add 4k enabled cam quirks for Samsung SM863 Series SSDs
Submitted by: Jason (j...@nitrology.com)
MFC after:2 weeks
Sponsored by: Limelight Networks
Differe
On 24.03.16 15:42, Edward Tomasz Napierała wrote:
> On 0324T1032, Jean-Sébastien Pédron wrote:
>> On 23/03/2016 18:45, Edward Tomasz Napierala wrote:
So maybe callouts are disabled in this situation. If there is a way to
detect that, then vt(4) can go back to a "synchronous mode" where it
On 0324T1032, Jean-Sébastien Pédron wrote:
> On 23/03/2016 18:45, Edward Tomasz Napierala wrote:
> >> So maybe callouts are disabled in this situation. If there is a way to
> >> detect that, then vt(4) can go back to a "synchronous mode" where it
> >> refreshes the screen after each typed character
Author: trasz
Date: Thu Mar 24 13:34:39 2016
New Revision: 297236
URL: https://svnweb.freebsd.org/changeset/base/297236
Log:
Speed up lookups in autofs(5) by using red-black trees instead of linear
searches.
Reviewed by: kib@
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Thanks,
George
On 24 Mar 2016, at 20:40, Bjoern A. Zeeb wrote:
Author: bz
Date: Thu Mar 24 11:40:10 2016
New Revision: 297234
URL: https://svnweb.freebsd.org/changeset/base/297234
Log:
Fix compile errors after r297225:
- properly V_irtualise variable access unbreaking VIMAGE kernels.
-
Author: wma
Date: Thu Mar 24 13:28:33 2016
New Revision: 297235
URL: https://svnweb.freebsd.org/changeset/base/297235
Log:
arm64: Fixing user space boudary checking in copyinout.S
Big buffer size could cause integer overflow and as a result
attempt to copy beyond VM_USERMAX_ADDRESS.
Author: bz
Date: Thu Mar 24 11:40:10 2016
New Revision: 297234
URL: https://svnweb.freebsd.org/changeset/base/297234
Log:
Fix compile errors after r297225:
- properly V_irtualise variable access unbreaking VIMAGE kernels.
- remove the volatile from the function return type to make archite
Author: erwin
Date: Thu Mar 24 11:38:18 2016
New Revision: 297233
URL: https://svnweb.freebsd.org/changeset/base/297233
Log:
Update with new IPv6 address for l-root.
Obtained from:IANA
Sponsored by: DK Hostmaster A/S
Modified:
stable/9/etc/namedb/named.root
Modified: stable/9/
On Thu, 24 Mar 2016, George V. Neville-Neil wrote:
Author: gnn
Date: Thu Mar 24 07:54:56 2016
New Revision: 297225
URL: https://svnweb.freebsd.org/changeset/base/297225
Log:
FreeBSD previously provided route caching for TCP (and UDP). Re-add
route caching for TCP, with some improvements. In p
Author: mav
Date: Thu Mar 24 10:10:41 2016
New Revision: 297232
URL: https://svnweb.freebsd.org/changeset/base/297232
Log:
Unify ignoring EEXIST from zvol_create_minor().
This fixes creation of zvol devices for snapshots during zfs receive,
that previously failed with "ZFS WARNING: Unable
Author: kib
Date: Thu Mar 24 09:56:53 2016
New Revision: 297231
URL: https://svnweb.freebsd.org/changeset/base/297231
Log:
Handle the driver KPI change from r292373. Ensure that managed device
pagers fault routines always return with a result page, be it the
proper and valid result page, or
Author: skra
Date: Thu Mar 24 09:55:11 2016
New Revision: 297230
URL: https://svnweb.freebsd.org/changeset/base/297230
Log:
Generalize IPI support for ARM intrng and use it for interrupt
controller IPI provider.
New struct intr_ipi is defined which keeps all info about an IPI:
its name,
Author: hselasky
Date: Thu Mar 24 09:35:29 2016
New Revision: 297229
URL: https://svnweb.freebsd.org/changeset/base/297229
Log:
Add more UHCI PCI IDs.
Submitted by: Dmitry Luhtionov
Modified:
head/sys/dev/usb/controller/uhci_pci.c
Modified: head/sys/dev/usb/controller/uhci_pci.c
==
On 23/03/2016 18:45, Edward Tomasz Napierala wrote:
>> So maybe callouts are disabled in this situation. If there is a way to
>> detect that, then vt(4) can go back to a "synchronous mode" where it
>> refreshes the screen after each typed character, like it does when ddb
>> is active.
>
> Looks li
Author: hselasky
Date: Thu Mar 24 09:22:58 2016
New Revision: 297228
URL: https://svnweb.freebsd.org/changeset/base/297228
Log:
MFC r292254:
Properly drain callouts in the IPFW subsystem to avoid use after free
panics when unloading the dummynet and IPFW modules:
- The callout drain
On Wed, Mar 23, 2016 at 02:21:59PM -0700, John Baldwin wrote:
> As you noted, the issue is if a timecounter needs locks (e.g. i8254) though
> outside of that I think the patch is great. :-/ Of course, if the TSC
> isn't advertised as invariant, DELAY() is talking to the timecounter
> directly as w
Author: gnn
Date: Thu Mar 24 08:26:06 2016
New Revision: 297227
URL: https://svnweb.freebsd.org/changeset/base/297227
Log:
Move mbuf provider under SDT to indicate that it is FreeBSD specific
and not a stable interface.
Reviewed by: markj
MFC after:2 weeks
Sponsored by: Rubicon C
Author: bapt
Date: Thu Mar 24 08:25:05 2016
New Revision: 297226
URL: https://svnweb.freebsd.org/changeset/base/297226
Log:
Install a usable mailer.conf for dragonfly mailer agent if sendmail is
disabled
Modified:
head/libexec/dma/dmagent/Makefile
Modified: head/libexec/dma/dmagent/Makefile
Author: gnn
Date: Thu Mar 24 07:54:56 2016
New Revision: 297225
URL: https://svnweb.freebsd.org/changeset/base/297225
Log:
FreeBSD previously provided route caching for TCP (and UDP). Re-add
route caching for TCP, with some improvements. In particular, invalidate
the route cache if a new rou
Author: kib
Date: Thu Mar 24 07:24:33 2016
New Revision: 297224
URL: https://svnweb.freebsd.org/changeset/base/297224
Log:
MFC r297137:
Fix typo.
Modified:
stable/10/lib/libthr/Makefile
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/lib/libthr/Makefile
===
59 matches
Mail list logo