Author: smh
Date: Thu Jan 21 08:58:39 2016
New Revision: 294493
URL: https://svnweb.freebsd.org/changeset/base/294493
Log:
Fix EFI UFS caching
EFI was mixing caching in two separate places causing issues when multiple
partitions where tested.
Eliminate this by removing fsstat and re-
On 21/01/2016 03:28, Mark Johnston wrote:
> One feature that would be nice would be a way to associate KTR rings
> with arbitrary objects rather than having a single global ring (or
> per-CPU rings). For example, KTR_BUF lets one trace operations on
> filesystem buffers, but there's no good way to
Gleb Smirnoff writes:
> Log:
> Note that new ssh(1) doesn't allow to use DSA keys by default.
Please revert.
The correct procedure is to contact the maintainer, report the problem
and ask whether the change was intentional, at which point a decision
can be made as to whether to revert or docum
Author: des
Date: Thu Jan 21 10:57:45 2016
New Revision: 294494
URL: https://svnweb.freebsd.org/changeset/base/294494
Log:
Take care not to pick up the wrong version of OpenSSL when running in an
environment that has OpenSSL from ports in addition to the base version.
Modified:
head/crypto/
Author: des
Date: Thu Jan 21 11:10:14 2016
New Revision: 294495
URL: https://svnweb.freebsd.org/changeset/base/294495
Log:
Enable DSA keys by default. They were disabled in OpenSSH 6.9p1.
Noticed by: glebius
Modified:
head/UPDATING
head/crypto/openssh/myproposal.h (contents, props
On Thu, Jan 21, 2016 at 01:34:57AM +0200, Andriy Gapon wrote:
> On 20/01/2016 22:03, Alan Somers wrote:
> > On Wed, Jan 20, 2016 at 2:20 AM, Andriy Gapon wrote:
> >> On 19/01/2016 19:20, Alan Somers wrote:
> >>> The thing is, it never really worked in the first place. Panics and
> >>> deadlocks
Author: des
Date: Thu Jan 21 11:54:34 2016
New Revision: 294496
URL: https://svnweb.freebsd.org/changeset/base/294496
Log:
Upgrade to OpenSSH 7.1p2.
Modified:
head/crypto/openssh/ChangeLog
head/crypto/openssh/README
head/crypto/openssh/auth.c
head/crypto/openssh/bitmap.c
head/crypto/o
Author: des
Date: Thu Jan 21 12:41:02 2016
New Revision: 294497
URL: https://svnweb.freebsd.org/changeset/base/294497
Log:
Explain why we don't include VersionAddendum in the debug mode banner.
Modified:
head/crypto/openssh/ssh.c
Modified: head/crypto/openssh/ssh.c
==
Author: des
Date: Thu Jan 21 12:42:31 2016
New Revision: 294498
URL: https://svnweb.freebsd.org/changeset/base/294498
Log:
Update the instructions and the list of major local modifications.
Modified:
head/crypto/openssh/FREEBSD-upgrade
Modified: head/crypto/openssh/FREEBSD-upgrade
==
Author: andrew
Date: Thu Jan 21 12:59:54 2016
New Revision: 294499
URL: https://svnweb.freebsd.org/changeset/base/294499
Log:
Disable -mlong-calls for the clang libraries for now, it increases the
size of the clang binary for people with a crt1.o from before r293832.
Modified:
head/lib/clan
In message <20160121113813.gg37...@zxy.spb.ru>, Slawa Olhovchenkov writes:
> On Thu, Jan 21, 2016 at 01:34:57AM +0200, Andriy Gapon wrote:
>
> > On 20/01/2016 22:03, Alan Somers wrote:
> > > On Wed, Jan 20, 2016 at 2:20 AM, Andriy Gapon wrote:
> > >> On 19/01/2016 19:20, Alan Somers wrote:
> > >>
Author: pfg
Date: Thu Jan 21 14:50:28 2016
New Revision: 294504
URL: https://svnweb.freebsd.org/changeset/base/294504
Log:
ext2fs: Bring back the htree dir_index implementation.
The htree dir_index is perhaps one of the most characteristic
features of the linux ext3 implementation. It was
Author: hselasky
Date: Thu Jan 21 14:57:45 2016
New Revision: 294505
URL: https://svnweb.freebsd.org/changeset/base/294505
Log:
Implement idr_preload(), idr_preload_end(), idr_alloc() and
idr_alloc_cyclic() in the LinuxKPI. Bump the FreeBSD version to
force recompilation of all KLDs due to I
On Thu, Jan 21, 2016 at 4:38 AM, Slawa Olhovchenkov wrote:
> On Thu, Jan 21, 2016 at 01:34:57AM +0200, Andriy Gapon wrote:
>
>> On 20/01/2016 22:03, Alan Somers wrote:
>> > On Wed, Jan 20, 2016 at 2:20 AM, Andriy Gapon wrote:
>> >> On 19/01/2016 19:20, Alan Somers wrote:
>> >>> The thing is, it n
On Thu, Jan 21, 2016 at 08:03:25AM -0700, alan somers wrote:
> On Thu, Jan 21, 2016 at 4:38 AM, Slawa Olhovchenkov wrote:
> > On Thu, Jan 21, 2016 at 01:34:57AM +0200, Andriy Gapon wrote:
> >
> >> On 20/01/2016 22:03, Alan Somers wrote:
> >> > On Wed, Jan 20, 2016 at 2:20 AM, Andriy Gapon wrote:
On 21/01/2016 15:10, Slawa Olhovchenkov wrote:
On Thu, Jan 21, 2016 at 08:03:25AM -0700, alan somers wrote:
On Thu, Jan 21, 2016 at 4:38 AM, Slawa Olhovchenkov wrote:
On Thu, Jan 21, 2016 at 01:34:57AM +0200, Andriy Gapon wrote:
On 20/01/2016 22:03, Alan Somers wrote:
On Wed, Jan 20, 201
Author: smh
Date: Thu Jan 21 15:27:44 2016
New Revision: 294506
URL: https://svnweb.freebsd.org/changeset/base/294506
Log:
Prevent loader.conf load failure due to unknown console entries
When processing loader.conf if console contained an entry for an unsupported
console then cons_set wou
Author: harti
Date: Thu Jan 21 16:11:20 2016
New Revision: 294507
URL: https://svnweb.freebsd.org/changeset/base/294507
Log:
Fill the ifAlias leaf of the ifXTable with the interface description
if there is one available and it fits into the maximum size (64 characters).
Modified:
head/contr
Author: andrew
Date: Thu Jan 21 16:42:52 2016
New Revision: 294510
URL: https://svnweb.freebsd.org/changeset/base/294510
Log:
Remove an extra '!' found by clang 3.8.
Modified:
head/sys/arm/mv/mv_pci.c
Modified: head/sys/arm/mv/mv_pci.c
Author: andrew
Date: Thu Jan 21 16:48:01 2016
New Revision: 294511
URL: https://svnweb.freebsd.org/changeset/base/294511
Log:
Remove fdt_fixup_table from architectures where it's unneeded. We only make
use of fdt_fixup_table on PowerPC and ARM. As such we can remove it from
other architectur
On Thu, Jan 21, 2016 at 04:11:20PM +, Hartmut Brandt wrote:
> Author: harti
> Date: Thu Jan 21 16:11:20 2016
> New Revision: 294507
> URL: https://svnweb.freebsd.org/changeset/base/294507
>
> Log:
> Fill the ifAlias leaf of the ifXTable with the interface description
> if there is one avai
Author: bz
Date: Thu Jan 21 17:25:41 2016
New Revision: 294514
URL: https://svnweb.freebsd.org/changeset/base/294514
Log:
The variable is write once only and not used.
Recover the vertical space.
Sponsored by: The FreeBSD Foundation
MFC After:3 days
Obtained from:
Author: brooks
Date: Thu Jan 21 17:29:01 2016
New Revision: 294515
URL: https://svnweb.freebsd.org/changeset/base/294515
Log:
Fix the implementations of PSEUDO_NOERROR and PSEUDO.
The PSEUDO* macros should not declare , only _ and
__sys_. This was causing the interposing C wrappers to be
Author: hselasky
Date: Thu Jan 21 17:36:06 2016
New Revision: 294518
URL: https://svnweb.freebsd.org/changeset/base/294518
Log:
Use function macro instead of non-function macro to reduce chance of
incorrect expansion.
MFC after:1 week
Sponsored by: Mellanox Technologies
Modified:
Author: hselasky
Date: Thu Jan 21 17:52:55 2016
New Revision: 294520
URL: https://svnweb.freebsd.org/changeset/base/294520
Log:
LinuxKPI atomic fixes:
- Fix implementation of atomic_add_unless(). The atomic_cmpset_int()
function returns a boolean and not the previous value of the atomic
Author: hselasky
Date: Thu Jan 21 17:56:23 2016
New Revision: 294521
URL: https://svnweb.freebsd.org/changeset/base/294521
Log:
Implement 64-bit atomic operations for the LinuxKPI.
MFC after:1 week
Sponsored by: Mellanox Technologies
Added:
head/sys/compat/linuxkpi/common/include/a
On Wed, Jan 20, 2016 at 05:40:03PM -0800, Ravi Pokala wrote:
R> ISTR there's an API for creating a batch of counters; that might be cleaner
than creating a dozen+ individually?
There are some. An array macros are in sys/counter.h itself. The network
stack has magic macros that allow you to use ar
Author: melifaro
Date: Thu Jan 21 18:20:40 2016
New Revision: 294525
URL: https://svnweb.freebsd.org/changeset/base/294525
Log:
Fix panic on table/table entry delete. The panic could have happened
if more than 64 distinct values had been used.
Table value code uses internal objhash API
Author: hselasky
Date: Thu Jan 21 18:22:50 2016
New Revision: 294526
URL: https://svnweb.freebsd.org/changeset/base/294526
Log:
Add missing atomic wrapper macro.
Reviewed by: alfred @
Sponsored by: Mellanox Technologies
MFC after:1 week
Modified:
head/sys/amd64/include/atomic.h
Author: brooks
Date: Thu Jan 21 18:17:19 2016
New Revision: 294523
URL: https://svnweb.freebsd.org/changeset/base/294523
Log:
Replace the last non-optional use of sbrk() in the tree with mmap().
All gmon want's is a region of memory without the overhead of malloc().
Just mapping some page
On Thu, Jan 21, 2016 at 1:52 AM, Andriy Gapon wrote:
> On 21/01/2016 03:28, Mark Johnston wrote:
>> Isilon has done ad-hoc implementations of this for bufs and mbufs, and
>> they're quite handy for debugging. With BUF_TRACKING enabled in our
>> kernel config, each buf contains a const char *b_reco
On Thu, Jan 21, 2016 at 3:10 AM, Dag-Erling Smørgrav wrote:
> Author: des
> Date: Thu Jan 21 11:10:14 2016
> New Revision: 294495
> URL: https://svnweb.freebsd.org/changeset/base/294495
>
> Log:
> Enable DSA keys by default. They were disabled in OpenSSH 6.9p1.
Are we going to maintain DSA key
Just out of curriosity, why not Dtrace? For kernel it has most of the
things that all the ad-hoc tracing things trying to accomplish and
then some more.
On Wed, Jan 20, 2016 at 4:02 PM, Adrian Chadd wrote:
> Hi,
>
> So yeah, I think it's time we just bit the bullet and wrote a
> generic-ish debug
On 21/01/2016 19:25, Conrad Meyer wrote:
> On Thu, Jan 21, 2016 at 1:52 AM, Andriy Gapon wrote:
>> On 21/01/2016 03:28, Mark Johnston wrote:
>>> Isilon has done ad-hoc implementations of this for bufs and mbufs, and
>>> they're quite handy for debugging. With BUF_TRACKING enabled in our
>>> kernel
Author: emaste
Date: Thu Jan 21 20:44:21 2016
New Revision: 294530
URL: https://svnweb.freebsd.org/changeset/base/294530
Log:
Add STB_GNU_UNIQUE symbol binding definition
Red Hat created STB_GNU_UNIQUE to handle certain special cases relating
to dynamically loading C++ DSOs[1].
We do
Author: mckusick
Date: Thu Jan 21 20:52:20 2016
New Revision: 294531
URL: https://svnweb.freebsd.org/changeset/base/294531
Log:
Update comment to note the function, prison_priv_check(), that needs to
be updated in kern_jail.c when a new priviledge is added.
Modified:
head/sys/sys/priv.h
Mo
On 21 January 2016 at 11:11, Hartmut Brandt wrote:
> Author: harti
> Date: Thu Jan 21 16:11:20 2016
> New Revision: 294507
> URL: https://svnweb.freebsd.org/changeset/base/294507
>
> Log:
> Fill the ifAlias leaf of the ifXTable with the interface description
> if there is one available and it
> On Jan 21, 2016, at 18:44, Ed Maste wrote:
>
> Author: emaste
> Date: Thu Jan 21 20:44:21 2016
> New Revision: 294530
> URL: https://svnweb.freebsd.org/changeset/base/294530
>
> Log:
> Add STB_GNU_UNIQUE symbol binding definition
>
> Red Hat created STB_GNU_UNIQUE to handle certain special
On 21 January 2016 at 16:00, Renato Botelho wrote:
>> On Jan 21, 2016, at 18:44, Ed Maste wrote:
>>
>> Author: emaste
>> Date: Thu Jan 21 20:44:21 2016
>> New Revision: 294530
>> URL: https://svnweb.freebsd.org/changeset/base/294530
>>
>> Log:
>> Add STB_GNU_UNIQUE symbol binding definition
>>
>
On Thu, Jan 21, 2016 at 12:26 AM, Alexander Kabaev wrote:
> Author: kan
> Date: Wed Jan 20 23:26:35 2016
> New Revision: 294470
> URL: https://svnweb.freebsd.org/changeset/base/294470
>
> Log:
> Fix initlist_add_object invocation parameters.
>
> The tail parameter should point to the last obje
Author: glebius
Date: Thu Jan 21 22:24:20 2016
New Revision: 294534
URL: https://svnweb.freebsd.org/changeset/base/294534
Log:
Cleanup TCP files from unnecessary interface related includes.
Modified:
head/sys/netinet/cc/cc.c
head/sys/netinet/cc/cc_cdg.c
head/sys/netinet/cc/cc_chd.c
head
Author: glebius
Date: Thu Jan 21 22:34:51 2016
New Revision: 294535
URL: https://svnweb.freebsd.org/changeset/base/294535
Log:
- Rename cc.h to more meaningful tcp_cc.h.
- Declare it a kernel only include, which it already is.
- Don't include tcp.h implicitly from tcp_cc.h
Added:
head/sys
Author: glebius
Date: Thu Jan 21 22:53:12 2016
New Revision: 294536
URL: https://svnweb.freebsd.org/changeset/base/294536
Log:
Refactor TCP_CONGESTION setsockopt handling:
- Use M_TEMP instead of stack variable.
- Unroll error handling, removing several levels of indentation.
Modified:
he
On Thu, 21 Jan 2016 22:20:12 +0100
Antoine Brodin wrote:
> On Thu, Jan 21, 2016 at 12:26 AM, Alexander Kabaev
> wrote:
> > Author: kan
> > Date: Wed Jan 20 23:26:35 2016
> > New Revision: 294470
> > URL: https://svnweb.freebsd.org/changeset/base/294470
> >
> > Log:
> > Fix initlist_add_object
Author: jhb
Date: Fri Jan 22 00:29:11 2016
New Revision: 294539
URL: https://svnweb.freebsd.org/changeset/base/294539
Log:
Add an atomic_fetchadd_64() wrapper on sparc64.
Reviewed by: marius
Modified:
head/sys/sparc64/include/atomic.h
Modified: head/sys/sparc64/include/atomic.h
===
Author: glebius
Date: Fri Jan 22 02:07:48 2016
New Revision: 294540
URL: https://svnweb.freebsd.org/changeset/base/294540
Log:
Provide new socket option TCP_CCALGOOPT, which stands for TCP congestion
control algorithm options. The argument is variable length and is opaque
to TCP, forwarded
Author: glebius
Date: Fri Jan 22 02:23:18 2016
New Revision: 294541
URL: https://svnweb.freebsd.org/changeset/base/294541
Log:
- Separate sendfile(2) implementation from uipc_syscalls.c into
separate file. Claim my copyright.
- Provide more comments, better function and structure names.
Author: emaste
Date: Fri Jan 22 02:28:17 2016
New Revision: 294542
URL: https://svnweb.freebsd.org/changeset/base/294542
Log:
Remove old generated unwind.h when using LLVM libunwind
When not using LLVM libunwind, unwind.h is a generated header and a stale
copy may remain in the OBJDIR aft
On 01/22/16 at 02:07P, Gleb Smirnoff wrote:
> Author: glebius
> Date: Fri Jan 22 02:07:48 2016
> New Revision: 294540
> URL: https://svnweb.freebsd.org/changeset/base/294540
>
> Log:
> Provide new socket option TCP_CCALGOOPT, which stands for TCP congestion
> control algorithm options. The ar
Hiren,
On Thu, Jan 21, 2016 at 06:24:02PM -0800, hiren panchasara wrote:
h> > Log:
h> > Provide new socket option TCP_CCALGOOPT, which stands for TCP congestion
h> > control algorithm options. The argument is variable length and is opaque
h> > to TCP, forwarded directly to the algorithm's
On 01/21/16 at 06:39P, Gleb Smirnoff wrote:
> Hiren,
>
> On Thu, Jan 21, 2016 at 06:24:02PM -0800, hiren panchasara wrote:
> h> > Log:
> h> > Provide new socket option TCP_CCALGOOPT, which stands for TCP
> congestion
> h> > control algorithm options. The argument is variable length and is
On Thu, Jan 21, 2016 at 06:43:10PM -0800, hiren panchasara wrote:
h> > h> > Provide new socket option TCP_CCALGOOPT, which stands for TCP
congestion
h> > h> > control algorithm options. The argument is variable length and is
opaque
h> > h> > to TCP, forwarded directly to the algorithm's ct
On 01/21/16 at 06:50P, Gleb Smirnoff wrote:
> On Thu, Jan 21, 2016 at 06:43:10PM -0800, hiren panchasara wrote:
> h> > h> > Provide new socket option TCP_CCALGOOPT, which stands for TCP
> congestion
> h> > h> > control algorithm options. The argument is variable length and
> is opaque
> h> >
Author: araujo
Date: Fri Jan 22 03:02:38 2016
New Revision: 294543
URL: https://svnweb.freebsd.org/changeset/base/294543
Log:
Switch from FD_SETSIZE to getdtablesize(2) as it can make the FD to be
tunable. Also it gets more close with the original implementation from
OpenBSD.
Requested
Author: adrian
Date: Fri Jan 22 03:15:53 2016
New Revision: 294544
URL: https://svnweb.freebsd.org/changeset/base/294544
Log:
[flash] Teach mx25l SPI flash driver to interact with fdt_slicer and
geom_flashmap
This teaches the mx25l driver (sys/dev/flash/mx25l.c) to interact with
sys/dev/
Author: wma
Date: Fri Jan 22 06:05:31 2016
New Revision: 294546
URL: https://svnweb.freebsd.org/changeset/base/294546
Log:
Fix compilation errors in usb/kshim
Remove old header from the include list and declare extern symbol
for delay() function.
Approved by: hselas
Hi Gleb,
On 01/22/16 09:53, Gleb Smirnoff wrote:
> Author: glebius
> Date: Thu Jan 21 22:53:12 2016
> New Revision: 294536
> URL: https://svnweb.freebsd.org/changeset/base/294536
>
> Log:
> Refactor TCP_CONGESTION setsockopt handling:
> - Use M_TEMP instead of stack variable.
> - Unroll err
Author: wma
Date: Fri Jan 22 06:26:11 2016
New Revision: 294547
URL: https://svnweb.freebsd.org/changeset/base/294547
Log:
Provide busdma stubs for loader/kshim
Simple bus space stubs require the VA-PA mapping
to be identical.
Approved by: hselasky, cognet (mentor)
> On Jan 21, 2016, at 22:19, Lawrence Stewart wrote:
>
> Hi Gleb,
>
> On 01/22/16 09:53, Gleb Smirnoff wrote:
>> Author: glebius
>> Date: Thu Jan 21 22:53:12 2016
>> New Revision: 294536
>> URL: https://svnweb.freebsd.org/changeset/base/294536
>>
>> Log:
>> Refactor TCP_CONGESTION setsockopt
Hi Gleb,
On 01/22/16 09:34, Gleb Smirnoff wrote:
> Author: glebius
> Date: Thu Jan 21 22:34:51 2016
> New Revision: 294535
> URL: https://svnweb.freebsd.org/changeset/base/294535
>
> Log:
> - Rename cc.h to more meaningful tcp_cc.h.
As a bit of historical context, the naming was intentionally
Author: dteske
Date: Fri Jan 22 07:19:30 2016
New Revision: 294548
URL: https://svnweb.freebsd.org/changeset/base/294548
Log:
Add scripts for watching common entry points.
MFC after:3 days
X-MFC-to: stable/10
Added:
head/share/dtrace/watch_execve (contents, props changed)
h
Author: dteske
Date: Fri Jan 22 07:22:30 2016
New Revision: 294549
URL: https://svnweb.freebsd.org/changeset/base/294549
Log:
Fix bad title on script (caused by copy/paste)
MFC after:3 days
X-MFC-to: stable/10
X-MFC-with: r294548
Modified:
head/share/dtrace/watch_execve
Mo
Author: sephe
Date: Fri Jan 22 07:29:31 2016
New Revision: 294553
URL: https://svnweb.freebsd.org/changeset/base/294553
Log:
hyperv/vmbus: Lookup channel through id table
Vmbus event handler will need to find the channel by its relative
id, when software interrupt for event happens. The
Author: delphij
Date: Fri Jan 22 07:32:39 2016
New Revision: 294554
URL: https://svnweb.freebsd.org/changeset/base/294554
Log:
MFV r294491: ntp 4.2.8p6.
Security: CVE-2015-7973, CVE-2015-7974, CVE-2015-7975
Security: CVE-2015-7976, CVE-2015-7977, CVE-2015-7978
Security: CVE-
On Fri, 22 Jan 2016, Marcelo Araujo wrote:
Log:
Switch from FD_SETSIZE to getdtablesize(2) as it can make the FD to be
tunable. Also it gets more close with the original implementation from
OpenBSD.
Modified: head/usr.sbin/ypldap/yp.c
===
65 matches
Mail list logo