svn commit: r292530 - head/tools/regression/mac/mac_bsdextended

2015-12-20 Thread Garrett Cooper
Author: ngie Date: Mon Dec 21 07:04:01 2015 New Revision: 292530 URL: https://svnweb.freebsd.org/changeset/base/292530 Log: - Use 1 for an exit code instead of -1 with err, errx, and exit - Add unistd.h for getuid(3) - Sort #includes MFC after: 1 week Sponsored by: EMC / Isilon Storag

svn commit: r292529 - head/tools/tools/nanobsd/embedded

2015-12-20 Thread Warner Losh
Author: imp Date: Mon Dec 21 05:08:20 2015 New Revision: 292529 URL: https://svnweb.freebsd.org/changeset/base/292529 Log: There's no such program as [-n :(. Add the missing space. Also, work when the object directory doesn't exist yet. realpath hates us, so use the backup of the realpath ar

svn commit: r292528 - head/sys/x86/include

2015-12-20 Thread Conrad E. Meyer
Author: cem Date: Mon Dec 21 04:42:58 2015 New Revision: 292528 URL: https://svnweb.freebsd.org/changeset/base/292528 Log: x86: Add CPUID_STDEXT_* macros for CPU feature bits A follow-up to r292478 and r292488. Sponsored by: EMC / Isilon Storage Division Modified: head/sys/x86/inclu

Re: svn commit: r292410 - head/usr.sbin/boot0cfg

2015-12-20 Thread Marcelo Araujo
2015-12-19 1:50 GMT+08:00 John Baldwin : > On Friday, December 18, 2015 02:17:16 PM Marcelo Araujo wrote: > > 2015-12-18 13:53 GMT+08:00 Garrett Cooper : > > > > > > > > > On Dec 17, 2015, at 21:36, luke wrote: > > > > > > > >> On Fri, Dec 18, 2015 at 4:42 AM, John Baldwin > wrote: > > > >> Auth

svn commit: r292527 - head/sys/boot/libstand32

2015-12-20 Thread Ian Lepore
Author: ian Date: Mon Dec 21 02:02:43 2015 New Revision: 292527 URL: https://svnweb.freebsd.org/changeset/base/292527 Log: Add strlcat() and strlcpy() to libstand32. This should have been part of r292234, but I forgot there was a libstand32. Submitted by: martymac Pointy hat: ian Mo

svn commit: r292526 - head/sys/mips/mips

2015-12-20 Thread Adrian Chadd
Author: adrian Date: Mon Dec 21 01:48:16 2015 New Revision: 292526 URL: https://svnweb.freebsd.org/changeset/base/292526 Log: [mips] print out l2 cache configuration if it exists. The Ingenic JZ7480 SoC that is on the Imagination Technologies CI20 board has an L2 cache: Cache info:

svn commit: r292525 - in head/sys/arm/xscale: i80321 i8134x ixp425 pxa

2015-12-20 Thread Ian Lepore
Author: ian Date: Mon Dec 21 01:14:54 2015 New Revision: 292525 URL: https://svnweb.freebsd.org/changeset/base/292525 Log: Replace some references to KERNPHYSADDR with the equivelent value passed in from the bootloader. Modified: head/sys/arm/xscale/i80321/ep80219_machdep.c head/sys/arm/x

svn commit: r292524 - head/sys/arm/mv/kirkwood

2015-12-20 Thread Ian Lepore
Author: ian Date: Sun Dec 20 23:38:14 2015 New Revision: 292524 URL: https://svnweb.freebsd.org/changeset/base/292524 Log: Change KERNVIRTADDR to 0xc000 since the low-order bits no longer need to match the physical load address. Remove the *PHYSADDR symbols which are no longer necessary

svn commit: r292523 - head/sys/arm/arm

2015-12-20 Thread Ian Lepore
Author: ian Date: Sun Dec 20 23:31:11 2015 New Revision: 292523 URL: https://svnweb.freebsd.org/changeset/base/292523 Log: Allow armv4/5 kernels to be loaded on any 2MB boundary, like armv6/7. This eliminates the reliance on PHYSADDR and KERNPHYSADDR compile-time symbols (except when the

svn commit: r292522 - in head/sys: bsm security/audit

2015-12-20 Thread Christian Brueffer
Author: brueffer Date: Sun Dec 20 23:22:04 2015 New Revision: 292522 URL: https://svnweb.freebsd.org/changeset/base/292522 Log: Merge from contrib/openbsm to bring the kernel audit bits up to date with OpenBSM 1.2 alpha 4: - remove $P4$ - fix a comment Modified: head/sys/bsm/audit.h

svn commit: r292521 - in head/lib/libc: gen iconv net

2015-12-20 Thread Jilles Tjoelker
Author: jilles Date: Sun Dec 20 23:05:20 2015 New Revision: 292521 URL: https://svnweb.freebsd.org/changeset/base/292521 Log: libc: Use namespace.h in a few more files. libc now no longer calls fstat(), socketpair() and wait(), only the underscore-prefixed versions (_waitpid() instead of

Re: svn commit: r286337 - head/sys/contrib/dev/ath/ath_hal/ar9300

