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

2014-03-04 Thread Sean Bruno
Author: sbruno Date: Wed Mar 5 04:22:07 2014 New Revision: 262778 URL: http://svnweb.freebsd.org/changeset/base/262778 Log: Populate the GPIO pins and GPIOLED configs Modified: head/sys/mips/conf/DIR-825B1.hints Modified: head/sys/mips/conf/DIR-825B1.hints ==

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

2014-03-04 Thread Sean Bruno
Author: sbruno Date: Wed Mar 5 04:19:52 2014 New Revision: 262777 URL: http://svnweb.freebsd.org/changeset/base/262777 Log: Update location of hints and name of the kernel we are building. Modified: head/sys/mips/conf/DIR-825B1 head/sys/mips/conf/DIR-825B1.hints Modified: head/sys/mips/co

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

2014-03-04 Thread Sean Bruno
Author: sbruno Date: Wed Mar 5 04:18:42 2014 New Revision: 262776 URL: http://svnweb.freebsd.org/changeset/base/262776 Log: Rename the Dlink 825 configuration file to indicate that this is for the mips 24k B1 Added: head/sys/mips/conf/DIR-825B1 - copied unchanged from r262775, head/sy

svn commit: r262775 - head/sbin/savecore

2014-03-04 Thread Mark Johnston
Author: markj Date: Wed Mar 5 04:15:17 2014 New Revision: 262775 URL: http://svnweb.freebsd.org/changeset/base/262775 Log: Log the name of the device that we failed to open rather than an uninitialized buffer. MFC after:3 days Modified: head/sbin/savecore/savecore.c Modified: hea

svn commit: r262770 - head/sys/net

2014-03-04 Thread Gleb Smirnoff
Author: glebius Date: Wed Mar 5 02:35:15 2014 New Revision: 262770 URL: http://svnweb.freebsd.org/changeset/base/262770 Log: Pacify gcc. Modified: head/sys/net/flowtable.c Modified: head/sys/net/flowtable.c == --- h

svn commit: r262771 - head/sys/netatalk

2014-03-04 Thread Gleb Smirnoff
Author: glebius Date: Wed Mar 5 02:35:41 2014 New Revision: 262771 URL: http://svnweb.freebsd.org/changeset/base/262771 Log: Fix build. Modified: head/sys/netatalk/at_proto.c Modified: head/sys/netatalk/at_proto.c =

svn commit: r262769 - head/usr.bin/logger

2014-03-04 Thread Brad Davis
Author: brd (doc committer) Date: Wed Mar 5 02:10:10 2014 New Revision: 262769 URL: http://svnweb.freebsd.org/changeset/base/262769 Log: - Clarify usage of the -f option. Reviewed by: gjb@, dru@, and Allan Jude Modified: head/usr.bin/logger/logger.1 Modified: head/usr.bin/logger/logge

svn commit: r262768 - head/tools/tools/iwn/iwnstats

2014-03-04 Thread Eitan Adler
Author: eadler Date: Wed Mar 5 01:49:39 2014 New Revision: 262768 URL: http://svnweb.freebsd.org/changeset/base/262768 Log: Add static where appropriate. Modified: head/tools/tools/iwn/iwnstats/main.c Modified: head/tools/tools/iwn/iwnstats/main.c ===

svn commit: r262767 - in head: sys/net usr.bin/netstat

2014-03-04 Thread Gleb Smirnoff
Author: glebius Date: Wed Mar 5 01:47:08 2014 New Revision: 262767 URL: http://svnweb.freebsd.org/changeset/base/262767 Log: Hide struct rtentry from userland. Modified: head/sys/net/route.h head/usr.bin/netstat/route.c Modified: head/sys/net/route.h ==

svn commit: r262766 - head/tools/tools/iwn/iwnstats

