svn commit: r283099 - head/sys/mips/conf

2015-05-18 Thread Adrian Chadd
Author: adrian Date: Tue May 19 06:45:56 2015 New Revision: 283099 URL: https://svnweb.freebsd.org/changeset/base/283099 Log: Convert routerstation to use geom_uncompress. Modified: head/sys/mips/conf/ROUTERSTATION Modified: head/sys/mips/conf/ROUTERSTATION ==

svn commit: r283098 - head/sys/mips/conf

2015-05-18 Thread Adrian Chadd
Author: adrian Date: Tue May 19 06:45:06 2015 New Revision: 283098 URL: https://svnweb.freebsd.org/changeset/base/283098 Log: Migrate RSPRO to use the uncompress module, not uzip. (This is hand-in-hand with what I'm about to do with freebsd-wifi-build.) Modified: head/sys/mips/conf/RSPRO

Re: svn commit: r283088 - head/sys/ddb

2015-05-18 Thread Garrett Cooper
> On May 18, 2015, at 22:28, Pedro Giffuni wrote: > > >> Il giorno 18/mag/2015, alle ore 23:34, Bruce Evans ha >> scritto: >> >> On Mon, 18 May 2015, Pedro Giffuni wrote: >> Il giorno 18/mag/2015, alle ore 20:48, Bruce Evans ha scritto: > On Mon, 18 May 2015, Pedro F.

svn commit: r283097 - head/sys/mips/conf

2015-05-18 Thread Adrian Chadd
Author: adrian Date: Tue May 19 05:41:00 2015 New Revision: 283097 URL: https://svnweb.freebsd.org/changeset/base/283097 Log: QCA955x / AP135 platform tidyups. * Change mips24k -> mips74k for hwpmc, but leave it disabled for now. * don't build pci by default. * build pci and qca955x_pci

Re: svn commit: r283088 - head/sys/ddb

2015-05-18 Thread Pedro Giffuni
> Il giorno 18/mag/2015, alle ore 23:34, Bruce Evans ha > scritto: > > On Mon, 18 May 2015, Pedro Giffuni wrote: > >>> Il giorno 18/mag/2015, alle ore 20:48, Bruce Evans >>> ha scritto: >>> >>> On Mon, 18 May 2015, Pedro F. Giffuni wrote: >>> Log: ddb: stop boolean screaming. >>>

svn commit: r283096 - head/sys/mips/conf

2015-05-18 Thread Adrian Chadd
Author: adrian Date: Tue May 19 05:33:07 2015 New Revision: 283096 URL: https://svnweb.freebsd.org/changeset/base/283096 Log: The AP135 PCIe NIC isn't an ath device, it's an 11ac part (linux ath10k.) So, don't try to attach hints to it here. Modified: head/sys/mips/conf/AP135.hints Modifie

svn commit: r283095 - head/sys/mips/atheros

2015-05-18 Thread Adrian Chadd
Author: adrian Date: Tue May 19 05:31:58 2015 New Revision: 283095 URL: https://svnweb.freebsd.org/changeset/base/283095 Log: Add initial support for the QCA955x PCIe host controller. The QCA955x looks a lot like the AR724x PCIe controller, except it supports two root complexes. Unfortun

Re: svn commit: r282985 - in head/sys: arm/annapurna arm/annapurna/alpine arm/annapurna/alpine/hal arm/conf boot/fdt/dts/arm

2015-05-18 Thread Eitan Adler
On 18 May 2015 at 08:41, Mathieu Arnold wrote: > +--On 18 mai 2015 10:52:29 -0400 Ed Maste wrote: > | On 18 May 2015 at 10:11, Mathieu Arnold wrote: > |> > |> Mmmm, if this can be done only for base, and not for ports, sure, but > |> ports need to be able to add patches with CRLF endings, becaus

Re: svn commit: r283088 - head/sys/ddb

2015-05-18 Thread Bruce Evans
On Mon, 18 May 2015, Pedro Giffuni wrote: Il giorno 18/mag/2015, alle ore 20:48, Bruce Evans ha scritto: On Mon, 18 May 2015, Pedro F. Giffuni wrote: Log: ddb: stop boolean screaming. TRUE --> true FALSE--> false Hinted by: NetBSD This is not just churn to a style regression, but a

