From owner-svn-src-all@FreeBSD.ORG Thu Apr 23 20:08:50 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B5BE9501; Thu, 23 Apr 2015 20:08:50 +0000 (UTC) Received: from mail-ig0-x22c.google.com (mail-ig0-x22c.google.com [IPv6:2607:f8b0:4001:c05::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8164D1CEA; Thu, 23 Apr 2015 20:08:50 +0000 (UTC) Received: by igblo3 with SMTP id lo3so32834576igb.1; Thu, 23 Apr 2015 13:08:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=9BWQfHXjammrhgKlF9nT5qHNfIbpJXIvVel232th8Ug=; b=l815lW3y36ZneSvKlXS977AexkVCb1Ue4lleXNfmPE09kf/DIF2MWdEAWbF8l6DwIf JpXj12z6cw5rPg2gduJ93ivDq1U6RldwBuyu0s4GrjQRKEb2WHAZY/9Ok9TvgpupIPhR BMsBnhKISMrnsACvll0eGSsY0GYljyRiyshHSEZ5dGhLZTVtmMVYff4Bm3b9wKHoY9P3 QcQsCLfDBLNt/+Qm7JneyFaGKW6OcYIDC7Kqp9bWEVUXTatxnCKWHxqLFvn6vEeioeC4 S3GGpysxhcNZNZdr1BAeOx/Pb5Ue6JSRH5ewakaBhf9E8Qkthh54ABEB7apSCFSgEatx fzxA== X-Received: by 10.50.30.130 with SMTP id s2mr56220igh.11.1429819725521; Thu, 23 Apr 2015 13:08:45 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.48.3 with HTTP; Thu, 23 Apr 2015 13:08:24 -0700 (PDT) In-Reply-To: <201504231453.t3NErk1t011353@svn.freebsd.org> References: <201504231453.t3NErk1t011353@svn.freebsd.org> From: Ed Maste Date: Thu, 23 Apr 2015 16:08:24 -0400 X-Google-Sender-Auth: nW9FETCH3ID6199fxcYAdLVMn8I Message-ID: Subject: Re: svn commit: r281889 - head/sys/dev/kbdmux To: "Pedro F. Giffuni" Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Apr 2015 20:08:50 -0000 On 23 April 2015 at 10:53, Pedro F. Giffuni wrote: > Author: pfg > Date: Thu Apr 23 14:53:45 2015 > New Revision: 281889 > URL: https://svnweb.freebsd.org/changeset/base/281889 accmap, fkeymap and keymap are passed to kbd_set_maps at line 1390. After r281889 kbd has references to these freed maps and the keyboard doesn't work.