John Baldwin writes:
> This broke the build of pam_ssh.
I'm terribly sorry. I had completely forgotten about pam_ssh. Next
time I break the build, please do not hesitate to commit a fix or
workaround immediately. I can always clean it up later.
DES
--
Dag-Erling Smørgrav - d...@des.no
__
Author: des
Date: Wed Jan 20 09:14:37 2016
New Revision: 294407
URL: https://svnweb.freebsd.org/changeset/base/294407
Log:
MFV (r285035): fix props (no content changes)
Modified:
Directory Properties:
head/crypto/openssh/ (props changed)
head/crypto/openssh/bitmap.c (props changed)
he
On 19/01/2016 19:20, Alan Somers wrote:
> The thing is, it never really worked in the first place. Panics and
> deadlocks are so frequent that I don't think the feature was usable
> for anybody.
The feature is perfectly usable for me. I have never run into the problems that
you describe. Why no
On 19/01/2016 19:00, Alan Somers wrote:
> Author: asomers
> Date: Tue Jan 19 17:00:25 2016
> New Revision: 294329
> URL: https://svnweb.freebsd.org/changeset/base/294329
>
> Log:
> Disallow zvol-backed ZFS pools
What, again?...
> Using zvols as backing devices for ZFS pools is fraught with p
Author: wma
Date: Wed Jan 20 11:15:54 2016
New Revision: 294410
URL: https://svnweb.freebsd.org/changeset/base/294410
Log:
Adding info about myself to committers-src.xml
Approved by: cognet (mentor)
Differential revision: https://reviews.freebsd.org/D5001
Modified:
head/share
Author: melifaro
Date: Wed Jan 20 11:25:30 2016
New Revision: 294411
URL: https://svnweb.freebsd.org/changeset/base/294411
Log:
Fix rte refcount leak in ip6_forward().
Reviewed by: ae
MFC after:2 weeks
Sponsored by: Yandex LLC
Modified:
head/sys/netinet6/ip6_forward.c
Modified:
Author: zbb
Date: Wed Jan 20 11:34:22 2016
New Revision: 294412
URL: https://svnweb.freebsd.org/changeset/base/294412
Log:
Revert r294267 to avoid using experimental VFS_AIO in ARM64's GENERIC
Remove VFS_AIO from the ARM64's GENERIC as it can be used
as a loadable module.
Modified:
hea
2016-01-19 19:01 GMT+01:00 Slawa Olhovchenkov :
> On Mon, Jan 18, 2016 at 02:21:07PM +, Andrew Turner wrote:
>
> > On Mon, 18 Jan 2016 14:11:34 + (UTC)
> > Zbigniew Bodek wrote:
> >
> > > Author: zbb
> > > Date: Mon Jan 18 14:11:34 2016
> > > New Revision: 294267
> > > URL: https://svnweb
Author: zbb
Date: Wed Jan 20 11:57:11 2016
New Revision: 294413
URL: https://svnweb.freebsd.org/changeset/base/294413
Log:
Mark gpio as "optional" in files.mv and edit Marvell's kernconfs
Including arm/mv/gpio.c now depends on 'gpio' device. 'device gpio' was
added to all kernconf files o
Author: marius
Date: Wed Jan 20 12:10:14 2016
New Revision: 294414
URL: https://svnweb.freebsd.org/changeset/base/294414
Log:
Correct assertions in r294362, foobared when separating style fixes
from functional changes before commit.
Modified:
head/sys/sys/ttydevsw.h
Modified: head/sys/sys/
Author: culot (ports committer)
Date: Wed Jan 20 12:19:34 2016
New Revision: 294415
URL: https://svnweb.freebsd.org/changeset/base/294415
Log:
Welcome miwi back to the portmgr team
Modified:
head/share/misc/organization.dot
Modified: head/share/misc/organization.dot
=
Author: zbb
Date: Wed Jan 20 13:14:36 2016
New Revision: 294416
URL: https://svnweb.freebsd.org/changeset/base/294416
Log:
Introduce initial support for Marvell Armada38x
This commit introduces initial support for Marvell Armada38x platform.
Changes:
- Add common DTS files for Armada38x
Author: zbb
Date: Wed Jan 20 13:32:13 2016
New Revision: 294418
URL: https://svnweb.freebsd.org/changeset/base/294418
Log:
Correct ranges in Armada38x dts
Ranges property of 'soc' node used two-cell addresses which resulted in
casting errors as simplebus resource allocation works with 32-
Author: zbb
Date: Wed Jan 20 13:35:06 2016
New Revision: 294419
URL: https://svnweb.freebsd.org/changeset/base/294419
Log:
Do not require strict compatibility on simplebus
Strict compatibility requirement is a root of problems when simplebus'
node has two compatibility strings (i.e. on Ar
Author: zbb
Date: Wed Jan 20 13:40:54 2016
New Revision: 294420
URL: https://svnweb.freebsd.org/changeset/base/294420
Log:
Add global mpcore timer node to Armada 38x DTS
Changes:
- global mpcore timer dts node added
- required by driver 'clock-frequency' property added
Reviewed by:
Author: zbb
Date: Wed Jan 20 13:42:54 2016
New Revision: 294421
URL: https://svnweb.freebsd.org/changeset/base/294421
Log:
Use GIC-specific decoding function in mv_common.c
Add gic_decode_fdt function to fdt_pic_table, allowing to recognize GIC
interrupts on Armada38x. SOC_MV_ARMADA38X if
Author: zbb
Date: Wed Jan 20 13:45:35 2016
New Revision: 294422
URL: https://svnweb.freebsd.org/changeset/base/294422
Log:
Fix GIC FDT interrupts decoding
Interrupt type in FDT was interpreted incorrectly.
Patch taken from freebsd-arm thread 'GIC - interrupts interpretation in
DTS/FDT':
Author: zbb
Date: Wed Jan 20 13:47:44 2016
New Revision: 294423
URL: https://svnweb.freebsd.org/changeset/base/294423
Log:
Add compatibility string for dw-apb-uart in ns8250 driver
This compatibility string is used in .dts file of Armada38x
and isrequired for driver attachment.
Revie
Author: zbb
Date: Wed Jan 20 13:51:14 2016
New Revision: 294424
URL: https://svnweb.freebsd.org/changeset/base/294424
Log:
Fix busy-detect when using DesignWare UART
uart_dev_ns8250 now relies on compatible property instead of additional
'busy-detect' cell. All drivers with compatible = "
Author: zbb
Date: Wed Jan 20 13:53:33 2016
New Revision: 294425
URL: https://svnweb.freebsd.org/changeset/base/294425
Log:
Set IO Sync Barrier flags for all Mbus devices on Armada38x
IO Sync Barrier setting is required for I/O coherency.
Reviewed by: andrew, ian, imp
Obtained from:
Author: zbb
Date: Wed Jan 20 13:55:51 2016
New Revision: 294426
URL: https://svnweb.freebsd.org/changeset/base/294426
Log:
Enable SCU unit for Armada38x
Valid SCU operation is necessary for SMP interoperability.
Initialization function armada38x_enable_scu() was added.
Reviewed by:
Author: zbb
Date: Wed Jan 20 13:58:07 2016
New Revision: 294427
URL: https://svnweb.freebsd.org/changeset/base/294427
Log:
Improve attachment of the ehci_mv driver
Driver was modified to ensure it attaches properly to "marvell,orion-ehci"
node, which doesn't have error interrupt line defi
Author: zbb
Date: Wed Jan 20 14:00:32 2016
New Revision: 294428
URL: https://svnweb.freebsd.org/changeset/base/294428
Log:
Enable USB in kernconf of Armada38x
With this commit, USB 2.0 works fine on Armada38x platforms.
Obtained from: Semihalf
Sponsored by: Stormshield
Submitted
Author: zbb
Date: Wed Jan 20 14:02:36 2016
New Revision: 294429
URL: https://svnweb.freebsd.org/changeset/base/294429
Log:
Enhance remap capabilities for Armada38x
Add conditions corresponding to Armada38x-based SoCs,
enhancing their remap capabilities.
This is required for PCIe to work
Author: zbb
Date: Wed Jan 20 14:05:21 2016
New Revision: 294430
URL: https://svnweb.freebsd.org/changeset/base/294430
Log:
Fix invalid root link detection in mv_pci driver
mv_pci driver omitted slot 0, which can be valid device on Armada38x.
New mechanism detects if device is root link, b
Author: zbb
Date: Wed Jan 20 14:10:00 2016
New Revision: 294431
URL: https://svnweb.freebsd.org/changeset/base/294431
Log:
Improve definitions of CPU/PCIe windows for Armada38x
Enhance existing ARMADAXP defines and introduce new MV_WIN_PCIE_
definitions.
Reviewed by:andrew
Obta
Author: zbb
Date: Wed Jan 20 14:14:30 2016
New Revision: 294432
URL: https://svnweb.freebsd.org/changeset/base/294432
Log:
Change DTS entry of PCIe controller for Armada38x
Invalid (in FreeBSD) definition of PCI controller was
replaced with another one, working in FreeBSD environment.
Author: zbb
Date: Wed Jan 20 14:16:13 2016
New Revision: 294433
URL: https://svnweb.freebsd.org/changeset/base/294433
Log:
Correct MV_DDR_CADR_BASE definiton in mvwin.h
SOC_MV_ARMADAXP ifdef was enhanced with SOC_MV_ARMADA38X,
correcting MV_DDR_CADR_BASE definition. It fixes PCIe hangs is
Author: zbb
Date: Wed Jan 20 14:18:49 2016
New Revision: 294434
URL: https://svnweb.freebsd.org/changeset/base/294434
Log:
Add a new RTC driver for Armada38x
New driver registers RTC as system clock. New RTC resolution is 1 sec.
Settime and gettime functions were implemented.
Reviewe
Author: zbb
Date: Wed Jan 20 14:21:06 2016
New Revision: 294435
URL: https://svnweb.freebsd.org/changeset/base/294435
Log:
Add support for I2C on Armada38x
Extend driver's compatible strings' table
and enable I2C compilation in kernconf.
Reviewed by:andrew, ian
Obtained from:
Author: zbb
Date: Wed Jan 20 14:23:57 2016
New Revision: 294436
URL: https://svnweb.freebsd.org/changeset/base/294436
Log:
Add support for watchdog on Armada38x
A38X watchdog support was implemented in sys/arm/mv/timer.c driver.
It required following modifications:
- add "marvell,armada
Author: zbb
Date: Wed Jan 20 14:28:05 2016
New Revision: 294437
URL: https://svnweb.freebsd.org/changeset/base/294437
Log:
Support watchdog depending on "mrvl,has-wdt" property
With this commit, watchdog is supported only in case of having
"mrvl,has-wdt" property or dedicated for watchdog
Author: zbb
Date: Wed Jan 20 14:30:17 2016
New Revision: 294438
URL: https://svnweb.freebsd.org/changeset/base/294438
Log:
Open window to bootROM memory on Armada38x to allow CPU1 to boot
CPU1 is halted in bootROM code while it is waiting to be released.
Memory window to bootROM must be o
Author: zbb
Date: Wed Jan 20 14:45:54 2016
New Revision: 294439
URL: https://svnweb.freebsd.org/changeset/base/294439
Log:
Add initial support for SMP on Armada38x
- Add file sys/arm/mv/armada38x/armada38x_mp.c
- Set mp_maxid and mp_ncpus based on FDT unless SCU register indicates
onl
Author: zbb
Date: Wed Jan 20 14:49:16 2016
New Revision: 294441
URL: https://svnweb.freebsd.org/changeset/base/294441
Log:
Introduce initial driver for PMSU on Armada38x
This is a stub for PMSU driver. Note that it cannot be used to set the
secondary core boot address during attach becaus
Author: mmel
Date: Wed Jan 20 14:49:01 2016
New Revision: 294440
URL: https://svnweb.freebsd.org/changeset/base/294440
Log:
OFW: Fix ofw_bus_string_list_to_array() function.
Originally committed version was unfinished and didn't work at all,
because I took it from the wrong WIP branch by mis
Author: royger
Date: Wed Jan 20 15:02:43 2016
New Revision: 294442
URL: https://svnweb.freebsd.org/changeset/base/294442
Log:
xen-netfront: add multiqueue support
Add support for multiple TX and RX queue pairs. The default number of queues
is set to 4, but can be easily changed from the s
Author: bdrewery
Date: Wed Jan 20 16:45:39 2016
New Revision: 29
URL: https://svnweb.freebsd.org/changeset/base/29
Log:
Add some missing dependencies on pci_iov_if.h.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys/modules/ix/Makefile
head/sys/modules/ixlv/Makefi
Author: emaste
Date: Wed Jan 20 18:35:43 2016
New Revision: 294451
URL: https://svnweb.freebsd.org/changeset/base/294451
Log:
Increase BERI boot components section alignment to 16
The .text, .bss, and .data sections claimed 16-byte alignment, but were
only aligned to 8 by the linker scrip
Author: brooks
Date: Wed Jan 20 18:47:33 2016
New Revision: 294452
URL: https://svnweb.freebsd.org/changeset/base/294452
Log:
Add a simple manpage for the cfi(4) and associated cfid(4) drivers.
MFC after:1 week
Sponsored by: DARPA, AFRL
Added:
head/share/man/man4/cfi.4 (contents,
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 are so frequent that I don't think the feature was usable
>> for anybody.
>
> The feature is perfectly usable for me.
On Wed, Jan 20, 2016 at 2:20 AM, Andriy Gapon wrote:
> On 19/01/2016 19:00, Alan Somers wrote:
>> Author: asomers
>> Date: Tue Jan 19 17:00:25 2016
>> New Revision: 294329
>> URL: https://svnweb.freebsd.org/changeset/base/294329
>>
>> Log:
>> Disallow zvol-backed ZFS pools
>
> What, again?...
>
Author: bdrewery
Date: Wed Jan 20 20:58:42 2016
New Revision: 294458
URL: https://svnweb.freebsd.org/changeset/base/294458
Log:
Add .NOMETA missed in r291320.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/lib/libc/stdlib/jemalloc/Makefile.inc
Modified: head/lib/libc/stdlib/
On Tue, Jan 19, 2016 at 04:18:26PM +, Dag-Erling Smørgrav wrote:
D> Author: des
D> Date: Tue Jan 19 16:18:26 2016
D> New Revision: 294328
D> URL: https://svnweb.freebsd.org/changeset/base/294328
D>
D> Log:
D> Upgrade to OpenSSH 6.7p1, retaining libwrap support (which has been removed
D> up
Author: brooks
Date: Wed Jan 20 21:54:43 2016
New Revision: 294461
URL: https://svnweb.freebsd.org/changeset/base/294461
Log:
MIPS also needs ofw_bus_if.h in some cases.
Modified:
head/sys/modules/i2c/iicbb/Makefile
Modified: head/sys/modules/i2c/iicbb/Makefile
==
On Jan 20, 2016, at 1:54 PM, Brooks Davis wrote:
>
> Author: brooks
> Date: Wed Jan 20 21:54:43 2016
> New Revision: 294461
> URL: https://svnweb.freebsd.org/changeset/base/294461
>
> Log:
> MIPS also needs ofw_bus_if.h in some cases.
Why not make this unconditional? What would the harm be?
W
On Wed, Jan 20, 2016 at 01:53:57PM -0800, Gleb Smirnoff wrote:
T> On Tue, Jan 19, 2016 at 04:18:26PM +, Dag-Erling Smørgrav wrote:
T> D> Author: des
T> D> Date: Tue Jan 19 16:18:26 2016
T> D> New Revision: 294328
T> D> URL: https://svnweb.freebsd.org/changeset/base/294328
T> D>
T> D> Log:
T> D
I have no idea how this was working before and why it took so long to
manifest. Many people reported failures here in the last day and
confirmed this fixed it.
On 1/20/2016 8:45 AM, Bryan Drewery wrote:
> Author: bdrewery
> Date: Wed Jan 20 16:45:39 2016
> New Revision: 29
> URL: https://svnwe
It would work built part of buildkernel since pci_iov_if.h would exist there.
It would fail when built by hand since the kernel config didn’t save us.
Warner
> On Jan 20, 2016, at 1:57 PM, Bryan Drewery wrote:
>
> I have no idea how this was working before and why it took so long to
> manifes
On 1/20/2016 1:59 PM, Warner Losh wrote:
> It would work built part of buildkernel since pci_iov_if.h would exist there.
> It would fail when built by hand since the kernel config didn’t save us.
>
I don't understand. The problem was seen in buildkernel.
>
>
>> On Jan 20, 2016, at 1:57 PM, Br
Author: brooks
Date: Wed Jan 20 22:23:08 2016
New Revision: 294463
URL: https://svnweb.freebsd.org/changeset/base/294463
Log:
Shift saved floating point registers up in jmp_buf.
sigmask_t is 128-bits so requires two slots.
Approved by: CheriBSD (93699cb9b6e73980ac369e379cea9772c9494cc
Author: des
Date: Wed Jan 20 22:57:10 2016
New Revision: 294464
URL: https://svnweb.freebsd.org/changeset/base/294464
Log:
Upgrade to OpenSSH 7.0p1.
Modified:
head/crypto/openssh/ChangeLog
head/crypto/openssh/OVERVIEW
head/crypto/openssh/PROTOCOL
head/crypto/openssh/PROTOCOL.mux
head/
Author: avos
Date: Wed Jan 20 23:01:33 2016
New Revision: 294465
URL: https://svnweb.freebsd.org/changeset/base/294465
Log:
urtwn: use ic_updateslot method to handle slot time change
(by default it was set to 9us).
Tested with RTL8188EU / RTL8188CUS in STA mode.
Reviewed by: kevlo
Author: des
Date: Wed Jan 20 23:08:57 2016
New Revision: 294466
URL: https://svnweb.freebsd.org/changeset/base/294466
Log:
Remove a number of generated files which are either out-of-date (because
they are never regenerated to reflect our changes) or in the way of
freebsd-configure.sh.
Delet
On 20/01/2016 22:04, Alan Somers wrote:
> On Wed, Jan 20, 2016 at 2:20 AM, Andriy Gapon wrote:
>> On 19/01/2016 19:00, Alan Somers wrote:
>>> Author: asomers
>>> Date: Tue Jan 19 17:00:25 2016
>>> New Revision: 294329
>>> URL: https://svnweb.freebsd.org/changeset/base/294329
>>>
>>> Log:
>>> Dis
Author: des
Date: Wed Jan 20 23:11:58 2016
New Revision: 294467
URL: https://svnweb.freebsd.org/changeset/base/294467
Log:
Ignore generated files.
Modified:
Directory Properties:
head/crypto/openssh/ (props changed)
head/crypto/openssh/openbsd-compat/ (props changed)
head/crypto/opens
On 20 Jan, Bryan Drewery wrote:
> On 1/20/2016 1:59 PM, Warner Losh wrote:
>> It would work built part of buildkernel since pci_iov_if.h would exist
>> there. It would fail when built by hand since the kernel config didn’t save
>> us.
>>
>
> I don't understand. The problem was seen in buildkern
On Wed, Jan 20, 2016 at 3:19 PM, Don Lewis wrote:
> On 20 Jan, Bryan Drewery wrote:
> > On 1/20/2016 1:59 PM, Warner Losh wrote:
> >> It would work built part of buildkernel since pci_iov_if.h would exist
> there. It would fail when built by hand since the kernel config didn’t save
> us.
> >>
> >
Author: mjg
Date: Wed Jan 20 23:22:36 2016
New Revision: 294468
URL: https://svnweb.freebsd.org/changeset/base/294468
Log:
session: tidy up fixjobc
This stops abusing the 'p' pointer for iteration over children processes
and gets rid of useless locking around PRS_ZOMBIE check.
Sugges
Author: des
Date: Wed Jan 20 23:23:08 2016
New Revision: 294469
URL: https://svnweb.freebsd.org/changeset/base/294469
Log:
Remove RCS tags from files in which we no longer have any local
modifications, and add them to two files in which we do.
Modified:
head/crypto/openssh/buffer.c (conte
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 object for
which dependencies should be processed. In most cases,
this is
Author: avos
Date: Wed Jan 20 23:27:02 2016
New Revision: 294471
URL: https://svnweb.freebsd.org/changeset/base/294471
Log:
urtwn: rework debug handling
- Use bitmap for debug output selection.
- Add few new messages (one for URTWN_DEBUG_BEACON
and another one for URTWN_DEBUG_INTR).
-
Author: mjg
Date: Wed Jan 20 23:33:58 2016
New Revision: 294472
URL: https://svnweb.freebsd.org/changeset/base/294472
Log:
session: avoid proctree lock on proc exit when possible
We can get away with the common case with only proc lock held.
Reviewed by: kib
Modified:
head/sys/kern
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 are so frequent that I don't think the feature was usable
>>> for anybody
On Tue, Jan 19, 2016 at 07:24:31PM -0700, Ian Lepore wrote:
> On Tue, 2016-01-19 at 23:34 +, Marius Strobl wrote:
> > Author: marius
> > Date: Tue Jan 19 23:34:27 2016
> > New Revision: 294362
> > URL: https://svnweb.freebsd.org/changeset/base/294362
> >
> > Log:
> > Fix tty_drain() and, thu
On Wed, Jan 20, 2016 at 01:55:39PM -0800, Warner Losh wrote:
> On Jan 20, 2016, at 1:54 PM, Brooks Davis wrote:
> >
> > Author: brooks
> > Date: Wed Jan 20 21:54:43 2016
> > New Revision: 294461
> > URL: https://svnweb.freebsd.org/changeset/base/294461
> >
> > Log:
> > MIPS also needs ofw_bus_i
Author: avos
Date: Wed Jan 20 23:55:39 2016
New Revision: 294473
URL: https://svnweb.freebsd.org/changeset/base/294473
Log:
urtwn: add temperature calibration
Redo LC calibration if temperature changed significantly since last
calibration.
Tested with RTL8188EU/RTL8188CUS in STA mode
Hi,
So yeah, I think it's time we just bit the bullet and wrote a
generic-ish debug/ktr framework for drivers to use so drivers and
infrastructure doesn't keep spinning its own damned debugging stuff.
(I know people keep saying "dtrace", but ...)
Let's have a think about it.
-a
___
On Wed, Jan 20, 2016 at 03:22:13PM -0800, Warner Losh wrote:
> On Wed, Jan 20, 2016 at 3:19 PM, Don Lewis wrote:
>
> > On 20 Jan, Bryan Drewery wrote:
> > > On 1/20/2016 1:59 PM, Warner Losh wrote:
> > >> It would work built part of buildkernel since pci_iov_if.h would exist
> > there. It would f
-Original Message-
From: on behalf of Adrian Chadd
Date: 2016-01-20, Wednesday at 16:02
To: Andriy Voskoboinyk
Cc: "src-committ...@freebsd.org" ,
"svn-src-...@freebsd.org" , "svn-src-head@freebsd.org"
Subject: Re: svn commit: r294471 - head/sys/dev/usb/wlan
>Hi,
>
>So yeah, I thin
Author: np
Date: Thu Jan 21 00:42:48 2016
New Revision: 294474
URL: https://svnweb.freebsd.org/changeset/base/294474
Log:
iw_cxgbe: fix a couple of problems int the RDMA_TERMINATE handler.
a) Look for the CPL in the payload buffer instead of the descriptor.
b) Retrieve the socket associat
Author: mjg
Date: Thu Jan 21 01:04:03 2016
New Revision: 294475
URL: https://svnweb.freebsd.org/changeset/base/294475
Log:
cache: use counter(9) API to maintain statistics
Previously the code would just increment statistics while only holding a
shared lock, in effect losing updates.
Author: mjg
Date: Thu Jan 21 01:05:41 2016
New Revision: 294476
URL: https://svnweb.freebsd.org/changeset/base/294476
Log:
cache: provide a helper for computing the hash
Reviewed by: kib
Modified:
head/sys/kern/vfs_cache.c
Modified: head/sys/kern/vfs_cache.c
===
Author: mjg
Date: Thu Jan 21 01:07:05 2016
New Revision: 294477
URL: https://svnweb.freebsd.org/changeset/base/294477
Log:
cache: perform . lockup without the namecache lock
Reviewed by: kib
Modified:
head/sys/kern/vfs_cache.c
Modified: head/sys/kern/vfs_cache.c
===
Author: mjg
Date: Thu Jan 21 01:09:39 2016
New Revision: 294478
URL: https://svnweb.freebsd.org/changeset/base/294478
Log:
cache: minor changes
1. vhold and zap immediately instead of postponing few lines later
2. increment numneg after new entry is added
No functional changes.
On Wed, Jan 20, 2016 at 04:15:54PM -0800, Ravi Pokala wrote:
> -Original Message-
>
>
> From: on behalf of Adrian Chadd
>
> Date: 2016-01-20, Wednesday at 16:02
> To: Andriy Voskoboinyk
> Cc: "src-committ...@freebsd.org" ,
> "svn-src-...@freebsd.org" ,
> "svn-src-head@freebsd.org"
Author: jhb
Date: Thu Jan 21 01:28:31 2016
New Revision: 294481
URL: https://svnweb.freebsd.org/changeset/base/294481
Log:
Remove unused variables for socket AIO.
In r55943, a per-process queue of pending socket AIO requests (requests
waiting for the socket to become ready) was added so t
-Original Message-
From: on behalf of Mateusz Guzik
Date: 2016-01-20, Wednesday at 17:04
To: , ,
Subject: svn commit: r294475 - head/sys/kern
>Author: mjg
>Date: Thu Jan 21 01:04:03 2016
>New Revision: 294475
>URL: https://svnweb.freebsd.org/changeset/base/294475
>
>Log:
> cache: u
On Wed, Jan 20, 2016 at 4:09 PM, Andriy Gapon wrote:
> On 20/01/2016 22:04, Alan Somers wrote:
>> On Wed, Jan 20, 2016 at 2:20 AM, Andriy Gapon wrote:
>>> On 19/01/2016 19:00, Alan Somers wrote:
Author: asomers
Date: Tue Jan 19 17:00:25 2016
New Revision: 294329
URL: https://s
Author: jhb
Date: Thu Jan 21 02:20:38 2016
New Revision: 294482
URL: https://svnweb.freebsd.org/changeset/base/294482
Log:
AIO daemons have always been kernel processes to facilitate switching to
user VM spaces while servicing jobs. Update various comments and data
structures that refer to
Gleb Smirnoff writes:
> Dag-Erling Smørgrav writes:
> > Log:
> > Upgrade to OpenSSH 6.7p1 [...]
> 6.7p1? This looks like typo.
I'm doing this one release at a time to minimize the amount of conflicts
I have to deal with and to get a better sense of what has changed from
one version to the next
Author: glebius
Date: Thu Jan 21 07:54:05 2016
New Revision: 294487
URL: https://svnweb.freebsd.org/changeset/base/294487
Log:
Note that new ssh(1) doesn't allow to use DSA keys by default.
Modified:
head/UPDATING
Modified: head/UPDATING
==
82 matches
Mail list logo