Author: des
Date: Tue Oct 22 06:53:01 2013
New Revision: 256875
URL: http://svnweb.freebsd.org/changeset/base/256875
Log:
Start rtsold if necessary.
Reviewed by: hrs
MFC after:3 days
Modified:
head/etc/netstart
Modified: head/etc/netstart
=
Author: hrs
Date: Tue Oct 22 06:02:40 2013
New Revision: 256874
URL: http://svnweb.freebsd.org/changeset/base/256874
Log:
MFC 256716,256835:
- Fix jail_parallel_start="YES".
- Fix ip[46].addr when interface parameter is not defined.
- Fix a bug which prevented jails from starting when $
Author: gonzo
Date: Tue Oct 22 05:22:46 2013
New Revision: 256873
URL: http://svnweb.freebsd.org/changeset/base/256873
Log:
Make watchdog function conform watchdog(9):
Set error to 0 when watchdog is armed and disable it when timeout
is too large to be set.
Modified:
head/sys/arm/allwinne
Author: gonzo
Date: Tue Oct 22 05:19:42 2013
New Revision: 256871
URL: http://svnweb.freebsd.org/changeset/base/256871
Log:
- Implement watchdog function and register it with watchdog list
Modified:
head/sys/arm/broadcom/bcm2835/bcm2835_wdog.c
Modified: head/sys/arm/broadcom/bcm2835/bcm2835_
Author: nwhitehorn
Date: Tue Oct 22 02:39:56 2013
New Revision: 256870
URL: http://svnweb.freebsd.org/changeset/base/256870
Log:
Return standards-compliant code from OF_nextprop() with FDT when no
properties remain on this node.
Modified:
head/sys/dev/ofw/ofw_fdt.c
Modified: head/sys/dev/o
Author: neel
Date: Tue Oct 22 00:58:51 2013
New Revision: 256869
URL: http://svnweb.freebsd.org/changeset/base/256869
Log:
MFC r256645.
Add a new capability, VM_CAP_ENABLE_INVPCID, that can be enabled to expose
'invpcid' instruction to the guest. Currently bhyve will try to enable this
Author: bz
Date: Tue Oct 22 00:50:53 2013
New Revision: 256868
URL: http://svnweb.freebsd.org/changeset/base/256868
Log:
Make netback compile without INET support in the kernel.
This shuld have been a problem since r230587. Not exactly sure why it
was not detected the last weeks with the
Author: sbruno
Date: Mon Oct 21 22:55:56 2013
New Revision: 256866
URL: http://svnweb.freebsd.org/changeset/base/256866
Log:
Resolve clang warning about a use of syslog. By using a proper enforcement
of string format in a call so syslog
/usr/src/gnu/lib/libssp/../../../contrib/gcclibs/lib
Author: brooks
Date: Mon Oct 21 22:43:38 2013
New Revision: 256865
URL: http://svnweb.freebsd.org/changeset/base/256865
Log:
Remove the isf(4) driver. It was created by accident and is subset of
the cfi(4) driver. It remained in the tree longer than would be ideal
due to the time required
Author: nwhitehorn
Date: Mon Oct 21 22:25:54 2013
New Revision: 256864
URL: http://svnweb.freebsd.org/changeset/base/256864
Log:
Make hard-wired TLB allocations be at minimum one page. This is required by
some implementations, most notably (in my case) QEMU's e500 emulation.
Modified:
head/
Author: mav
Date: Mon Oct 21 21:16:50 2013
New Revision: 256862
URL: http://svnweb.freebsd.org/changeset/base/256862
Log:
Add comments that taskqueue_enqueue_locked() returns without the lock.
Modified:
head/sys/kern/subr_taskqueue.c
Modified: head/sys/kern/subr_taskqueue.c
=
Author: brooks
Date: Mon Oct 21 21:13:01 2013
New Revision: 256861
URL: http://svnweb.freebsd.org/changeset/base/256861
Log:
MFP4: 223121 (FDT infrastructure portion)
Implement support for interrupt-parent nodes in simplebus. The current
implementation requires that device declarations h
Author: brooks
Date: Mon Oct 21 20:51:08 2013
New Revision: 256860
URL: http://svnweb.freebsd.org/changeset/base/256860
Log:
Allow kernels without options SOFTUPDATES to build. This should fix the
embedded tinderboxes.
Reviewed by: emaste
Modified:
head/sys/ufs/ffs/ffs_vfsops.c
Modi
Author: emaste
Date: Mon Oct 21 20:38:02 2013
New Revision: 256859
URL: http://svnweb.freebsd.org/changeset/base/256859
Log:
Don't force 64-bit DWARF2 on MIPS
64-bit debug data is only necessary for objects with greater than 4GB of
debug data, and is not used on other 64-bit FreeBSD targe
Author: andreast
Date: Mon Oct 21 19:11:15 2013
New Revision: 256857
URL: http://svnweb.freebsd.org/changeset/base/256857
Log:
MFC: 256555
Move the resource allocation from the ata_*_probe section to the ata_*_attach
section. This prevents a boot crash on nearly all iMacs and PowerMacs/Bo
Author: nwhitehorn
Date: Mon Oct 21 18:47:02 2013
New Revision: 256855
URL: http://svnweb.freebsd.org/changeset/base/256855
Log:
Use standard ofw_bus helpers instead of reinventing the wheel.
Modified:
head/sys/powerpc/powerpc/nexus.c
Modified: head/sys/powerpc/powerpc/nexus.c
==
Author: emaste
Date: Mon Oct 21 18:26:22 2013
New Revision: 256854
URL: http://svnweb.freebsd.org/changeset/base/256854
Log:
MFC r251844: Include die tag in error message
Modified:
stable/9/contrib/gdb/gdb/dwarf2read.c
Directory Properties:
stable/9/contrib/gdb/ (props changed)
Modified:
Author: emaste
Date: Mon Oct 21 18:25:36 2013
New Revision: 256853
URL: http://svnweb.freebsd.org/changeset/base/256853
Log:
MFC r251667: Handle DW_TAG_unspecified_type
2011-11-14 Jim Ingham
* dwarf2read.c (read_type_die): Handle DW_TAG_unspecified_type.
(read_tag_unspecif
Author: emaste
Date: Mon Oct 21 18:23:16 2013
New Revision: 256852
URL: http://svnweb.freebsd.org/changeset/base/256852
Log:
MFC r251665: Handle DW_TAG_rvalue_reference_type
2012-05-21 Jim Ingham
* dwarf2read.c (process_die): Handle DW_TAG_rvalue_reference_type.
(read_t
Author: emaste
Date: Mon Oct 21 18:20:20 2013
New Revision: 256851
URL: http://svnweb.freebsd.org/changeset/base/256851
Log:
MFC r244437: Support restrict qualifier in dwarf debug info
Newer clang/llvm emit DW_TAG_restrict_type, which wasn't handled by gdb.
Import support from Apple's
On Mon, Oct 21, 2013 at 04:46:13PM +, Konstantin Belousov wrote:
> Author: kib
> Date: Mon Oct 21 16:46:12 2013
> New Revision: 256850
> URL: http://svnweb.freebsd.org/changeset/base/256850
>
> Log:
> Add a resource limit for the total number of kqueues available to the
> user. Kqueue now
Author: kib
Date: Mon Oct 21 16:46:12 2013
New Revision: 256850
URL: http://svnweb.freebsd.org/changeset/base/256850
Log:
Add a resource limit for the total number of kqueues available to the
user. Kqueue now saves the ucred of the allocating thread, to
correctly decrement the counter on cl
Author: kib
Date: Mon Oct 21 16:44:53 2013
New Revision: 256849
URL: http://svnweb.freebsd.org/changeset/base/256849
Log:
Add a resource limit for the total number of kqueues available to the
user. Kqueue now saves the ucred of the allocating thread, to
correctly decrement the counter on cl
Author: kib
Date: Mon Oct 21 16:22:51 2013
New Revision: 256848
URL: http://svnweb.freebsd.org/changeset/base/256848
Log:
Reset function on SandyBridge holds the gt_lock for the whole duration
already. Also, according to the specs, GDRST register is not in the
power well, so the forcewake f
Author: kib
Date: Mon Oct 21 16:17:46 2013
New Revision: 256847
URL: http://svnweb.freebsd.org/changeset/base/256847
Log:
Print more useful information about the transfer that trigger the assertion.
Other data is available with ddb command 'show pginfo'.
Sponsored by: The FreeBSD Foundati
Hi Kirk,
On 2013-10-20 21:11:41 (+), Kirk McKusick wrote:
> Modified: head/sys/ufs/ffs/ffs_softdep.c
> ==
> --- head/sys/ufs/ffs/ffs_softdep.cSun Oct 20 21:11:36 2013
> (r256807)
> +++ head/sys/ufs/ffs/ffs
On 21/10/2013 09:50, Hiroki Sato wrote:
>
> Thank you for your report. r256835 should fix it (and other issues).
> Please try it and let me know if it works fine.
>
> -- Hiroki
>
Hi Hiroki,
r256835 appears to be working fine so far - thank you.
Regards,
Jase.
--
Jase Thew
j...@freebsd.o
Author: nwhitehorn
Date: Mon Oct 21 13:57:34 2013
New Revision: 256846
URL: http://svnweb.freebsd.org/changeset/base/256846
Log:
Provide an interface for PCI bus drivers that need some of ofw_pci's
metadata during attach.
Modified:
head/sys/powerpc/ofw/ofw_pci.c
head/sys/powerpc/ofw/ofw_p
Author: mckusick
Date: Mon Oct 21 13:09:09 2013
New Revision: 256845
URL: http://svnweb.freebsd.org/changeset/base/256845
Log:
Fix build problem on ARM (which defaults to building without soft updates).
Reported by: Tinderbox
Sponsored by: Netflix
Modified:
head/sys/ufs/ffs/ffs_softde
Author: mav
Date: Mon Oct 21 12:00:26 2013
New Revision: 256843
URL: http://svnweb.freebsd.org/changeset/base/256843
Log:
Merge CAM locking changes from the projects/camlock branch to radically
reduce lock congestion and improve SMP scalability of the SCSI/ATA stack,
preparing the ground for
Colin Percival writes:
> Jilles Tjoelker writes:
> > Colin Percival writes:
> > > Dag-Erling Smørgrav writes:
> > > > + P="[-+./:=%@_[~[:alnum:]]"
> > > Shouldn't this be
> > > P="[-+./:=%@_~[[:alnum:]]"
> > > instead?
> > That is equivalent. Both versions match an open square bracket i
Author: bdrewery (ports committer)
Date: Mon Oct 21 10:09:48 2013
New Revision: 256842
URL: http://svnweb.freebsd.org/changeset/base/256842
Log:
Fix 'make delete-old-libs' and 'make check-libs' to delete .debug
files created by WITH_DEBUG_FILES. Also cleanup .symbols files from
the period be
Author: ganbold (doc committer)
Date: Mon Oct 21 09:34:04 2013
New Revision: 256839
URL: http://svnweb.freebsd.org/changeset/base/256839
Log:
Move and rename dwc otg driver to more
generic one as it appears to work
for rk3188 SoC based board too.
No objections from: hselasky@
Reviewed
Author: trasz
Date: Mon Oct 21 09:12:04 2013
New Revision: 256838
URL: http://svnweb.freebsd.org/changeset/base/256838
Log:
Don't test arrays for being NULL.
MFC after:1 month
Modified:
head/bin/ps/print.c
Modified: head/bin/ps/print.c
===
Author: mav
Date: Mon Oct 21 08:57:27 2013
New Revision: 256836
URL: http://svnweb.freebsd.org/changeset/base/256836
Log:
MFprojects/camlock:
Remove hard limit on number of BIOs handled with one ATA TRIM request.
Modified:
head/sys/cam/ata/ata_da.c
Modified: head/sys/cam/ata/ata_da.c
=
Jase Thew wrote
in <52617089.6090...@freebsd.org>:
ja> On 15/10/2013 05:54, Hiroki Sato wrote:
ja> > Author: hrs
ja> > Date: Tue Oct 15 04:54:49 2013
ja> > New Revision: 256498
ja> > URL: http://svnweb.freebsd.org/changeset/base/256498
ja> >
ja> > Log:
ja> > - Fix "ifname|addr" syntax support
Author: hrs
Date: Mon Oct 21 08:49:46 2013
New Revision: 256835
URL: http://svnweb.freebsd.org/changeset/base/256835
Log:
- Fix jail_parallel_start="YES".
- Fix ip[46].addr when interface parameter is not defined.
Spotted by: rpaulo
Modified:
head/etc/rc.d/jail
Modified: head/etc/rc
Author: delphij
Date: Mon Oct 21 07:58:37 2013
New Revision: 256833
URL: http://svnweb.freebsd.org/changeset/base/256833
Log:
Drop cm_lock before calling mapper_close, which in turn could call
_citrus_mapper_close again and result in a deadlock otherwise.
This is similar to NetBSD PR/2402
Author: ae
Date: Mon Oct 21 07:49:36 2013
New Revision: 256832
URL: http://svnweb.freebsd.org/changeset/base/256832
Log:
Add a note that lacp_compose_key() should be updated, when new media
types will be added.
Submitted by: melifaro
X-MFC after: r256689
Modified:
head/sys/net/if_me
39 matches
Mail list logo