svn commit: r296605 - head/sys/geom

2016-03-09 Thread Warner Losh
Author: imp Date: Thu Mar 10 06:25:31 2016 New Revision: 296605 URL: https://svnweb.freebsd.org/changeset/base/296605 Log: Don't assume that bio_cmd is bit mask. Differential Revision: https://reviews.freebsd.org/D5593 Modified: head/sys/geom/geom_disk.c head/sys/geom/geom_io.c Modifi

svn commit: r296606 - head/sys/geom/sched

2016-03-09 Thread Warner Losh
Author: imp Date: Thu Mar 10 06:25:39 2016 New Revision: 296606 URL: https://svnweb.freebsd.org/changeset/base/296606 Log: Don't assume that bio_cmd is a bit mask. Differential Revision: https://reviews.freebsd.org/D5592 Modified: head/sys/geom/sched/g_sched.c head/sys/geom/sched/gs_rr

svn commit: r296607 - head/sys/mips/cavium

2016-03-09 Thread Warner Losh
Author: imp Date: Thu Mar 10 06:25:47 2016 New Revision: 296607 URL: https://svnweb.freebsd.org/changeset/base/296607 Log: Don't assume that bio_cmd is a bitfield. Differential Revision: https://reviews.freebsd.org/D5591 Modified: head/sys/mips/cavium/octeon_ebt3000_cf.c Modified: head/

svn commit: r296604 - in head/sys: cam cam/ctl dev/isp

2016-03-09 Thread Warner Losh
Author: imp Date: Thu Mar 10 06:25:05 2016 New Revision: 296604 URL: https://svnweb.freebsd.org/changeset/base/296604 Log: Move to new value for XPT_GET_SIM_KNOB to avoid clash with XPT_ATA_IO. Modified: head/sys/cam/cam_ccb.h head/sys/cam/cam_xpt.c head/sys/cam/ctl/scsi_ctl.c head/sys/

svn commit: r296603 - in head/sys/dev/cxgbe: . common

2016-03-09 Thread Navdeep Parhar
Author: np Date: Thu Mar 10 06:15:31 2016 New Revision: 296603 URL: https://svnweb.freebsd.org/changeset/base/296603 Log: cxgbe(4): Add general purpose routines that offer safe access to the chip's memory windows. Convert existing users of these windows to the new routines. Modified: hea

svn commit: r296602 - head/sys/dev/vnic

2016-03-09 Thread Zbigniew Bodek
Author: zbb Date: Thu Mar 10 05:45:24 2016 New Revision: 296602 URL: https://svnweb.freebsd.org/changeset/base/296602 Log: Fix bug in VNIC causing phony number of available TX descriptors TSO packets will signal segments TX completion in the separate CQ descriptors. Each CQ descriptor for

svn commit: r296601 - head/sys/dev/vnic

2016-03-09 Thread Zbigniew Bodek
Author: zbb Date: Thu Mar 10 05:23:46 2016 New Revision: 296601 URL: https://svnweb.freebsd.org/changeset/base/296601 Log: Fix "received NULL mbuf" bug in VNIC Do not modify NIC_QSET_CQ_0_7_HEAD manually, especially in non-atomic context. It doesn't seem to be necessary to recreate CQ h

svn commit: r296596 - head/sys/dev/cxgbe

2016-03-09 Thread Navdeep Parhar
Author: np Date: Thu Mar 10 02:43:10 2016 New Revision: 296596 URL: https://svnweb.freebsd.org/changeset/base/296596 Log: cxgbe(4): Allow the addr/len pair that is being validated in validate_mem_range to span multiple memory types. Update validate_mt_off_len to use validate_mem_range. Mod

svn commit: r296595 - head/sys/dev/hyperv/netvsc

2016-03-09 Thread Sepherosa Ziehau
Author: sephe Date: Thu Mar 10 02:37:47 2016 New Revision: 296595 URL: https://svnweb.freebsd.org/changeset/base/296595 Log: hyperv/hn: Make the # of TX rings configurable. Rename the tunables to avoid confusion. MFC after:1 week Sponsored by: Microsoft OSTC Differential Revisi

svn commit: r296594 - head/sys/dev/hyperv/netvsc

2016-03-09 Thread Sepherosa Ziehau
Author: sephe Date: Thu Mar 10 02:28:01 2016 New Revision: 296594 URL: https://svnweb.freebsd.org/changeset/base/296594 Log: hyperv/hn: Factor out hn_channel_attach MFC after:1 week Sponsored by: Microsoft OSTC Differential Revision:https://reviews.freebsd.org/D5577 Modifie

