svn commit: r281262 - head/sys/powerpc/powerpc

2015-04-07 Thread Justin Hibbits
Author: jhibbits Date: Wed Apr 8 04:37:11 2015 New Revision: 281262 URL: https://svnweb.freebsd.org/changeset/base/281262 Log: Clean up printtrap a little. * Sort exceptions * Add printing of ESR on book-e, and only print DSISR on AIM Modified: head/sys/powerpc/powerpc/trap.c Modifie

svn commit: r281261 - head/sys/powerpc/powerpc

2015-04-07 Thread Justin Hibbits
Author: jhibbits Date: Wed Apr 8 04:35:26 2015 New Revision: 281261 URL: https://svnweb.freebsd.org/changeset/base/281261 Log: Add DTrace support for Book-E PowerPC. Book-E got DTrace support for free with r281096&related. This adds the bits to the db_trap_glue() to support FBT. R

svn commit: r281260 - head/sys/conf

2015-04-07 Thread Eitan Adler
Author: eadler Date: Wed Apr 8 04:01:02 2015 New Revision: 281260 URL: https://svnweb.freebsd.org/changeset/base/281260 Log: newvers.sh: remove 'X' hack from shell script Reviewed by: allanjude, Daniel O'Connor Modified: head/sys/conf/newvers.sh Modified: head/sys/conf/newvers.sh ===

svn commit: r281258 - head/share/mk

2015-04-07 Thread Mark Johnston
Author: markj Date: Wed Apr 8 02:43:05 2015 New Revision: 281258 URL: https://svnweb.freebsd.org/changeset/base/281258 Log: Add a DTRACEFLAGS variable, which can be used to pass additional variables to dtrace(1) invocations during a build. This change includes -C in the default flags, which

svn commit: r281257 - in head: cddl/contrib/opensolaris/lib/libdtrace/common cddl/lib/libdtrace sys/cddl/contrib/opensolaris/uts/common/dtrace sys/cddl/contrib/opensolaris/uts/common/sys sys/cddl/d...

2015-04-07 Thread Mark Johnston
Author: markj Date: Wed Apr 8 02:36:37 2015 New Revision: 281257 URL: https://svnweb.freebsd.org/changeset/base/281257 Log: libdtrace: add support for lazyload mode. Passing "-x lazyload" to dtrace -G during compilation causes dtrace(1) to not link drti.o into the output object file, so

svn commit: r281254 - head/sys/x86/iommu

2015-04-07 Thread Konstantin Belousov
Author: kib Date: Wed Apr 8 01:55:22 2015 New Revision: 281254 URL: https://svnweb.freebsd.org/changeset/base/281254 Log: Account for the offset of the page run when allocating the dmar_map_entry. Non-zero offset both increases the required mapping size, which is handled in dmar_bus_dmamap

svn commit: r281243 - head/lib/libc/powerpc/gen

2015-04-07 Thread Justin Hibbits
Author: jhibbits Date: Wed Apr 8 00:32:39 2015 New Revision: 281243 URL: https://svnweb.freebsd.org/changeset/base/281243 Log: Fix powerpc setjmp FPR saving/restoring. X-MFC-With: r279784 Modified: head/lib/libc/powerpc/gen/_setjmp.S head/lib/libc/powerpc/gen/setjmp.S head/lib/lib

svn commit: r281242 - head/sys/powerpc/booke

2015-04-07 Thread Justin Hibbits
Author: jhibbits Date: Wed Apr 8 00:31:33 2015 New Revision: 281242 URL: https://svnweb.freebsd.org/changeset/base/281242 Log: Unbreak book-e, broken by the trap.c merge (missed this file). Modified: head/sys/powerpc/booke/locore.S Modified: head/sys/powerpc/booke/locore.S =

svn commit: r281239 - head/sys/netinet

2015-04-07 Thread Adrian Chadd
Author: adrian Date: Tue Apr 7 23:09:34 2015 New Revision: 281239 URL: https://svnweb.freebsd.org/changeset/base/281239 Log: Move the IPv4 reassembly queue locking from a single lock to be per-bucket (global). This significantly improves performance on multi-core servers where there is

svn commit: r281238 - head/sys/boot/efi/boot1

2015-04-07 Thread Ed Maste
Author: emaste Date: Tue Apr 7 21:41:26 2015 New Revision: 281238 URL: https://svnweb.freebsd.org/changeset/base/281238 Log: Add EFI boot1 for i386 loader.efi still needs work, but boot1.efi now builds. Differential Revision:https://reviews.freebsd.org/D2244 Reviewed by: rp

svn commit: r281237 - in head/sys/boot/efi: boot1 loader loader/arch/amd64 loader/arch/arm

