Author: sephe
Date: Mon Mar 28 07:36:54 2016
New Revision: 297334
URL: https://svnweb.freebsd.org/changeset/base/297334
Log:
vt: Use textmode when we're running on hypervisors
The graphic mode is noticeably slow on hypervisors, especially
on Hyper-V (1 second to each line).
Submitted
Author: kevlo
Date: Mon Mar 28 07:44:55 2016
New Revision: 297335
URL: https://svnweb.freebsd.org/changeset/base/297335
Log:
Update superblock and inode structs for ext4.
Reviewed by: pfg
Modified:
head/sys/fs/ext2fs/ext2_dinode.h
head/sys/fs/ext2fs/ext2fs.h
Modified: head/sys/fs/ext
Author: mav
Date: Mon Mar 28 08:12:29 2016
New Revision: 297337
URL: https://svnweb.freebsd.org/changeset/base/297337
Log:
Pass through error code from make_dev_p().
ENAMETOOLONG is much more informative in logs then ENXIO.
MFC after:1 week
Modified:
head/sys/cddl/contrib/openso
On Mon, Mar 28, 2016 at 08:12:29AM +, Alexander Motin wrote:
> Author: mav
> Date: Mon Mar 28 08:12:29 2016
> New Revision: 297337
> URL: https://svnweb.freebsd.org/changeset/base/297337
>
> Log:
> Pass through error code from make_dev_p().
>
> ENAMETOOLONG is much more informative in l
Author: kib
Date: Mon Mar 28 09:43:40 2016
New Revision: 297347
URL: https://svnweb.freebsd.org/changeset/base/297347
Log:
Add defines for the LAPIC TSC deadline timer mode. The LVT timer mode
field is two-bit, extend the mask.
Also add comments about all MSRs writes to which are not ser
Author: kib
Date: Mon Mar 28 09:52:44 2016
New Revision: 297348
URL: https://svnweb.freebsd.org/changeset/base/297348
Log:
Use TSC deadline mode for LAPIC timer, when available. The mode fires
LAPIC timer iinterrupt when TSC reaches the value written to the
IA32_TSC_DEADLINE MSR. To arm or
Author: tuexen
Date: Mon Mar 28 11:32:20 2016
New Revision: 297349
URL: https://svnweb.freebsd.org/changeset/base/297349
Log:
Trigger sending of queued ASCONF chunks if outstanding ones are ACKED.
MFC after:1 week
Modified:
head/sys/netinet/sctp_input.c
Modified: head/sys/netinet/sc
Author: jmcneill
Date: Mon Mar 28 11:51:35 2016
New Revision: 297350
URL: https://svnweb.freebsd.org/changeset/base/297350
Log:
Pass clkdev_if methods through to parent device by default.
Reviewed by: mmel, adrian (mentor)
Approved by: adrian (mentor)
Differential Revi
On 28 Mar 2016, at 09:36, Sepherosa Ziehau wrote:
>
> Author: sephe
> Date: Mon Mar 28 07:36:54 2016
> New Revision: 297334
> URL: https://svnweb.freebsd.org/changeset/base/297334
>
> Log:
> vt: Use textmode when we're running on hypervisors
>
> The graphic mode is noticeably slow on hypervis
Author: kib
Date: Mon Mar 28 15:05:00 2016
New Revision: 297351
URL: https://svnweb.freebsd.org/changeset/base/297351
Log:
Do not load LAPIC_DCR_TIMER with an undefined value. If we are in the
deadline mode the divide configuration is not used and
lapic_timer_divisor is not set.
Report
Author: trasz
Date: Mon Mar 28 16:48:28 2016
New Revision: 297355
URL: https://svnweb.freebsd.org/changeset/base/297355
Log:
Fix bunch of .Xrs.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/bin/freebsd-version/freebsd-version.1
head/lib/libc/stdio/open_mem
Author: imp
Date: Mon Mar 28 17:32:31 2016
New Revision: 297356
URL: https://svnweb.freebsd.org/changeset/base/297356
Log:
Support simple soft floating point abi for CPUTYPE in arm. Complex
types to follow.
Modified:
head/share/mk/bsd.cpu.mk
Modified: head/share/mk/bsd.cpu.mk
=
Author: wblock (doc committer)
Date: Mon Mar 28 17:42:14 2016
New Revision: 297357
URL: https://svnweb.freebsd.org/changeset/base/297357
Log:
Replace "user land", which, for any definition of the word "user",
sounds like some kind of horrific theme park. "Hey kids, want to go to
User Land?"
On 3/28/16 10:42 AM, Warren Block wrote:
> Author: wblock (doc committer)
> Date: Mon Mar 28 17:42:14 2016
> New Revision: 297357
> URL: https://svnweb.freebsd.org/changeset/base/297357
>
> Log:
> Replace "user land", which, for any definition of the word "user",
> sounds like some kind of hor
On Mon, Mar 28, 2016 at 05:32:31PM +, Warner Losh wrote:
> -# armv6:
> +# armv6: (any arm v7 or v8 processor you are targetting and the arm1176jzf-s)
I think it would be useful to say there
any arm v7 or v8 in aarch32 mode you are targetting ...
> #arm1176jzf-s, generic-armv7-a, co
Author: gnn
Date: Mon Mar 28 18:25:54 2016
New Revision: 297358
URL: https://svnweb.freebsd.org/changeset/base/297358
Log:
Add ethertype reserved for network testing
MFC after:2 weeks
Modified:
head/sys/net/ethernet.h
Modified: head/sys/net/ethernet.h
===
On 3/28/16, 2:25 PM, "owner-src-committ...@freebsd.org on behalf of George V.
Neville-Neil"
wrote:
>Author: gnn
>Date: Mon Mar 28 18:25:54 2016
>New Revision: 297358
>URL: https://svnweb.freebsd.org/changeset/base/297358
>
>Log:
> Add ethertype reserved for network testing
>
> MFC after:
Author: jhb
Date: Mon Mar 28 18:41:48 2016
New Revision: 297359
URL: https://svnweb.freebsd.org/changeset/base/297359
Log:
Fix parsing of a 1GB page table entry.
Use 'pdpe' to extract the PA of the 1GB page instead of 'pde' (which was
a copy and paste bug from the 2MB page case further do
On Thursday, March 24, 2016 11:09:17 AM Konstantin Belousov wrote:
> On Wed, Mar 23, 2016 at 02:21:59PM -0700, John Baldwin wrote:
> > As you noted, the issue is if a timecounter needs locks (e.g. i8254) though
> > outside of that I think the patch is great. :-/ Of course, if the TSC
> > isn't adv
Author: jilles
Date: Mon Mar 28 18:58:40 2016
New Revision: 297360
URL: https://svnweb.freebsd.org/changeset/base/297360
Log:
sh: Fix use-after-free if a trap replaces itself.
MFC after:1 week
Added:
head/bin/sh/tests/builtins/trap17.0 (contents, props changed)
Modified:
head/bin
Author: tuexen
Date: Mon Mar 28 19:31:10 2016
New Revision: 297361
URL: https://svnweb.freebsd.org/changeset/base/297361
Log:
Restrict local addresses until they are acked by the peer.
MFC after: 1 week
Modified:
head/sys/netinet/sctp_pcb.c
Modified: head/sys/netinet/sctp_pcb.c
Author: tuexen
Date: Mon Mar 28 19:32:13 2016
New Revision: 297362
URL: https://svnweb.freebsd.org/changeset/base/297362
Log:
Don't allow the user to set a peer primary which is restricted
and not pending.
MFC after: 1 week
Modified:
head/sys/netinet/sctp_usrreq.c
Modified: head/sys/n
Author: emaste
Date: Mon Mar 28 19:51:45 2016
New Revision: 297363
URL: https://svnweb.freebsd.org/changeset/base/297363
Log:
simplify compile-time default keyboard map generation
In r296926 the -P option was added to kbdcontrol, which enables
this change for a simplified compile-time de
Author: wblock (doc committer)
Date: Mon Mar 28 19:55:30 2016
New Revision: 297364
URL: https://svnweb.freebsd.org/changeset/base/297364
Log:
Fix two more unhappy instances of "user land".
Submitted by: bdrewery
MFC after:1 week
Modified:
head/share/man/man4/iscsi_initiator.4
hea
Author: imp
Date: Mon Mar 28 20:16:29 2016
New Revision: 297365
URL: https://svnweb.freebsd.org/changeset/base/297365
Log:
Move pccard_safe_quote() up to subr_bus.c and rename to
devctl_safe_quote() so it can be used more generally.
Modified:
head/sys/dev/pccard/pccard.c
head/sys/kern/sub
On Mon, 28 Mar 2016, Bryan Drewery wrote:
On 3/28/16 10:42 AM, Warren Block wrote:
Author: wblock (doc committer)
Date: Mon Mar 28 17:42:14 2016
New Revision: 297357
URL: https://svnweb.freebsd.org/changeset/base/297357
Log:
Replace "user land", which, for any definition of the word "user",
Author: jhb
Date: Mon Mar 28 21:51:56 2016
New Revision: 297366
URL: https://svnweb.freebsd.org/changeset/base/297366
Log:
Don't start the random harvester process until timers are working.
This is a no-op currently, but in kernels with earlier AP startup, the
random kthread was trying to
Author: jamie
Date: Mon Mar 28 22:18:37 2016
New Revision: 297367
URL: https://svnweb.freebsd.org/changeset/base/297367
Log:
Move the various per-type arrays of OSD data into a single structure array.
Modified:
head/sys/kern/kern_osd.c
Modified: head/sys/kern/kern_osd.c
=
On 28 Mar 2016, at 14:36, Jonathan T. Looney wrote:
On 3/28/16, 2:25 PM, "owner-src-committ...@freebsd.org on behalf of
George V. Neville-Neil" g...@freebsd.org> wrote:
Author: gnn
Date: Mon Mar 28 18:25:54 2016
New Revision: 297358
URL: https://svnweb.freebsd.org/changeset/base/297358
Log
Author: np
Date: Tue Mar 29 00:10:47 2016
New Revision: 297368
URL: https://svnweb.freebsd.org/changeset/base/297368
Log:
cxgbe/iw_cxgbe: Fix for stray "start_ep_timer timer already started!"
messages.
Submitted by: Krishnamraju Eraparaju @ Chelsio
Sponsored by: Chelsio Communications
On 3/28/16, 7:05 PM, "George Neville-Neil" wrote:
>On 28 Mar 2016, at 14:36, Jonathan T. Looney wrote:
>
>>The IEEE registry shows this Ethertype as being allocated to Wind
>> River Systems. Do we know that Wind River Systems has further
>> allocated that to be used for network conformance testi
Author: np
Date: Tue Mar 29 01:41:07 2016
New Revision: 297369
URL: https://svnweb.freebsd.org/changeset/base/297369
Log:
krping wasn't designed to take more than one client. Fail any connect
requests if cb->state is not IDLE.
Submitted by: Krishnamraju Eraparaju @ Chelsio
Reviewed by:
Author: dumbbell
Date: Tue Mar 29 06:56:46 2016
New Revision: 297370
URL: https://svnweb.freebsd.org/changeset/base/297370
Log:
CAM: Generalize 4k quirk to all Samsung MZ7* SSDs
This adds Samsung PM851 to the list. It can be found in Lenovo Thinkpad
T440 for instance.
Reviewed by: K
33 matches
Mail list logo