svn commit: r296593 - head/sys/dev/hyperv/netvsc

2016-03-09 Thread Sepherosa Ziehau
Author: sephe Date: Thu Mar 10 02:13:42 2016 New Revision: 296593 URL: https://svnweb.freebsd.org/changeset/base/296593 Log: hyperv/hn: Move if_initname to an earlier place So that functions shared w/ attach path could use if_printf(). While I'm here, remove unnecessary if_dunit and if

Re: svn commit: r296548 - in head/sys: dev/agp dev/drm2 dev/drm2/i915 modules/drm2/i915kms

2016-03-09 Thread Conrad Meyer
On Wed, Mar 9, 2016 at 12:48 PM, Adrian Chadd wrote: > Woo! > > Just so its' not lost - people in irc have found power consumption has > jumped dramatically since this commit. :( For the record, on X230 (Ivybridge) I actually see lower power consumption with the new 3.8 kms: (All at brightness 1

svn commit: r296592 - head/sys/dev/amr

2016-03-09 Thread Warner Losh
Author: imp Date: Thu Mar 10 00:36:52 2016 New Revision: 296592 URL: https://svnweb.freebsd.org/changeset/base/296592 Log: Don't assume that bio_cmd is a bitfield. Differential revision: https://reviews.freebsd.org/D5590 Modified: head/sys/dev/amr/amr.c Modified: head/sys/dev/amr/amr.c

svn commit: r296591 - head/sys/dev/firewire

2016-03-09 Thread Warner Losh
Author: imp Date: Thu Mar 10 00:36:45 2016 New Revision: 296591 URL: https://svnweb.freebsd.org/changeset/base/296591 Log: Don't assume bio_cmd is a bit field. Differential Revision: https://reviews.freebsd.org/D5594 Modified: head/sys/dev/firewire/fwmem.c Modified: head/sys/dev/firewir

svn commit: r296590 - in head/sys: dev/fdc sys

2016-03-09 Thread Warner Losh
Author: imp Date: Thu Mar 10 00:36:38 2016 New Revision: 296590 URL: https://svnweb.freebsd.org/changeset/base/296590 Log: Add raw RX-50 support. These are 400k single sided disks with 80 tracks and 10 sectors per track. More exotic RX-50 types not supported, nor is there support for de-inte

svn commit: r296589 - head/sys/dev/fdc

2016-03-09 Thread Warner Losh
Author: imp Date: Thu Mar 10 00:33:06 2016 New Revision: 296589 URL: https://svnweb.freebsd.org/changeset/base/296589 Log: Stop assuming that bio_cmd is a bit field. Differential Revision: https://reviews.freebsd.org/D5587 Modified: head/sys/dev/fdc/fdc.c Modified: head/sys/dev/fdc/fdc.

svn commit: r296588 - head/sys/netinet

2016-03-09 Thread Michael Tuexen
Author: tuexen Date: Thu Mar 10 00:27:10 2016 New Revision: 296588 URL: https://svnweb.freebsd.org/changeset/base/296588 Log: Actually send a asconf chunk, not only queue one. MFC after: 3 days Modified: head/sys/netinet/sctp_usrreq.c Modified: head/sys/netinet/sctp_usrreq.c ===

Re: svn commit: r296548 - in head/sys: dev/agp dev/drm2 dev/drm2/i915 modules/drm2/i915kms

2016-03-09 Thread Renato Botelho
> On Mar 9, 2016, at 20:10, Renato Botelho wrote: > >> On Mar 9, 2016, at 19:47, Jean-Sébastien Pédron wrote: >> >> On 09/03/2016 16:58, Renato Botelho wrote: >>> After revert it to r296547 and manually apply ZFS fix I can >>> successfully load i915kms during boot. >> >> Yeah, I never test to

Re: svn commit: r296548 - in head/sys: dev/agp dev/drm2 dev/drm2/i915 modules/drm2/i915kms

2016-03-09 Thread Renato Botelho
> On Mar 9, 2016, at 19:47, Jean-Sébastien Pédron wrote: > > On 09/03/2016 16:58, Renato Botelho wrote: >> After revert it to r296547 and manually apply ZFS fix I can >> successfully load i915kms during boot. > > Yeah, I never test to load DRM drivers from /boot/loader.conf. I confirm > it doesn

