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

Re: svn commit: r262566 - in stable/10: crypto/openssh crypto/openssh/contrib/caldera crypto/openssh/contrib/cygwin crypto/openssh/contrib/redhat crypto/openssh/contrib/suse crypto/openssh/openbsd-com

2014-03-04 Thread Dag-Erling Smørgrav
Pawel Jakub Dawidek writes: > Dimitry Andric writes: > > Wouldn't it be enough to merge r261499 ("Fix installations that use > > kernels without CAPABILITIES support") by pjd? > Yes, my change should be definiately merged with OpenSSH merge. If > nobody beats me to it, I should be able to merge i

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: r262731 - in stable/10/lib: libc/iconv libiconv_modules/BIG5 libiconv_modules/HZ libiconv_modules/VIQR

2014-03-04 Thread Tijl Coosemans
Author: tijl Date: Tue Mar 4 11:43:01 2014 New Revision: 262731 URL: http://svnweb.freebsd.org/changeset/base/262731 Log: MFC r262441-262442,262447,262461-262464,262655: - Consistently pass around context information using a simple pointer. This fixes some dereferencing bugs in Chinese

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: 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: r262734 - in stable/10/sys: kern net netinet

2014-03-04 Thread Gleb Smirnoff
Author: glebius Date: Tue Mar 4 14:01:12 2014 New Revision: 262734 URL: http://svnweb.freebsd.org/changeset/base/262734 Log: Merge r261590, r261592 from head: Remove identical vnet sysctl handlers, and handle CTLFLAG_VNET in the sysctl_root(). Note: SYSCTL_VNET_* macros can be re

svn commit: r262735 - in stable/10/sys: net netinet netinet/cc

2014-03-04 Thread Gleb Smirnoff
Author: glebius Date: Tue Mar 4 14:05:37 2014 New Revision: 262735 URL: http://svnweb.freebsd.org/changeset/base/262735 Log: Merge r261590: Fixup for r261590 (vnet sysctl handlers cleanup) Modified: stable/10/sys/net/vnet.h stable/10/sys/netinet/cc/cc_cdg.c stable/10/sys/netinet/sctp_sys

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: r262737 - in stable/10: share/man/man9 sys/sys sys/vm

2014-03-04 Thread Gleb Smirnoff
Author: glebius Date: Tue Mar 4 14:21:07 2014 New Revision: 262737 URL: http://svnweb.freebsd.org/changeset/base/262737 Log: Merge 261593 from head: Provide macros that allow easily export uma(9) zone limits and current usage via sysctl(9). Modified: stable/10/share/man/man9/zone.9

svn commit: r262738 - in stable/10: share/man/man9 sys/sys

2014-03-04 Thread Gleb Smirnoff
Author: glebius Date: Tue Mar 4 14:23:58 2014 New Revision: 262738 URL: http://svnweb.freebsd.org/changeset/base/262738 Log: Merge 261595: simplify the SYSCTL_COUNTER_U64() macro. Modified: stable/10/share/man/man9/counter.9 stable/10/sys/sys/sysctl.h Directory Properties: stable/10/ (

svn commit: r262739 - in stable/10/sys: kern sys vm

2014-03-04 Thread Gleb Smirnoff
Author: glebius Date: Tue Mar 4 14:46:30 2014 New Revision: 262739 URL: http://svnweb.freebsd.org/changeset/base/262739 Log: Merge r261722, r261723, r261724, r261725 from head: several minor improvements for UMA_ZPCPU_ZONE zones. Modified: stable/10/sys/kern/subr_counter.c stable/10/sy

svn commit: r262740 - stable/10/lib/libkvm

2014-03-04 Thread Gleb Smirnoff
Author: glebius Date: Tue Mar 4 14:49:05 2014 New Revision: 262740 URL: http://svnweb.freebsd.org/changeset/base/262740 Log: Merge r261796 from head: While it isn't too late and kvm_read_zpcpu() function isn't yet used outside libkvm(3), change its order of arguments, so that it is the

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: 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: r262743 - in stable/10: sys/conf sys/net sys/netinet sys/netinet6 usr.bin/netstat

2014-03-04 Thread Gleb Smirnoff
Author: glebius Date: Tue Mar 4 15:14:47 2014 New Revision: 262743 URL: http://svnweb.freebsd.org/changeset/base/262743 Log: Merge r261582, r261601, r261610, r261613, r261627, r261640, r261641, r261823, r261825, r261859, r261875, r261883, r261911, r262027, r262028, r262029, r262

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: r262745 - stable/9/sys/dev/iicbus

2014-03-04 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Tue Mar 4 18:27:00 2014 New Revision: 262745 URL: http://svnweb.freebsd.org/changeset/base/262745 Log: MFC r232365: Provide pre/post transfer method callbacks for icbbb clients. These are helful when making certain drivers work on both Linux and FreeBSD with

Re: svn commit: r262566 - in stable/10: crypto/openssh crypto/openssh/contrib/caldera crypto/openssh/contrib/cygwin crypto/openssh/contrib/redhat crypto/openssh/contrib/suse crypto/openssh/openbsd-com

2014-03-04 Thread John Baldwin
On Tuesday, March 04, 2014 3:40:47 am Dag-Erling Smørgrav wrote: > Pawel Jakub Dawidek writes: > > Dimitry Andric writes: > > > Wouldn't it be enough to merge r261499 ("Fix installations that use > > > kernels without CAPABILITIES support") by pjd? > > Yes, my change should be definiately merged