Re: svn commit: r283088 - head/sys/ddb

2015-05-18 Thread Pedro Giffuni
> Il giorno 18/mag/2015, alle ore 20:48, Bruce Evans ha > scritto: > > On Mon, 18 May 2015, Pedro F. Giffuni wrote: > >> Log: >> ddb: stop boolean screaming. >> >> TRUE --> true >> FALSE--> false >> >> Hinted by: NetBSD > > This is not just churn to a style regression, but a type mismatch

svn commit: r283094 - head/tools/bsdbox

2015-05-18 Thread Adrian Chadd
Author: adrian Date: Tue May 19 03:02:52 2015 New Revision: 283094 URL: https://svnweb.freebsd.org/changeset/base/283094 Log: Add mv / expr ; these are used by the updated freebsd-wifi-build environment. Modified: head/tools/bsdbox/Makefile.base Modified: head/tools/bsdbox/Makefile.base

svn commit: r283093 - head/share/man/man3

2015-05-18 Thread Patrick Kelsey
Author: pkelsey Date: Tue May 19 02:24:55 2015 New Revision: 283093 URL: https://svnweb.freebsd.org/changeset/base/283093 Log: Added description of POSIX-specified behavior when invoked on a key from within that key's destructor. Reviewed by: jhb, -doc Approved by: jmallett (mentor) MF

Re: svn commit: r283088 - head/sys/ddb

2015-05-18 Thread Bruce Evans
On Mon, 18 May 2015, Pedro F. Giffuni wrote: Log: ddb: stop boolean screaming. TRUE --> true FALSE--> false Hinted by: NetBSD This is not just churn to a style regression, but a type mismatch. Modified: head/sys/ddb/db_break.c ===

Re: svn commit: r283025 - head/cddl/contrib/opensolaris/lib/libdtrace/common

2015-05-18 Thread Rui Paulo
On Sunday 17 May 2015 03:59:09 Mark Johnston wrote: > Author: markj > Date: Sun May 17 03:59:08 2015 > New Revision: 283025 > URL: https://svnweb.freebsd.org/changeset/base/283025 > > Log: > As dtrace(1) processes D libraries under /usr/lib/dtrace, the compiler may > return an error if one of th

svn commit: r283092 - in head: sys/contrib/dev/acpica sys/contrib/dev/acpica/common sys/contrib/dev/acpica/compiler sys/contrib/dev/acpica/components/debugger sys/contrib/dev/acpica/components/disp...

2015-05-18 Thread Jung-uk Kim
Author: jkim Date: Mon May 18 23:46:11 2015 New Revision: 283092 URL: https://svnweb.freebsd.org/changeset/base/283092 Log: Merge ACPICA 20150515. Added: head/sys/contrib/dev/acpica/common/ahtable.c (contents, props changed) - copied, changed from r283090, vendor-sys/acpica/dist/sourc

svn commit: r283089 - head/usr.bin/m4

2015-05-18 Thread Baptiste Daroussin
Author: bapt Date: Mon May 18 22:40:12 2015 New Revision: 283089 URL: https://svnweb.freebsd.org/changeset/base/283089 Log: Synchronize with OpenBSD Obtained from:OpenBSD Modified: head/usr.bin/m4/extern.h head/usr.bin/m4/gnum4.c head/usr.bin/m4/look.c head/usr.bin/m4/m4.1

svn commit: r283088 - head/sys/ddb

2015-05-18 Thread Pedro F. Giffuni
Author: pfg Date: Mon May 18 22:27:46 2015 New Revision: 283088 URL: https://svnweb.freebsd.org/changeset/base/283088 Log: ddb: stop boolean screaming. TRUE --> true FALSE--> false Hinted by:NetBSD Modified: head/sys/ddb/db_break.c head/sys/ddb/db_command.c head/sys/ddb/db

svn commit: r283084 - in head/lib/libedit: . edit/readline

2015-05-18 Thread Baptiste Daroussin
Author: bapt Date: Mon May 18 22:03:05 2015 New Revision: 283084 URL: https://svnweb.freebsd.org/changeset/base/283084 Log: Synchronize libedit with NetBSD It incorporates and fixes our patches to get el_gets return the proper count of characters in unicode mode. Modified: head/lib/li

