Author: jhibbits
Date: Fri Mar 21 04:45:57 2014
New Revision: 263464
URL: http://svnweb.freebsd.org/changeset/base/263464
Log:
Mask out SRR1 bits that aren't exported to the MSR.
This appears to fix a strange condition with X on 32-bit PowerBooks I
observed,
caused by one of these bits g
Author: pfg
Date: Fri Mar 21 04:33:38 2014
New Revision: 263463
URL: http://svnweb.freebsd.org/changeset/base/263463
Log:
Revert r263449;
ext2fs: minor update to the dirpref policy.
The change in UFS r254996, reverted the change as the
older code seems to work better. This was not vi
Author: mjg
Date: Fri Mar 21 01:34:19 2014
New Revision: 263460
URL: http://svnweb.freebsd.org/changeset/base/263460
Log:
Take filedesc lock only for reading when allocating new fdtable.
Code populating the table does this already.
MFC after:1 week
Modified:
head/sys/kern/kern_d
Author: delphij
Date: Fri Mar 21 01:32:25 2014
New Revision: 263459
URL: http://svnweb.freebsd.org/changeset/base/263459
Log:
MFV 263436-263438:
3947 zpool(1M) references nonexistent zfs-features(5)
4540 zpool(1M) man page doesn't describe "readonly" property
3948 zfs sync=default
Author: mjg
Date: Fri Mar 21 01:30:33 2014
New Revision: 263458
URL: http://svnweb.freebsd.org/changeset/base/263458
Log:
audit: plug FILEDESC_LOCK leak in audit_canon_path.
MFC after:3 days
Modified:
head/sys/security/audit/audit_bsm_klib.c
Modified: head/sys/security/audit/audit_b
Author: np
Date: Fri Mar 21 00:56:56 2014
New Revision: 263457
URL: http://svnweb.freebsd.org/changeset/base/263457
Log:
cxgbe(4): Recognize the "spider" configuration where a T5 card's 40G
QSFP port is presented as 4 distinct 10G SFP+ ports to the driver.
MFC after:2 weeks
Modified
Author: adrian
Date: Thu Mar 20 23:16:58 2014
New Revision: 263454
URL: http://svnweb.freebsd.org/changeset/base/263454
Log:
Throw the flush messages behind ATH_DEBUG_RESET as well.
These are needed to diagnose TX hangs that I and hiren are seeing.
Without it, the only way we'll see debug
Author: jilles
Date: Thu Mar 20 22:38:13 2014
New Revision: 263453
URL: http://svnweb.freebsd.org/changeset/base/263453
Log:
sh: Don't overwrite old exit status if a PID is reused.
Only store exit status for a process if that process has not terminated yet.
Test (slow):
exit 7 & p1
Author: np
Date: Thu Mar 20 21:57:10 2014
New Revision: 263451
URL: http://svnweb.freebsd.org/changeset/base/263451
Log:
cxgbe(4): man page updates.
Modified:
head/share/man/man4/cxgbe.4
Modified: head/share/man/man4/cxgbe.4
===
Author: pfg
Date: Thu Mar 20 21:19:13 2014
New Revision: 263449
URL: http://svnweb.freebsd.org/changeset/base/263449
Log:
ext2fs: minor update to the dirpref policy.
Bring in a minor change to the dirpref policy based on r248623.
This is pretty minimal change to keep the implementation
Author: hiren
Date: Thu Mar 20 20:51:08 2014
New Revision: 263446
URL: http://svnweb.freebsd.org/changeset/base/263446
Log:
Update hwpmc to support core events for Atom Silvermont microarchitecture.
(Model 0x4D as per Intel document 330061-001 01/2014)
Tested by:Olivier Cochard-Labbe
okay. suggestions?
may be CHROMEBOOK-XE303 ?
The new ones look to be called 'chromebook 2', so CHROMEBOOK looks
fine in implying v1.
later,
Peter.
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To
Author: asomers
Date: Thu Mar 20 20:39:41 2014
New Revision: 263445
URL: http://svnweb.freebsd.org/changeset/base/263445
Log:
Add several ATF tests that deal with multiple fibs. They're described in
several different PRs, but the tests share some common code, so I'm
committing them together
Hi.
okay. suggestions?
may be CHROMEBOOK-XE303 ?
-Ruslan
On Thu, Mar 20, 2014 at 01:00:14PM -0700, Adrian Chadd wrote:
> Hi,
>
> Would you mind renaming this to something other than CHROMEBOOK?
> There's likely going to be many flavours of it..
>
> -a
>
>
> On 20 March 2014 10:10, Ruslan Buk
Author: pfg
Date: Thu Mar 20 20:14:04 2014
New Revision: 263441
URL: http://svnweb.freebsd.org/changeset/base/263441
Log:
msdosfs: minor format fix - spaces vs tab
MFC after:3 days
Modified:
head/sys/fs/msdosfs/msdosfs_fileno.c
Modified: head/sys/fs/msdosfs/msdosfs_fileno.c
Hi,
Would you mind renaming this to something other than CHROMEBOOK?
There's likely going to be many flavours of it..
-a
On 20 March 2014 10:10, Ruslan Bukin wrote:
> Author: br
> Date: Thu Mar 20 17:10:01 2014
> New Revision: 263427
> URL: http://svnweb.freebsd.org/changeset/base/263427
>
> L
Author: jkim
Date: Thu Mar 20 19:17:46 2014
New Revision: 263435
URL: http://svnweb.freebsd.org/changeset/base/263435
Log:
Add new CPUTYPEs supported by Clang 3.4, i.e., AMD Steamroller (bdver3) and
Intel Silvermont (slm) processors.
Modified:
head/share/examples/etc/make.conf
head/share/
Author: gjb
Date: Thu Mar 20 18:44:37 2014
New Revision: 263434
URL: http://svnweb.freebsd.org/changeset/base/263434
Log:
- Update commit template to include 'Relnotes:' tag, to
help re@ track release notes candidates.
Discussed with: re
Reviewed by: peter
MFC after:3 day
Author: neel
Date: Thu Mar 20 18:15:37 2014
New Revision: 263432
URL: http://svnweb.freebsd.org/changeset/base/263432
Log:
Use 'cpuset_t' to represent the vcpus active in a virtual machine.
Modified:
head/usr.sbin/bhyve/bhyverun.c
head/usr.sbin/bhyve/bhyverun.h
head/usr.sbin/bhyve/spinup_
Author: br
Date: Thu Mar 20 17:53:56 2014
New Revision: 263431
URL: http://svnweb.freebsd.org/changeset/base/263431
Log:
Rename mct and ehci drivers files to match common naming.
Added:
head/sys/arm/samsung/exynos/exynos5_ehci.c
- copied unchanged from r263425, head/sys/arm/samsung/exyno
Author: br
Date: Thu Mar 20 17:33:01 2014
New Revision: 263430
URL: http://svnweb.freebsd.org/changeset/base/263430
Log:
Remove printf's.
Modified:
head/sys/arm/samsung/exynos/exynos5_fimd.c
Modified: head/sys/arm/samsung/exynos/exynos5_fimd.c
Author: asomers
Date: Thu Mar 20 17:30:09 2014
New Revision: 263429
URL: http://svnweb.freebsd.org/changeset/base/263429
Log:
Fix kern/187712: config(8) does not respect KERNCONFDIR.
The impact of this bug is that you cannot build a kernel if both of the
following are true:
1) The kernel c
Author: asomers
Date: Thu Mar 20 17:13:07 2014
New Revision: 263428
URL: http://svnweb.freebsd.org/changeset/base/263428
Log:
share/man/man7/tests.7
Added a section on test suite configuration, and cleaned up up
grammar errors and awkward prose. The config variables were
Author: br
Date: Thu Mar 20 17:10:01 2014
New Revision: 263427
URL: http://svnweb.freebsd.org/changeset/base/263427
Log:
Add support for Samsung Chromebook (ARM Cortex A15 machine).
Added:
head/sys/arm/conf/CHROMEBOOK (contents, props changed)
head/sys/boot/fdt/dts/arm/exynos5250-chromebo
Author: br
Date: Thu Mar 20 17:07:14 2014
New Revision: 263426
URL: http://svnweb.freebsd.org/changeset/base/263426
Log:
Add driver for Display Controller.
Added:
head/sys/arm/samsung/exynos/exynos5_common.h (contents, props changed)
head/sys/arm/samsung/exynos/exynos5_fimd.c (contents,
Author: br
Date: Thu Mar 20 17:03:44 2014
New Revision: 263425
URL: http://svnweb.freebsd.org/changeset/base/263425
Log:
- Add display-related and clk devices to the tree
- Prevent resources intersection with EHCI driver
Modified:
head/sys/arm/samsung/exynos/ehci_exynos5.c
head/sys/boot/f
Author: br
Date: Thu Mar 20 17:01:21 2014
New Revision: 263424
URL: http://svnweb.freebsd.org/changeset/base/263424
Log:
Disable debugging by default.
Modified:
head/sys/arm/conf/ARNDALE
Modified: head/sys/arm/conf/ARNDALE
=
Author: hselasky
Date: Thu Mar 20 13:53:24 2014
New Revision: 263423
URL: http://svnweb.freebsd.org/changeset/base/263423
Log:
Try to resolve a possible deadlock when detaching USB devices which
create character devices. The deadlock can happen if an application is
issuing IOCTLs which requi
Alan Cox wrote this message on Wed, Mar 19, 2014 at 11:31 -0500:
> On 03/15/2014 20:26, John-Mark Gurney wrote:
> > Adrian Chadd wrote this message on Sat, Mar 15, 2014 at 18:17 -0700:
> >> How far along does it get?
> > It rarely gets to multiuser, and even if it does, it panics very
> > shortly a
29 matches
Mail list logo