2015-12-20 Thread Oliver Pinter
Add gavin@ to thread On 11/8/15, Oliver Pinter wrote: > On Sun, Nov 8, 2015 at 8:24 PM, Adrian Chadd wrote: >> i'm burnt out and still too busy fixing issues introduced into -head >> (both wifi and low-memory platform support.) > > That's bad to read. :( > >> >> Someone else at this stage has to

svn commit: r292519 - head/sys/mips/include

2015-12-20 Thread Ian Lepore
Author: ian Date: Sun Dec 20 19:09:12 2015 New Revision: 292519 URL: https://svnweb.freebsd.org/changeset/base/292519 Log: Tidy up mips ofw_machdep.h. Don't include openfirm.h because openfirm.h is what includes machine/ofw_machdep.h. Don't declare OF_decode_addr(); it isn't implemented ye

Re: svn commit: r290383 - in head/sys: net netinet

2015-12-20 Thread Cy Schubert
Cy Schubert writes: > In message <201511050726.ta57qxlu074...@repo.freebsd.org>, "George V. > Neville-N > eil" writes: > > Author: gnn > > Date: Thu Nov 5 07:26:32 2015 > > New Revision: 290383 > > URL: https://svnweb.freebsd.org/changeset/base/290383 > > > > Log: > > Replace the fastforward p

svn commit: r292518 - head/sys/contrib/ipfilter/netinet

2015-12-20 Thread Cy Schubert
Author: cy Date: Sun Dec 20 18:02:13 2015 New Revision: 292518 URL: https://svnweb.freebsd.org/changeset/base/292518 Log: Don't assume checksums will be calculated later when fastfoward is enabled (by default in r290383). PR: 72210 MFC after:1 week Modified: head/sys/co

svn commit: r292517 - head/bin/sh

2015-12-20 Thread Jilles Tjoelker
Author: jilles Date: Sun Dec 20 16:40:36 2015 New Revision: 292517 URL: https://svnweb.freebsd.org/changeset/base/292517 Log: sh/mknodes: Close files and check for errors when writing. This is a build tool only and does not affect run time. PR: 204951 MFC after:1 week

svn commit: r292516 - head/lib/libthr/thread

2015-12-20 Thread Jilles Tjoelker
Author: jilles Date: Sun Dec 20 16:33:56 2015 New Revision: 292516 URL: https://svnweb.freebsd.org/changeset/base/292516 Log: libthr: Don't use both __sys_open() and __sys_openat(). Modified: head/lib/libthr/thread/thr_init.c head/lib/libthr/thread/thr_private.h Modified: head/lib/libthr/t

svn commit: r292515 - head/sys/boot/efi/loader

2015-12-20 Thread Ed Maste
Author: emaste Date: Sun Dec 20 16:07:09 2015 New Revision: 292515 URL: https://svnweb.freebsd.org/changeset/base/292515 Log: loader.efi: refresh size in GetMemoryMap retry loop If ExitBootServices fails due to a changed efi_mapkey then GetMemoryMap must be called again. In this case it i

svn commit: r292514 - in head: include lib/libc/net

2015-12-20 Thread Hajimu UMEMOTO
Author: ume Date: Sun Dec 20 15:18:50 2015 New Revision: 292514 URL: https://svnweb.freebsd.org/changeset/base/292514 Log: addrinfo.ai_family is an address family, not a protocol family. PR: 162434 MFC after:1 week Modified: head/include/netdb.h head/lib/libc/net/getadd

Re: svn commit: r292512 - in head: share/timedef tools/tools/locale/tools

2015-12-20 Thread Baptiste Daroussin
On Sun, Dec 20, 2015 at 02:59:30PM +, Hajimu UMEMOTO wrote: > Author: ume > Date: Sun Dec 20 14:59:30 2015 > New Revision: 292512 > URL: https://svnweb.freebsd.org/changeset/base/292512 > > Log: > Restore a day of the week in date(1) output for Japanese locales. > It was lost by recent loc

svn commit: r292513 - head/lib/libc/sys

2015-12-20 Thread Jilles Tjoelker
Author: jilles Date: Sun Dec 20 15:11:11 2015 New Revision: 292513 URL: https://svnweb.freebsd.org/changeset/base/292513 Log: clock_gettime(2),gettimeofday(2): Remove [EFAULT] error. Depending on system configuration and parameters, clock_gettime() and gettimeofday() may not be system cal

svn commit: r292512 - in head: share/timedef tools/tools/locale/tools

2015-12-20 Thread Hajimu UMEMOTO
Author: ume Date: Sun Dec 20 14:59:30 2015 New Revision: 292512 URL: https://svnweb.freebsd.org/changeset/base/292512 Log: Restore a day of the week in date(1) output for Japanese locales. It was lost by recent locale change. Modified: head/share/timedef/ja_JP.SJIS.src head/share/timedef/

Re: svn commit: r292309 - in head/sys: modules modules/tcp modules/tcp/fastpath netinet netinet/tcp_stacks

2015-12-20 Thread Kristof Provost
> On 19 Dec 2015, at 19:53, Jonathan T. Looney wrote: > > On 12/18/15, 3:54 PM, "owner-src-committ...@freebsd.org on behalf of > Kristof Provost" kris...@sigsegv.be> wrote: > >> >>> On 16 Dec 2015, at 01:56, Randall Stewart wrote: >>> >>> Author: rrs >>> Date: Wed Dec 16 00:56:45 2015 >>> N

svn commit: r292510 - head/lib/libc/gen

2015-12-20 Thread Konstantin Belousov
Author: kib Date: Sun Dec 20 11:55:39 2015 New Revision: 292510 URL: https://svnweb.freebsd.org/changeset/base/292510 Log: Fix lockf(3) cancellation behaviour. Sponsored by: The FreeBSD Foundation MFC after:1 week Modified: head/lib/libc/gen/lockf.c Modified: head/lib/libc/gen/loc