svn commit: r283079 - head/contrib/tzdata

2015-05-18 Thread Edwin Groothuis
Author: edwin Date: Mon May 18 21:05:11 2015 New Revision: 283079 URL: https://svnweb.freebsd.org/changeset/base/283079 Log: MFV of 283077,tzdata2015d Update to tzdata2015d: Release 2015d - 2015-04-24 08:09:46 -0700 Changes affecting future time stamps Egypt will not ob

svn commit: r283075 - head/usr.sbin/bhyveload

2015-05-18 Thread Allan Jude
Author: allanjude (doc committer) Date: Mon May 18 19:45:46 2015 New Revision: 283075 URL: https://svnweb.freebsd.org/changeset/base/283075 Log: Fix off-by-one in array index bounds check bhyveload would allow you to create 33 entries on an array that only has 32 slots Differential Re

svn commit: r283074 - head/sbin/geom/class/mountver

2015-05-18 Thread Allan Jude
Author: allanjude (doc committer) Date: Mon May 18 19:37:55 2015 New Revision: 283074 URL: https://svnweb.freebsd.org/changeset/base/283074 Log: Fix error in gmountver(8) man page Also fixes the usage statement for the binary to use the correct terms (provider and geom name, rather than de

svn commit: r283073 - head/usr.bin/time

2015-05-18 Thread John-Mark Gurney
Author: jmg Date: Mon May 18 19:18:42 2015 New Revision: 283073 URL: https://svnweb.freebsd.org/changeset/base/283073 Log: Don't do things we aren't allowed to do in a signal handler... Defer the work to the main thread... This fixes a possible crash if SIGINFO is delivered at the wrong ti

svn commit: r283072 - head/sys/arm/conf

2015-05-18 Thread Luiz Otavio O Souza
Author: loos Date: Mon May 18 18:25:38 2015 New Revision: 283072 URL: https://svnweb.freebsd.org/changeset/base/283072 Log: Remove unnecessary devices from allwinner kernels. Modified: head/sys/arm/conf/CUBIEBOARD head/sys/arm/conf/CUBIEBOARD2 Modified: head/sys/arm/conf/CUBIEBOARD ===

Re: svn commit: r282678 - in head: share/man/man4 sys/amd64/acpica sys/amd64/include sys/dev/acpica sys/i386/acpica sys/i386/include sys/x86/include sys/x86/x86

