Author: hselasky
Date: Sun Aug 17 06:28:57 2014
New Revision: 270083
URL: http://svnweb.freebsd.org/changeset/base/270083
Log:
Add missing DPADD to Makefile.
PR: 192733
Modified:
head/lib/libcuse/Makefile
Modified: head/lib/libcuse/Makefile
Author: ian
Date: Sun Aug 17 02:56:58 2014
New Revision: 270081
URL: http://svnweb.freebsd.org/changeset/base/270081
Log:
When the initarm_* routines were renamed to platform_* and moved to their
own header file, the lovely block of comments explaining what the generic
init code expects of t
Author: ian
Date: Sun Aug 17 02:53:36 2014
New Revision: 270080
URL: http://svnweb.freebsd.org/changeset/base/270080
Log:
Rename the old initarm_* functions to the new platform_* names. Also
move the registration of the static device map table into the function
intended to do devmap init st
Author: melifaro
Date: Sat Aug 16 22:55:58 2014
New Revision: 270069
URL: http://svnweb.freebsd.org/changeset/base/270069
Log:
Clean up unused definitions.
Modified:
head/sbin/ifconfig/sfp.c
Modified: head/sbin/ifconfig/sfp.c
==
Author: melifaro
Date: Sat Aug 16 21:53:44 2014
New Revision: 270068
URL: http://svnweb.freebsd.org/changeset/base/270068
Log:
* Use standard net/sff8472.h header for sff bits and offsets.
* Convert sff_8472_id to 'const char *' to please clang.
Pointed by: np
Modified:
head/sbin/ifc
Author: markj
Date: Sat Aug 16 21:42:55 2014
New Revision: 270067
URL: http://svnweb.freebsd.org/changeset/base/270067
Log:
Factor out the common code for function boundary tracing instead of
duplicating the entire implementation for both x86 and powerpc. This makes
it easier to add support
Author: ian
Date: Sat Aug 16 20:44:45 2014
New Revision: 270065
URL: http://svnweb.freebsd.org/changeset/base/270065
Log:
Move the imx6 sysctl temperature info to hw.imx6 where all the other
soc-wide info lives. It was under dev.imx6_anatop.0.
What does anatop mean anyway? Nobody seems
Author: melifaro
Date: Sat Aug 16 19:13:52 2014
New Revision: 270064
URL: http://svnweb.freebsd.org/changeset/base/270064
Log:
Add support for reading i2c SFP/SFP+ data from NIC driver and
presenting most interesting fields via ifconfig -v.
This version supports Intel ixgbe driver only.
On 16 Aug 2014, at 15:00 , Luigi Rizzo wrote:
> Author: luigi
> Date: Sat Aug 16 15:00:01 2014
> New Revision: 270063
> URL: http://svnweb.freebsd.org/changeset/base/270063
>
> Log:
> Update to the current version of netmap.
> Mostly bugfixes or features developed in the past 6 months,
> so
On Sat, Aug 16, 2014 at 03:00:01PM +, Luigi Rizzo wrote:
> Author: luigi
...
> 5. if_lem.c: support for various paravirtualization features,
> experimental and disabled by default.
> Most of these are described in our ANCS'13 paper [1].
> Paravirtualized support in netmap mode is
Author: luigi
Date: Sat Aug 16 15:00:01 2014
New Revision: 270063
URL: http://svnweb.freebsd.org/changeset/base/270063
Log:
Update to the current version of netmap.
Mostly bugfixes or features developed in the past 6 months,
so this is a 10.1 candidate.
Basically no user API changes (so
Author: peter
Date: Sat Aug 16 14:56:11 2014
New Revision: 270062
URL: http://svnweb.freebsd.org/changeset/base/270062
Log:
Use mount protocol version 3 by default for showmount and umount.
mount_nfs effectively uses mount protocol v3 by default already.
v1 mount protocol is being removed al
Author: luigi
Date: Sat Aug 16 13:13:17 2014
New Revision: 270046
URL: http://svnweb.freebsd.org/changeset/base/270046
Log:
print additional debugging info in virtqueue_dump()
(not fundamental, but useful to debug performance issues on vtnet)
MFC after:3 days
Modified:
head/sys/dev
Author: royger
Date: Sat Aug 16 10:47:24 2014
New Revision: 270041
URL: http://svnweb.freebsd.org/changeset/base/270041
Log:
net: move interface removal notification up in if_detach_internal
This is needed to prevent having interfaces with ifp->if_addr == NULL
on bridge interfaces. Moving
Author: kib
Date: Sat Aug 16 08:31:25 2014
New Revision: 270038
URL: http://svnweb.freebsd.org/changeset/base/270038
Log:
Complete r254667, do not destroy pmap lock if KVA allocation failed.
Submitted by: Svatopluk Kraus
MFC after:1 week
Modified:
head/sys/i386/i386/pmap.c
head/
15 matches
Mail list logo