Re: svn commit: r296587 - in head: bin/cat/tests bin/date/tests bin/dd/tests bin/expr/tests bin/ls/tests bin/mv/tests bin/pax/tests bin/pkill/tests bin/sh/tests bin/sh/tests/builtins bin/sh/tests/erro

2016-03-09 Thread Bryan Drewery
On 3/9/2016 2:49 PM, Bryan Drewery wrote: > git svn dcommit really messed this up despite having diff.renames=false. I think it was due to having diff.renameLimit=0 in my config as well. Using dcommit -l1 should avoid this. I don't think anyone really cares about the history on these files so I w

Re: svn commit: r296548 - in head/sys: dev/agp dev/drm2 dev/drm2/i915 modules/drm2/i915kms

2016-03-09 Thread Jean-Sébastien Pédron
On 09/03/2016 21:48, Adrian Chadd wrote: > Woo! > > Just so its' not lost - people in irc have found power consumption has > jumped dramatically since this commit. :( Ed Maste posted a message to freebsd-x11@ with measurements for those interested. -- Jean-Sébastien Pédron signature.asc Desc

Re: svn commit: r296587 - in head: bin/cat/tests bin/date/tests bin/dd/tests bin/expr/tests bin/ls/tests bin/mv/tests bin/pax/tests bin/pkill/tests bin/sh/tests bin/sh/tests/builtins bin/sh/tests/erro

2016-03-09 Thread Bryan Drewery
On 3/9/2016 2:46 PM, Bryan Drewery wrote: > Author: bdrewery > Date: Wed Mar 9 22:46:01 2016 > New Revision: 296587 > URL: https://svnweb.freebsd.org/changeset/base/296587 > > Log: > DIRDEPS_BUILD: Connect MK_TESTS. > > Sponsored by: EMC / Isilon Storage Division > > Added: > head

Re: svn commit: r296548 - in head/sys: dev/agp dev/drm2 dev/drm2/i915 modules/drm2/i915kms

2016-03-09 Thread Jean-Sébastien Pédron
On 09/03/2016 16:58, Renato Botelho wrote: > After revert it to r296547 and manually apply ZFS fix I can > successfully load i915kms during boot. Yeah, I never test to load DRM drivers from /boot/loader.conf. I confirm it doesn't work with Haswell at least. I have no idea how to debug this. Is it

svn commit: r296587 - in head: bin/cat/tests bin/date/tests bin/dd/tests bin/expr/tests bin/ls/tests bin/mv/tests bin/pax/tests bin/pkill/tests bin/sh/tests bin/sh/tests/builtins bin/sh/tests/error...

2016-03-09 Thread Bryan Drewery
Author: bdrewery Date: Wed Mar 9 22:46:01 2016 New Revision: 296587 URL: https://svnweb.freebsd.org/changeset/base/296587 Log: DIRDEPS_BUILD: Connect MK_TESTS. Sponsored by: EMC / Isilon Storage Division Added: head/bin/cat/tests/Makefile.depend - copied, changed from r296586, head

svn commit: r296584 - head/share/mk

2016-03-09 Thread Bryan Drewery
Author: bdrewery Date: Wed Mar 9 22:44:48 2016 New Revision: 296584 URL: https://svnweb.freebsd.org/changeset/base/296584 Log: DIRDEPS_BUILD: Let PROGS bootstrapping work. - Support (DP|LIB)ADD_${PROG}. - Support SRCS[._]${PROG}. - Don't bootstrap DIRDEPS while recursing. Sponsore

svn commit: r296586 - in head: contrib/netbsd-tests/lib/libc/setjmp etc/mtree lib/libc/tests

2016-03-09 Thread Bryan Drewery
Author: bdrewery Date: Wed Mar 9 22:45:04 2016 New Revision: 296586 URL: https://svnweb.freebsd.org/changeset/base/296586 Log: Fix and connect setjmp test. Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/netbsd-tests/lib/libc/setjmp/t_setjmp.c head/contrib/netbsd-te

svn commit: r296585 - head/share/mk

2016-03-09 Thread Bryan Drewery
Author: bdrewery Date: Wed Mar 9 22:45:00 2016 New Revision: 296585 URL: https://svnweb.freebsd.org/changeset/base/296585 Log: These group names may be used as a cookie, so replace any non-fs-safe characters. One example is in cddl/usr.sbin/dtrace/tests/common/aggs. It could be fixed b

svn commit: r296579 - head/sys/dev/bxe

