Author: trasz
Date: Sun Feb 16 08:42:52 2014
New Revision: 261962
URL: http://svnweb.freebsd.org/changeset/base/261962
Log:
Mention that rctl(8) was sponsored by the Foundation.
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.bin/rctl/rctl.8
Modified: head/usr.bin/rctl/rctl.8
==
On 16 Feb 2014, at 04:09, Bruce Evans wrote:
> [a long list of corner cases where the warning may not be correct]
Fortunately, the goal of compiler warnings is not to address every possible
case, but rather to minimise false positives while still giving useful results.
The warning can be turn
Author: brueffer
Date: Sun Feb 16 12:22:43 2014
New Revision: 261975
URL: http://svnweb.freebsd.org/changeset/base/261975
Log:
Retire the nve(4) driver; nfe(4) has been the default driver for NVIDIA
nForce MCP adapters for a long time.
Yays: jhb, remko, yongari
Nays: none on the current
Author: brueffer
Date: Sun Feb 16 12:25:22 2014
New Revision: 261976
URL: http://svnweb.freebsd.org/changeset/base/261976
Log:
Note the removal of nve(4).
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml
=
Author: dim
Date: Sun Feb 16 12:41:57 2014
New Revision: 261977
URL: http://svnweb.freebsd.org/changeset/base/261977
Log:
In sys/dev/usb/controller/musb_otg.c, fix a warning about musbotg_odevd
being unused, by adding it to the part that handles getting descriptors.
Reviewed by: hselasky
On 16 Feb 2014, at 13:22, Christian Brueffer wrote:
> Author: brueffer
> Date: Sun Feb 16 12:22:43 2014
> New Revision: 261975
> URL: http://svnweb.freebsd.org/changeset/base/261975
>
> Log:
> Retire the nve(4) driver; nfe(4) has been the default driver for NVIDIA
> nForce MCP adapters for a
Author: jmmv
Date: Sun Feb 16 12:56:05 2014
New Revision: 261978
URL: http://svnweb.freebsd.org/changeset/base/261978
Log:
Use DESTDIR for the installation of the /usr/tests/local symlink.
MFC after:5 days
Modified:
head/tests/Makefile
Modified: head/tests/Makefile
=
Author: brueffer
Date: Sun Feb 16 14:35:19 2014
New Revision: 261980
URL: http://svnweb.freebsd.org/changeset/base/261980
Log:
Remove an nve(4)-specific workaround from the xbox port. nfe(4) doesn't
need it.
Reviewed by: ed
Modified:
head/sys/i386/xbox/xbox.c
Modified: head/sys/i386
Author: hselasky
Date: Sun Feb 16 14:37:23 2014
New Revision: 261981
URL: http://svnweb.freebsd.org/changeset/base/261981
Log:
Add new PCI ID for hardware which needs port routing for USB 3.0.
PR: usb/186811
MFC after:1 week
Submitted by: Philipp Maechler
Modified:
hea
Author: br
Date: Sun Feb 16 16:49:54 2014
New Revision: 261982
URL: http://svnweb.freebsd.org/changeset/base/261982
Log:
Add driver for Synchronous Audio Interface (SAI).
SAI supports full-duplex serial interfaces with frame
synchronization such as I2S, AC97, TDM, and codec/DSP
interfac
Author: ian
Date: Sun Feb 16 17:22:49 2014
New Revision: 261983
URL: http://svnweb.freebsd.org/changeset/base/261983
Log:
After a timeout, reset the controller using SDHCI_RESET_CMD|SDHCI_RESET_DATA
rather than SDHCI_RESET_ALL; the latter turns off clocks and power, removing
any possibility
On 14 Feb 2014, at 01:23, Adrian Chadd wrote:
> ew, ok. Sorry. We don't have a generic way of doing that. I'll fix it in the
> am.
Of course we do. Just move the %s to 'lookup%s'.
--
Rui Paulo
___
svn-src-head@freebsd.org mailing list
http://list
Author: marcel
Date: Sun Feb 16 19:08:10 2014
New Revision: 261984
URL: http://svnweb.freebsd.org/changeset/base/261984
Log:
Start getty(8) on ttyu1 as well. It's not uncommon for HP hardware
to have that be the iLO console (e.g. pluto).
Modified:
head/etc/etc.ia64/ttys
Modified: head/etc/
Author: br
Date: Sun Feb 16 19:21:44 2014
New Revision: 261987
URL: http://svnweb.freebsd.org/changeset/base/261987
Log:
- Decrease buffer size.
- Handle eDMA interrupt on running channel only.
Modified:
head/sys/arm/freescale/vybrid/vf_sai.c
Modified: head/sys/arm/freescale/vybrid/vf_sai.
bort:false,junk:false' /etc/malloc.conf".)
+20140216:
+ The nve(4) driver has been removed. Please use the nfe(4) driver
+ for NVIDIA nForce MCP Ethernet adapters instead.
+
20140212:
An ABI incompatibility crept into the libc++ 3.4 import in r261283.
This c
Author: jmmv
Date: Sun Feb 16 21:53:33 2014
New Revision: 262000
URL: http://svnweb.freebsd.org/changeset/base/262000
Log:
Undefine HAVE_VSNPRINTF_IN_STD.
Should fix the build with g++/libstdc++.
This is what we used to do prior the import of atf 0.20 and the build worked
just fine w
Author: dim
Date: Sun Feb 16 22:48:36 2014
New Revision: 262003
URL: http://svnweb.freebsd.org/changeset/base/262003
Log:
After r261980, the local ptr variable in xbox_init() is no longer used,
breaking the LINT build.
Pointy hat to:brueffer
Modified:
head/sys/i386/xbox/xbox.c
On Mon, Dec 16, 2013 at 12:50:15AM +, Marcel Moolenaar wrote:
> Author: marcel
> Date: Mon Dec 16 00:50:14 2013
> New Revision: 259441
> URL: http://svnweb.freebsd.org/changeset/base/259441
> Log:
> Properly drain the TTY when both revoke(2) and close(2) end up closing
> the TTY. In such a
Author: bdrewery
Date: Sun Feb 16 23:10:46 2014
New Revision: 262005
URL: http://svnweb.freebsd.org/changeset/base/262005
Log:
Remove redundant memcpy of fd_ofiles in fdgrowtable() added in r247602
Discussed with: mjg
Approved by: bapt (mentor)
MFC after:2 weeks
Modified:
Author: bdrewery
Date: Mon Feb 17 00:00:39 2014
New Revision: 262006
URL: http://svnweb.freebsd.org/changeset/base/262006
Log:
Fix M_FILEDESC leak in fdgrowtable() introduced in r244510.
fdgrowtable() now only reallocates fd_map when necessary.
This fixes fdgrowtable() to use the same
Author: adrian
Date: Mon Feb 17 02:24:58 2014
New Revision: 262010
URL: http://svnweb.freebsd.org/changeset/base/262010
Log:
Implement PHY bus MMD writes for arswitch.
This is used by the AR8327 PHY setup path.
Obtained from:OpenWRT
Modified:
head/sys/dev/etherswitch/arswitc
Author: eadler
Date: Mon Feb 17 03:24:00 2014
New Revision: 262011
URL: http://svnweb.freebsd.org/changeset/base/262011
Log:
calendar(1): don't segfault in invalid input
When the user supplies an invalid number of days provide a useful error
message
instead of segfaulting.
PR:
Author: adrian
Date: Mon Feb 17 05:51:37 2014
New Revision: 262015
URL: http://svnweb.freebsd.org/changeset/base/262015
Log:
Add mmd declaration.
Modified:
head/sys/dev/etherswitch/arswitch/arswitch_reg.h
Modified: head/sys/dev/etherswitch/arswitch/arswitch_reg.h
Author: adrian
Date: Mon Feb 17 05:54:24 2014
New Revision: 262016
URL: http://svnweb.freebsd.org/changeset/base/262016
Log:
The MDIO control register for the AR8327 has a different address to
previous chipsets.
Obtained from:AR8327 datasheet
Modified:
head/sys/dev/etherswitch/
24 matches
Mail list logo