2014-03-04 Thread Eitan Adler
Author: eadler Date: Wed Mar 5 01:41:10 2014 New Revision: 262766 URL: http://svnweb.freebsd.org/changeset/base/262766 Log: If the device doesn't exist when iwnstats starts running don't spam the console forever. Modified: head/tools/tools/iwn/iwnstats/main.c Modified: head/tools/tools/i

svn commit: r262765 - head/sys/amd64/amd64

2014-03-04 Thread Ed Maste
Author: emaste Date: Wed Mar 5 01:34:10 2014 New Revision: 262765 URL: http://svnweb.freebsd.org/changeset/base/262765 Log: Disable amd64 TLB Context ID (pcid) by default for now There are a number of reports of userspace application crashes that are "solved" by setting vm.pmap.pcid_enab

svn commit: r262764 - in head/sys/contrib/xz-embedded: . linux/include/linux linux/lib linux/lib/xz linux/scripts userspace

2014-03-04 Thread Xin LI
Author: delphij Date: Wed Mar 5 01:33:15 2014 New Revision: 262764 URL: http://svnweb.freebsd.org/changeset/base/262764 Log: MFV r262756: Import xz-embedded from git. This is from commit hash '6a8a2364434763a033781f6b2a605ace9a021013'. This makes it possible to use CRC64 but for

svn commit: r262763 - in head: share/man/man9 sys/contrib/ipfilter/netinet sys/net sys/netatalk sys/netinet sys/netinet6 sys/netipx sys/netpfil/pf sys/nfs usr.bin/netstat

2014-03-04 Thread Gleb Smirnoff
Author: glebius Date: Wed Mar 5 01:17:47 2014 New Revision: 262763 URL: http://svnweb.freebsd.org/changeset/base/262763 Log: - Remove rt_metrics_lite and simply put its members into rtentry. - Use counter(9) for rt_pksent (former rt_rmx.rmx_pksent). This removes another cache trashing ++

svn commit: r262760 - in head: sbin/pfctl sys/net sys/netpfil/pf

2014-03-04 Thread Gleb Smirnoff
Author: glebius Date: Wed Mar 5 00:40:03 2014 New Revision: 262760 URL: http://svnweb.freebsd.org/changeset/base/262760 Log: Instead of playing games with casts simply add 3 more members to the structure pf_rule, that are used when the structure is passed via ioctl(). PR: 187

svn commit: r262759 - head/tools/tools/iwn/iwnstats

2014-03-04 Thread Adrian Chadd
Author: adrian Date: Wed Mar 5 00:26:25 2014 New Revision: 262759 URL: http://svnweb.freebsd.org/changeset/base/262759 Log: Add command line parsing - and an -i option so I can monitor multiple iwn interfaces. Tested: * Intel 5100 Modified: head/tools/tools/iwn/iwnstats/main.c

svn commit: r262758 - head/sys/net

2014-03-04 Thread George V. Neville-Neil
Author: gnn Date: Tue Mar 4 23:55:04 2014 New Revision: 262758 URL: http://svnweb.freebsd.org/changeset/base/262758 Log: Revert previous commit (262727) and bounce patch back to the submitter. Pointed out by: jhb Modified: head/sys/net/radix.h head/sys/net/route.c Modified: head/sy

Re: svn commit: r262727 - head/sys/net

2014-03-04 Thread George Neville-Neil
On Mar 4, 2014, at 12:14 , John Baldwin wrote: > On Tuesday, March 04, 2014 12:09:47 am George V. Neville-Neil wrote: >> Author: gnn >> Date: Tue Mar 4 05:09:46 2014 >> New Revision: 262727 >> URL: http://svnweb.freebsd.org/changeset/base/262727 >> >> Log: >> Naming consistency fix. The routi

svn commit: r262755 - head/bin/sh

2014-03-04 Thread Jilles Tjoelker
Author: jilles Date: Tue Mar 4 22:30:38 2014 New Revision: 262755 URL: http://svnweb.freebsd.org/changeset/base/262755 Log: sh: Make argstr() return where it stopped and simplify expari() using this. Modified: head/bin/sh/expand.c Modified: head/bin/sh/expand.c =

