svn commit: r262926 - stable/10/usr.bin/hexdump

2014-03-08 Thread Christian Brueffer
Author: brueffer Date: Sat Mar 8 12:24:47 2014 New Revision: 262926 URL: http://svnweb.freebsd.org/changeset/base/262926 Log: MFC: r262333 Simplify the way the end of a singly linked list is followed (for adding items), so it is more obvious that we aren't going to indirect through a N

svn commit: r262927 - stable/9/usr.bin/hexdump

2014-03-08 Thread Christian Brueffer
Author: brueffer Date: Sat Mar 8 12:25:45 2014 New Revision: 262927 URL: http://svnweb.freebsd.org/changeset/base/262927 Log: MFC: r262333 Simplify the way the end of a singly linked list is followed (for adding items), so it is more obvious that we aren't going to indirect through a N

svn commit: r262928 - stable/8/usr.bin/hexdump

2014-03-08 Thread Christian Brueffer
Author: brueffer Date: Sat Mar 8 12:26:17 2014 New Revision: 262928 URL: http://svnweb.freebsd.org/changeset/base/262928 Log: MFC: r262333 Simplify the way the end of a singly linked list is followed (for adding items), so it is more obvious that we aren't going to indirect through a N

svn commit: r262929 - head/sys/dev/ffec

2014-03-08 Thread Hiroki Sato
Author: hrs Date: Sat Mar 8 14:58:39 2014 New Revision: 262929 URL: http://svnweb.freebsd.org/changeset/base/262929 Log: Fix another bug in multicast filtering. i.MX uses 6 bits from MSB in LE CRC32 for the hash value, not the lowest 6 bits in BE CRC32. Tested by:Takanori Sawada P

Re: svn commit: r262411 - head/sys/arm/arm

2014-03-08 Thread Ian Lepore
On Fri, 2014-03-07 at 17:21 +0200, Konstantin Belousov wrote: > On Wed, Mar 05, 2014 at 06:22:47AM -0700, Ian Lepore wrote: > > On Wed, 2014-03-05 at 13:54 +0200, Konstantin Belousov wrote: > > > On Sun, Feb 23, 2014 at 10:52:48PM +, Ian Lepore wrote: > > > > Author: ian > > > > Date: Sun Feb 2

svn commit: r262930 - head/sys/dev/ath

2014-03-08 Thread Rui Paulo
Author: rpaulo Date: Sat Mar 8 19:35:31 2014 New Revision: 262930 URL: http://svnweb.freebsd.org/changeset/base/262930 Log: Call ieee80211_dump_pkt() based on IFF_DUMPPKTS(). MFC after:3 days Modified: head/sys/dev/ath/if_ath_tx.c Modified: head/sys/dev/ath/if_ath_tx.c

svn commit: r262931 - in head/bin: kill sh sh/tests/builtins

2014-03-08 Thread Jilles Tjoelker
Author: jilles Date: Sat Mar 8 19:44:34 2014 New Revision: 262931 URL: http://svnweb.freebsd.org/changeset/base/262931 Log: sh: Successfully do nothing when killing a terminated job. If a job has terminated but is still known, silently do nothing when using the kill builtin with the job

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

2014-03-08 Thread Warner Losh
Author: imp Date: Sat Mar 8 19:59:52 2014 New Revision: 262932 URL: http://svnweb.freebsd.org/changeset/base/262932 Log: Back out r262921. I don't know what I was thinking, but it is lame. Modified: head/sys/dev/uart/uart_core.c Modified: head/sys/dev/uart/uart_core.c ==

svn commit: r262933 - in stable/9/sys: mips/mips powerpc/aim vm

2014-03-08 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sat Mar 8 20:31:04 2014 New Revision: 262933 URL: http://svnweb.freebsd.org/changeset/base/262933 Log: MFC vm_page_alloc_contig() This function will be used by TTM, a memory manager used by the Radeon KMS driver. Compared to HEAD, the type of the "boundary" ar

svn commit: r262934 - head/usr.bin/xinstall

