Author: thompsa
Date: Thu Oct 4 07:40:55 2012
New Revision: 241183
URL: http://svn.freebsd.org/changeset/base/241183
Log:
Remove the M_NOWAIT from bridge_rtable_init as it isn't needed. The function
return value is not even checked and could lead to a panic on a null
sc_rthash.
MFC afte
Author: tijl
Date: Thu Oct 4 08:53:05 2012
New Revision: 241190
URL: http://svn.freebsd.org/changeset/base/241190
Log:
Define clang feature test macro __has_extension. It's used in stdatomic.h.
Modified:
head/sys/sys/cdefs.h
Modified: head/sys/sys/cdefs.h
===
Author: adrian
Date: Thu Oct 4 15:42:45 2012
New Revision: 241195
URL: http://svn.freebsd.org/changeset/base/241195
Log:
Implement the quarter rate fractional channel programming for the
AR5416 and AR9280, but leave it disabled by default.
TL;DR: don't enable this code at all unless you
Author: jamie
Date: Thu Oct 4 18:59:46 2012
New Revision: 241196
URL: http://svn.freebsd.org/changeset/base/241196
Log:
Move properly to the next parameter when jailparam_init fails
(i.e. on an unknown parameter), to avoid freeing bogus pointers.
Modified:
head/usr.sbin/jail/config.c
Mod
Author: jamie
Date: Thu Oct 4 19:07:05 2012
New Revision: 241197
URL: http://svn.freebsd.org/changeset/base/241197
Log:
Fix some memory allocation errors:
* jail_setv will leak a parameter name if jailparam_import fails.
* jailparam_all loses the jailparam pointer on realloc error
(a
Author: jhb
Date: Thu Oct 4 20:00:32 2012
New Revision: 241198
URL: http://svn.freebsd.org/changeset/base/241198
Log:
Display the matrix of inter-domain distances in the SLIT table. This is
used to complement the SRAT table on NUMA machines.
MFC after:1 week
Modified:
head/usr.sb
On Thursday, October 04, 2012 4:00:32 pm John Baldwin wrote:
> Author: jhb
> Date: Thu Oct 4 20:00:32 2012
> New Revision: 241198
> URL: http://svn.freebsd.org/changeset/base/241198
>
> Log:
> Display the matrix of inter-domain distances in the SLIT table. This is
> used to complement the SR
On Mon, Sep 24, 2012 at 1:35 PM, Adrian Chadd wrote:
> Author: adrian
> Date: Mon Sep 24 20:35:56 2012
> New Revision: 240899
> URL: http://svn.freebsd.org/changeset/base/240899
>
> Log:
> Migrate the ath(4) KTR logging to use an ATH_KTR() macro.
>
> This should eventually be unified with ATH_
| uniq -d;
# done
+# 20121004: remove incomplete unwind.h
+OLD_FILES+=usr/include/clang/3.2/unwind.h
# 20120908: pf cleanup
OLD_FILES+=usr/include/net/if_pflow.h
# 20120816: new clang import which bumps version from 3.1 to 3.2
Modified: head/lib/clang/include/Makefile
Author: yongari
Date: Fri Oct 5 03:35:38 2012
New Revision: 241215
URL: http://svn.freebsd.org/changeset/base/241215
Log:
Don't touch EMAC Mode and TX/RX MAC Mode register when driver is
not running.
Modified:
head/sys/dev/bge/if_bge.c
Modified: head/sys/dev/bge/if_bge.c
=
Author: yongari
Date: Fri Oct 5 03:46:25 2012
New Revision: 241216
URL: http://svn.freebsd.org/changeset/base/241216
Log:
APE firmware touches EMAC Mode and TX/RX MAC Mode registers to keep
the MAC connected to the outside world. So keep the accesses
atomic.
Modified:
head/sys/dev/bge/i
Author: alc
Date: Fri Oct 5 04:35:20 2012
New Revision: 241217
URL: http://svn.freebsd.org/changeset/base/241217
Log:
Eliminate a stale and a duplicated comment.
Modified:
head/sys/mips/mips/pmap.c
Modified: head/sys/mips/mips/pmap.c
=
Author: dougb
Date: Fri Oct 5 05:01:42 2012
New Revision: 241218
URL: http://svn.freebsd.org/changeset/base/241218
Log:
Remove references to CVS so that people will stop bringing it up
For -p:
The localtime update should have been excluded in the first place
The make.con
Author: yongari
Date: Fri Oct 5 06:24:22 2012
New Revision: 241219
URL: http://svn.freebsd.org/changeset/base/241219
Log:
Add 40 microseconds delay after updating EMAC Mode register as
recommended by Broadcom data sheet.
Modified:
head/sys/dev/bge/if_bge.c
Modified: head/sys/dev/bge/if_bg
14 matches
Mail list logo