From owner-svn-src-all@FreeBSD.ORG Sat Aug 11 15:32:24 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B4968106564A; Sat, 11 Aug 2012 15:32:24 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-vb0-f54.google.com (mail-vb0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 296378FC08; Sat, 11 Aug 2012 15:32:23 +0000 (UTC) Received: by vbmv11 with SMTP id v11so3188494vbm.13 for ; Sat, 11 Aug 2012 08:32:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=WYDNIMxDcjp/ctqIRfJXQ0rJn4P97d+obdkhj4rfdZk=; b=idRfUyTJOMVW1HnqMsFUV7XlemG0IEx10mk+5S0KixnEJCVG/C60CBB73ZUYdDcwxx YS3vt7EPRQhKbuYuvhuuq3NNlzjwtxvIpqRhm5DHF9ZSWn4y4xdvDkA6guGrIZLVsCVQ Y7477pEZYCi4TsKa/ykKQeMu1zdrH5FgQEPYO9VSbba5cK+oZ6xttK06g4q/qmXNTqGf 3r7yzUXNbreH4YPRnkSNl9daLR0CeQMFvxXTZB7+/xm87btWJLbETunZHN+SCiPwPL7F 9BARlzEC7tRlWfzhZxPVYDedOeQdJs85rfvA4lzNCCT0lQx1+rGCEq1kMhBpz0p0QR1o etXg== MIME-Version: 1.0 Received: by 10.58.31.228 with SMTP id d4mr5922965vei.40.1344699143101; Sat, 11 Aug 2012 08:32:23 -0700 (PDT) Received: by 10.58.114.102 with HTTP; Sat, 11 Aug 2012 08:32:23 -0700 (PDT) In-Reply-To: <201208111207.q7BC7OjO054225@svn.freebsd.org> References: <201208111207.q7BC7OjO054225@svn.freebsd.org> Date: Sat, 11 Aug 2012 11:32:23 -0400 Message-ID: From: Ryan Stone To: Ed Schouten Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r239193 - head/lib/libc/gen X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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, 11 Aug 2012 15:32:24 -0000 On Sat, Aug 11, 2012 at 8:07 AM, Ed Schouten wrote: > On Windows, AUX is the auxiliary device, usually pointing to COM1. > Therefore it is forbidden to create a file named aux.c. To make it a bit > easier for Windows users to check out our source code, rename this file > to auxv.c. I have a long list of similar Windows problems which was probably originally compiled in the FreeBSD 4-FreeBSD 5 days. This prompted me to look again on HEAD, and I'm very happy to report that the vast majority of issues have been dealt with. The only one remaining is a pair of man pages whose names differ only by case (which works out really poorly on a case-insensitive fs): src/share/man/man9/vfs_mount.9 src/share/man/man9/VFS_MOUNT.9 (of course, new ones could have easily cropped up in the meantime).