2014-03-08 Thread Jilles Tjoelker
Author: jilles Date: Sat Mar 8 23:05:28 2014 New Revision: 262934 URL: http://svnweb.freebsd.org/changeset/base/262934 Log: install: Use posix_spawnp() for starting strip and improve error messages. Modified: head/usr.bin/xinstall/xinstall.c Modified: head/usr.bin/xinstall/xinstall.c ==

svn commit: r262935 - head/sys/arm/allwinner/a20

2014-03-08 Thread Ian Lepore
Author: ian Date: Sun Mar 9 01:52:21 2014 New Revision: 262935 URL: http://svnweb.freebsd.org/changeset/base/262935 Log: Follow r262916 with one more config file that references a renamed common.c Modified: head/sys/arm/allwinner/a20/files.a20 Modified: head/sys/arm/allwinner/a20/files.a20

svn commit: r262936 - head/release/tools/arm

2014-03-08 Thread Glen Barber
Author: gjb Date: Sun Mar 9 02:00:48 2014 New Revision: 262936 URL: http://svnweb.freebsd.org/changeset/base/262936 Log: Update board definition for WANDBOARD-QUAD to match crochet. Sponsored by: The FreeBSD Foundation Modified: head/release/tools/arm/crochet-WANDBOARD-QUAD.conf Modifi

svn commit: r262937 - head/sys/dev/bvm

2014-03-08 Thread Neel Natu
Author: neel Date: Sun Mar 9 02:07:15 2014 New Revision: 262937 URL: http://svnweb.freebsd.org/changeset/base/262937 Log: Fix panic "_mtx_lock_sleep: recursed on non-recursive mutex ttymtx" caused when acquiring the tty lock in bvm_tty_close(). Instead just assert that the tty lock is held

svn commit: r262940 - head/sys/arm/at91

2014-03-08 Thread Warner Losh
Author: imp Date: Sun Mar 9 02:28:30 2014 New Revision: 262940 URL: http://svnweb.freebsd.org/changeset/base/262940 Log: Remove bogus define that causes compile errors. Most of the defines for SAM9X are going away soonish anyway (once FDT works), but until then... Modified: head/sys/arm

svn commit: r262941 - in head/sys/arm: arm include

2014-03-08 Thread Ian Lepore
Author: ian Date: Sun Mar 9 03:00:03 2014 New Revision: 262941 URL: http://svnweb.freebsd.org/changeset/base/262941 Log: Rework the VFP code that handles demand-based save and restore of state. The old code was full of complexity that would only matter if the kernel itself used the VFP h

svn commit: r262942 - in head/sys/arm: arm include

2014-03-08 Thread Ian Lepore
Author: ian Date: Sun Mar 9 03:49:06 2014 New Revision: 262942 URL: http://svnweb.freebsd.org/changeset/base/262942 Log: Remove all dregs of a per-thread undefined-exception-mode stack. This is a leftover from the days when a low-level debugger had hooks in the undefined exception vector a

svn commit: r262943 - stable/10/sys/fs/ext2fs

2014-03-08 Thread Pedro F. Giffuni
Author: pfg Date: Sun Mar 9 04:16:00 2014 New Revision: 262943 URL: http://svnweb.freebsd.org/changeset/base/262943 Log: MFC r262869: ext2fs: Fix a bug when sorting htree entries. This a typo introduced when bringing the original code from NetBSD. Reported by: Mike Ma Modifie

svn commit: r262944 - stable/9/sys/fs/ext2fs

2014-03-08 Thread Pedro F. Giffuni
Author: pfg Date: Sun Mar 9 04:17:04 2014 New Revision: 262944 URL: http://svnweb.freebsd.org/changeset/base/262944 Log: MFC r262869: ext2fs: Fix a bug when sorting htree entries. This a typo introduced when bringing the original code from NetBSD. Reported by: Mike Ma Modifie

svn commit: r262945 - head/lib/libcrypt

2014-03-08 Thread John-Mark Gurney
Author: jmg Date: Sun Mar 9 07:45:59 2014 New Revision: 262945 URL: http://svnweb.freebsd.org/changeset/base/262945 Log: various formating fixes, use NUL for NUL bytes.. drop out dated perf numbers (can't imagine people are still running Pentium MMX 166's anymore)... bump date...