Author: alc
Date: Wed Jun 10 05:17:14 2015
New Revision: 284207
URL: https://svnweb.freebsd.org/changeset/base/284207
Log:
Correct a type error in kmem_unback(). Previously, kmem_unback() did not
correctly handle deallocation requests of two or more gigabytes in size.
Eventually, this would
Author: kib
Date: Wed Jun 10 02:44:56 2015
New Revision: 284205
URL: https://svnweb.freebsd.org/changeset/base/284205
Log:
Add chunk missed in the r284199.
Modified:
stable/10/sys/kern/kern_fork.c
Modified: stable/10/sys/kern/kern_fork.c
==
Author: kib
Date: Wed Jun 10 02:28:50 2015
New Revision: 284204
URL: https://svnweb.freebsd.org/changeset/base/284204
Log:
Bump __FreeBSD_version for r284203.
Modified:
stable/10/sys/sys/param.h
Modified: stable/10/sys/sys/param.h
=
Author: kib
Date: Wed Jun 10 02:27:00 2015
New Revision: 284203
URL: https://svnweb.freebsd.org/changeset/base/284203
Log:
MFC r283602:
Prevent dounmount() from acting on the freed (although type-stable)
memory by changing the interface to require the mount point to be
referenced.
MFC
Author: kib
Date: Wed Jun 10 02:20:58 2015
New Revision: 284202
URL: https://svnweb.freebsd.org/changeset/base/284202
Log:
MFC r283601:
Add V_MNTREF flag, to indicate that caller of vn_start*_write() already
owns a reference on the mount point, and the functions can consume it.
Modified:
Author: kib
Date: Wed Jun 10 02:14:33 2015
New Revision: 284201
URL: https://svnweb.freebsd.org/changeset/base/284201
Log:
MFC r283968:
Syncing a directory vnode might drop the vnode lock in the
softdep_sync() similarly to the regular vnode sync. Allow retry for
both vnode types.
Modifie
Author: kib
Date: Wed Jun 10 02:12:01 2015
New Revision: 284200
URL: https://svnweb.freebsd.org/changeset/base/284200
Log:
MFC r283604:
Remove NODELAY flag.
Modified:
stable/10/sys/ufs/ffs/ffs_softdep.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/ufs/ffs/ff
Author: kib
Date: Wed Jun 10 02:04:02 2015
New Revision: 284199
URL: https://svnweb.freebsd.org/changeset/base/284199
Log:
MFC r283600:
Perform SU cleanup in the AST handler. Do not sleep waiting for SU cleanup
while owning vnode lock.
On MFC, for KBI stability, td_su member was moved
Author: marcel
Date: Wed Jun 10 01:27:38 2015
New Revision: 284198
URL: https://svnweb.freebsd.org/changeset/base/284198
Log:
Convert ls(1) to use libxo(3).
Obtained from:Phil Shafer
Sponsored by: Juniper Networks, Inc.
Modified:
head/bin/ls/Makefile
head/bin/ls/extern.h
h
Author: eadler
Date: Wed Jun 10 01:17:14 2015
New Revision: 284197
URL: https://svnweb.freebsd.org/changeset/base/284197
Log:
MFC r283001:
ssh-copy-id: Add missing line continuation
PR: 194301
Requested by: tuexen
Modified:
stable/10/usr.bin/ssh-copy-id/ssh-copy-id.sh
Author: zbb
Date: Tue Jun 9 23:54:20 2015
New Revision: 284196
URL: https://svnweb.freebsd.org/changeset/base/284196
Log:
Add options to dmb() and dsb() macros on ARM64
Using plain dsb()/dmb() as full system barriers is usually to much.
Adding proper options to those barriers (instead of
Author: jkim
Date: Tue Jun 9 23:13:37 2015
New Revision: 284195
URL: https://svnweb.freebsd.org/changeset/base/284195
Log:
Check status of AcpiReadBitRegister() calls.
Reported by: Coverity
CID: 1306132
Modified:
head/sys/dev/acpica/acpi_cpu.c
Modified: head/sys/dev/acpica/
2015(r284194)
@@ -15,6 +15,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.
debugging tools present in HEAD were left in place because
sun4v support still needs work to become production ready.
+20150609: p29 FreeBSD-EN-15:06.file
+
+ Updated base system file(1
/10.1/UPDATINGTue Jun 9 22:13:25 2015(r284193)
@@ -16,6 +16,15 @@ from older versions of FreeBSD, try WITH
stable/10, and then rebuild without this option. The bootstrap process from
older version of current is a bit fragile.
+20150609: p29 FreeBSD-EN-15:06.file
Author: ken
Date: Tue Jun 9 21:39:38 2015
New Revision: 284192
URL: https://svnweb.freebsd.org/changeset/base/284192
Log:
Add support for reading MAM attributes to camcontrol(8) and libcam(3).
MAM is Medium Auxiliary Memory and is most commonly found as flash
chips on tapes.
This in
Author: asomers
Date: Tue Jun 9 19:41:16 2015
New Revision: 284191
URL: https://svnweb.freebsd.org/changeset/base/284191
Log:
MFC r283115
Properly null-terminate strings in a kernel dump header. A version string
longer than 192 bytes will cause the version field of a dump header to
ov
Author: sobomax
Date: Tue Jun 9 19:22:13 2015
New Revision: 284190
URL: https://svnweb.freebsd.org/changeset/base/284190
Log:
"status_reg.acpwr ? 1 : 0" is now the same as just "status_reg.acpwr".
Modified:
head/sys/arm/ti/am335x/am335x_pmic.c
Modified: head/sys/arm/ti/am335x/am335x_pmic.c
Author: sobomax
Date: Tue Jun 9 19:17:33 2015
New Revision: 284189
URL: https://svnweb.freebsd.org/changeset/base/284189
Log:
Fix a typo in a comment that has been carried over from am335x_pmic.c.
Modified:
head/sys/arm/ti/am335x/tps65217x.h
Modified: head/sys/arm/ti/am335x/tps65217x.h
Author: dim
Date: Tue Jun 9 19:08:54 2015
New Revision: 284187
URL: https://svnweb.freebsd.org/changeset/base/284187
Log:
Tag clang trunk r239412.
Added:
- copied from r284186, vendor/clang/dist/
Directory Properties:
vendor/clang/clang-trunk-r239412/ (props changed)
_
Author: dim
Date: Tue Jun 9 19:08:19 2015
New Revision: 284186
URL: https://svnweb.freebsd.org/changeset/base/284186
Log:
Vendor import of clang trunk r239412:
https://llvm.org/svn/llvm-project/cfe/trunk@239412
Added:
vendor/clang/dist/test/CodeGen/neon-immediate-ubsan.c (contents, props
Author: dim
Date: Tue Jun 9 19:07:29 2015
New Revision: 284185
URL: https://svnweb.freebsd.org/changeset/base/284185
Log:
Tag llvm trunk r239412.
Added:
- copied from r284184, vendor/llvm/dist/
Directory Properties:
vendor/llvm/llvm-trunk-r239412/ (props changed)
_
Author: dim
Date: Tue Jun 9 19:06:30 2015
New Revision: 284184
URL: https://svnweb.freebsd.org/changeset/base/284184
Log:
Vendor import of llvm trunk r239412:
https://llvm.org/svn/llvm-project/llvm/trunk@239412
Added:
vendor/llvm/dist/include/llvm/Analysis/MemoryLocation.h (contents, pro
Author: sobomax
Date: Tue Jun 9 19:04:55 2015
New Revision: 284183
URL: https://svnweb.freebsd.org/changeset/base/284183
Log:
Use tab to do identation consistently.
Modified:
head/sys/arm/ti/am335x/am335x_pmic.c
Modified: head/sys/arm/ti/am335x/am335x_pmic.c
Author: sobomax
Date: Tue Jun 9 18:46:31 2015
New Revision: 284182
URL: https://svnweb.freebsd.org/changeset/base/284182
Log:
Extend TPS65217 support to be able to pull and decode battery
charger configuration and provide some basic control knobs to
set charger voltage and dump config on bo
On 09 Jun 2015, at 08:44, Bruce Evans wrote:
>
> On Mon, 8 Jun 2015, Dimitry Andric wrote:
>
>> Log:
>> Merge r283870 from amd64:
>>
>> Remove unneeded NULL checks in trap_fatal().
>>
>> Since td_name is an array member of struct thread, it can never be NULL,
>> so the check can be removed. I
Author: alc
Date: Tue Jun 9 18:04:28 2015
New Revision: 284181
URL: https://svnweb.freebsd.org/changeset/base/284181
Log:
Account for superpage mappings that are created by pmap_copy().
Modified:
head/sys/amd64/amd64/pmap.c
head/sys/arm/arm/pmap-v6-new.c
head/sys/i386/i386/pmap.c
Modifi
On Tue, 9 Jun 2015, Konstantin Belousov wrote:
Log:
When updating/accessing the timehands, barriers are needed to ensure
that:
- th_generation update is visible after the parameters update is
visible;
- the read of parameters is not reordered before initial read of
th_generation.
Thi
Author: ambrisko
Date: Tue Jun 9 15:51:11 2015
New Revision: 284180
URL: https://svnweb.freebsd.org/changeset/base/284180
Log:
Switch from make_dev_alias to make_dev_alias_p since make_dev_alias_p can
gracefully fail if the /dev/megaraid_sas_ioctl_node symlink already exists.
This can happe
Author: sbruno
Date: Tue Jun 9 14:31:18 2015
New Revision: 284179
URL: https://svnweb.freebsd.org/changeset/base/284179
Log:
Include opt_em.h now that there are actual kernel compile options for em(4).
Submitted by: jfv
MFC after:2 week
Sponsored by: Limelight Networks
Modified:
On 09/06/2015 16:41, Jan Beich wrote:
> Andriy Gapon writes:
>
>> On 09/06/2015 13:31, Jan Beich wrote:
>>
>>> Andriy Gapon writes:
>>>
Author: avg Date: Sun Jun 7 08:54:25 2015 New Revision: 284107 URL:
https://svnweb.freebsd.org/changeset/base/284107
Log: compat nvpair.h:
Andriy Gapon writes:
> On 09/06/2015 13:31, Jan Beich wrote:
>
>> Andriy Gapon writes:
>>
>>> Author: avg Date: Sun Jun 7 08:54:25 2015 New Revision: 284107 URL:
>>> https://svnweb.freebsd.org/changeset/base/284107
>>>
>>> Log: compat nvpair.h: make sure that the names are mangled only for
>>
Author: kib
Date: Tue Jun 9 11:49:56 2015
New Revision: 284178
URL: https://svnweb.freebsd.org/changeset/base/284178
Log:
When updating/accessing the timehands, barriers are needed to ensure
that:
- th_generation update is visible after the parameters update is
visible;
- the read of
Author: achim
Date: Tue Jun 9 11:41:37 2015
New Revision: 284177
URL: https://svnweb.freebsd.org/changeset/base/284177
Log:
MFC r284022: Avoid ID conflict
Modified:
stable/9/sys/dev/aic7xxx/aic79xx_pci.c
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/dev/ (props cha
Author: achim
Date: Tue Jun 9 11:40:30 2015
New Revision: 284176
URL: https://svnweb.freebsd.org/changeset/base/284176
Log:
MFC r284022: Avoid ID conflict
Modified:
stable/10/sys/dev/aic7xxx/aic79xx_pci.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/dev/aic7x
On 09/06/2015 13:31, Jan Beich wrote:
> Andriy Gapon writes:
>
>> Author: avg Date: Sun Jun 7 08:54:25 2015 New Revision: 284107 URL:
>> https://svnweb.freebsd.org/changeset/base/284107
>>
>> Log: compat nvpair.h: make sure that the names are mangled only for
>> kernel
>>
>> Currently there is
Author: jhb
Date: Tue Jun 9 10:49:40 2015
New Revision: 284175
URL: https://svnweb.freebsd.org/changeset/base/284175
Log:
Handle X2APIC entries in the MADT for APICs with an ID < 255. At least one
BIOS has been seen to include such entries even though the relevant specs
require that X2APIC
Andriy Gapon writes:
> Author: avg
> Date: Sun Jun 7 08:54:25 2015
> New Revision: 284107
> URL: https://svnweb.freebsd.org/changeset/base/284107
>
> Log:
> compat nvpair.h: make sure that the names are mangled only for kernel
>
> Currently there is no good reason to mangle the userland A
On Mon, Jun 08, 2015 at 02:04:45PM -0400, John Baldwin wrote:
> On Monday, June 08, 2015 03:46:29 PM Ruslan Bukin wrote:
> > For some reason it hangs for me after 'random' lines on arm64
>
> Are you using dtrace? It looks like sdt was using the public symbol before
> but in a context where the ca
38 matches
Mail list logo