Re: svn commit: r262718 - stable/10/crypto/openssh

2014-03-04 Thread John Baldwin
On Monday, March 03, 2014 6:19:29 pm Xin LI wrote: > Author: delphij > Date: Mon Mar 3 23:19:28 2014 > New Revision: 262718 > URL: http://svnweb.freebsd.org/changeset/base/262718 > > Log: > MFC r261499 (pjd): > > Fix installations that use kernels without CAPABILITIES support. Thanks! --

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: 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: r262566 - in stable/10: crypto/openssh crypto/openssh/contrib/caldera crypto/openssh/contrib/cygwin crypto/openssh/contrib/redhat crypto/openssh/contrib/suse crypto/openssh/openbsd-com

2014-03-04 Thread Pawel Jakub Dawidek
On Tue, Mar 04, 2014 at 11:46:57AM -0500, John Baldwin wrote: > On Tuesday, March 04, 2014 3:40:47 am Dag-Erling Smørgrav wrote: > > Pawel Jakub Dawidek writes: > > > Dimitry Andric writes: > > > > Wouldn't it be enough to merge r261499 ("Fix installations that use > > > > kernels without CAPABIL

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: 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: 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: 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: r262751 - stable/9/sys/dev/iir

2014-03-04 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Tue Mar 4 20:21:43 2014 New Revision: 262751 URL: http://svnweb.freebsd.org/changeset/base/262751 Log: MFC r254379: Avoid potential redefinition of the macro. Modified: stable/9/sys/dev/iir/iir.c stable/9/sys/dev/iir/iir.h stable/9/sys/dev/iir/iir_ctrl.c sta

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

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: 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

svn commit: r262753 - stable/10/sys/amd64/amd64

2014-03-04 Thread Ed Maste
Author: emaste Date: Tue Mar 4 21:51:09 2014 New Revision: 262753 URL: http://svnweb.freebsd.org/changeset/base/262753 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: 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 =

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: r262756 - in vendor/xz-embedded/dist: . linux/include/linux linux/lib linux/lib/xz linux/scripts userspace

2014-03-04 Thread Xin LI
Author: delphij Date: Tue Mar 4 23:23:55 2014 New Revision: 262756 URL: http://svnweb.freebsd.org/changeset/base/262756 Log: Import xz-embedded from git. This is from commit hash '6a8a2364434763a033781f6b2a605ace9a021013'. Added: vendor/xz-embedded/dist/linux/lib/xz/xz_crc64.c (conten

svn commit: r262757 - vendor/xz-embedded/6a8a2364434763a033781f6b2a605ace9a021013

2014-03-04 Thread Xin LI
Author: delphij Date: Tue Mar 4 23:27:27 2014 New Revision: 262757 URL: http://svnweb.freebsd.org/changeset/base/262757 Log: Tag import 6a8a2364434763a033781f6b2a605ace9a021013. Added: vendor/xz-embedded/6a8a2364434763a033781f6b2a605ace9a021013/ - copied from r262756, vendor/xz-embedded

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

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: 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: r262761 - in stable/10: release release/picobsd/build share/man/man7

2014-03-04 Thread Glen Barber
Author: gjb Date: Wed Mar 5 00:45:28 2014 New Revision: 262761 URL: http://svnweb.freebsd.org/changeset/base/262761 Log: MFC r262499, r262505, r262507, r262509: r262499: release.sh: - Add a VCSCMD variable that defaults to 'svn checkout', and update places 'svn co' is used di

svn commit: r262762 - in stable/9: release release/picobsd/build share/man/man7

2014-03-04 Thread Glen Barber
Author: gjb Date: Wed Mar 5 00:48:11 2014 New Revision: 262762 URL: http://svnweb.freebsd.org/changeset/base/262762 Log: MFC r262499, r262505, r262507, r262509: r262499: release.sh: - Add a VCSCMD variable that defaults to 'svn checkout', and update places 'svn co' is used di

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: 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: 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: 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: 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: 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: 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: r262772 - stable/10/sys/net

2014-03-04 Thread Gleb Smirnoff
Author: glebius Date: Wed Mar 5 03:16:23 2014 New Revision: 262772 URL: http://svnweb.freebsd.org/changeset/base/262772 Log: Merge r262770 from head: pacify gcc. Modified: stable/10/sys/net/flowtable.c Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/net/flowtabl

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: 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: 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: 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: r262780 - in stable/9/sys/ufs: ffs ufs

2014-03-04 Thread Pedro F. Giffuni
Author: pfg Date: Wed Mar 5 04:27:15 2014 New Revision: 262780 URL: http://svnweb.freebsd.org/changeset/base/262780 Log: MFC r262678; ufs: small formatting fixes. Cleanup some extra space. Use of tabs vs. spaces. No functional change. Reviewed by: mckusick Modified: stable

svn commit: r262779 - in stable/10/sys/ufs: ffs ufs

2014-03-04 Thread Pedro F. Giffuni
Author: pfg Date: Wed Mar 5 04:23:19 2014 New Revision: 262779 URL: http://svnweb.freebsd.org/changeset/base/262779 Log: MFC r262678; ufs: small formatting fixes. Cleanup some extra space. Use of tabs vs. spaces. No functional change. Reviewed by: mckusick Modified: stable