svn commit: r262754 - in head/contrib/xz: . src/liblzma/api/lzma src/liblzma/check src/liblzma/common src/lzmainfo src/xz src/xzdec

2014-03-04 Thread Xin LI
Author: delphij Date: Tue Mar 4 21:51:11 2014 New Revision: 262754 URL: http://svnweb.freebsd.org/changeset/base/262754 Log: MFV r253848 (mm): Update vendor/xz from v5.0 branch to post-5.0.5 MFC after:2 weeks Modified: head/contrib/xz/ChangeLog head/contrib/xz/README head/c

Re: svn commit: r262752 - in head/sys: amd64/amd64 amd64/include x86/acpica

2014-03-04 Thread John Baldwin
On Tuesday, March 04, 2014 4:35:57 pm Jung-uk Kim wrote: > Author: jkim > Date: Tue Mar 4 21:35:57 2014 > New Revision: 262752 > URL: http://svnweb.freebsd.org/changeset/base/262752 > > Log: > Move fpusave() wrapper for suspend hander to sys/amd64/amd64/fpu.c. > > Inspired by:jhb

svn commit: r262752 - in head/sys: amd64/amd64 amd64/include x86/acpica

2014-03-04 Thread Jung-uk Kim
Author: jkim Date: Tue Mar 4 21:35:57 2014 New Revision: 262752 URL: http://svnweb.freebsd.org/changeset/base/262752 Log: Move fpusave() wrapper for suspend hander to sys/amd64/amd64/fpu.c. Inspired by: jhb Modified: head/sys/amd64/amd64/cpu_switch.S head/sys/amd64/amd64/fpu.c head

svn commit: r262750 - head/sys/amd64/amd64

2014-03-04 Thread Jung-uk Kim
Author: jkim Date: Tue Mar 4 20:16:00 2014 New Revision: 262750 URL: http://svnweb.freebsd.org/changeset/base/262750 Log: Revert accidentally committed changes in 262748. Modified: head/sys/amd64/amd64/mpboot.S head/sys/amd64/amd64/pmap.c Modified: head/sys/amd64/amd64/mpboot.S ==

svn commit: r262749 - head/usr.sbin/makefs

2014-03-04 Thread Simon J. Gerraty
Author: sjg Date: Tue Mar 4 20:09:23 2014 New Revision: 262749 URL: http://svnweb.freebsd.org/changeset/base/262749 Log: Allow comments at end of line. Reviewed by: marcel Modified: head/usr.sbin/makefs/mtree.c Modified: head/usr.sbin/makefs/mtree.c

svn commit: r262748 - head/sys/amd64/amd64

2014-03-04 Thread Jung-uk Kim
Author: jkim Date: Tue Mar 4 20:07:36 2014 New Revision: 262748 URL: http://svnweb.freebsd.org/changeset/base/262748 Log: Properly save and restore CR0. MFC after:3 days Modified: head/sys/amd64/amd64/cpu_switch.S head/sys/amd64/amd64/mpboot.S head/sys/amd64/amd64/pmap.c Modifi

svn commit: r262747 - head/sys/netinet

2014-03-04 Thread Gleb Smirnoff
Author: glebius Date: Tue Mar 4 19:49:41 2014 New Revision: 262747 URL: http://svnweb.freebsd.org/changeset/base/262747 Log: Remove ifa_ref()/ifa_free(), which are atomic(9), from ip_output(). The ifaddr is already referenced by the rtentry, and we are holding reference on the rtentry th

svn commit: r262746 - head/sys/amd64/amd64

2014-03-04 Thread Jung-uk Kim
Author: jkim Date: Tue Mar 4 19:41:16 2014 New Revision: 262746 URL: http://svnweb.freebsd.org/changeset/base/262746 Log: Remove dead code since r230426, fix a comment, and tidy up. Reported by: jhb MFC after:3 days Modified: head/sys/amd64/amd64/cpu_switch.S Modified: head/sys/

