From owner-svn-src-head@freebsd.org Mon Mar 28 20:37:34 2016 Return-Path: Delivered-To: svn-src-head@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 E05DDAE05E9; Mon, 28 Mar 2016 20:37:34 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id AE570149B; Mon, 28 Mar 2016 20:37:34 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id u2SKbW16053234 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 28 Mar 2016 14:37:32 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id u2SKbWlu053231; Mon, 28 Mar 2016 14:37:32 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Mon, 28 Mar 2016 14:37:32 -0600 (MDT) From: Warren Block To: Bryan Drewery cc: Warren Block , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r297357 - head/share/man/man7 In-Reply-To: <56F97023.6010908@FreeBSD.org> Message-ID: References: <201603281742.u2SHgFgN055883@repo.freebsd.org> <56F97023.6010908@FreeBSD.org> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Mon, 28 Mar 2016 14:37:32 -0600 (MDT) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 20:37:35 -0000 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", >> sounds like some kind of horrific theme park. "Hey kids, want to go to >> User Land?" "No! We'll be good!" > > share/man/man4/iscsi_initiator.4:protocol standard, the user land > companion is > share/man/man9/kqueue.9:Using this function could leak user land > resources if a process uses the Fixed in r297364: https://svnweb.freebsd.org/base?view=revision&revision=297364 Remaining instances appear to only be in source file comments or plain text files: find -X . -not -path "./.svn/*" -print | xargs grep -Hi 'user land' \ | cut -c 1-70 ./cddl/contrib/dtracetoolkit/Notes/ALLoverhead.txt: then perhaps this ./lib/libc/rpc/svc.c: * The storage is trivially management on the cal ./sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c: * user l ./sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ctldir.c: * (curr ./sys/contrib/ipfilter/netinet/fil.c:/* compatible at the ABI for user ./sys/contrib/ipfilter/netinet/fil.c:/* it backward compatible at the ./sys/dev/atkbdc/psm.c: /* copy data to the user land */ ./sys/dev/atkbdc/psm.c: /* copy data from the user land */ ./sys/fs/ext2fs/ext2fs.h: * macros from user land. */ ./sys/gnu/fs/reiserfs/reiserfs_namei.c: /* Copy to user land */ ./sys/gnu/fs/reiserfs/reiserfs_namei.c: reiserfs_log(LOG_DEBUG, " ./sys/netinet/sctp.h: * Main SCTP chunk types we place these here so n ./sys/netinet6/raw_ip6.c: * Send RA/RS messages to user land for prot ./sys/netinet6/in6_var.h: * user land command(ifconfig) and daemon(rta ./sys/netipsec/key.c: * from a user land process, and return ./sys/netipsec/key.c: * This message is from user land. ./sys/netipsec/key.c: * application in user land. ./sys/netipsec/key.c: * a waiting application in user land. ./sys/netpfil/ipfw/dummynet.txt:The dummynet user land will format the The contrib software is usually better fixed by submitting upstream. Fixing the homegrown stuff would remove more than half of these.