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
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
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
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
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
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
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
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
==
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
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
==
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
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
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
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
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
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
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
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
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...
19 matches
Mail list logo