Author: hselasky
Date: Fri Sep 9 06:51:49 2016
New Revision: 305647
URL: https://svnweb.freebsd.org/changeset/base/305647
Log:
MFC r303765 and r304571:
Keep a reference count on USB keyboard polling to allow recursive
cngrab() during a panic for example, similar to what the AT-keyboard
dr
Author: hselasky
Date: Fri Sep 9 06:41:16 2016
New Revision: 305646
URL: https://svnweb.freebsd.org/changeset/base/305646
Log:
MFC r304571:
Make the UKBD USB transfers double buffered and set them up one by one,
so they are memory independent which allows for handling panics
triggered by
Author: hselasky
Date: Fri Sep 9 06:38:13 2016
New Revision: 305645
URL: https://svnweb.freebsd.org/changeset/base/305645
Log:
MFC r304571:
Make the UKBD USB transfers double buffered and set them up one by one,
so they are memory independent which allows for handling panics
triggered by
Author: hselasky
Date: Fri Sep 9 06:36:43 2016
New Revision: 305644
URL: https://svnweb.freebsd.org/changeset/base/305644
Log:
MFC r304571:
Make the UKBD USB transfers double buffered and set them up one by one,
so they are memory independent which allows for handling panics
triggered by
Author: hselasky
Date: Fri Sep 9 06:33:56 2016
New Revision: 305643
URL: https://svnweb.freebsd.org/changeset/base/305643
Log:
MFC r305284:
Fix array size issue when using the pre-scaling feature for
ISOCHRONOUS USB transfers. Make sure enough length and buffer pointers
are allocated when
Author: hselasky
Date: Fri Sep 9 06:31:25 2016
New Revision: 305642
URL: https://svnweb.freebsd.org/changeset/base/305642
Log:
MFC r305284:
Fix array size issue when using the pre-scaling feature for
ISOCHRONOUS USB transfers. Make sure enough length and buffer pointers
are allocated when
Author: hselasky
Date: Fri Sep 9 06:27:25 2016
New Revision: 305641
URL: https://svnweb.freebsd.org/changeset/base/305641
Log:
MFC r305284:
Fix array size issue when using the pre-scaling feature for
ISOCHRONOUS USB transfers. Make sure enough length and buffer pointers
are allocated when
Author: hselasky
Date: Fri Sep 9 06:25:40 2016
New Revision: 305640
URL: https://svnweb.freebsd.org/changeset/base/305640
Log:
MFC r305284:
Fix array size issue when using the pre-scaling feature for
ISOCHRONOUS USB transfers. Make sure enough length and buffer pointers
are allocated when
On Fri, 9 Sep 2016, Justin Hibbits wrote:
Log:
Correct the type of db_cmd_loop_done.
On big endian hardware that uses 1 byte bool a type mismatch of bool vs int
will
cause the least signifcant byte of db_cmd_loop_done to be set, but the MSB to
be
read, and read as 0. This causes ddb to s
Author: adrian
Date: Fri Sep 9 04:54:41 2016
New Revision: 305639
URL: https://svnweb.freebsd.org/changeset/base/305639
Log:
[gpio] include intr.h when building with INTRNG.
Trying to build a MIPS platform that uses INTRNG needs this
for this to work right in gpiobusvar.h :
#ifdef I
Author: adrian
Date: Fri Sep 9 04:47:48 2016
New Revision: 305638
URL: https://svnweb.freebsd.org/changeset/base/305638
Log:
[net80211] add in ToA/ToD based location mbuf tags for some experimenting.
Modified:
head/sys/net80211/ieee80211_freebsd.c
head/sys/net80211/ieee80211_freebsd.h
Mod
Author: adrian
Date: Fri Sep 9 04:45:25 2016
New Revision: 305637
URL: https://svnweb.freebsd.org/changeset/base/305637
Log:
[ath_hal] fixes for finer grain timestamping, some 11n macros
* change the HT_RC_2_MCS to do MCS0..23
* Use it when looking up the ht20/ht40 array for bits-per-sym
Author: jhibbits
Date: Fri Sep 9 04:16:53 2016
New Revision: 305636
URL: https://svnweb.freebsd.org/changeset/base/305636
Log:
Correct the type of db_cmd_loop_done.
On big endian hardware that uses 1 byte bool a type mismatch of bool vs int
will
cause the least signifcant byte of db_cmd
Author: sjg
Date: Fri Sep 9 02:02:13 2016
New Revision: 305635
URL: https://svnweb.freebsd.org/changeset/base/305635
Log:
Missed part of patch
Modified:
head/share/mk/meta.sys.mk
Modified: head/share/mk/meta.sys.mk
> On Sep 8, 2016, at 15:33, Mariusz Zaborski wrote:
>
> Thanks for that!
+1
>> On 8 September 2016 at 23:59, Jung-uk Kim wrote:
>> Author: jkim
>> Date: Thu Sep 8 21:59:34 2016
>> New Revision: 305629
>> URL: https://svnweb.freebsd.org/changeset/base/305629
>>
>> Log:
>> Add new directorie
Author: sjg
Date: Fri Sep 9 01:21:35 2016
New Revision: 305634
URL: https://svnweb.freebsd.org/changeset/base/305634
Log:
Update to latest dirdeps.mk
Take advantage of new bmake feature to only consider Makefile.depend
as invalidating DIRDEPS_CACHE.
When bootstrapping allow more fil
Author: sjg
Date: Fri Sep 9 01:09:39 2016
New Revision: 305633
URL: https://svnweb.freebsd.org/changeset/base/305633
Log:
Update to bmake-20170818
This version has some new knobs for dealing with troublesome targets
in meta mode.
Modified:
head/contrib/bmake/ChangeLog
head/contrib/b
Author: sjg
Date: Thu Sep 8 23:49:47 2016
New Revision: 305632
URL: https://svnweb.freebsd.org/changeset/base/305632
Log:
tag bmake-20160818
Added:
vendor/NetBSD/bmake/20160818/
- copied from r305631, vendor/NetBSD/bmake/dist/
___
svn-src-all@
Author: sjg
Date: Thu Sep 8 23:49:33 2016
New Revision: 305631
URL: https://svnweb.freebsd.org/changeset/base/305631
Log:
Import bmake-20160818
Interesting changes:
o meta.c: move handling of .MAKE.META.IGNORE_* to meta_ignore()
so we can call it before adding entr
Author: brooks
Date: Thu Sep 8 22:38:20 2016
New Revision: 305630
URL: https://svnweb.freebsd.org/changeset/base/305630
Log:
Reduce duplicate NOASM and PSEUDO definitions
The initial value of NOASM is nearly the same in all cases and the
initial value of PSEUDO is the same in all cases s
Thanks for that!
On 8 September 2016 at 23:59, Jung-uk Kim wrote:
> Author: jkim
> Date: Thu Sep 8 21:59:34 2016
> New Revision: 305629
> URL: https://svnweb.freebsd.org/changeset/base/305629
>
> Log:
> Add new directories added in r305626 to fix "make installworld".
>
> Modified:
> head/etc
Author: jkim
Date: Thu Sep 8 21:59:34 2016
New Revision: 305629
URL: https://svnweb.freebsd.org/changeset/base/305629
Log:
Add new directories added in r305626 to fix "make installworld".
Modified:
head/etc/mtree/BSD.tests.dist
Modified: head/etc/mtree/BSD.tests.dist
===
Author: jilles
Date: Thu Sep 8 21:50:03 2016
New Revision: 305628
URL: https://svnweb.freebsd.org/changeset/base/305628
Log:
intro(2),_exit(2): Update for reaper (procctl(PROC_REAP_ACQUIRE)).
MFC after:1 week
Modified:
head/lib/libc/sys/_exit.2
head/lib/libc/sys/intro.2
Modified:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20160908:
+ The queue(3) debugging macro, QUEUE_MACRO_DEBUG, has been split into
+ two separate components, QUEUE_M
Author: oshogbo
Date: Thu Sep 8 20:01:26 2016
New Revision: 305626
URL: https://svnweb.freebsd.org/changeset/base/305626
Log:
Move libcasper tests from regression/capsicum/libcasper/ to
lib/libcasper/service/${service_name}/tests.
Reviewed by: emaste, ngie
Differential Revision:
Author: jhb
Date: Thu Sep 8 19:47:57 2016
New Revision: 305625
URL: https://svnweb.freebsd.org/changeset/base/305625
Log:
Don't check aq64_minfree which is unsigned for negative values.
This fixes a tautological comparison warning.
Reviewed by: rwatson
Differential Revision:
Author: jhb
Date: Thu Sep 8 19:42:49 2016
New Revision: 305624
URL: https://svnweb.freebsd.org/changeset/base/305624
Log:
Document PCI_HP and PCI_IOV kernel options and various tunables in pci(4).
Describe PCI-related kernel options for HotPlug and SR-IOV support in the
pci(4) manual pag
2016-09-08 17:05 GMT+02:00 Andrew Turner :
> On Thu, 8 Sep 2016 16:48:45 +0200
> Ed Schouten wrote:
>> It depends on which system register is being used, right? System
>> registers like TPIDR_EL0 are accessed by userspace all the time.
>
> Correct, the trap is only hit when userspace doesn't have
Author: bde
Date: Thu Sep 8 17:40:40 2016
New Revision: 305622
URL: https://svnweb.freebsd.org/changeset/base/305622
Log:
Sprinkle DOINGASYNC() checks so as to do delayed writes for async
mounts in almost all cases instead of in most cases. Don't override
DOINGASYNC() by any condition exce
Author: br
Date: Thu Sep 8 17:37:13 2016
New Revision: 305621
URL: https://svnweb.freebsd.org/changeset/base/305621
Log:
Allow the use of soft-interrupts for sending IPIs.
This will be required for SMP support on MIPS Malta platform.
Reviewed by: adrian
Sponsored by: DARPA, AFRL
Spo
Author: vangyzen
Date: Thu Sep 8 15:53:49 2016
New Revision: 305620
URL: https://svnweb.freebsd.org/changeset/base/305620
Log:
etcupdate: preserve the metadata of the destination file
When using diff3 to perform a three-way merge, etcupdate lost the destination
file's metadata. The metad
Author: pfg
Date: Thu Sep 8 15:27:42 2016
New Revision: 305619
URL: https://svnweb.freebsd.org/changeset/base/305619
Log:
MFC r303893, r303894:
misc replacements of comma with semicolon when pertinent.
Uses of commas instead of a semicolons can easily go undetected. The comma
can serve
Author: pfg
Date: Thu Sep 8 15:25:41 2016
New Revision: 305618
URL: https://svnweb.freebsd.org/changeset/base/305618
Log:
MFC r303893, r303894:
misc replacements of comma with semicolon when pertinent.
Uses of commas instead of a semicolons can easily go undetected. The comma
can serve
Author: pfg
Date: Thu Sep 8 15:12:55 2016
New Revision: 305617
URL: https://svnweb.freebsd.org/changeset/base/305617
Log:
MFC r303889:
libc/rpc: replace comma with semicolon when pertinent.
Uses of commas instead of a semicolons can easily go undetected. The comma
can serve as a statem
Author: pfg
Date: Thu Sep 8 15:12:20 2016
New Revision: 305616
URL: https://svnweb.freebsd.org/changeset/base/305616
Log:
MFC r303889:
libc/rpc: replace comma with semicolon when pertinent.
Uses of commas instead of a semicolons can easily go undetected. The comma
can serve as a statem
Author: pfg
Date: Thu Sep 8 15:06:28 2016
New Revision: 305615
URL: https://svnweb.freebsd.org/changeset/base/305615
Log:
MFC r303891, r303892:
sys: replace comma with semicolon when pertinent.
Uses of commas instead of a semicolons can easily go undetected. The comma
can serve as a st
Author: pfg
Date: Thu Sep 8 15:05:25 2016
New Revision: 305614
URL: https://svnweb.freebsd.org/changeset/base/305614
Log:
MFC r303891, r303892:
sys: replace comma with semicolon when pertinent.
Uses of commas instead of a semicolons can easily go undetected. The comma
can serve as a st
On Thu, 8 Sep 2016 16:48:45 +0200
Ed Schouten wrote:
> Hi Andrew,
>
> 2016-09-08 14:53 GMT+02:00 Andrew Turner :
> > Trap msr/mrs instructions. These are privileged arm64
> > instructions and shouldn't normally be used.
>
> It depends on which system register is being used, right? System
>
Author: gabor
Date: Thu Sep 8 14:50:23 2016
New Revision: 305613
URL: https://svnweb.freebsd.org/changeset/base/305613
Log:
- Fix typo
PR: 211245
Submitted by: Christoph Schonweiler
MFC after:5 days
Modified:
head/usr.bin/sort/sort.1.in
Modified: head/usr.bin/sort/so
Hi Andrew,
2016-09-08 14:53 GMT+02:00 Andrew Turner :
> Trap msr/mrs instructions. These are privileged arm64 instructions and
> shouldn't normally be used.
It depends on which system register is being used, right? System
registers like TPIDR_EL0 are accessed by userspace all the time.
--
E
Author: bde
Date: Thu Sep 8 14:43:39 2016
New Revision: 305612
URL: https://svnweb.freebsd.org/changeset/base/305612
Log:
Fix single-stepping of instructions emulated by vm86.
In vm86.c, fix 2 (rarely used) cases where the return code lost the
single-step indicator. While here, fix 2 mi
Author: emaste
Date: Thu Sep 8 14:04:04 2016
New Revision: 305611
URL: https://svnweb.freebsd.org/changeset/base/305611
Log:
Update capabilities.conf comment
getdtablesize is per-process state, not global state
Modified:
head/sys/kern/capabilities.conf
Modified: head/sys/kern/capabilit
Author: mav
Date: Thu Sep 8 13:33:33 2016
New Revision: 305610
URL: https://svnweb.freebsd.org/changeset/base/305610
Log:
Don't report to devd statuses that CAM doesn't consider errors.
Some statuses, such as "ATA pass through information available", are part
part of absolutely normal op
Author: mav
Date: Thu Sep 8 13:03:49 2016
New Revision: 305609
URL: https://svnweb.freebsd.org/changeset/base/305609
Log:
"Extended copy information available" is not an error either.
MFC after:2 weeks
Modified:
head/sys/cam/scsi/scsi_all.c
Modified: head/sys/cam/scsi/scsi_all.c
==
Author: mav
Date: Thu Sep 8 12:58:33 2016
New Revision: 305608
URL: https://svnweb.freebsd.org/changeset/base/305608
Log:
"ATA pass through information available" is not an error.
MFC after:2 weeks
Modified:
head/sys/cam/scsi/scsi_all.c
Modified: head/sys/cam/scsi/scsi_all.c
==
Author: andrew
Date: Thu Sep 8 12:53:01 2016
New Revision: 305607
URL: https://svnweb.freebsd.org/changeset/base/305607
Log:
Trap msr/mrs instructions. These are privileged arm64 instructions and
shouldn't normally be used.
Obtained from:ABT Systems Ltd
MFC after:1 week
S
Author: avg
Date: Thu Sep 8 12:43:24 2016
New Revision: 305606
URL: https://svnweb.freebsd.org/changeset/base/305606
Log:
intpm: make sure to register smbus driver before intpm driver
Otherwise we can fail to create an smbus child of intpm.
MFC after:1 week
Modified:
head/sys/d
Author: andrew
Date: Thu Sep 8 12:39:03 2016
New Revision: 305605
URL: https://svnweb.freebsd.org/changeset/base/305605
Log:
Don't panic when we don't handle a userland exception, not all we may see
are currently handled.
Obtained from:ABT Systems Ltd
MFC after:3 days
Spo
Author: avg
Date: Thu Sep 8 12:27:34 2016
New Revision: 305604
URL: https://svnweb.freebsd.org/changeset/base/305604
Log:
intpm: better clean up resources after a failed attachment
bus_generic_detach() fails when called from attach method
thus preventing further clean up actions.
MF
Author: avg
Date: Thu Sep 8 12:24:46 2016
New Revision: 305603
URL: https://svnweb.freebsd.org/changeset/base/305603
Log:
intpm: do not try attaching to unsupported controller revisions
While there set a different device description for the controllers
found in various FCHs (Hudson, Bolt
Author: avg
Date: Thu Sep 8 12:12:39 2016
New Revision: 305602
URL: https://svnweb.freebsd.org/changeset/base/305602
Log:
intpm: fix attachment to supported AMD FCHs
Modified:
head/sys/dev/intpm/intpm.c
Modified: head/sys/dev/intpm/intpm.c
===
Author: kib
Date: Thu Sep 8 12:08:54 2016
New Revision: 305599
URL: https://svnweb.freebsd.org/changeset/base/305599
Log:
Do not leak transient ENOLCK error from flush_newblk_dep() loop.
The buffer lock is retried on failed LK_SLEEPFAIL attempt, and error
from the failed attempt is irrel
Author: kib
Date: Thu Sep 8 12:09:34 2016
New Revision: 305601
URL: https://svnweb.freebsd.org/changeset/base/305601
Log:
On rename, do not perform truncation of dirhash if the vnode
truncation failed.
Doing so resulted in inconsistent state of the ufs dirhash with regard
to the actual
Author: avg
Date: Thu Sep 8 12:09:13 2016
New Revision: 305600
URL: https://svnweb.freebsd.org/changeset/base/305600
Log:
amdsbwd.4: update supported hardware list
And place it into its own section.
MFC after:1 week
Modified:
head/share/man/man4/amdsbwd.4
Modified: head/share/
Author: kib
Date: Thu Sep 8 12:08:08 2016
New Revision: 305598
URL: https://svnweb.freebsd.org/changeset/base/305598
Log:
When logging unlikely UFS_TRUNCATE() failure in ufs_direnter(),
include error code.
Reported and tested by: pho
Reviewed by: mckusick
Sponsored by: The Fre
Author: avg
Date: Thu Sep 8 12:07:25 2016
New Revision: 305596
URL: https://svnweb.freebsd.org/changeset/base/305596
Log:
intpm.4 update supported hardware list
MFC after:1 week
Modified:
head/share/man/man4/intpm.4
Modified: head/share/man/man4/intpm.4
Author: kib
Date: Thu Sep 8 12:07:25 2016
New Revision: 305597
URL: https://svnweb.freebsd.org/changeset/base/305597
Log:
When externding directory inode in ufs_direnter(), adjust i_endoff.
This change is formally not needed, since i_endoff not used in all
code paths after the call to uf
Author: kib
Date: Thu Sep 8 12:06:43 2016
New Revision: 305595
URL: https://svnweb.freebsd.org/changeset/base/305595
Log:
In dqsync(), when called from quotactl(), um_quotas entry might appear
cleared since nothing prevents completion of the parallel quotaoff.
There is nothing to sync in th
Author: kib
Date: Thu Sep 8 12:05:13 2016
New Revision: 305594
URL: https://svnweb.freebsd.org/changeset/base/305594
Log:
In softdep_prealloc(), return early not only for snapshots, but for
the quota files as well.
Reported and tested by: pho
Reviewed by: mckusick
Sponsored by
Author: kib
Date: Thu Sep 8 12:04:45 2016
New Revision: 305593
URL: https://svnweb.freebsd.org/changeset/base/305593
Log:
There is no need to upgrade the last dvp lock on lookups for modifying
operations. Instead of upgrading, assert that the lock is exclusive.
Explain the cause in comment
Author: kib
Date: Thu Sep 8 12:01:28 2016
New Revision: 305592
URL: https://svnweb.freebsd.org/changeset/base/305592
Log:
Partially lift suspension when ffs_reload() finished with cgs and
going to re-read inodes.
Secondary write initiators, e.g. ufs_inactive(), might need to start a
wr
Author: mav
Date: Thu Sep 8 12:00:02 2016
New Revision: 305591
URL: https://svnweb.freebsd.org/changeset/base/305591
Log:
Decode ATA Status Return descriptor.
MFC after:2 weeks
Modified:
head/sys/cam/scsi/scsi_all.c
head/sys/cam/scsi/scsi_all.h
Modified: head/sys/cam/scsi/scsi_al
Author: hselasky
Date: Thu Sep 8 10:10:05 2016
New Revision: 305590
URL: https://svnweb.freebsd.org/changeset/base/305590
Log:
Correctly map the USB mouse tilt delta values into buttons 5 and 6
instead of 3 and 4 which is used for the scroll wheel, according to
X.org.
PR: 170
On 07/09/2016 19:39, John Baldwin wrote:
> On Wednesday, September 07, 2016 02:24:29 PM Andriy Gapon wrote:
>> Author: avg
>> Date: Wed Sep 7 14:24:29 2016
>> New Revision: 305539
>> URL: https://svnweb.freebsd.org/changeset/base/305539
>>
>> Log:
>> work around AMD erratum 793 for family 16h, m
Author: hselasky
Date: Thu Sep 8 09:50:03 2016
New Revision: 305589
URL: https://svnweb.freebsd.org/changeset/base/305589
Log:
MFC r281499:
Modify the return value of the uhci/ehci/xhci PCI probe routines to
'BUS_PROBE_DEFAULT'. This allows bhyve's 'ppt' driver to claim ownership
of the d
Author: sephe
Date: Thu Sep 8 09:11:13 2016
New Revision: 305588
URL: https://svnweb.freebsd.org/changeset/base/305588
Log:
pxeboot: Add nfs.read_size tunable.
Increase this tunable improves kernel loading speed.
Submitted by: Jun Su
Reviewed by: rpokala, wblock (previous version)
Author: sephe
Date: Thu Sep 8 07:45:20 2016
New Revision: 305587
URL: https://svnweb.freebsd.org/changeset/base/305587
Log:
hyperv/hn: Factor out NVS NDIS initialization
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.freebsd.org/D7811
Modifi
Author: sephe
Date: Thu Sep 8 07:34:31 2016
New Revision: 305586
URL: https://svnweb.freebsd.org/changeset/base/305586
Log:
hyperv/hn: Function renaming.
While I'm here, remove obvious comment.
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://revi
Author: sephe
Date: Thu Sep 8 07:16:56 2016
New Revision: 305585
URL: https://svnweb.freebsd.org/changeset/base/305585
Log:
hyperv/kvp: Fix IPv4/IPv6 address injection support.
The GUID string provided by hypervisor has leading and trailing braces,
while our GUID string does not have bra
Author: ache
Date: Thu Sep 8 07:16:15 2016
New Revision: 305584
URL: https://svnweb.freebsd.org/changeset/base/305584
Log:
MFC r305413
Fix error handling.
Modified:
stable/11/lib/libc/stdio/fgets.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/lib/libc/stdio/
Author: ache
Date: Thu Sep 8 07:14:48 2016
New Revision: 305583
URL: https://svnweb.freebsd.org/changeset/base/305583
Log:
MFC r305413
Fix error handling.
Modified:
stable/10/lib/libc/stdio/fgets.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/lib/libc/stdio/
71 matches
Mail list logo