On 08/09/2014 12:19, Dag-Erling Smørgrav wrote:
> Author: des
> Date: Mon Sep 8 09:19:01 2014
> New Revision: 271256
> URL: http://svnweb.freebsd.org/changeset/base/271256
>
> Log:
> Fail rather than segfault if neither PAM_TTY nor PAM_RHOST is set.
>
> PR: 83099
> MFC after: 3
Author: trasz
Date: Sun Sep 14 08:35:44 2014
New Revision: 271571
URL: http://svnweb.freebsd.org/changeset/base/271571
Log:
Fix two small nits in ctl.conf(5).
MFC after:3 days
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/ctld/ctl.conf.5
Modified: head/usr.sbin/ctld
On 09/13/14 23:45, Rick Macklem wrote:
Hans Petter Selasky wrote:
On 09/13/14 18:54, Adrian Chadd wrote:
Hi,
Just for the record:
* I'm glad you're tackling the TSO config stuff;
* I'm not glad you're trying to pack it into a u_int rather than
creating a new structure and adding fields for it
Author: pjd
Date: Sun Sep 14 09:26:33 2014
New Revision: 271577
URL: http://svnweb.freebsd.org/changeset/base/271577
Log:
Fix descriptors leak.
PR: bin/191002
Reported by: Ryan Steinmetz
Submitted by: mjg
Modified:
head/contrib/openbsm/bin/auditdistd/subr.c
Modified: head
Author: pjd
Date: Sun Sep 14 09:27:12 2014
New Revision: 271578
URL: http://svnweb.freebsd.org/changeset/base/271578
Log:
Remove the limit on descriptors that can be send in one nvlist.
Submitted by: Mariusz Zaborski
Modified:
head/lib/libnv/msgio.c
Modified: head/lib/libnv/msgio.c
Author: pjd
Date: Sun Sep 14 09:30:09 2014
New Revision: 271579
URL: http://svnweb.freebsd.org/changeset/base/271579
Log:
Use non-recursive algorithm for traversing nvlists. This also removes
the limit on number of nested nvlists.
Submitted by: Mariusz Zaborski
Modified:
head/lib/libnv
Author: kib
Date: Sun Sep 14 10:27:36 2014
New Revision: 271586
URL: http://svnweb.freebsd.org/changeset/base/271586
Log:
Fix mis-spelling of bits and types names in the vnode_pager_putpages().
The changes should not modify the generated code.
The pager->pgo_putpages() method takes int fl
Author: mav
Date: Sun Sep 14 11:59:49 2014
New Revision: 271588
URL: http://svnweb.freebsd.org/changeset/base/271588
Log:
Update CAM CCB accounting for the new status quo.
devq_openings counter lost its meaning after allocation queues has gone.
held counter is still meaningful, but proble
Author: smh
Date: Sun Sep 14 12:23:00 2014
New Revision: 271589
URL: http://svnweb.freebsd.org/changeset/base/271589
Log:
Added missing ZFS sysctls
* vfs.zfs.vdev.async_write_active_min_dirty_percent
* vfs.zfs.vdev.async_write_active_max_dirty_percent
Added validation of min / max for Z
Hans Petter Selasky wrote:
[stuff snipped for brevity]
> > Btw, your patch calls sbsndptr() in tcp_output(), which advances
> > sb_sndptroff and sb_sndptr by the length.
> > Then it loops around and reduces the length for the case where
> > there are too many mbufs in the chain.
> >
>
> Right, tho
Author: jilles
Date: Sun Sep 14 15:59:15 2014
New Revision: 271590
URL: http://svnweb.freebsd.org/changeset/base/271590
Log:
sh: Add some const keywords.
Modified:
head/bin/sh/input.c
head/bin/sh/input.h
head/bin/sh/parser.c
Modified: head/bin/sh/input.c
=
Author: ian
Date: Sun Sep 14 16:12:43 2014
New Revision: 271591
URL: http://svnweb.freebsd.org/changeset/base/271591
Log:
Add a comment giving an overview of the driver. Remove leftover debugging.
Modified:
head/sys/arm/freescale/imx/imx_iomux.c
Modified: head/sys/arm/freescale/imx/imx_iomu
Author: jilles
Date: Sun Sep 14 16:27:49 2014
New Revision: 271592
URL: http://svnweb.freebsd.org/changeset/base/271592
Log:
sh: Make checkend() a real function instead of an emulated nested function.
No functional change is intended, but the generated code is slightly
different.
Modifie
Author: jilles
Date: Sun Sep 14 16:46:30 2014
New Revision: 271593
URL: http://svnweb.freebsd.org/changeset/base/271593
Log:
sh: Remove arbitrary length limit on << EOF markers.
This also simplifies the code.
Added:
head/bin/sh/tests/parser/heredoc12.0 (contents, props changed)
Modifie
Author: ian
Date: Sun Sep 14 17:36:57 2014
New Revision: 271594
URL: http://svnweb.freebsd.org/changeset/base/271594
Log:
Fix an undefined variable that was accidentally not causing an error.
The code had references to both intr_offset and intr_parent variable names
as referring to the pa
Author: ian
Date: Sun Sep 14 17:47:04 2014
New Revision: 271595
URL: http://svnweb.freebsd.org/changeset/base/271595
Log:
Add compat strings for all the flavors of GIC this driver should support.
Also allow the driver to attach to ofwbus as well as simplebus, some FDT
data puts the root inte
Author: alc
Date: Sun Sep 14 18:07:55 2014
New Revision: 271596
URL: http://svnweb.freebsd.org/changeset/base/271596
Log:
Avoid an exclusive acquisition of the object lock on the expected execution
path through the NFS clients' getpages functions.
Introduce vm_pager_free_nonreq(). This f
Author: dim
Date: Sun Sep 14 18:50:38 2014
New Revision: 271597
URL: http://svnweb.freebsd.org/changeset/base/271597
Log:
Pull in r217410 from upstream llvm trunk (by Bob Wilson):
Set trunc store action to Expand for all X86 targets.
When compiling without SSE2, isTruncStoreLegal(F
Author: ian
Date: Sun Sep 14 21:21:03 2014
New Revision: 271601
URL: http://svnweb.freebsd.org/changeset/base/271601
Log:
Add a common routine for parsing FDT data describing an ARM GIC interrupt.
In the fdt data we've written for ourselves, the interrupt properties
for GIC interrupts hav
Author: jhibbits
Date: Sun Sep 14 22:03:41 2014
New Revision: 271602
URL: http://svnweb.freebsd.org/changeset/base/271602
Log:
Fix PowerPC backtraces. Since kernel and user have completely separate
address
spaces, rather than a split address, we actually can't check for being within
the ke
Author: bryanv
Date: Sun Sep 14 22:10:35 2014
New Revision: 271603
URL: http://svnweb.freebsd.org/changeset/base/271603
Log:
Add DEF_CLONE_CMD_ARG2
This will be used in the forthcoming vxlan import.
Reviewed by: gnn
Phabric: https://reviews.freebsd.org/D382
Modified:
head/sb
Author: mav
Date: Sun Sep 14 22:13:19 2014
New Revision: 271604
URL: http://svnweb.freebsd.org/changeset/base/271604
Log:
Add couple memory barries to serialize tdq_cpu_idle and tdq_load accesses.
This change fixes transient performance drops in some of my benchmarks,
vanishing as soon as
Author: mav
Date: Sun Sep 14 23:39:13 2014
New Revision: 271606
URL: http://svnweb.freebsd.org/changeset/base/271606
Log:
Always report that we support REPORT TARGET PORT GROUPS command.
Without clustering support we any way have only one group of permanently
active ports, but that gives
Author: ian
Date: Sun Sep 14 23:48:18 2014
New Revision: 271607
URL: http://svnweb.freebsd.org/changeset/base/271607
Log:
Use gic_decode_fdt() rather than a local routine to parse fdt interrupt
properties. Move fdt_pic_table and fdt_fixup_table into imx6_machdep.c,
which means imx6 doesn't
On 08.05.2014 23:40, David C Somayajulu wrote:
> Author: davidcs
> Date: Thu May 8 19:40:37 2014
> New Revision: 265703
> URL: http://svnweb.freebsd.org/changeset/base/265703
> Modified: head/sys/modules/bce/Makefile
> ==
Author: avg
Date: Mon Sep 15 06:21:28 2014
New Revision: 271609
URL: http://svnweb.freebsd.org/changeset/base/271609
Log:
add gptzfsboot.8, zfsboot.8 and zfsloader.8 manual pages
Many thanks to Warren Block for his reviews, corrections and additions.
Reviewed by: Warren Block
MFC a
26 matches
Mail list logo