2016-03-09 Thread David C Somayajulu
Author: davidcs Date: Wed Mar 9 21:12:26 2016 New Revision: 296579 URL: https://svnweb.freebsd.org/changeset/base/296579 Log: Fix code so that buf_ring allocation for Tx Queues and their mutexes is done during during bxe_attach() and freed during bxe_detach() MFC after: 5 days Modified:

svn commit: r296578 - head/bin/sh/tests/builtins

2016-03-09 Thread Jilles Tjoelker
Author: jilles Date: Wed Mar 9 21:05:21 2016 New Revision: 296578 URL: https://svnweb.freebsd.org/changeset/base/296578 Log: sh: Add test for 'set -o nolog'. The option does not do anything so check that the output of 'set +o' is different. Added: head/bin/sh/tests/builtins/set3.0 (

svn commit: r296577 - head/bin/sh

2016-03-09 Thread Jilles Tjoelker
Author: jilles Date: Wed Mar 9 21:00:57 2016 New Revision: 296577 URL: https://svnweb.freebsd.org/changeset/base/296577 Log: sh: Avoid out-of-bounds access in setoptionbyindex() for 'set -o nolog'. Reported by: hrs Modified: head/bin/sh/options.c Modified: head/bin/sh/options.c ==

Re: svn commit: r296548 - in head/sys: dev/agp dev/drm2 dev/drm2/i915 modules/drm2/i915kms

2016-03-09 Thread Adrian Chadd
Woo! Just so its' not lost - people in irc have found power consumption has jumped dramatically since this commit. :( -adrian ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mai

Re: svn commit: r296548 - in head/sys: dev/agp dev/drm2 dev/drm2/i915 modules/drm2/i915kms

2016-03-09 Thread Renato Botelho
> On Mar 9, 2016, at 12:58, Renato Botelho wrote: > >> On Mar 9, 2016, at 12:33, Renato Botelho wrote: >> >>> On Mar 9, 2016, at 08:07, Jean-Sébastien Pédron >>> wrote: >>> >>> On 09/03/2016 10:48, Renato Botelho wrote: I cannot boot anymore after moving to this revision. My lapto

svn commit: r296576 - head/tools/regression/filemon

2016-03-09 Thread Bryan Drewery
Author: bdrewery Date: Wed Mar 9 20:15:03 2016 New Revision: 296576 URL: https://svnweb.freebsd.org/changeset/base/296576 Log: Remove these broken filemon tests. They were not very useful in their current state. It only ran a fork bomb, confirmed headers/footers matched, hard-coded the

svn commit: r296575 - in head: share/man/man4 sys/dev/filemon

2016-03-09 Thread Bryan Drewery
Author: bdrewery Date: Wed Mar 9 19:50:35 2016 New Revision: 296575 URL: https://svnweb.freebsd.org/changeset/base/296575 Log: FILEMON_SET_FD: Disallow changing the fd. MFC after:1 week Suggested by: mjg Sponsored by: EMC / Isilon Storage Division Modified: head/share/man/man4/f

svn commit: r296574 - in head/sys: dev/md modules/md

2016-03-09 Thread Maxim Sobolev
Author: sobomax Date: Wed Mar 9 19:36:25 2016 New Revision: 296574 URL: https://svnweb.freebsd.org/changeset/base/296574 Log: For the MD_ROOT option don't inject /dev/md0 as root dev when ROOTDEVNAME is defined explicitly. It's kinda pointless and results in extra step in boot sequence whic

svn commit: r296573 - in head/sys: compat/freebsd32 kern sys

2016-03-09 Thread John Baldwin
Author: jhb Date: Wed Mar 9 19:06:46 2016 New Revision: 296573 URL: https://svnweb.freebsd.org/changeset/base/296573 Log: Regen. Modified: head/sys/compat/freebsd32/freebsd32_proto.h head/sys/compat/freebsd32/freebsd32_syscall.h head/sys/compat/freebsd32/freebsd32_syscalls.c head/sys/c

svn commit: r296572 - in head/sys: compat/freebsd32 kern sys

2016-03-09 Thread John Baldwin
Author: jhb Date: Wed Mar 9 19:05:11 2016 New Revision: 296572 URL: https://svnweb.freebsd.org/changeset/base/296572 Log: Simplify AIO initialization now that it is standard. - Mark AIO system calls as STD and remove the helpers to dynamically register them. - Use COMPAT6 for the old

svn commit: r296571 - head/usr.bin/truss