2015-04-07 Thread Ed Maste
Author: emaste Date: Tue Apr 7 21:34:49 2015 New Revision: 281237 URL: https://svnweb.freebsd.org/changeset/base/281237 Log: EFI: use common reloc.c for all architectures Much of this file is common to the architectures we support, so share an implementation by adding a little #ifdef-ery

svn commit: r281236 - in head: sbin/ifconfig sys/net sys/sys

2015-04-07 Thread Eric Joyner
Author: erj Date: Tue Apr 7 21:31:17 2015 New Revision: 281236 URL: https://svnweb.freebsd.org/changeset/base/281236 Log: ifmedia changes: - Extend the number of available subtypes for Ethernet media by using some of the ifmedia word's option bits to help denote subtypes. As a result, th

svn commit: r281234 - head/sys/netinet6

2015-04-07 Thread Kristof Provost
Author: kp Date: Tue Apr 7 20:29:03 2015 New Revision: 281234 URL: https://svnweb.freebsd.org/changeset/base/281234 Log: Evaluate packet size after the firewall had its chance Defer the packet size check until after the firewall has had a look at it. This means that the firewall now has

svn commit: r281229 - head/sys/netinet6

2015-04-07 Thread Xin LI
Author: delphij Date: Tue Apr 7 20:20:09 2015 New Revision: 281229 URL: https://svnweb.freebsd.org/changeset/base/281229 Log: Mitigate Local Denial of Service with IPv6 Router Advertisements and log attack attempts. Submitted by: hrs Security: FreeBSD-SA-15:09.nd6 Security: C

svn commit: r281228 - head/sys/netinet

2015-04-07 Thread Xin LI
Author: delphij Date: Tue Apr 7 20:20:03 2015 New Revision: 281228 URL: https://svnweb.freebsd.org/changeset/base/281228 Log: Improve patch for SA-15:04.igmp to solve a potential buffer overflow. Reported by: bde Submitted by: oshogbo Modified: head/sys/netinet/igmp.c Modified: head

svn commit: r281226 - head/share/man/man4

2015-04-07 Thread Hans Petter Selasky
Author: hselasky Date: Tue Apr 7 19:39:23 2015 New Revision: 281226 URL: https://svnweb.freebsd.org/changeset/base/281226 Log: Revert r281220 and r281024, so that the new content added and its wording can be more properly discussed. Spelling fix made is kept. Suggested by: gleb @ MFC a

svn commit: r281225 - head/sys/sys

2015-04-07 Thread Mark Johnston
Author: markj Date: Tue Apr 7 19:37:49 2015 New Revision: 281225 URL: https://svnweb.freebsd.org/changeset/base/281225 Log: Add B_KVAALLOC and B_UNMAPPED to the buf flag name list. Differential Revision:https://reviews.freebsd.org/D1895 Submitted by: Conrad Meyer MFC af

svn commit: r281223 - in head: contrib/compiler-rt/lib/builtins lib/libcompiler_rt

2015-04-07 Thread Ed Maste
Author: emaste Date: Tue Apr 7 19:31:29 2015 New Revision: 281223 URL: https://svnweb.freebsd.org/changeset/base/281223 Log: compiler-rt: add floatditf and floatunditf These are long integer (di_int/du_int) to quad precision floating point conversions. They may be reworked based on upstr

svn commit: r281221 - in head: contrib/compiler-rt/lib/builtins lib/libcompiler_rt

2015-04-07 Thread Ed Maste
Author: emaste Date: Tue Apr 7 19:28:53 2015 New Revision: 281221 URL: https://svnweb.freebsd.org/changeset/base/281221 Log: compiler-rt: Implement multc3 - quad-precision complex multiplication This may be reworked based on upstream discussion. This version is here to support arm64 worl

Re: svn commit: r281220 - head/share/man/man4

2015-04-07 Thread Gleb Smirnoff
On Tue, Apr 07, 2015 at 06:52:00PM +, Hans Petter Selasky wrote: H> Author: hselasky H> Date: Tue Apr 7 18:52:00 2015 H> New Revision: 281220 H> URL: https://svnweb.freebsd.org/changeset/base/281220 H> H> Log: H> Just briefly mention about the dangers of non-random IP IDs. H> A full in de

svn commit: r281220 - head/share/man/man4

2015-04-07 Thread Hans Petter Selasky
Author: hselasky Date: Tue Apr 7 18:52:00 2015 New Revision: 281220 URL: https://svnweb.freebsd.org/changeset/base/281220 Log: Just briefly mention about the dangers of non-random IP IDs. A full in depth explanation belongs somewhere else. Suggested by: gleb @ MFC after:1 week Mod

