svn commit: r241933 - head/sys/conf

Warner Losh imp at bsdimp.com
Tue Nov 13 02:41:32 UTC 2012


On Nov 12, 2012, at 5:29 PM, David O'Brien wrote:

> On Tue, Oct 23, 2012 at 02:58:25PM +0000, Warner Losh wrote:
>> Log:
>>  Start a clean-room implementation of files.mips.  This is sufficient
>>  for SWARM64 and SWARM64_SMP to compile.  Other kernels will be layered
>>  in.
>> Modified:
>>  head/sys/conf/files.mips
> ...
>> -# Copyright (c) 2001, 2004-2005, Juniper Networks, Inc.
>> -# All rights reserved.
>> -# JNPR: files.mips,v 1.11 2007/08/09 12:25:35 katta
> 
> Hi Warner,
> What is the purpose of this?

A complete rewrite from scratch, starting with an empty file and fixing things that config/buildkernel complained about.

> $ diff -Bbw files.mips.r241680,sorted files.mips.r241933,sorted | egrep -v '^(\+|-|@@)' | wc -l
>      43
> 
> So some of the content did "filter through" the clean room.

No, it did not.  You are mistaken. Sometimes, there's only one way to list files.

> Who did the "clean-room" implementation?

I did.

> If you, is it really a clean-room reimplementation?

Yes.

> You're so familiar with this file are you really able to do such a thing?

Yes.

This file is so simple that there's really only one way that a 'find sys/mips -name \*.c' can be expressed.

Warner


More information about the svn-src-all mailing list