Author: rpaulo
Date: Tue Jul 16 06:43:37 2013
New Revision: 253378
URL: http://svnweb.freebsd.org/changeset/base/253378
Log:
Add urtwnfw.
Modified:
head/sys/modules/usb/Makefile
Modified: head/sys/modules/usb/Makefile
==
Author: kevlo
Date: Tue Jul 16 03:12:31 2013
New Revision: 253376
URL: http://svnweb.freebsd.org/changeset/base/253376
Log:
Silent warnings.
Modified:
head/usr.sbin/rtsold/rtsol.c
Modified: head/usr.sbin/rtsold/rtsol.c
=
Author: rmh
Date: Mon Jul 15 21:57:21 2013
New Revision: 253372
URL: http://svnweb.freebsd.org/changeset/base/253372
Log:
Add -n flag for compatibility with Linux version of mount(8).
Reviewed by: freebsd-fs, eadler, mckusick, jh, wblock
Modified:
head/sbin/mount/mount.8
head/sbin/moun
On 15.07.2013 20:38, Mikolaj Golub wrote:
On Mon, Jul 15, 2013 at 11:36:16AM +0200, Ulrich Spörlein wrote:
Hey Andre,
I don't see why this commit triggers it, but Coverity Scan found a new
resource leak in this file. syncache_expand() will leak *s when line
1071 is reached. The "failed:" case b
On Mon, Jul 15, 2013 at 11:36:16AM +0200, Ulrich Spörlein wrote:
> Hey Andre,
>
> I don't see why this commit triggers it, but Coverity Scan found a new
> resource leak in this file. syncache_expand() will leak *s when line
> 1071 is reached. The "failed:" case below correctly frees the resources.
2013/7/15 Kenneth D. Merry :
> Oops, you're right! Thanks for pointing it out! I just committed a fix.
>
> How does Coverity detect something like that? Using the comment, or the
> variable name?
I would guess the variable name, maybe with a fuzzy match. At least
that's how I would do it, I don
Author: mav
Date: Mon Jul 15 18:17:31 2013
New Revision: 253370
URL: http://svnweb.freebsd.org/changeset/base/253370
Log:
Make some improvements to r253322 to really rescan target, not a bus.
Add there and in two more places checks for NULL on xpt_alloc_ccb_nowait().
Modified:
head/sys/cam/
Yup and they will be turned into per-interface ioctls before I merge it into -9.
Thanks!
-adrian
On 15 July 2013 02:47, Gleb Smirnoff wrote:
> On Sat, Jul 13, 2013 at 04:25:03AM +, Adrian Chadd wrote:
> A> Author: adrian
> A> Date: Sat Jul 13 04:25:03 2013
> A> New Revision: 253314
> A> UR
On 15.07.2013 17:48, Ulrich Spörlein wrote:
On Sat, 2013-07-13 at 13:35:10 +, Alexander Motin wrote:
Author: mav
Date: Sat Jul 13 13:35:09 2013
New Revision: 253322
URL: http://svnweb.freebsd.org/changeset/base/253322
Log:
Improve handling of 0x3F/0x0E "Reported LUNs data has changed" an
On Mon, Jul 15, 2013 at 17:14:00 +0200, Ulrich Sp??rlein wrote:
> On Fri, 2013-07-12 at 17:09:50 +, Kenneth D. Merry wrote:
> > Author: ken
> > Date: Fri Jul 12 17:09:50 2013
> > New Revision: 253274
> > URL: http://svnweb.freebsd.org/changeset/base/253274
> >
> > Log:
> > Fix a problem with
Author: ken
Date: Mon Jul 15 16:38:48 2013
New Revision: 253368
URL: http://svnweb.freebsd.org/changeset/base/253368
Log:
Fix an argument reversal in calls to scsi_read_element_status().
Reported by: Ulrich Spoerlein
MFC after:3 days
Modified:
head/sys/cam/scsi/scsi_ch.c
Modifie
Author: ae
Date: Mon Jul 15 15:40:57 2013
New Revision: 253367
URL: http://svnweb.freebsd.org/changeset/base/253367
Log:
Include sys/systm.h after sys/param.h.
Suggested by: pluknet
Modified:
head/sys/i386/i386/uio_machdep.c
head/sys/mips/mips/uio_machdep.c
head/sys/powerpc/powerpc/u
On Fri, 2013-07-12 at 17:09:50 +, Kenneth D. Merry wrote:
> Author: ken
> Date: Fri Jul 12 17:09:50 2013
> New Revision: 253274
> URL: http://svnweb.freebsd.org/changeset/base/253274
>
> Log:
> Fix a problem with READ ELEMENT STATUS that occurs on some
> changers that don't support the DVC
On Sat, 2013-07-13 at 13:35:10 +, Alexander Motin wrote:
> Author: mav
> Date: Sat Jul 13 13:35:09 2013
> New Revision: 253322
> URL: http://svnweb.freebsd.org/changeset/base/253322
>
> Log:
> Improve handling of 0x3F/0x0E "Reported LUNs data has changed" and 0x25/0x00
> "Logical unit not
Author: pluknet
Date: Mon Jul 15 14:28:59 2013
New Revision: 253362
URL: http://svnweb.freebsd.org/changeset/base/253362
Log:
Add IBM ServeRAID M5110 to the hardware list.
This is a rebranded MegaRAID SAS 2208 [Thunderbolt] found e.g. on x3550 M4.
Reported by: Ilia Noskov
MFC after:
Author: glebius
Date: Mon Jul 15 12:18:36 2013
New Revision: 253361
URL: http://svnweb.freebsd.org/changeset/base/253361
Log:
Nuke mbstat. It wasn't used for mbuf statistics since FreeBSD 5.
Now that r253351 moved sendfile() stats to a separate struct, the
last field used in mbstat is m_m
Author: glebius
Date: Mon Jul 15 12:15:14 2013
New Revision: 253360
URL: http://svnweb.freebsd.org/changeset/base/253360
Log:
Nuke "systat -mbuf". It was broken since FreeBSD 5, and since there
haven't been any complaints, no one used it.
Deleted:
head/usr.bin/systat/mbufs.c
Modified:
hea
On Sat, Jul 13, 2013 at 04:25:03AM +, Adrian Chadd wrote:
A> Author: adrian
A> Date: Sat Jul 13 04:25:03 2013
A> New Revision: 253314
A> URL: http://svnweb.freebsd.org/changeset/base/253314
A>
A> Log:
A> Bring over some link aggregation / LACP protocol improvements and debugging
A> additio
Hey Andre,
I don't see why this commit triggers it, but Coverity Scan found a new
resource leak in this file. syncache_expand() will leak *s when line
1071 is reached. The "failed:" case below correctly frees the resources.
1068/* how do we find the inp for the new socket? */
22. Conditio
Author: des
Date: Mon Jul 15 08:48:45 2013
New Revision: 253357
URL: http://svnweb.freebsd.org/changeset/base/253357
Log:
When stopping pfsync, remove the pfsync interface's syncpeer setting.
MFC after:3 days
Modified:
head/etc/rc.d/pfsync
Modified: head/etc/rc.d/pfsync
Author: rpaulo
Date: Mon Jul 15 07:01:30 2013
New Revision: 253355
URL: http://svnweb.freebsd.org/changeset/base/253355
Log:
Move the Raspberry Pi low level options out of the kernel config and into
std.rpi + std.bcm2835.
Reviewed by: imp
Added:
head/sys/arm/broadcom/bcm2835/std.bcm28
21 matches
Mail list logo