2016-03-09 Thread John Baldwin
Author: jhb Date: Wed Mar 9 18:45:41 2016 New Revision: 296571 URL: https://svnweb.freebsd.org/changeset/base/296571 Log: Use ptrace(2) LWP events to track threads reliably in truss. - truss can now log the system call invoked by a thread during a voluntary process exit. No return val

svn commit: r296570 - in head: sys/amd64/cloudabi64 sys/arm64/cloudabi64 usr.bin/kdump

2016-03-09 Thread John Baldwin
Author: jhb Date: Wed Mar 9 18:38:30 2016 New Revision: 296570 URL: https://svnweb.freebsd.org/changeset/base/296570 Log: Fix reporting of the CloudABI ABI in kdump. - Advertise the word size for CloudABI ABIs via the SV_LP64 flag. All of the other ABIs include either SV_ILP32 or SV_L

svn commit: r296569 - head/sys/mips/rt305x

2016-03-09 Thread Maxim Sobolev
Author: sobomax Date: Wed Mar 9 18:38:03 2016 New Revision: 296569 URL: https://svnweb.freebsd.org/changeset/base/296569 Log: Second argument of the mips_timer_init_params() is boolean, so pass in "1" for true consistently. Modified: head/sys/mips/rt305x/rt305x_machdep.c Modified: head/sy

Re: svn commit: r296567 - head/cddl/contrib/opensolaris/lib/libzfs/common

2016-03-09 Thread Ed Maste
On 9 March 2016 at 11:05, Alexander Motin wrote: > Author: mav > Date: Wed Mar 9 16:05:13 2016 > New Revision: 296567 > URL: https://svnweb.freebsd.org/changeset/base/296567 > > Log: > Missed addition to r296563 to fix newer tools to work with older kernel. Thanks!

Re: svn commit: r296548 - in head/sys: dev/agp dev/drm2 dev/drm2/i915 modules/drm2/i915kms

2016-03-09 Thread Adrian Chadd
Hm, I thought some of the drm code required interrupts to be up for i2c transactions to complete? Maybe it's gotten worse in the later linux kernel versions? -adrian ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/

svn commit: r296567 - head/cddl/contrib/opensolaris/lib/libzfs/common

2016-03-09 Thread Alexander Motin
Author: mav Date: Wed Mar 9 16:05:13 2016 New Revision: 296567 URL: https://svnweb.freebsd.org/changeset/base/296567 Log: Missed addition to r296563 to fix newer tools to work with older kernel. Modified: head/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_compat.c Modified: head/cddl/co

Re: svn commit: r296548 - in head/sys: dev/agp dev/drm2 dev/drm2/i915 modules/drm2/i915kms

2016-03-09 Thread Renato Botelho
> On Mar 9, 2016, at 12:33, Renato Botelho wrote: > >> On Mar 9, 2016, at 08:07, Jean-Sébastien Pédron wrote: >> >> On 09/03/2016 10:48, Renato Botelho wrote: Author: dumbbell Date: Tue Mar 8 20:33:02 2016 New Revision: 296548 URL: https://svnweb.freebsd.org/changeset/base/

Re: svn commit: r296548 - in head/sys: dev/agp dev/drm2 dev/drm2/i915 modules/drm2/i915kms

2016-03-09 Thread Emmanuel Vadot
On Wed, 9 Mar 2016 06:48:31 -0300 Renato Botelho wrote: > > On Mar 8, 2016, at 17:33, Jean-Sébastien Pédron > > wrote: > > > > Author: dumbbell > > Date: Tue Mar 8 20:33:02 2016 > > New Revision: 296548 > > URL: https://svnweb.freebsd.org/changeset/base/296548 > > > > Log: > > drm/i915: Upd

Re: svn commit: r296548 - in head/sys: dev/agp dev/drm2 dev/drm2/i915 modules/drm2/i915kms

2016-03-09 Thread Renato Botelho
> On Mar 9, 2016, at 08:07, Jean-Sébastien Pédron wrote: > > On 09/03/2016 10:48, Renato Botelho wrote: >>> Author: dumbbell >>> Date: Tue Mar 8 20:33:02 2016 >>> New Revision: 296548 >>> URL: https://svnweb.freebsd.org/changeset/base/296548 >>> >>> Log: >>> drm/i915: Update to match Linux 3.8.

svn commit: r296566 - head/sbin/ipfw

2016-03-09 Thread Andrey V. Elsukov
Author: ae Date: Wed Mar 9 14:47:05 2016 New Revision: 296566 URL: https://svnweb.freebsd.org/changeset/base/296566 Log: Set buffer to empty string to prevent duplicated output in some cases. PR: 193888 Modified: head/sbin/ipfw/ipfw2.c Modified: head/sbin/ipfw/ipfw2.c ===