Re: svn commit: r281024 - head/share/man/man4

2015-04-07 Thread Hans Petter Selasky
On 04/07/15 18:42, Gleb Smirnoff wrote: Hans, 4 days ago I asked you to back this out, and my request was ignored. Can you please back this out now? Yes, it is an interesting stuff, but doesn't belong to the documentation. If you strongly disagree with me, I'd suggest to advocate Mike Si

svn commit: r281216 - head/usr.bin/patch

2015-04-07 Thread Pedro F. Giffuni
Author: pfg Date: Tue Apr 7 18:06:46 2015 New Revision: 281216 URL: https://svnweb.freebsd.org/changeset/base/281216 Log: patch: Bring small updates from OpenBSD Prevent null pointer dereference on empty input files when diff requires a specific version. Fix division by zero for fil

svn commit: r281210 - in head: lib/libbluetooth lib/libsdp usr.bin/bluetooth/bthost usr.bin/bluetooth/btsockstat usr.bin/bluetooth/rfcomm_sppd usr.sbin/bluetooth/bthidcontrol usr.sbin/bluetooth/bth...

2015-04-07 Thread Takanori Watanabe
Author: takawata Date: Tue Apr 7 16:48:23 2015 New Revision: 281210 URL: https://svnweb.freebsd.org/changeset/base/281210 Log: Check l2cap socket initialisation and define L2CAP_SOCKET_CHECKED This will fix build. Modified: head/lib/libbluetooth/bluetooth.c head/lib/libbluetooth/dev.c

Re: svn commit: r281024 - head/share/man/man4

2015-04-07 Thread Gleb Smirnoff
Hans, 4 days ago I asked you to back this out, and my request was ignored. Can you please back this out now? Yes, it is an interesting stuff, but doesn't belong to the documentation. If you strongly disagree with me, I'd suggest to advocate Mike Silbersack, who is author of the code. If he a

svn commit: r281209 - in head/usr.bin: jot lam rs

2015-04-07 Thread Allan Jude
Author: allanjude (doc committer) Date: Tue Apr 7 15:56:08 2015 New Revision: 281209 URL: https://svnweb.freebsd.org/changeset/base/281209 Log: Fix missing AUTHOR section for jot(1), rs(1), and lam(1) PR: 196786 Differential Revision:https://reviews.freebsd.org/D2115

svn commit: r281206 - head/share/man/man4

2015-04-07 Thread Christian Brueffer
Author: brueffer Date: Tue Apr 7 15:32:25 2015 New Revision: 281206 URL: https://svnweb.freebsd.org/changeset/base/281206 Log: Add a missing comma. Submitted by: danfe Modified: head/share/man/man4/amdtemp.4 Modified: head/share/man/man4/amdtemp.4 ==

Re: svn commit: r281198 - in head/sys/netgraph/bluetooth: hci include l2cap socket

2015-04-07 Thread Michael Tuexen
> On 07 Apr 2015, at 13:36, Bjoern A. Zeeb wrote: > > >> On 07 Apr 2015, at 10:22 , Takanori Watanabe wrote: >> >> Author: takawata >> Date: Tue Apr 7 10:22:56 2015 >> New Revision: 281198 >> URL: https://svnweb.freebsd.org/changeset/base/281198 >> >> Log: >> Initial Bluetooth LE support. >>

svn commit: r281204 - head/sys/dev/uart

2015-04-07 Thread Andrew Turner
Author: andrew Date: Tue Apr 7 15:12:03 2015 New Revision: 281204 URL: https://svnweb.freebsd.org/changeset/base/281204 Log: Get the fdt uart driver working on arm64, there is no machine/fdt.h, and the default shift should be 2 for the SoCs we support. Sponsored by: The FreeBSD Foundatio

svn commit: r281203 - head/sys/sys

2015-04-07 Thread Pedro F. Giffuni
Author: pfg Date: Tue Apr 7 14:47:27 2015 New Revision: 281203 URL: https://svnweb.freebsd.org/changeset/base/281203 Log: Make use of allocation attributes in system headers. Start using 'alloc_size' attribute in the allocator functions. This is useful as it helps the compiler generate w

svn commit: r281202 - head/usr.bin/sockstat

2015-04-07 Thread Michael Tuexen
Author: tuexen Date: Tue Apr 7 14:33:03 2015 New Revision: 281202 URL: https://svnweb.freebsd.org/changeset/base/281202 Log: The code says "or", not "either or". So fix the documentation. MFC after: 1 week Modified: head/usr.bin/sockstat/sockstat.1 Modified: head/usr.bin/sockstat/socks

Re: svn commit: r281181 - head/usr.bin/sort