Re: svn commit: r262727 - head/sys/net

2014-03-04 Thread John Baldwin
On Tuesday, March 04, 2014 12:09:47 am George V. Neville-Neil wrote: > Author: gnn > Date: Tue Mar 4 05:09:46 2014 > New Revision: 262727 > URL: http://svnweb.freebsd.org/changeset/base/262727 > > Log: > Naming consistency fix. The routing code defines > RADIX_NODE_HEAD_LOCK as grabbing the w

svn commit: r262744 - head/usr.sbin/bhyve

2014-03-04 Thread Tycho Nightingale
Author: tychon Date: Tue Mar 4 17:12:06 2014 New Revision: 262744 URL: http://svnweb.freebsd.org/changeset/base/262744 Log: Add SMBIOS support. A new option, -U, can be used to set the UUID in the System Information (Type 1) structure. Manpage fix to follow. Approved by: grehan (c

svn commit: r262742 - head/usr.sbin/lpr/lpr

2014-03-04 Thread David Malone
Author: dwmalone Date: Tue Mar 4 15:09:57 2014 New Revision: 262742 URL: http://svnweb.freebsd.org/changeset/base/262742 Log: Add missing description of du (daemon.user) printcap capability. Modified: head/usr.sbin/lpr/lpr/printcap.5 Modified: head/usr.sbin/lpr/lpr/printcap.5 ==

svn commit: r262741 - head/sys/cam

2014-03-04 Thread Alexander Motin
Author: mav Date: Tue Mar 4 15:07:00 2014 New Revision: 262741 URL: http://svnweb.freebsd.org/changeset/base/262741 Log: Do not retry on CAM_FUNC_NOTAVAIL error, but return immediately. MFC after:2 weeks Modified: head/sys/cam/cam_periph.c Modified: head/sys/cam/cam_periph.c ==

svn commit: r262736 - head/sys/boot/fdt/dts/arm

2014-03-04 Thread Ian Lepore
Author: ian Date: Tue Mar 4 14:19:15 2014 New Revision: 262736 URL: http://svnweb.freebsd.org/changeset/base/262736 Log: Use an empty ranges statement for the bus, because all the children on the bus have their register properties declared as full physical addresses, not offsets from a base

svn commit: r262733 - head/sys/conf

2014-03-04 Thread Mark Johnston
Author: markj Date: Tue Mar 4 14:00:49 2014 New Revision: 262733 URL: http://svnweb.freebsd.org/changeset/base/262733 Log: Use a full path to the target for make rules which create symlinks @, machine and ${MACHINE_CPUARCH}. Otherwise the presence of a file named "x86" or "x86.c" in the mak

svn commit: r262732 - in head/sys/dev/usb: . quirk

2014-03-04 Thread Hans Petter Selasky
Author: hselasky Date: Tue Mar 4 12:33:18 2014 New Revision: 262732 URL: http://svnweb.freebsd.org/changeset/base/262732 Log: Add new quirk. MFC after:1 week PR: usb/187188 Submitted by: Hiroo Ono Modified: head/sys/dev/usb/quirk/usb_quirk.c head/sys/dev/usb/usbdevs

svn commit: r262730 - head/tests/sys/kern

2014-03-04 Thread Peter Holm
Author: pho Date: Tue Mar 4 10:47:35 2014 New Revision: 262730 URL: http://svnweb.freebsd.org/changeset/base/262730 Log: Changed name of test case to a more descriptive one and moved comment to the "descr" property. Suggested by: jmmv Sponsored by: EMC / Isilon storage division Modif

svn commit: r262729 - head/sys/dev/iwn

2014-03-04 Thread Adrian Chadd
Author: adrian Date: Tue Mar 4 08:01:56 2014 New Revision: 262729 URL: http://svnweb.freebsd.org/changeset/base/262729 Log: Handle the newer-style bluetooth message format from the (at least) Centrino 2230 firmware. This fixes the general statistics block to be actually valid. I've