svn commit: r296565 - head/lib/libc/sys

2016-03-09 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Mar 9 13:45:03 2016 New Revision: 296565 URL: https://svnweb.freebsd.org/changeset/base/296565 Log: Fix spelling of MAXNAMLEN. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/lib/libc/sys/getdirentries.2 Modified: head/lib/libc/sys/ge

svn commit: r296564 - in head/sys/boot/uboot: common lib

2016-03-09 Thread Stanislav Galabov
Author: sgalabov Date: Wed Mar 9 11:45:48 2016 New Revision: 296564 URL: https://svnweb.freebsd.org/changeset/base/296564 Log: Improve U-Boot API detection Until now, ubldr has been trying to locate the U-Boot API using a hint address (U-Boot's current stack pointer), aligning it to 1MiB

Re: svn commit: r296548 - in head/sys: dev/agp dev/drm2 dev/drm2/i915 modules/drm2/i915kms

2016-03-09 Thread Jean-Sébastien Pédron
On 09/03/2016 12:29, Renato Botelho wrote: > Looks like something broke the system completely, I’m getting core > dumps on ZFS and cannot mount all my partitions. Maybe this could be > > the cause of the problems with i915 too. The ZFS issue is fixed in r296563. See: https://lists.freebsd.org/pi

Re: svn commit: r296548 - in head/sys: dev/agp dev/drm2 dev/drm2/i915 modules/drm2/i915kms

2016-03-09 Thread Renato Botelho
> On Mar 9, 2016, at 08:07, Jean-Sébastien Pédron wrote: > > On 09/03/2016 10:48, Renato Botelho wrote: >>> Author: dumbbell >>> Date: Tue Mar 8 20:33:02 2016 >>> New Revision: 296548 >>> URL: https://svnweb.freebsd.org/changeset/base/296548 >>> >>> Log: >>> drm/i915: Update to match Linux 3.8.

svn commit: r296563 - in head/sys/cddl/contrib/opensolaris: common/zfs uts/common/fs/zfs

2016-03-09 Thread Alexander Motin
Author: mav Date: Wed Mar 9 11:16:15 2016 New Revision: 296563 URL: https://svnweb.freebsd.org/changeset/base/296563 Log: Add new IOCTL compat shims for ABI breakage caused by r296510: MFV r296505: 6531 Provide mechanism to artificially limit disk performance Modified: head/sys/cddl/contri

Re: svn commit: r296548 - in head/sys: dev/agp dev/drm2 dev/drm2/i915 modules/drm2/i915kms

2016-03-09 Thread Jean-Sébastien Pédron
On 09/03/2016 10:48, Renato Botelho wrote: >> Author: dumbbell >> Date: Tue Mar 8 20:33:02 2016 >> New Revision: 296548 >> URL: https://svnweb.freebsd.org/changeset/base/296548 >> >> Log: >> drm/i915: Update to match Linux 3.8.13 > > I cannot boot anymore after moving to this revision. My laptop

Re: svn commit: r296548 - in head/sys: dev/agp dev/drm2 dev/drm2/i915 modules/drm2/i915kms

2016-03-09 Thread Renato Botelho
> On Mar 8, 2016, at 17:33, Jean-Sébastien Pédron wrote: > > Author: dumbbell > Date: Tue Mar 8 20:33:02 2016 > New Revision: 296548 > URL: https://svnweb.freebsd.org/changeset/base/296548 > > Log: > drm/i915: Update to match Linux 3.8.13 > > This update brings initial support for Haswell GP

svn commit: r296557 - head/sys/compat/linux

2016-03-09 Thread Andrey V. Elsukov
Author: ae Date: Wed Mar 9 09:12:40 2016 New Revision: 296557 URL: https://svnweb.freebsd.org/changeset/base/296557 Log: Add support for IPPROTO_IPV6 socket layer for getsockopt/setsockopt calls. Also add mapping for several options from RFC 3493 and 3542. Reviewed by: dchagin Tested

Re: svn commit: r296543 - head/sys/compat/linux

2016-03-09 Thread Bruce Evans
On Tue, 8 Mar 2016, Dmitry Chagin wrote: Log: Put a commit message from r296502 about Linux alarm() system call behaviour to the source. ... Modified: head/sys/compat/linux/linux_misc.c == --- head/sys/compat/linux/lin