Author: kib
Date: Mon Apr 4 06:58:59 2016
New Revision: 297535
URL: https://svnweb.freebsd.org/changeset/base/297535
Log:
Remove unused variable. It was write-only before r297139.
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Modified:
head/lib/libthr/thread/thr_init.c
Author: sgalabov
Date: Mon Apr 4 06:55:48 2016
New Revision: 297534
URL: https://svnweb.freebsd.org/changeset/base/297534
Log:
Enable 4-byte address support for the mx25l family of SPI flash devices.
Introduce 2 new flags:
- FL_ENABLE_4B_ADDR (forces the use of 4-byte addresses)
- FL_D
Author: ache
Date: Mon Apr 4 02:43:35 2016
New Revision: 297532
URL: https://svnweb.freebsd.org/changeset/base/297532
Log:
EUC-type encodings don't have single byte characters >= 128
This change should not be MFCed until new collate will be
MFCed first, because our old EUC tables have so
Author: adrian
Date: Sun Apr 3 23:39:58 2016
New Revision: 297531
URL: https://svnweb.freebsd.org/changeset/base/297531
Log:
[iwn] Don't try to seamlessly recover from a firmware panic; just restart
the interface.
I know this may be unpopular, but iwn is not yet completely ready for
a
Author: jhb
Date: Sun Apr 3 23:03:54 2016
New Revision: 297530
URL: https://svnweb.freebsd.org/changeset/base/297530
Log:
Move i386/i386/autoconf.c to sys/x86/x86 and use it on both amd64 and i386.
Added:
head/sys/x86/x86/autoconf.c
- copied, changed from r297529, head/sys/i386/i386/aut
On Sun, 3 Apr 2016, Pedro Giffuni wrote:
On 03/04/2016 14:11, Bruce Evans wrote:
On Sun, 3 Apr 2016, Pedro F. Giffuni wrote:
Author: pfg
Log:
Fix indentation oops.
Modified:
head/sys/compat/linux/linux_misc.c
Modified: head/sys/compat/linux/linux_misc.c
===
Author: imp
Date: Sun Apr 3 20:29:21 2016
New Revision: 297529
URL: https://svnweb.freebsd.org/changeset/base/297529
Log:
Add a timestamp variable to the environment. This is when the event
was read from the kernel by devd.
Modified:
head/sbin/devd/devd.cc
head/sbin/devd/devd.conf.5
Mod
Author: imp
Date: Sun Apr 3 20:29:14 2016
New Revision: 297528
URL: https://svnweb.freebsd.org/changeset/base/297528
Log:
Make $_ match the docs.
Modified:
head/sbin/devd/devd.cc
Modified: head/sbin/devd/devd.cc
==
On 03/04/2016 11:38, Pedro F. Giffuni wrote:
Author: pfg
Date: Sun Apr 3 16:38:15 2016
New Revision: 297527
URL: https://svnweb.freebsd.org/changeset/base/297527
Log:
chdone(): Prevent returning uninitialized scalar value.
If there is an error different from ERESTART, there is some
On 03/04/2016 14:11, Bruce Evans wrote:
On Sun, 3 Apr 2016, Pedro F. Giffuni wrote:
Author: pfg
Log:
Fix indentation oops.
Modified:
head/sys/compat/linux/linux_misc.c
Modified: head/sys/compat/linux/linux_misc.c
On Sun, 3 Apr 2016, Pedro F. Giffuni wrote:
Author: pfg
Log:
Fix indentation oops.
Modified:
head/sys/compat/linux/linux_misc.c
Modified: head/sys/compat/linux/linux_misc.c
==
--- head/sys/compat/linux/linux_misc.c
On Sun, 3 Apr 2016, Pedro Giffuni wrote:
On 04/03/16 11:58, Kevin Lo wrote:
On Sun, Apr 03, 2016 at 04:25:51PM +, Pedro F. Giffuni wrote:
Log:
g_sched_destroy(): prevent return of uninitialized scalar variable.
For the !gsp case there some chance of returning an uninitialized
ret
On 04/03/16 11:58, Kevin Lo wrote:
On Sun, Apr 03, 2016 at 04:25:51PM +, Pedro F. Giffuni wrote:
Author: pfg
Date: Sun Apr 3 16:25:51 2016
New Revision: 297526
URL: https://svnweb.freebsd.org/changeset/base/297526
Log:
g_sched_destroy(): prevent return of uninitialized scalar variabl
On Sun, Apr 03, 2016 at 04:25:51PM +, Pedro F. Giffuni wrote:
>
> Author: pfg
> Date: Sun Apr 3 16:25:51 2016
> New Revision: 297526
> URL: https://svnweb.freebsd.org/changeset/base/297526
>
> Log:
> g_sched_destroy(): prevent return of uninitialized scalar variable.
>
> For the !gsp
Author: pfg
Date: Sun Apr 3 16:38:15 2016
New Revision: 297527
URL: https://svnweb.freebsd.org/changeset/base/297527
Log:
chdone(): Prevent returning uninitialized scalar value.
If there is an error different from ERESTART, there is some
chance that we may end up accessing an uninitializ
Author: pfg
Date: Sun Apr 3 16:25:51 2016
New Revision: 297526
URL: https://svnweb.freebsd.org/changeset/base/297526
Log:
g_sched_destroy(): prevent return of uninitialized scalar variable.
For the !gsp case there some chance of returning an uninitialized
return value. Prevent that from
Author: pfg
Date: Sun Apr 3 14:40:54 2016
New Revision: 297525
URL: https://svnweb.freebsd.org/changeset/base/297525
Log:
Fix indentation oops.
Modified:
head/sys/compat/linux/linux_misc.c
Modified: head/sys/compat/linux/linux_misc.c
=
Author: avos
Date: Sun Apr 3 14:38:26 2016
New Revision: 297524
URL: https://svnweb.freebsd.org/changeset/base/297524
Log:
wpi, iwn: fix check in find_eeprom_channel()
Return correct eeprom_chan structure pointer for 7, 8, 11 and 12 5Ghz
channels.
Modified:
head/sys/dev/iwn/if_iwn.c
Author: mav
Date: Sun Apr 3 11:18:20 2016
New Revision: 297522
URL: https://svnweb.freebsd.org/changeset/base/297522
Log:
Pass through some new block device features.
MFC after:1 month
Modified:
head/sys/dev/xen/blkfront/blkfront.c
head/sys/dev/xen/blkfront/block.h
Modified: head
Author: avg
Date: Sun Apr 3 07:42:13 2016
New Revision: 297521
URL: https://svnweb.freebsd.org/changeset/base/297521
Log:
fix zfs set canmount=off on an unmounted filesystem
Previously this operation tried to unmount and remount children.
Also see https://www.illumos.org/issues/6428.
Author: avg
Date: Sun Apr 3 07:40:33 2016
New Revision: 297520
URL: https://svnweb.freebsd.org/changeset/base/297520
Log:
zfs receive: -u can be ignored sometimes
When force-receiving a filesystem that was already mounted the re-created
filesystem is mounted despite -u flag.
Also se
21 matches
Mail list logo