2015-04-07 Thread Pedro Giffuni
On 04/06/15 23:26, Eitan Adler wrote: On 6 April 2015 at 21:17, Pedro F. Giffuni wrote: Author: pfg Date: Tue Apr 7 01:17:29 2015 New Revision: 281181 URL: https://svnweb.freebsd.org/changeset/base/281181 Log: sort(1): Cleanups and a small memory leak. Remove useless check for leadin

Re: svn commit: r281178 - head/sys/boot/forth

2015-04-07 Thread Shawn Webb
On Mon, 2015-04-06 at 18:42 -0700, Devin Teske wrote: > > On Apr 6, 2015, at 6:34 PM, Alexey Dokuchaev wrote: > > > > On Mon, Apr 06, 2015 at 11:16:04PM +, Devin Teske wrote: > >> New Revision: 281178 > >> URL: https://svnweb.freebsd.org/changeset/base/281178 > >> > >> Log: > >> Partially r

svn commit: r281201 - head/sys/arm64/include

2015-04-07 Thread Andrew Turner
Author: andrew Date: Tue Apr 7 13:17:28 2015 New Revision: 281201 URL: https://svnweb.freebsd.org/changeset/base/281201 Log: We will have fueword on arm64, mark as such in machine/param.h. Sponsored by: The FreeBSD Foundation Modified: head/sys/arm64/include/param.h Modified: head/sys/

svn commit: r281200 - head/sys/dev/uart

2015-04-07 Thread Andrew Turner
Author: andrew Date: Tue Apr 7 12:42:06 2015 New Revision: 281200 URL: https://svnweb.freebsd.org/changeset/base/281200 Log: Fix uart_fdt_get_clock. It should have beed using the cell variable passed in, not value on the stack. Modified: head/sys/dev/uart/uart_bus_fdt.c Modified: head/sys

Re: svn commit: r281198 - in head/sys/netgraph/bluetooth: hci include l2cap socket

2015-04-07 Thread Bjoern A. Zeeb
> On 07 Apr 2015, at 10:22 , Takanori Watanabe wrote: > > Author: takawata > Date: Tue Apr 7 10:22:56 2015 > New Revision: 281198 > URL: https://svnweb.freebsd.org/changeset/base/281198 > > Log: > Initial Bluetooth LE support. > > Note that sockaddr_l2cap structure is changed , check socket

svn commit: r281199 - in head: sys/rpc usr.sbin/nfsd

2015-04-07 Thread Alexander Motin
Author: mav Date: Tue Apr 7 10:25:27 2015 New Revision: 281199 URL: https://svnweb.freebsd.org/changeset/base/281199 Log: Remove hard limits on number of accepting NFS connections. Limits of 5 connections set long ago creates problems for SPEC benchmark. Make the NFS follow system-wide m

svn commit: r281198 - in head/sys/netgraph/bluetooth: hci include l2cap socket

2015-04-07 Thread Takanori Watanabe
Author: takawata Date: Tue Apr 7 10:22:56 2015 New Revision: 281198 URL: https://svnweb.freebsd.org/changeset/base/281198 Log: Initial Bluetooth LE support. Note that sockaddr_l2cap structure is changed , check socket address to initialize new structure member and define L2CAP_SOCKET_CHE

svn commit: r281197 - in head: lib/libc lib/libc/aarch64 lib/libc/aarch64/gen lib/libc/aarch64/sys lib/libc/gen lib/libc/xdr lib/libstand share/mk

2015-04-07 Thread Andrew Turner
Author: andrew Date: Tue Apr 7 09:52:14 2015 New Revision: 281197 URL: https://svnweb.freebsd.org/changeset/base/281197 Log: Add the start of libc and libstand for arm64. Not all of the machine dependent functions have been implemented, but this is enough for world. Differential Revision

svn commit: r281196 - head/sys/opencrypto

2015-04-07 Thread John-Mark Gurney
Author: jmg Date: Tue Apr 7 09:00:03 2015 New Revision: 281196 URL: https://svnweb.freebsd.org/changeset/base/281196 Log: add the define to properly guard this header.. Sponsored by: Netflix, Inc. Modified: head/sys/opencrypto/gmac.h Modified: head/sys/opencrypto/gmac.h ===

Re: svn commit: r281164 - head/sys/netpfil/pf

2015-04-07 Thread Kristof Provost
On 2015-04-07 08:33:17 (+0200), Hans Ottevanger wrote: > On 04/06/15 21:05, Kristof Provost wrote: > > Author: kp > > Date: Mon Apr 6 19:05:00 2015 > > New Revision: 281164 > > URL: https://svnweb.freebsd.org/changeset/base/281164 > > > > Log: > >pf: Skip firewall for refragmented ip6 packets