2015-05-18 Thread Konstantin Belousov
On Mon, May 18, 2015 at 02:40:56PM +0300, Andriy Gapon wrote: > On 18/05/2015 14:29, Andriy Gapon wrote: > > On 09/05/2015 15:28, Konstantin Belousov wrote: > >> +void > >> +acpi_cpu_idle_mwait(uint32_t mwait_hint) > >> +{ > >> + int *state; > >> + > >> + state = (int *)PCPU_PTR(monitorbuf); > >>

svn commit: r283071 - head/usr.bin/netstat

2015-05-18 Thread Luiz Otavio O Souza
Author: loos Date: Mon May 18 18:03:47 2015 New Revision: 283071 URL: https://svnweb.freebsd.org/changeset/base/283071 Log: Properly align the header and the data columns for netstat -r with and without the -W flag. Modified: head/usr.bin/netstat/route.c Modified: head/usr.bin/netstat/rout

svn commit: r283070 - head/gnu/usr.bin/groff/src/preproc/soelim

2015-05-18 Thread Baptiste Daroussin
Author: bapt Date: Mon May 18 16:51:05 2015 New Revision: 283070 URL: https://svnweb.freebsd.org/changeset/base/283070 Log: Garbage collect GNU soelim Makefiles which are not in used anymore Deleted: head/gnu/usr.bin/groff/src/preproc/soelim/ ___ sv

svn commit: r283069 - head/sys/boot/arm/uboot

2015-05-18 Thread Ian Lepore
Author: ian Date: Mon May 18 16:43:21 2015 New Revision: 283069 URL: https://svnweb.freebsd.org/changeset/base/283069 Log: Enable the NETIF_OPEN_CLOSE_ONCE option for ubldr. This keeps the network interface open continuously instead of closing it after each filesystem access and reopening i

Re: svn commit: r282985 - in head/sys: arm/annapurna arm/annapurna/alpine arm/annapurna/alpine/hal arm/conf boot/fdt/dts/arm

2015-05-18 Thread Garrett Cooper
> On May 18, 2015, at 07:04, Ian Lepore wrote: > >> On Mon, 2015-05-18 at 10:14 +0200, Mathieu Arnold wrote: >> +--On 18 mai 2015 00:21:43 -0700 Eitan Adler wrote: >> | On 17 May 2015 at 08:46, Ian Lepore wrote: >> |> On Sat, 2015-05-16 at 21:04 -0700, Garrett Cooper wrote: >> |>> > On May 16,

svn commit: r283068 - head/lib/libc/db/hash

2015-05-18 Thread Pedro F. Giffuni
Author: pfg Date: Mon May 18 16:28:13 2015 New Revision: 283068 URL: https://svnweb.freebsd.org/changeset/base/283068 Log: Drop some unnecessary casts. Reported by: Clang static analyzer Obtained from:NetBSD Modified: head/lib/libc/db/hash/hash.c Modified: head/lib/libc/db/ha

svn commit: r283067 - head/sys/dev/usb/controller

2015-05-18 Thread Hans Petter Selasky
Author: hselasky Date: Mon May 18 16:18:04 2015 New Revision: 283067 URL: https://svnweb.freebsd.org/changeset/base/283067 Log: Make the FIFO configuration a bit more flexible for the DWC OTG in device side mode. Modified: head/sys/dev/usb/controller/dwc_otg.c head/sys/dev/usb/controller/

svn commit: r283066 - head/sys/boot/uboot/lib

2015-05-18 Thread Ian Lepore
Author: ian Date: Mon May 18 16:12:41 2015 New Revision: 283066 URL: https://svnweb.freebsd.org/changeset/base/283066 Log: Add a routine to obtain netboot parameters from the U-Boot env vars. Call it from the uboot net_init() implementation. The routine uses the standard U-Boot env vars pl

svn commit: r283065 - head/gnu/lib

2015-05-18 Thread Baptiste Daroussin
Author: bapt Date: Mon May 18 16:05:41 2015 New Revision: 283065 URL: https://svnweb.freebsd.org/changeset/base/283065 Log: Only build libreadline if gdb is going to be built gdb is the only consumer of libreadline which is an INTERNALLIB Modified: head/gnu/lib/Makefile Modified: head/g

svn commit: r283064 - head/sys/dev/sound/pci/hda

2015-05-18 Thread Hans Petter Selasky
Author: hselasky Date: Mon May 18 16:02:44 2015 New Revision: 283064 URL: https://svnweb.freebsd.org/changeset/base/283064 Log: Fix an off-by-one error by adding proper range checks when parsing the HDA association descriptors. This fixes a crash during device probe for some HDA PCI devices.

svn commit: r283063 - head/sys/netpfil/pf

2015-05-18 Thread Gleb Smirnoff
Author: glebius Date: Mon May 18 15:51:27 2015 New Revision: 283063 URL: https://svnweb.freebsd.org/changeset/base/283063 Log: A miss from r283061: don't dereference NULL is pf_get_mtag() fails. PR: 200222 Submitted by: Franco Fichtner Modified: head/sys/netpfil/pf/pf.c Mod

svn commit: r283062 - head/sys/boot/common

2015-05-18 Thread Ian Lepore
Author: ian Date: Mon May 18 15:46:43 2015 New Revision: 283062 URL: https://svnweb.freebsd.org/changeset/base/283062 Log: Refactor net_getparams() to make it easier to get params from sources other than bootp and rarp. The code which splits a serverip:/rootpath string into rootip and a p

Re: svn commit: r282985 - in head/sys: arm/annapurna arm/annapurna/alpine arm/annapurna/alpine/hal arm/conf boot/fdt/dts/arm

2015-05-18 Thread Mathieu Arnold
+--On 18 mai 2015 10:52:29 -0400 Ed Maste wrote: | On 18 May 2015 at 10:11, Mathieu Arnold wrote: |> |> Mmmm, if this can be done only for base, and not for ports, sure, but |> ports need to be able to add patches with CRLF endings, because upstream |> software comes in all flavors, including CR

svn commit: r283061 - head/sys/netpfil/pf

2015-05-18 Thread Gleb Smirnoff
Author: glebius Date: Mon May 18 15:05:12 2015 New Revision: 283061 URL: https://svnweb.freebsd.org/changeset/base/283061 Log: Don't dereference NULL is pf_get_mtag() fails. PR: 200222 Submitted by: Franco Fichtner Modified: head/sys/netpfil/pf/pf.c Modified: head/sys/netpf

svn commit: r283060 - in head: gnu/lib tools/build/mk

2015-05-18 Thread Ed Maste
Author: emaste Date: Mon May 18 15:02:35 2015 New Revision: 283060 URL: https://svnweb.freebsd.org/changeset/base/283060 Log: Build libgcov only if we're building base system GCC Clang uses compiler-rt for the code coverage runtime, and ports GCC provides its own libgcov. PR:

Re: svn commit: r282985 - in head/sys: arm/annapurna arm/annapurna/alpine arm/annapurna/alpine/hal arm/conf boot/fdt/dts/arm

2015-05-18 Thread Ed Maste
On 18 May 2015 at 10:11, Mathieu Arnold wrote: > > Mmmm, if this can be done only for base, and not for ports, sure, but ports > need to be able to add patches with CRLF endings, because upstream software > comes in all flavors, including CRLF files we need to be able to patch. Sure it could, we

svn commit: r283059 - head/sys/kern

2015-05-18 Thread Mateusz Guzik
Author: mjg Date: Mon May 18 14:27:04 2015 New Revision: 283059 URL: https://svnweb.freebsd.org/changeset/base/283059 Log: fd: fix imbalanced fdp unlock in F_SETLK and F_GETLK MFC after:3 days Modified: head/sys/kern/kern_descrip.c Modified: head/sys/kern/kern_descrip.c

Re: svn commit: r282985 - in head/sys: arm/annapurna arm/annapurna/alpine arm/annapurna/alpine/hal arm/conf boot/fdt/dts/arm

2015-05-18 Thread Mathieu Arnold
+--On 18 mai 2015 08:04:24 -0600 Ian Lepore wrote: | On Mon, 2015-05-18 at 10:14 +0200, Mathieu Arnold wrote: |> +--On 18 mai 2015 00:21:43 -0700 Eitan Adler wrote: |> | On 17 May 2015 at 08:46, Ian Lepore wrote: |> |> On Sat, 2015-05-16 at 21:04 -0700, Garrett Cooper wrote: |> |>> > On May 16,

Re: svn commit: r282985 - in head/sys: arm/annapurna arm/annapurna/alpine arm/annapurna/alpine/hal arm/conf boot/fdt/dts/arm

2015-05-18 Thread Ian Lepore
On Mon, 2015-05-18 at 10:14 +0200, Mathieu Arnold wrote: > +--On 18 mai 2015 00:21:43 -0700 Eitan Adler wrote: > | On 17 May 2015 at 08:46, Ian Lepore wrote: > |> On Sat, 2015-05-16 at 21:04 -0700, Garrett Cooper wrote: > |>> > On May 16, 2015, at 18:45, Adrian Chadd wrote: > |>> > > |>> > Did

svn commit: r283058 - head/sys/kern

2015-05-18 Thread Mateusz Guzik
Author: mjg Date: Mon May 18 13:43:33 2015 New Revision: 283058 URL: https://svnweb.freebsd.org/changeset/base/283058 Log: Tidy up sys_umask a little bit Consistently use saved fdp pointer as it cannot change. If it could change the code would be already incorrect. No functional chan

Re: svn commit: r282678 - in head: share/man/man4 sys/amd64/acpica sys/amd64/include sys/dev/acpica sys/i386/acpica sys/i386/include sys/x86/include sys/x86/x86

2015-05-18 Thread Andriy Gapon
On 18/05/2015 14:29, Andriy Gapon wrote: > On 09/05/2015 15:28, Konstantin Belousov wrote: >> +void >> +acpi_cpu_idle_mwait(uint32_t mwait_hint) >> +{ >> +int *state; >> + >> +state = (int *)PCPU_PTR(monitorbuf); >> +/* >> + * XXXKIB. Software coordination mode should be supported,

Re: svn commit: r282678 - in head: share/man/man4 sys/amd64/acpica sys/amd64/include sys/dev/acpica sys/i386/acpica sys/i386/include sys/x86/include sys/x86/x86

2015-05-18 Thread Andriy Gapon
On 09/05/2015 15:28, Konstantin Belousov wrote: > +void > +acpi_cpu_idle_mwait(uint32_t mwait_hint) > +{ > + int *state; > + > + state = (int *)PCPU_PTR(monitorbuf); > + /* > + * XXXKIB. Software coordination mode should be supported, > + * but all Intel CPUs provide hardware

svn commit: r283057 - in head/sys: arm/amlogic/aml8726 arm/conf conf

2015-05-18 Thread Andrew Turner
Author: andrew Date: Mon May 18 11:04:07 2015 New Revision: 283057 URL: https://svnweb.freebsd.org/changeset/base/283057 Log: Clean up the Amlogic interrupt controller driver to handle the case where we have both the Amlogic pic and a GIC. This may be the case in some configurations. Di

svn commit: r283056 - in head: etc etc/rc.d etc/rc.d/tests etc/tests tests tests/etc tests/etc/rc.d

2015-05-18 Thread Garrett Cooper
Author: ngie Date: Mon May 18 11:02:43 2015 New Revision: 283056 URL: https://svnweb.freebsd.org/changeset/base/283056 Log: Move all test integration pieces for etc/ from etc/ to tests/ This is being done to fix breakage with make distribution with read-only source trees as make distribut

svn commit: r283053 - head/sys/dev/hyperv/storvsc

2015-05-18 Thread Wei Hu
Author: whu Date: Mon May 18 10:31:23 2015 New Revision: 283053 URL: https://svnweb.freebsd.org/changeset/base/283053 Log: Add support for SCSI disk hot add and remove. Also add padding according to the requirement of different hypervisor releases. Submitted by: whu Reviewed by: royger

Re: svn commit: r282985 - in head/sys: arm/annapurna arm/annapurna/alpine arm/annapurna/alpine/hal arm/conf boot/fdt/dts/arm

2015-05-18 Thread Garrett Cooper
On May 17, 2015, at 12:12, Bjoern A. Zeeb wrote: > >> On 17 May 2015, at 15:46 , Ian Lepore wrote: >> >> On Sat, 2015-05-16 at 21:04 -0700, Garrett Cooper wrote: On May 16, 2015, at 18:45, Adrian Chadd wrote: Did you commit files with DOS newlines in them? :) tsk ts

Re: svn commit: r282985 - in head/sys: arm/annapurna arm/annapurna/alpine arm/annapurna/alpine/hal arm/conf boot/fdt/dts/arm

2015-05-18 Thread Mathieu Arnold
+--On 18 mai 2015 00:21:43 -0700 Eitan Adler wrote: | On 17 May 2015 at 08:46, Ian Lepore wrote: |> On Sat, 2015-05-16 at 21:04 -0700, Garrett Cooper wrote: |>> > On May 16, 2015, at 18:45, Adrian Chadd wrote: |>> > |>> > Did you commit files with DOS newlines in them? :) |>> > |>> > tsk tsk t

svn commit: r283052 - head/sys/arm/conf

2015-05-18 Thread Andrew Turner
Author: andrew Date: Mon May 18 08:12:08 2015 New Revision: 283052 URL: https://svnweb.freebsd.org/changeset/base/283052 Log: Clean up the style to be "include" and remove options already in std.armv6. Modified: head/sys/arm/conf/ALPINE Modified: head/sys/arm/conf/ALPINE ==

Re: svn commit: r282985 - in head/sys: arm/annapurna arm/annapurna/alpine arm/annapurna/alpine/hal arm/conf boot/fdt/dts/arm

2015-05-18 Thread Eitan Adler
On 17 May 2015 at 08:46, Ian Lepore wrote: > On Sat, 2015-05-16 at 21:04 -0700, Garrett Cooper wrote: >> > On May 16, 2015, at 18:45, Adrian Chadd wrote: >> > >> > Did you commit files with DOS newlines in them? :) >> > >> > tsk tsk tsk tsk tsk. I think should fix that.. >> >> Better yet it shoul