From owner-svn-src-all@freebsd.org Sat Apr 9 11:03:41 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A20AB09FF0 for ; Sat, 9 Apr 2016 11:03:41 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: from mail-wm0-x232.google.com (mail-wm0-x232.google.com [IPv6:2a00:1450:400c:c09::232]) (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 9D73B199A for ; Sat, 9 Apr 2016 11:03:40 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: by mail-wm0-x232.google.com with SMTP id 191so40186074wmq.0 for ; Sat, 09 Apr 2016 04:03:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hardenedbsd-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=/o9U9/5tfIVbfHXmv7ZOqPJGyl0bbnyxO42CI7R8lz0=; b=sblLwQVqe+iCkqDvJPCTXfDUAg76SVK3d0kxjOrp7gHeINKIkpTE+oppCKUNXWeNTk 45+lFJoosP3fcf7yid4PWDpawaYkrlXizC4QqxFjKq5bBbrHuZ3HfDuc8BnDSybTJbD+ ZLjcLe8ADtG8sy4hgTJ6ieB7VqI47pOUDR0jL3ZXRu8oaEq8NzkRAyHiEfaD2+Asm0Ls 5hR1TIbRRl10pNgHzNINp6I0jMTAngtDBKiCB1Tg2xDpwq4GRzmqbW/rsS8JZDjXyym3 8DePaJe9yBtyPAYAm192J3FFkfchQHt8d5p9TsXwof2B3BXKf76WSNJEye0xi9UgKxUf pdQw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=/o9U9/5tfIVbfHXmv7ZOqPJGyl0bbnyxO42CI7R8lz0=; b=JXblmSRAVuq3JNINx+Rq4bfmU6wDmDmw5nzbNpe4HkMkxR63eFRjkocunDN85bPaZe pLuZiWRtYswrfL+HMSmTGVvV6t7wfOqqU8ulGX9jPuxqiutWfxhRuoYaFPUm4O9Lg5E7 /n9e4V+yd96eAHG2JXsSqAphve71NkvQSSc8o3KG6gofD4/sGNiRTuka5rddPM/MfiFb /izPTqONfLbmTsGqStZ89JE2bqshub5/6ih3xr0N63JPtTJQjB3ndvC/h8BMi19ujLay XteP8PhF6yqv18j0IZ7qUlZ+0ayeGEDjJeUTn70GqmCYyp8AYzyeS5/dlQHKVTvhk4+J cp8A== X-Gm-Message-State: AD7BkJJ6sz0QoiH934apwOJuHzwfD38SlGXNs4SIhmhUT6CBPw/bT40EosXVbsofWAG1EA5+gqcyPS+ZjPyRiGCg MIME-Version: 1.0 X-Received: by 10.28.101.213 with SMTP id z204mr8960005wmb.22.1460199818848; Sat, 09 Apr 2016 04:03:38 -0700 (PDT) Received: by 10.194.243.98 with HTTP; Sat, 9 Apr 2016 04:03:38 -0700 (PDT) In-Reply-To: <201604072012.u37KCjCa011359@repo.freebsd.org> References: <201604072012.u37KCjCa011359@repo.freebsd.org> Date: Sat, 9 Apr 2016 13:03:38 +0200 Message-ID: Subject: Re: svn commit: r297685 - in head/sys: conf dev/kbdmux modules/kbdmux From: Oliver Pinter To: Ed Maste 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.21 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: Sat, 09 Apr 2016 11:03:41 -0000 Hi Ed! On Thu, Apr 7, 2016 at 10:12 PM, Ed Maste wrote: > Author: emaste > Date: Thu Apr 7 20:12:45 2016 > New Revision: 297685 > URL: https://svnweb.freebsd.org/changeset/base/297685 > > Log: > Add option to specify built-in keymap for kbdmux > > PR: 153459 > Submitted by: swell.k@gmail.com > > Modified: > head/sys/conf/NOTES > head/sys/conf/files > head/sys/conf/options > head/sys/dev/kbdmux/kbdmux.c > head/sys/modules/kbdmux/Makefile > > Modified: head/sys/conf/NOTES > It would be nice to MFC this change to 10-STABLE.