From owner-cvs-all Sat Jan 30 19:56:38 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA03050 for cvs-all-outgoing; Sat, 30 Jan 1999 19:56:38 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA03039; Sat, 30 Jan 1999 19:56:26 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id OAA14507; Sun, 31 Jan 1999 14:56:23 +1100 Date: Sun, 31 Jan 1999 14:56:23 +1100 From: Bruce Evans Message-Id: <199901310356.OAA14507@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, newton@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern sys_socket.c kern_exit.c kern_resource.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Modified files: > sys/kern sys_socket.c kern_exit.c kern_resource.c > Log: > Added comments about non-staticization so it doesn't get un-done next > time someone goes on a staticization binge. > > Suggested by: eivind This is bogus. Candidates for staticization are determined by inspecting all system objects and sources for (lack of) cross references using tools/kernxref and/or grep. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message