Annotation of qemu/roms/openbios/Documentation/ChangeLog.arch, revision 1.1

1.1     ! root        1: # do not edit -- automatically generated by arch changelog
        !             2: # arch-tag: [email protected]/openbios--main--1.0
        !             3: #
        !             4: 
        !             5: 2006-04-26 11:52:05 GMT        Stefan Reinauer <[email protected]>   patch-26
        !             6: 
        !             7:     Summary:
        !             8:       small gcc4 changes
        !             9:     Revision:
        !            10:       openbios--main--1.0--patch-26
        !            11: 
        !            12:     lvalue stuff
        !            13:     
        !            14: 
        !            15:     modified files:
        !            16:      Documentation/ChangeLog.arch config/examples/x86_config.xml
        !            17:      kernel/bootstrap.c kernel/dict.c
        !            18: 
        !            19: 
        !            20: 2006-02-22 17:01:41 GMT        Stefan Reinauer <[email protected]>   patch-25
        !            21: 
        !            22:     Summary:
        !            23:       make romheaders work on non linux systems
        !            24:     Revision:
        !            25:       openbios--main--1.0--patch-25
        !            26: 
        !            27:     removes endian dependency and some signed/unsigned comparisons
        !            28:     
        !            29:     
        !            30: 
        !            31:     modified files:
        !            32:      Documentation/ChangeLog.arch utils/romheaders/Makefile
        !            33:      utils/romheaders/romheaders.c
        !            34: 
        !            35: 
        !            36: 2005-10-15 16:01:47 GMT        Stefan Reinauer <[email protected]>   patch-24
        !            37: 
        !            38:     Summary:
        !            39:       toke fix: hex string handling
        !            40:     Revision:
        !            41:       openbios--main--1.0--patch-24
        !            42: 
        !            43:     This revision fixes a bug in toke when creating hex definitions within strings.
        !            44:     It also contains a little documentation update.
        !            45:     
        !            46: 
        !            47:     removed files:
        !            48:      toke/.arch-ids/TODO.id toke/TODO
        !            49: 
        !            50:     modified files:
        !            51:      Documentation/ChangeLog.arch toke/ChangeLog toke/README
        !            52:      toke/scanner.c toke/toke.c
        !            53: 
        !            54: 
        !            55: 2005-10-05 18:26:56 GMT        Stefan Reinauer <[email protected]>   patch-23
        !            56: 
        !            57:     Summary:
        !            58:       address change, second attempt
        !            59:     Revision:
        !            60:       openbios--main--1.0--patch-23
        !            61: 
        !            62:     The correct address of FSF is: 
        !            63:     
        !            64:     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 
        !            65:     
        !            66: 
        !            67:     modified files:
        !            68:      COPYING Documentation/ChangeLog.arch
        !            69:      Documentation/kernel/COPYING drivers/adb.c drivers/adb.h
        !            70:      drivers/kbd.c drivers/kbd.h fs/grubfs/jfs.h fs/grubfs/xfs.h
        !            71:      toke/COPYING toke/Makefile toke/dictionary.c toke/dictionary.h
        !            72:      toke/emit.c toke/emit.h toke/macros.c toke/scanner.c
        !            73:      toke/stack.c toke/stack.h toke/stream.c toke/stream.h
        !            74:      toke/toke.c toke/toke.h utils/detok/COPYING
        !            75:      utils/detok/Makefile utils/detok/decode.c utils/detok/detok.c
        !            76:      utils/detok/detok.h utils/detok/dictionary.c
        !            77:      utils/detok/stream.c utils/detok/stream.h
        !            78:      utils/devbios/COPYING utils/devbios/bios.h
        !            79:      utils/devbios/bios_core.c utils/devbios/filesystem.c
        !            80:      utils/devbios/flashchips.c utils/devbios/flashchips.h
        !            81:      utils/devbios/pcisets.c utils/devbios/pcisets.h
        !            82:      utils/devbios/procfs.c utils/devbios/programming.c
        !            83:      utils/devbios/programming.h utils/fccc/COPYING
        !            84:      utils/romheaders/Makefile
        !            85: 
        !            86: 
        !            87: 2005-10-05 17:44:01 GMT        Stefan Reinauer <[email protected]>   patch-22
        !            88: 
        !            89:     Summary:
        !            90:       Update FSF address all over the tree
        !            91:     Revision:
        !            92:       openbios--main--1.0--patch-22
        !            93: 
        !            94:     The FSF moved to a new address this April already. The old address was 
        !            95:     still in place in many files in the tree. Now we're up to date again ;)
        !            96:     
        !            97: 
        !            98:     modified files:
        !            99:      COPYING Documentation/ChangeLog.arch
        !           100:      Documentation/kernel/COPYING drivers/adb.c drivers/adb.h
        !           101:      drivers/kbd.c drivers/kbd.h utils/detok/COPYING
        !           102:      utils/detok/Makefile utils/detok/decode.c utils/detok/detok.c
        !           103:      utils/detok/detok.h utils/detok/dictionary.c
        !           104:      utils/detok/stream.c utils/detok/stream.h
        !           105:      utils/devbios/COPYING utils/devbios/bios.h
        !           106:      utils/devbios/bios_core.c utils/devbios/filesystem.c
        !           107:      utils/devbios/flashchips.c utils/devbios/flashchips.h
        !           108:      utils/devbios/pcisets.c utils/devbios/pcisets.h
        !           109:      utils/devbios/procfs.c utils/devbios/programming.c
        !           110:      utils/devbios/programming.h utils/fccc/COPYING
        !           111:      utils/romheaders/Makefile
        !           112: 
        !           113: 
        !           114: 2005-10-05 17:40:18 GMT        Stefan Reinauer <[email protected]>   patch-21
        !           115: 
        !           116:     Summary:
        !           117:       fix two bugs in toke, update FSF address
        !           118:     Revision:
        !           119:       openbios--main--1.0--patch-21
        !           120: 
        !           121:     * toke: fix signed/unsigned bug
        !           122:     * toke: error if maximum word count is exceeded
        !           123:     * toke: change FSF address to 51 Franklin St, Fifth Floor, Boston, MA, 02111-1301 USA
        !           124:     
        !           125: 
        !           126:     modified files:
        !           127:      Documentation/ChangeLog.arch toke/COPYING toke/ChangeLog
        !           128:      toke/Makefile toke/dictionary.c toke/dictionary.h toke/emit.c
        !           129:      toke/emit.h toke/macros.c toke/scanner.c toke/stack.c
        !           130:      toke/stack.h toke/stream.c toke/stream.h toke/toke.c
        !           131:      toke/toke.h
        !           132: 
        !           133: 
        !           134: 2005-10-02 12:18:38 GMT        Stefan Reinauer <[email protected]>   patch-20
        !           135: 
        !           136:     Summary:
        !           137:       add preliminary floppy driver
        !           138:     Revision:
        !           139:       openbios--main--1.0--patch-20
        !           140: 
        !           141:     This is a simple floppy driver, borrowed from linuxbios v1
        !           142:     
        !           143: 
        !           144:     new files:
        !           145:      drivers/.arch-ids/floppy.c.id drivers/.arch-ids/floppy.h.id
        !           146:      drivers/floppy.c drivers/floppy.h
        !           147: 
        !           148:     modified files:
        !           149:      Documentation/ChangeLog.arch arch/x86/openbios.c
        !           150:      config/examples/x86_config.xml drivers/build.xml
        !           151: 
        !           152: 
        !           153: 2005-09-17 15:29:08 GMT        Stefan Reinauer <[email protected]>   patch-19
        !           154: 
        !           155:     Summary:
        !           156:       merge openbios--xml--1.0--patch-48 back into openbios--main
        !           157:     Revision:
        !           158:       openbios--main--1.0--patch-19
        !           159: 
        !           160:     finally merging the xml tree back to the main tree. Some things are missing
        !           161:     like a decent config tool (Kconfig?) But well..
        !           162:     
        !           163:     Patches applied:
        !           164:     
        !           165:      * [email protected]/openbios--xml--1.0--base-0
        !           166:        tag of [email protected]/openbios--xml--1.0--patch-29
        !           167:     
        !           168:      * [email protected]/openbios--xml--1.0--patch-1
        !           169:        update openbios--xml with openbios--main 
        !           170:     
        !           171:      * [email protected]/openbios--xml--1.0--patch-2
        !           172:        change to word "dev" 
        !           173:     
        !           174:      * [email protected]/openbios--xml--1.0--base-0
        !           175:        tag of [email protected]/openbios--main--1.0--patch-14
        !           176:     
        !           177:      * [email protected]/openbios--xml--1.0--patch-1
        !           178:        initial checkin
        !           179:     
        !           180:      * [email protected]/openbios--xml--1.0--patch-2
        !           181:        get briq building
        !           182:     
        !           183:      * [email protected]/openbios--xml--1.0--patch-3
        !           184:        latest changes. clean ppc building up, etc pp
        !           185:     
        !           186:      * [email protected]/openbios--xml--1.0--patch-4
        !           187:        checksum support
        !           188:     
        !           189:      * [email protected]/openbios--xml--1.0--patch-5
        !           190:        first merge of cross platform abstraction
        !           191:     
        !           192:      * [email protected]/openbios--xml--1.0--patch-6
        !           193:        more cross api changes
        !           194:     
        !           195:      * [email protected]/openbios--xml--1.0--patch-7
        !           196:        more cross api merges
        !           197:     
        !           198:      * [email protected]/openbios--xml--1.0--patch-8
        !           199:        
        !           200:     
        !           201:      * [email protected]/openbios--xml--1.0--patch-9
        !           202:        toke fixes
        !           203:     
        !           204:      * [email protected]/openbios--xml--1.0--patch-10
        !           205:        fix detok, v0.6.1
        !           206:     
        !           207:      * [email protected]/openbios--xml--1.0--patch-11
        !           208:        release ready version
        !           209:     
        !           210:      * [email protected]/openbios--xml--1.0--patch-12
        !           211:        2 flash chips supported
        !           212:     
        !           213:      * [email protected]/openbios--xml--1.0--patch-13
        !           214:        devbios: fix filesystem.c
        !           215:     
        !           216:      * [email protected]/openbios--xml--1.0--patch-14
        !           217:        fix devbios for 2.6.10.
        !           218:     
        !           219:      * [email protected]/openbios--xml--1.0--patch-15
        !           220:        small fixes for ppc and filesystems
        !           221:     
        !           222:      * [email protected]/openbios--xml--1.0--patch-16
        !           223:        cross api and other cleanups
        !           224:     
        !           225:      * [email protected]/openbios--xml--1.0--patch-17
        !           226:        activate central trampoline for bootstrapping
        !           227:     
        !           228:      * [email protected]/openbios--xml--1.0--patch-18
        !           229:        getting build process more into shape
        !           230:     
        !           231:      * [email protected]/openbios--xml--1.0--patch-19
        !           232:        cross api: 64->32bit cross compilation
        !           233:     
        !           234:      * [email protected]/openbios--xml--1.0--patch-20
        !           235:        only use cross.h during bootstrap.
        !           236:     
        !           237:      * [email protected]/openbios--xml--1.0--patch-21
        !           238:        cross api swapped endian support.
        !           239:     
        !           240:      * [email protected]/openbios--xml--1.0--patch-22
        !           241:        smaller fixes
        !           242:     
        !           243:      * [email protected]/openbios--xml--1.0--patch-23
        !           244:        fill in cylinders on non chs disks as well
        !           245:     
        !           246:      * [email protected]/openbios--xml--1.0--patch-24
        !           247:        fix NULL phandle problem
        !           248:     
        !           249:      * [email protected]/openbios--xml--1.0--patch-25
        !           250:        fix ppc dictionary cross compiling
        !           251:     
        !           252:      * [email protected]/openbios--xml--1.0--patch-26
        !           253:        small ppc pci update
        !           254:     
        !           255:      * [email protected]/openbios--xml--1.0--patch-27
        !           256:        first merge of pearpc target
        !           257:     
        !           258:      * [email protected]/openbios--xml--1.0--patch-28
        !           259:        fix pearpc nvram access
        !           260:     
        !           261:      * [email protected]/openbios--xml--1.0--patch-29
        !           262:        pearpc update
        !           263:     
        !           264:      * [email protected]/openbios--xml--1.0--patch-30
        !           265:        remove some gnuisms
        !           266:     
        !           267:      * [email protected]/openbios--xml--1.0--patch-31
        !           268:        merge from patrick, some smaller updates
        !           269:     
        !           270:      * [email protected]/openbios--xml--1.0--patch-32
        !           271:        add freebsd UFS driver (patch from Ed Schouten)
        !           272:     
        !           273:      * [email protected]/openbios--xml--1.0--patch-33
        !           274:        two more missing files for UFS support..
        !           275:     
        !           276:      * [email protected]/openbios--xml--1.0--patch-34
        !           277:        fix gnuish leftovers (&>)
        !           278:     
        !           279:      * [email protected]/openbios--xml--1.0--patch-35
        !           280:        small fix and ufs config file update
        !           281:     
        !           282:      * [email protected]/openbios--xml--1.0--patch-36
        !           283:        another one: fix build.xml for UFS
        !           284:     
        !           285:      * [email protected]/openbios--xml--1.0--patch-37
        !           286:        fix warnings in ufs driver
        !           287:     
        !           288:      * [email protected]/openbios--xml--1.0--patch-38
        !           289:        get strcpy right 
        !           290:     
        !           291:      * [email protected]/openbios--xml--1.0--patch-39
        !           292:        start unifying video console code
        !           293:     
        !           294:      * [email protected]/openbios--xml--1.0--patch-40
        !           295:        first try for xbox console output
        !           296:     
        !           297:      * [email protected]/openbios--xml--1.0--patch-41
        !           298:        small preprocessor fix
        !           299:     
        !           300:      * [email protected]/openbios--xml--1.0--patch-42
        !           301:        fix -ldl issue for non-linux systems.
        !           302:     
        !           303:      * [email protected]/openbios--xml--1.0--patch-43
        !           304:        next try xbox console..
        !           305:     
        !           306:      * [email protected]/openbios--xml--1.0--patch-44
        !           307:        remove xml namespace from base tag
        !           308:     
        !           309:      * [email protected]/openbios--xml--1.0--patch-45
        !           310:        drop video.c from ppc platform specific code
        !           311:     
        !           312:      * [email protected]/openbios--xml--1.0--patch-46
        !           313:        add load address masking to boot fbsd kernels
        !           314:     
        !           315:      * [email protected]/openbios--xml--1.0--patch-47
        !           316:        add openfirmware client interface example.
        !           317:     
        !           318:      * [email protected]/openbios--xml--1.0--patch-48
        !           319:        lots of endian fixes
        !           320:     
        !           321: 
        !           322:     new files:
        !           323:      .arch-ids/build.xml.id .arch-ids/config.xml.id
        !           324:      .arch-ids/rules.xml.id arch/.arch-ids/build.xml.id
        !           325:      arch/amd64/.arch-ids/build.xml.id arch/amd64/build.xml
        !           326:      arch/build.xml arch/ia64/.arch-ids/build.xml.id
        !           327:      arch/ia64/build.xml arch/ppc/.arch-ids/build.xml.id
        !           328:      arch/ppc/build.xml arch/ppc/pearpc/.arch-ids/=id
        !           329:      arch/ppc/pearpc/.arch-ids/console.c.id
        !           330:      arch/ppc/pearpc/.arch-ids/init.c.id
        !           331:      arch/ppc/pearpc/.arch-ids/kernel.c.id
        !           332:      arch/ppc/pearpc/.arch-ids/main.c.id
        !           333:      arch/ppc/pearpc/.arch-ids/methods.c.id
        !           334:      arch/ppc/pearpc/.arch-ids/pearpc.c.id
        !           335:      arch/ppc/pearpc/.arch-ids/pearpc.fs.id
        !           336:      arch/ppc/pearpc/.arch-ids/pearpc.h.id
        !           337:      arch/ppc/pearpc/.arch-ids/tree.c.id
        !           338:      arch/ppc/pearpc/.arch-ids/tree.fs.id
        !           339:      arch/ppc/pearpc/.arch-ids/vfd.c.id arch/ppc/pearpc/console.c
        !           340:      arch/ppc/pearpc/init.c arch/ppc/pearpc/kernel.c
        !           341:      arch/ppc/pearpc/main.c arch/ppc/pearpc/methods.c
        !           342:      arch/ppc/pearpc/pearpc.c arch/ppc/pearpc/pearpc.fs
        !           343:      arch/ppc/pearpc/pearpc.h arch/ppc/pearpc/tree.c
        !           344:      arch/ppc/pearpc/tree.fs arch/ppc/pearpc/vfd.c
        !           345:      arch/unix/.arch-ids/build.xml.id arch/unix/build.xml
        !           346:      arch/x86/.arch-ids/build.xml.id arch/x86/build.xml
        !           347:      arch/x86/xbox/.arch-ids/=id
        !           348:      arch/x86/xbox/.arch-ids/console.c.id
        !           349:      arch/x86/xbox/.arch-ids/methods.c.id arch/x86/xbox/console.c
        !           350:      arch/x86/xbox/methods.c build.xml config.xml
        !           351:      config/.arch-ids/=id config/examples/.arch-ids/=id
        !           352:      config/examples/.arch-ids/amd64_config.xml.id
        !           353:      config/examples/.arch-ids/amd64_rules.xml.id
        !           354:      config/examples/.arch-ids/cross-ppc_config.xml.id
        !           355:      config/examples/.arch-ids/cross-ppc_rules.xml.id
        !           356:      config/examples/.arch-ids/x86_config.xml.id
        !           357:      config/examples/.arch-ids/x86_rules.xml.id
        !           358:      config/examples/amd64_config.xml
        !           359:      config/examples/amd64_rules.xml
        !           360:      config/examples/cross-ppc_config.xml
        !           361:      config/examples/cross-ppc_rules.xml
        !           362:      config/examples/x86_config.xml config/examples/x86_rules.xml
        !           363:      config/scripts/.arch-ids/switch-arch.id
        !           364:      config/scripts/switch-arch config/xml/.arch-ids/=id
        !           365:      config/xml/.arch-ids/config-c.xsl.id
        !           366:      config/xml/.arch-ids/config-forth.xsl.id
        !           367:      config/xml/.arch-ids/dictionary.xsl.id
        !           368:      config/xml/.arch-ids/makefile.xsl.id
        !           369:      config/xml/.arch-ids/object.xsl.id
        !           370:      config/xml/.arch-ids/util.xsl.id
        !           371:      config/xml/.arch-ids/xinclude.xsl.id config/xml/config-c.xsl
        !           372:      config/xml/config-forth.xsl config/xml/dictionary.xsl
        !           373:      config/xml/makefile.xsl config/xml/object.xsl
        !           374:      config/xml/util.xsl config/xml/xinclude.xsl
        !           375:      drivers/.arch-ids/adb.c.id drivers/.arch-ids/adb.fs.id
        !           376:      drivers/.arch-ids/adb.h.id drivers/.arch-ids/build.xml.id
        !           377:      drivers/.arch-ids/cuda.c.id drivers/.arch-ids/cuda.h.id
        !           378:      drivers/.arch-ids/kbd.c.id drivers/.arch-ids/kbd.h.id
        !           379:      drivers/adb.c drivers/adb.fs drivers/adb.h drivers/build.xml
        !           380:      drivers/cuda.c drivers/cuda.h drivers/kbd.c drivers/kbd.h
        !           381:      forth/.arch-ids/build.xml.id
        !           382:      forth/admin/.arch-ids/build.xml.id forth/admin/build.xml
        !           383:      forth/bootstrap/.arch-ids/build.xml.id
        !           384:      forth/bootstrap/build.xml forth/build.xml
        !           385:      forth/debugging/.arch-ids/build.xml.id
        !           386:      forth/debugging/build.xml forth/device/.arch-ids/build.xml.id
        !           387:      forth/device/build.xml forth/lib/.arch-ids/build.xml.id
        !           388:      forth/lib/.arch-ids/preinclude.fs.id forth/lib/build.xml
        !           389:      forth/lib/preinclude.fs forth/packages/.arch-ids/build.xml.id
        !           390:      forth/packages/build.xml forth/system/.arch-ids/build.xml.id
        !           391:      forth/system/build.xml forth/testsuite/.arch-ids/build.xml.id
        !           392:      forth/testsuite/build.xml forth/util/.arch-ids/build.xml.id
        !           393:      forth/util/build.xml fs/.arch-ids/build.xml.id fs/build.xml
        !           394:      fs/grubfs/.arch-ids/build.xml.id
        !           395:      fs/grubfs/.arch-ids/fsys_ufs.c.id
        !           396:      fs/grubfs/.arch-ids/ufs_dinode.h.id
        !           397:      fs/grubfs/.arch-ids/ufs_fs.h.id fs/grubfs/build.xml
        !           398:      fs/grubfs/fsys_ufs.c fs/grubfs/ufs_dinode.h fs/grubfs/ufs_fs.h
        !           399:      fs/hfs/.arch-ids/build.xml.id fs/hfs/build.xml
        !           400:      fs/hfsplus/.arch-ids/build.xml.id fs/hfsplus/build.xml
        !           401:      include/.arch-ids/mconfig.h.id include/mconfig.h
        !           402:      include/ppc/.arch-ids/pci.h.id include/ppc/pci.h
        !           403:      kernel/.arch-ids/build.xml.id kernel/.arch-ids/cross.h.id
        !           404:      kernel/build.xml kernel/cross.h libc/.arch-ids/build.xml.id
        !           405:      libc/build.xml modules/.arch-ids/build.xml.id
        !           406:      modules/.arch-ids/console.c.id modules/.arch-ids/video.c.id
        !           407:      modules/build.xml modules/console.c modules/video.c rules.xml
        !           408:      toke/.arch-ids/Makefile.id toke/.arch-ids/build.xml.id
        !           409:      toke/Makefile toke/build.xml utils/ofclient/.arch-ids/=id
        !           410:      utils/ofclient/.arch-ids/Makefile.id
        !           411:      utils/ofclient/.arch-ids/README.id
        !           412:      utils/ofclient/.arch-ids/endian.h.id
        !           413:      utils/ofclient/.arch-ids/of1275.c.id
        !           414:      utils/ofclient/.arch-ids/of1275.h.id
        !           415:      utils/ofclient/.arch-ids/of1275_io.c.id
        !           416:      utils/ofclient/.arch-ids/ofclient.c.id utils/ofclient/Makefile
        !           417:      utils/ofclient/README utils/ofclient/endian.h
        !           418:      utils/ofclient/of1275.c utils/ofclient/of1275.h
        !           419:      utils/ofclient/of1275_io.c utils/ofclient/ofclient.c
        !           420: 
        !           421:     removed files:
        !           422:      .arch-ids/autogen.sh.id .arch-ids/configure.id
        !           423:      .arch-ids/setup_links.id arch/amd64/.arch-ids/Makefile.asm.id
        !           424:      arch/amd64/.arch-ids/Makefile.id arch/amd64/Makefile
        !           425:      arch/amd64/Makefile.asm arch/ia64/.arch-ids/Makefile.asm.id
        !           426:      arch/ia64/.arch-ids/Makefile.id arch/ia64/Makefile
        !           427:      arch/ia64/Makefile.asm arch/ppc/mol/.arch-ids/video.c.id
        !           428:      arch/ppc/mol/video.c arch/x86/.arch-ids/Makefile.asm.id
        !           429:      arch/x86/.arch-ids/Makefile.id arch/x86/Makefile
        !           430:      arch/x86/Makefile.asm autogen.sh config/.arch-ids/=id
        !           431:      config/.arch-ids/Makefile.defs.in.id
        !           432:      config/.arch-ids/Makefile.id
        !           433:      config/.arch-ids/Makefile.master.id
        !           434:      config/.arch-ids/Makefile.top.id
        !           435:      config/.arch-ids/Rules.forth.id config/.arch-ids/Rules.make.id
        !           436:      config/.arch-ids/configure.in.id config/Makefile
        !           437:      config/Makefile.defs.in config/Makefile.master
        !           438:      config/Makefile.top config/Rules.forth config/Rules.make
        !           439:      config/configure.in config/kconfig/.arch-ids/=id
        !           440:      config/kconfig/.arch-ids/Makefile.id
        !           441:      config/kconfig/.arch-ids/conf.c.id
        !           442:      config/kconfig/.arch-ids/confdata.c.id
        !           443:      config/kconfig/.arch-ids/expr.c.id
        !           444:      config/kconfig/.arch-ids/expr.h.id
        !           445:      config/kconfig/.arch-ids/lkc.h.id
        !           446:      config/kconfig/.arch-ids/lkc_proto.h.id
        !           447:      config/kconfig/.arch-ids/mconf.c.id
        !           448:      config/kconfig/.arch-ids/menu.c.id
        !           449:      config/kconfig/.arch-ids/symbol.c.id
        !           450:      config/kconfig/.arch-ids/zconf-l.l.id
        !           451:      config/kconfig/.arch-ids/zconf-y.y.id config/kconfig/Makefile
        !           452:      config/kconfig/conf.c config/kconfig/confdata.c
        !           453:      config/kconfig/expr.c config/kconfig/expr.h
        !           454:      config/kconfig/lkc.h config/kconfig/lkc_proto.h
        !           455:      config/kconfig/mconf.c config/kconfig/menu.c
        !           456:      config/kconfig/symbol.c config/kconfig/zconf-l.l
        !           457:      config/kconfig/zconf-y.y config/lxdialog/.arch-ids/=id
        !           458:      config/lxdialog/.arch-ids/Makefile.id
        !           459:      config/lxdialog/.arch-ids/checklist.c.id
        !           460:      config/lxdialog/.arch-ids/colors.h.id
        !           461:      config/lxdialog/.arch-ids/dialog.h.id
        !           462:      config/lxdialog/.arch-ids/inputbox.c.id
        !           463:      config/lxdialog/.arch-ids/lxdialog.c.id
        !           464:      config/lxdialog/.arch-ids/menubox.c.id
        !           465:      config/lxdialog/.arch-ids/msgbox.c.id
        !           466:      config/lxdialog/.arch-ids/textbox.c.id
        !           467:      config/lxdialog/.arch-ids/util.c.id
        !           468:      config/lxdialog/.arch-ids/yesno.c.id config/lxdialog/Makefile
        !           469:      config/lxdialog/checklist.c config/lxdialog/colors.h
        !           470:      config/lxdialog/dialog.h config/lxdialog/inputbox.c
        !           471:      config/lxdialog/lxdialog.c config/lxdialog/menubox.c
        !           472:      config/lxdialog/msgbox.c config/lxdialog/textbox.c
        !           473:      config/lxdialog/util.c config/lxdialog/yesno.c configure
        !           474:      drivers/.arch-ids/Makefile.id drivers/Makefile
        !           475:      forth/.arch-ids/Makefile.id forth/Makefile
        !           476:      forth/admin/.arch-ids/Makefile.id forth/admin/Makefile
        !           477:      forth/debugging/.arch-ids/Makefile.id forth/debugging/Makefile
        !           478:      forth/device/.arch-ids/Makefile.id forth/device/Makefile
        !           479:      forth/lib/.arch-ids/Makefile.id forth/lib/Makefile
        !           480:      forth/packages/.arch-ids/Makefile.id forth/packages/Makefile
        !           481:      forth/system/.arch-ids/Makefile.id forth/system/Makefile
        !           482:      forth/testsuite/.arch-ids/Makefile.id forth/testsuite/Makefile
        !           483:      forth/util/.arch-ids/Makefile.id forth/util/Makefile
        !           484:      fs/.arch-ids/Makefile.id fs/Makefile
        !           485:      fs/grubfs/.arch-ids/Makefile.id fs/grubfs/Makefile
        !           486:      fs/hfs/.arch-ids/Makefile.id fs/hfs/Makefile
        !           487:      fs/hfsplus/.arch-ids/Makefile.id fs/hfsplus/Makefile
        !           488:      kernel/.arch-ids/Makefile.id kernel/Makefile
        !           489:      libc/.arch-ids/Makefile.id libc/.arch-ids/byteorder.c.id
        !           490:      libc/Makefile libc/byteorder.c modules/.arch-ids/Makefile.id
        !           491:      modules/Makefile setup_links toke/.arch-ids/Makefile.id
        !           492:      toke/Makefile
        !           493: 
        !           494:     modified files:
        !           495:      Documentation/ChangeLog.arch Makefile README
        !           496:      arch/ppc/briq/briq.c arch/ppc/briq/init.c
        !           497:      arch/ppc/briq/kernel.c arch/ppc/mol/console.c arch/ppc/ofmem.c
        !           498:      arch/unix/Makefile arch/unix/plugins/Makefile arch/unix/unix.c
        !           499:      arch/x86/elfload.c arch/x86/multiboot.c arch/x86/openbios.c
        !           500:      arch/x86/sys_info.c drivers/ide.c drivers/pci.c drivers/pci.fs
        !           501:      forth/admin/banner.fs forth/admin/devices.fs
        !           502:      forth/bootstrap/bootstrap.fs forth/device/font.fs
        !           503:      fs/grubfs/Kconfig fs/grubfs/filesys.h fs/grubfs/fsys_ext2fs.c
        !           504:      fs/grubfs/fsys_reiserfs.c fs/grubfs/fsys_xfs.c
        !           505:      fs/grubfs/grubfs_fs.c include/amd64/io.h
        !           506:      include/libc/byteorder.h include/libc/stdlib.h
        !           507:      include/openbios/stack.h include/ppc/io.h include/ppc/types.h
        !           508:      include/x86/io.h include/x86/pci.h include/x86/types.h
        !           509:      kernel/bootstrap.c kernel/dict.c kernel/forth.c
        !           510:      kernel/include/dict.h kernel/internal.c kernel/primitives.c
        !           511:      modules/bindings.c modules/pc-parts.c toke/ChangeLog
        !           512:      toke/dictionary.c toke/dictionary.h toke/emit.c toke/emit.h
        !           513:      toke/macros.c toke/scanner.c toke/stack.c toke/stack.h
        !           514:      toke/stream.c toke/stream.h toke/toke.c toke/toke.h
        !           515:      utils/README utils/devbios/filesystem.c
        !           516:      utils/devbios/flashchips.c utils/devbios/pcisets.c
        !           517: 
        !           518:     renamed files:
        !           519:      arch/ppc/mol/.arch-ids/font_8x8.c.id
        !           520:        ==> modules/.arch-ids/font_8x8.c.id
        !           521:      arch/ppc/mol/font_8x8.c
        !           522:        ==> modules/font_8x8.c
        !           523:      dist/.arch-ids/=id
        !           524:        ==> utils/dist/.arch-ids/=id
        !           525:      dist/.arch-ids/openbios.spec.id
        !           526:        ==> utils/dist/.arch-ids/openbios.spec.id
        !           527:      dist/debian/.arch-ids/=id
        !           528:        ==> utils/dist/debian/.arch-ids/=id
        !           529:      dist/debian/.arch-ids/changelog.id
        !           530:        ==> utils/dist/debian/.arch-ids/changelog.id
        !           531:      dist/debian/.arch-ids/control.id
        !           532:        ==> utils/dist/debian/.arch-ids/control.id
        !           533:      dist/debian/.arch-ids/packages.id
        !           534:        ==> utils/dist/debian/.arch-ids/packages.id
        !           535:      dist/debian/.arch-ids/rules.id
        !           536:        ==> utils/dist/debian/.arch-ids/rules.id
        !           537: 
        !           538:     new directories:
        !           539:      arch/ppc/pearpc arch/ppc/pearpc/.arch-ids arch/x86/xbox
        !           540:      arch/x86/xbox/.arch-ids config config/examples
        !           541:      config/examples/.arch-ids config/xml config/xml/.arch-ids
        !           542:      utils/dist/.arch-ids utils/dist/debian/.arch-ids
        !           543:      utils/ofclient utils/ofclient/.arch-ids
        !           544: 
        !           545:     removed directories:
        !           546:      config config/kconfig config/kconfig/.arch-ids config/lxdialog
        !           547:      config/lxdialog/.arch-ids dist/.arch-ids dist/debian/.arch-ids
        !           548: 
        !           549:     modified directories:
        !           550:      config/.arch-ids
        !           551: 
        !           552:     renamed directories:
        !           553:      config/.arch-ids
        !           554:        ==> config/.arch-ids
        !           555:      config/scripts
        !           556:        ==> config/scripts
        !           557:      dist
        !           558:        ==> utils/dist
        !           559: 
        !           560:     new patches:
        !           561:      [email protected]/openbios--xml--1.0--base-0
        !           562:      [email protected]/openbios--xml--1.0--patch-1
        !           563:      [email protected]/openbios--xml--1.0--patch-2
        !           564:      [email protected]/openbios--xml--1.0--base-0
        !           565:      [email protected]/openbios--xml--1.0--patch-1
        !           566:      [email protected]/openbios--xml--1.0--patch-2
        !           567:      [email protected]/openbios--xml--1.0--patch-3
        !           568:      [email protected]/openbios--xml--1.0--patch-4
        !           569:      [email protected]/openbios--xml--1.0--patch-5
        !           570:      [email protected]/openbios--xml--1.0--patch-6
        !           571:      [email protected]/openbios--xml--1.0--patch-7
        !           572:      [email protected]/openbios--xml--1.0--patch-8
        !           573:      [email protected]/openbios--xml--1.0--patch-9
        !           574:      [email protected]/openbios--xml--1.0--patch-10
        !           575:      [email protected]/openbios--xml--1.0--patch-11
        !           576:      [email protected]/openbios--xml--1.0--patch-12
        !           577:      [email protected]/openbios--xml--1.0--patch-13
        !           578:      [email protected]/openbios--xml--1.0--patch-14
        !           579:      [email protected]/openbios--xml--1.0--patch-15
        !           580:      [email protected]/openbios--xml--1.0--patch-16
        !           581:      [email protected]/openbios--xml--1.0--patch-17
        !           582:      [email protected]/openbios--xml--1.0--patch-18
        !           583:      [email protected]/openbios--xml--1.0--patch-19
        !           584:      [email protected]/openbios--xml--1.0--patch-20
        !           585:      [email protected]/openbios--xml--1.0--patch-21
        !           586:      [email protected]/openbios--xml--1.0--patch-22
        !           587:      [email protected]/openbios--xml--1.0--patch-23
        !           588:      [email protected]/openbios--xml--1.0--patch-24
        !           589:      [email protected]/openbios--xml--1.0--patch-25
        !           590:      [email protected]/openbios--xml--1.0--patch-26
        !           591:      [email protected]/openbios--xml--1.0--patch-27
        !           592:      [email protected]/openbios--xml--1.0--patch-28
        !           593:      [email protected]/openbios--xml--1.0--patch-29
        !           594:      [email protected]/openbios--xml--1.0--patch-30
        !           595:      [email protected]/openbios--xml--1.0--patch-31
        !           596:      [email protected]/openbios--xml--1.0--patch-32
        !           597:      [email protected]/openbios--xml--1.0--patch-33
        !           598:      [email protected]/openbios--xml--1.0--patch-34
        !           599:      [email protected]/openbios--xml--1.0--patch-35
        !           600:      [email protected]/openbios--xml--1.0--patch-36
        !           601:      [email protected]/openbios--xml--1.0--patch-37
        !           602:      [email protected]/openbios--xml--1.0--patch-38
        !           603:      [email protected]/openbios--xml--1.0--patch-39
        !           604:      [email protected]/openbios--xml--1.0--patch-40
        !           605:      [email protected]/openbios--xml--1.0--patch-41
        !           606:      [email protected]/openbios--xml--1.0--patch-42
        !           607:      [email protected]/openbios--xml--1.0--patch-43
        !           608:      [email protected]/openbios--xml--1.0--patch-44
        !           609:      [email protected]/openbios--xml--1.0--patch-45
        !           610:      [email protected]/openbios--xml--1.0--patch-46
        !           611:      [email protected]/openbios--xml--1.0--patch-47
        !           612:      [email protected]/openbios--xml--1.0--patch-48
        !           613: 
        !           614: 
        !           615: 2005-03-10 14:46:23 GMT        Stefan Reinauer <[email protected]>   patch-18
        !           616: 
        !           617:     Summary:
        !           618:       detok update: 0.6.1
        !           619:     Revision:
        !           620:       openbios--main--1.0--patch-18
        !           621: 
        !           622:      * fix bug in output of strings. Strings were cut off when 0 bytes
        !           623:        occured, in a C manner. Now detok prints correct forth strings.
        !           624:        Thanks to Arti Itra <[email protected]> for reporting this.
        !           625:     
        !           626:      * free string after printing it.
        !           627:     
        !           628: 
        !           629:     modified files:
        !           630:      Documentation/ChangeLog.arch utils/detok/ChangeLog
        !           631:      utils/detok/Makefile utils/detok/README utils/detok/decode.c
        !           632:      utils/detok/detok.c utils/detok/detok.h
        !           633:      utils/detok/dictionary.c utils/detok/stream.c
        !           634:      utils/detok/stream.h
        !           635: 
        !           636: 
        !           637: 2005-03-10 12:52:08 GMT        Stefan Reinauer <[email protected]>   patch-17
        !           638: 
        !           639:     Summary:
        !           640:       toke update
        !           641:     Revision:
        !           642:       openbios--main--1.0--patch-17
        !           643: 
        !           644:     * fix fload. Problem reported by David L. Paktor <[email protected]>
        !           645:     * remove debug enforcement in scanner.c
        !           646:     
        !           647: 
        !           648:     modified files:
        !           649:      Documentation/ChangeLog.arch toke/scanner.c toke/stream.c
        !           650: 
        !           651: 
        !           652: 2005-02-22 21:54:06 GMT        Stefan Reinauer <[email protected]>   patch-16
        !           653: 
        !           654:     Summary:
        !           655:       fix uninitialized variable
        !           656:     Revision:
        !           657:       openbios--main--1.0--patch-16
        !           658: 
        !           659:     step towards fixing devbios
        !           660:     
        !           661: 
        !           662:     modified files:
        !           663:      Documentation/ChangeLog.arch utils/devbios/pcisets.c
        !           664: 
        !           665: 
        !           666: 2005-01-27 10:12:20 GMT        Stefan Reinauer <[email protected]>   patch-15
        !           667: 
        !           668:     Summary:
        !           669:       update documentation
        !           670:     Revision:
        !           671:       openbios--main--1.0--patch-15
        !           672: 
        !           673:     Documentation update (thanks to Brian Sammon)
        !           674:     
        !           675: 
        !           676:     modified files:
        !           677:      Documentation/ChangeLog.arch README
        !           678: 
        !           679: 
        !           680: 2004-11-01 20:33:55 GMT        Stefan Reinauer <[email protected]>   patch-14
        !           681: 
        !           682:     Summary:
        !           683:       add exception handling for x86
        !           684:     Revision:
        !           685:       openbios--main--1.0--patch-14
        !           686: 
        !           687:     simple exception handling for x86. Safe return does not seem to work yet.
        !           688:     
        !           689: 
        !           690:     new files:
        !           691:      arch/x86/.arch-ids/exception.c.id arch/x86/exception.c
        !           692: 
        !           693:     modified files:
        !           694:      Documentation/ChangeLog.arch arch/unix/unix.c
        !           695:      arch/x86/Makefile arch/x86/context.c arch/x86/entry.S
        !           696: 
        !           697:     renamed files:
        !           698:      arch/x86/.arch-ids/switch.S.id
        !           699:        ==> arch/x86/.arch-ids/entry.S.id
        !           700:      arch/x86/switch.S
        !           701:        ==> arch/x86/entry.S
        !           702: 
        !           703: 
        !           704: 2004-09-19 20:24:46 GMT        Stefan Reinauer <[email protected]>   patch-13
        !           705: 
        !           706:     Summary:
        !           707:       type cleanups
        !           708:     Revision:
        !           709:       openbios--main--1.0--patch-13
        !           710: 
        !           711:     applying first patch of issue 38
        !           712:     
        !           713:     
        !           714: 
        !           715:     modified files:
        !           716:      Documentation/ChangeLog.arch kernel/bootstrap.c kernel/forth.c
        !           717: 
        !           718: 
        !           719: 2004-09-19 15:34:22 GMT        Stefan Reinauer <[email protected]>   patch-12
        !           720: 
        !           721:     Summary:
        !           722:       use ranlib instead of "ar s"
        !           723:     Revision:
        !           724:       openbios--main--1.0--patch-12
        !           725: 
        !           726:     "ar s" is GNU specific and the documenation says it is equal to ranlib. So we
        !           727:     rather use ranlib and stay portable (ie. to Solaris9)
        !           728:     
        !           729:     fixes issue 36
        !           730:     
        !           731: 
        !           732:     modified files:
        !           733:      Documentation/ChangeLog.arch config/Rules.make
        !           734: 
        !           735: 
        !           736: 2004-09-19 13:38:37 GMT        Stefan Reinauer <[email protected]>   patch-11
        !           737: 
        !           738:     Summary:
        !           739:       initialize ofmem structure properly
        !           740:     Revision:
        !           741:       openbios--main--1.0--patch-11
        !           742: 
        !           743:     initialize ofmem structure with zero. The correct fix
        !           744:     would be to obtain all information from either linuxbios,
        !           745:     uboot, the hardware or a defined per-board function
        !           746:     
        !           747: 
        !           748:     modified files:
        !           749:      Documentation/ChangeLog.arch arch/ppc/ofmem.c
        !           750: 
        !           751: 
        !           752: 2004-09-12 15:02:04 GMT        Stefan Reinauer <[email protected]>   patch-10
        !           753: 
        !           754:     Summary:
        !           755:       initialize nvram structure completely
        !           756:     Revision:
        !           757:       openbios--main--1.0--patch-10
        !           758: 
        !           759:     fixes issue 17. nvram structure did not get initialized completely
        !           760:     
        !           761: 
        !           762:     modified files:
        !           763:      Documentation/ChangeLog.arch modules/nvram.c
        !           764: 
        !           765: 
        !           766: 2004-09-12 14:43:23 GMT        Stefan Reinauer <[email protected]>   patch-9
        !           767: 
        !           768:     Summary:
        !           769:       fix little endian/big endian handling
        !           770:     Revision:
        !           771:       openbios--main--1.0--patch-9
        !           772: 
        !           773:     this should fix issue 20. Switch all endianess handling to use
        !           774:     CONFIG_LITTLE_ENDIAN/CONFIG_BIG_ENDIAN
        !           775:     
        !           776:     
        !           777: 
        !           778:     modified files:
        !           779:      Documentation/ChangeLog.arch fs/hfsplus/btree.c
        !           780:      include/amd64/types.h include/ia64/types.h include/ppc/types.h
        !           781:      include/x86/types.h kernel/bootstrap.c kernel/forth.c
        !           782: 
        !           783: 
        !           784: 2004-09-12 12:29:55 GMT        Stefan Reinauer <[email protected]>   patch-8
        !           785: 
        !           786:     Summary:
        !           787:       
        !           788:     Revision:
        !           789:       openbios--main--1.0--patch-8
        !           790: 
        !           791:     
        !           792:     
        !           793: 
        !           794:     modified files:
        !           795:      Documentation/ChangeLog.arch arch/amd64/boot.c
        !           796:      arch/amd64/context.c arch/amd64/elfload.c arch/amd64/lib.c
        !           797:      arch/amd64/linux_load.c arch/amd64/multiboot.c
        !           798:      arch/amd64/segment.c arch/amd64/sys_info.c
        !           799:      arch/ppc/briq/briq.c arch/ppc/briq/init.c arch/ppc/briq/main.c
        !           800:      arch/ppc/briq/methods.c arch/ppc/kernel.c arch/ppc/mol/init.c
        !           801:      arch/ppc/mol/main.c arch/ppc/mol/methods.c arch/ppc/mol/mol.c
        !           802:      arch/ppc/mol/osi-blk.c arch/ppc/mol/osi-scsi.c
        !           803:      arch/ppc/mol/prom.c arch/ppc/mol/pseudodisk.c
        !           804:      arch/ppc/mol/tree.c arch/ppc/mol/video.c arch/ppc/ofmem.c
        !           805:      arch/unix/blk.c arch/unix/boot.c arch/unix/unix.c
        !           806:      arch/x86/boot.c arch/x86/context.c arch/x86/elfload.c
        !           807:      arch/x86/forthload.c arch/x86/lib.c arch/x86/linux_load.c
        !           808:      arch/x86/multiboot.c arch/x86/segment.c arch/x86/sys_info.c
        !           809:      drivers/ide.c drivers/pci.c fs/grubfs/grubfs_fs.c
        !           810:      fs/hfs/hfs_fs.c fs/hfsplus/hfsp_fs.c fs/ioglue.c
        !           811:      include/openbios/sysinclude.h kernel/internal.c
        !           812:      modules/bindings.c modules/client.c modules/deblocker.c
        !           813:      modules/disk-label.c modules/elfload.c modules/elfnote.c
        !           814:      modules/filesystems.c modules/linuxbios.c modules/mac-parts.c
        !           815:      modules/nvram.c modules/pc-parts.c
        !           816: 
        !           817: 
        !           818: 2004-09-11 23:18:56 GMT        Stefan Reinauer <[email protected]>   patch-7
        !           819: 
        !           820:     Summary:
        !           821:       get tla silent on commit
        !           822:     Revision:
        !           823:       openbios--main--1.0--patch-7
        !           824: 
        !           825:     get tla silent on commit. add some files to precious
        !           826:     
        !           827: 
        !           828:     modified files:
        !           829:      Documentation/ChangeLog.arch {arch}/=tagging-method
        !           830: 
        !           831: 
        !           832: 2004-09-11 22:21:05 GMT        Stefan Reinauer <[email protected]>   patch-6
        !           833: 
        !           834:     Summary:
        !           835:       elimination of variables tramp_semis and trampoline
        !           836:     Revision:
        !           837:       openbios--main--1.0--patch-6
        !           838: 
        !           839:     This fixes https://openbios.org/roundup/openbios/issue22
        !           840:     
        !           841: 
        !           842:     modified files:
        !           843:      Documentation/ChangeLog.arch kernel/internal.c
        !           844: 
        !           845: 
        !           846: 2004-09-11 21:55:42 GMT        Stefan Reinauer <[email protected]>   patch-5
        !           847: 
        !           848:     Summary:
        !           849:       initialize cache_xt and catch_xt to 0
        !           850:     Revision:
        !           851:       openbios--main--1.0--patch-5
        !           852: 
        !           853:     this fixes openbios to work with compilers that do not null out uninitialized
        !           854:     variables. (fixes issues 13 and 18)
        !           855:     
        !           856: 
        !           857:     modified files:
        !           858:      Documentation/ChangeLog.arch include/openbios/bindings.h
        !           859:      modules/bindings.c
        !           860: 
        !           861: 
        !           862: 2004-09-11 21:33:13 GMT        Stefan Reinauer <[email protected]>   patch-4
        !           863: 
        !           864:     Summary:
        !           865:       IDE fix
        !           866:     Revision:
        !           867:       openbios--main--1.0--patch-4
        !           868: 
        !           869:     shame, shame, shame, shame..
        !           870:     shame on me..
        !           871:     
        !           872: 
        !           873:     modified files:
        !           874:      Documentation/ChangeLog.arch drivers/ide.c
        !           875: 
        !           876: 
        !           877: 2004-09-05 17:41:18 GMT        Stefan Reinauer <[email protected]>   patch-3
        !           878: 
        !           879:     Summary:
        !           880:       fix briq build
        !           881:     Revision:
        !           882:       openbios--main--1.0--patch-3
        !           883: 
        !           884:     fix build for Total Impact Briq systems. This is mostly fixing typos that I 
        !           885:     introduced in Gregs recent changes.
        !           886:     
        !           887: 
        !           888:     modified files:
        !           889:      Documentation/ChangeLog.arch arch/ppc/Makefile
        !           890:      arch/ppc/briq/briq.h arch/ppc/briq/kernel.c drivers/Kconfig
        !           891:      drivers/ide.c drivers/ide.h drivers/timer.c drivers/timer.h
        !           892: 
        !           893: 
        !           894: 2004-09-03 19:40:52 GMT        Stefan Reinauer <[email protected]>   patch-2
        !           895: 
        !           896:     Summary:
        !           897:       oxygene fixed the file permissions
        !           898:     Revision:
        !           899:       openbios--main--1.0--patch-2
        !           900: 
        !           901:     merged from Patricks tree
        !           902:     
        !           903:     Patches applied:
        !           904:     
        !           905:      * [email protected]/openbios--porting--0--patch-4
        !           906:        make all files writable, we're not using bitkeeper 
        !           907:     
        !           908: 
        !           909:     modified files:
        !           910:      .arch-ids/COPYING.id .arch-ids/Makefile.id .arch-ids/README.id
        !           911:      .arch-ids/autogen.sh.id .arch-ids/configure.id
        !           912:      .arch-ids/setup_links.id COPYING Documentation/.arch-ids/=id
        !           913:      Documentation/ChangeLog.arch
        !           914:      Documentation/kernel/.arch-ids/=id
        !           915:      Documentation/kernel/.arch-ids/AUTHORS.id
        !           916:      Documentation/kernel/.arch-ids/COPYING.id
        !           917:      Documentation/kernel/.arch-ids/Changelog.stepan.id
        !           918:      Documentation/kernel/.arch-ids/TODO.id
        !           919:      Documentation/kernel/.arch-ids/dictformat.txt.id
        !           920:      Documentation/kernel/.arch-ids/glossary.txt.id
        !           921:      Documentation/kernel/.arch-ids/initializers.txt.id
        !           922:      Documentation/kernel/AUTHORS Documentation/kernel/COPYING
        !           923:      Documentation/kernel/Changelog.stepan
        !           924:      Documentation/kernel/TODO Documentation/kernel/dictformat.txt
        !           925:      Documentation/kernel/glossary.txt
        !           926:      Documentation/kernel/initializers.txt Makefile README
        !           927:      arch/.arch-ids/=id arch/amd64/.arch-ids/=id
        !           928:      arch/amd64/.arch-ids/Kconfig.id
        !           929:      arch/amd64/.arch-ids/Makefile.asm.id
        !           930:      arch/amd64/.arch-ids/Makefile.id
        !           931:      arch/amd64/.arch-ids/boot.c.id
        !           932:      arch/amd64/.arch-ids/builtin.c.id
        !           933:      arch/amd64/.arch-ids/console.c.id
        !           934:      arch/amd64/.arch-ids/context.c.id
        !           935:      arch/amd64/.arch-ids/context.h.id
        !           936:      arch/amd64/.arch-ids/defconfig.id
        !           937:      arch/amd64/.arch-ids/elfload.c.id
        !           938:      arch/amd64/.arch-ids/init.fs.id
        !           939:      arch/amd64/.arch-ids/ldscript.id arch/amd64/.arch-ids/lib.c.id
        !           940:      arch/amd64/.arch-ids/linux_load.c.id
        !           941:      arch/amd64/.arch-ids/loadfs.c.id
        !           942:      arch/amd64/.arch-ids/loadfs.h.id
        !           943:      arch/amd64/.arch-ids/multiboot.c.id
        !           944:      arch/amd64/.arch-ids/multiboot.h.id
        !           945:      arch/amd64/.arch-ids/openbios.c.id
        !           946:      arch/amd64/.arch-ids/openbios.h.id
        !           947:      arch/amd64/.arch-ids/plainboot.c.id
        !           948:      arch/amd64/.arch-ids/relocate.h.id
        !           949:      arch/amd64/.arch-ids/segment.c.id
        !           950:      arch/amd64/.arch-ids/segment.h.id
        !           951:      arch/amd64/.arch-ids/switch.S.id
        !           952:      arch/amd64/.arch-ids/sys_info.c.id arch/amd64/Kconfig
        !           953:      arch/amd64/Makefile arch/amd64/Makefile.asm arch/amd64/boot.c
        !           954:      arch/amd64/builtin.c arch/amd64/console.c arch/amd64/context.c
        !           955:      arch/amd64/context.h arch/amd64/defconfig arch/amd64/elfload.c
        !           956:      arch/amd64/init.fs arch/amd64/ldscript arch/amd64/lib.c
        !           957:      arch/amd64/linux_load.c arch/amd64/loadfs.c
        !           958:      arch/amd64/loadfs.h arch/amd64/multiboot.c
        !           959:      arch/amd64/multiboot.h arch/amd64/openbios.c
        !           960:      arch/amd64/openbios.h arch/amd64/plainboot.c
        !           961:      arch/amd64/relocate.h arch/amd64/segment.c
        !           962:      arch/amd64/segment.h arch/amd64/switch.S arch/amd64/sys_info.c
        !           963:      arch/ia64/.arch-ids/=id arch/ia64/.arch-ids/Kconfig.id
        !           964:      arch/ia64/.arch-ids/Makefile.asm.id
        !           965:      arch/ia64/.arch-ids/Makefile.id
        !           966:      arch/ia64/.arch-ids/defconfig.id
        !           967:      arch/ia64/.arch-ids/init.fs.id arch/ia64/Kconfig
        !           968:      arch/ia64/Makefile arch/ia64/Makefile.asm arch/ia64/defconfig
        !           969:      arch/ia64/init.fs arch/ppc/.arch-ids/=id
        !           970:      arch/ppc/.arch-ids/Kconfig.id
        !           971:      arch/ppc/.arch-ids/Makefile.asm.id
        !           972:      arch/ppc/.arch-ids/Makefile.id arch/ppc/.arch-ids/defconfig.id
        !           973:      arch/ppc/.arch-ids/kernel.c.id arch/ppc/.arch-ids/kernel.h.id
        !           974:      arch/ppc/.arch-ids/misc.S.id arch/ppc/.arch-ids/mmutypes.h.id
        !           975:      arch/ppc/.arch-ids/ofmem.c.id arch/ppc/.arch-ids/osi.h.id
        !           976:      arch/ppc/.arch-ids/osi_calls.h.id arch/ppc/.arch-ids/ppc.fs.id
        !           977:      arch/ppc/.arch-ids/start.S.id arch/ppc/.arch-ids/timebase.S.id
        !           978:      arch/ppc/Kconfig arch/ppc/Makefile arch/ppc/Makefile.asm
        !           979:      arch/ppc/briq/.arch-ids/=id arch/ppc/briq/.arch-ids/briq.c.id
        !           980:      arch/ppc/briq/.arch-ids/briq.fs.id
        !           981:      arch/ppc/briq/.arch-ids/briq.h.id
        !           982:      arch/ppc/briq/.arch-ids/init.c.id
        !           983:      arch/ppc/briq/.arch-ids/kernel.c.id
        !           984:      arch/ppc/briq/.arch-ids/main.c.id
        !           985:      arch/ppc/briq/.arch-ids/methods.c.id
        !           986:      arch/ppc/briq/.arch-ids/tree.c.id
        !           987:      arch/ppc/briq/.arch-ids/tree.fs.id
        !           988:      arch/ppc/briq/.arch-ids/vfd.c.id arch/ppc/briq/briq.c
        !           989:      arch/ppc/briq/briq.fs arch/ppc/briq/briq.h
        !           990:      arch/ppc/briq/init.c arch/ppc/briq/kernel.c
        !           991:      arch/ppc/briq/main.c arch/ppc/briq/methods.c
        !           992:      arch/ppc/briq/tree.c arch/ppc/briq/tree.fs arch/ppc/briq/vfd.c
        !           993:      arch/ppc/defconfig arch/ppc/kernel.c arch/ppc/kernel.h
        !           994:      arch/ppc/misc.S arch/ppc/mmutypes.h arch/ppc/mol/.arch-ids/=id
        !           995:      arch/ppc/mol/.arch-ids/console.c.id
        !           996:      arch/ppc/mol/.arch-ids/font_8x8.c.id
        !           997:      arch/ppc/mol/.arch-ids/init.c.id
        !           998:      arch/ppc/mol/.arch-ids/kernel.c.id
        !           999:      arch/ppc/mol/.arch-ids/main.c.id
        !          1000:      arch/ppc/mol/.arch-ids/methods.c.id
        !          1001:      arch/ppc/mol/.arch-ids/mol.c.id
        !          1002:      arch/ppc/mol/.arch-ids/mol.fs.id
        !          1003:      arch/ppc/mol/.arch-ids/mol.h.id
        !          1004:      arch/ppc/mol/.arch-ids/osi-blk.c.id
        !          1005:      arch/ppc/mol/.arch-ids/osi-scsi.c.id
        !          1006:      arch/ppc/mol/.arch-ids/prom.c.id
        !          1007:      arch/ppc/mol/.arch-ids/prom.h.id
        !          1008:      arch/ppc/mol/.arch-ids/pseudodisk.c.id
        !          1009:      arch/ppc/mol/.arch-ids/tree.c.id
        !          1010:      arch/ppc/mol/.arch-ids/tree.fs.id
        !          1011:      arch/ppc/mol/.arch-ids/video.c.id arch/ppc/mol/console.c
        !          1012:      arch/ppc/mol/font_8x8.c arch/ppc/mol/init.c
        !          1013:      arch/ppc/mol/kernel.c arch/ppc/mol/main.c
        !          1014:      arch/ppc/mol/methods.c arch/ppc/mol/mol.c arch/ppc/mol/mol.fs
        !          1015:      arch/ppc/mol/mol.h arch/ppc/mol/osi-blk.c
        !          1016:      arch/ppc/mol/osi-scsi.c arch/ppc/mol/prom.c
        !          1017:      arch/ppc/mol/prom.h arch/ppc/mol/pseudodisk.c
        !          1018:      arch/ppc/mol/tree.c arch/ppc/mol/tree.fs arch/ppc/mol/video.c
        !          1019:      arch/ppc/ofmem.c arch/ppc/osi.h arch/ppc/osi_calls.h
        !          1020:      arch/ppc/ppc.fs arch/ppc/start.S arch/ppc/timebase.S
        !          1021:      arch/unix/.arch-ids/=id arch/unix/.arch-ids/Kconfig.id
        !          1022:      arch/unix/.arch-ids/Makefile.id arch/unix/.arch-ids/blk.c.id
        !          1023:      arch/unix/.arch-ids/blk.h.id arch/unix/.arch-ids/boot.c.id
        !          1024:      arch/unix/.arch-ids/plugins.c.id
        !          1025:      arch/unix/.arch-ids/tree.fs.id arch/unix/.arch-ids/unix.c.id
        !          1026:      arch/unix/Kconfig arch/unix/Makefile arch/unix/blk.c
        !          1027:      arch/unix/blk.h arch/unix/boot.c
        !          1028:      arch/unix/gui_qt/.arch-ids/=id
        !          1029:      arch/unix/gui_qt/.arch-ids/Makefile.id
        !          1030:      arch/unix/gui_qt/.arch-ids/gui-qt.cpp.id
        !          1031:      arch/unix/gui_qt/.arch-ids/gui-qt.h.id
        !          1032:      arch/unix/gui_qt/.arch-ids/gui-qt.pro.id
        !          1033:      arch/unix/gui_qt/.arch-ids/logo.xpm.id
        !          1034:      arch/unix/gui_qt/.arch-ids/qt-main.cpp.id
        !          1035:      arch/unix/gui_qt/Makefile arch/unix/gui_qt/gui-qt.cpp
        !          1036:      arch/unix/gui_qt/gui-qt.h arch/unix/gui_qt/gui-qt.pro
        !          1037:      arch/unix/gui_qt/logo.xpm arch/unix/gui_qt/qt-main.cpp
        !          1038:      arch/unix/plugins.c arch/unix/plugins/.arch-ids/=id
        !          1039:      arch/unix/plugins/.arch-ids/Kconfig.id
        !          1040:      arch/unix/plugins/.arch-ids/Makefile.id
        !          1041:      arch/unix/plugins/.arch-ids/Rules.plugin.id
        !          1042:      arch/unix/plugins/.arch-ids/loader.c.id
        !          1043:      arch/unix/plugins/Kconfig arch/unix/plugins/Makefile
        !          1044:      arch/unix/plugins/Rules.plugin arch/unix/plugins/loader.c
        !          1045:      arch/unix/plugins/plugin_pci/.arch-ids/=id
        !          1046:      arch/unix/plugins/plugin_pci/.arch-ids/Makefile.id
        !          1047:      arch/unix/plugins/plugin_pci/.arch-ids/Makefile.old.id
        !          1048:      arch/unix/plugins/plugin_pci/.arch-ids/plugin_pci.c.id
        !          1049:      arch/unix/plugins/plugin_pci/Makefile
        !          1050:      arch/unix/plugins/plugin_pci/Makefile.old
        !          1051:      arch/unix/plugins/plugin_pci/plugin_pci.c
        !          1052:      arch/unix/plugins/plugin_qt/.arch-ids/=id
        !          1053:      arch/unix/plugins/plugin_qt/.arch-ids/Makefile.id
        !          1054:      arch/unix/plugins/plugin_qt/.arch-ids/logo.xpm.id
        !          1055:      arch/unix/plugins/plugin_qt/.arch-ids/pciconfig.h.id
        !          1056:      arch/unix/plugins/plugin_qt/.arch-ids/plugin_qt.cpp.id
        !          1057:      arch/unix/plugins/plugin_qt/.arch-ids/plugin_qt.h.id
        !          1058:      arch/unix/plugins/plugin_qt/.arch-ids/plugin_qt.pro.id
        !          1059:      arch/unix/plugins/plugin_qt/.arch-ids/qt_main.cpp.id
        !          1060:      arch/unix/plugins/plugin_qt/.arch-ids/qt_rom.fs.id
        !          1061:      arch/unix/plugins/plugin_qt/Makefile
        !          1062:      arch/unix/plugins/plugin_qt/logo.xpm
        !          1063:      arch/unix/plugins/plugin_qt/pciconfig.h
        !          1064:      arch/unix/plugins/plugin_qt/plugin_qt.cpp
        !          1065:      arch/unix/plugins/plugin_qt/plugin_qt.h
        !          1066:      arch/unix/plugins/plugin_qt/plugin_qt.pro
        !          1067:      arch/unix/plugins/plugin_qt/qt_main.cpp
        !          1068:      arch/unix/plugins/plugin_qt/qt_rom.fs arch/unix/tree.fs
        !          1069:      arch/unix/unix.c arch/x86/.arch-ids/=id
        !          1070:      arch/x86/.arch-ids/Kconfig.id
        !          1071:      arch/x86/.arch-ids/Makefile.asm.id
        !          1072:      arch/x86/.arch-ids/Makefile.id arch/x86/.arch-ids/boot.c.id
        !          1073:      arch/x86/.arch-ids/boot.h.id arch/x86/.arch-ids/builtin.c.id
        !          1074:      arch/x86/.arch-ids/console.c.id
        !          1075:      arch/x86/.arch-ids/context.c.id
        !          1076:      arch/x86/.arch-ids/context.h.id
        !          1077:      arch/x86/.arch-ids/defconfig.id
        !          1078:      arch/x86/.arch-ids/elfload.c.id
        !          1079:      arch/x86/.arch-ids/forthload.c.id
        !          1080:      arch/x86/.arch-ids/init.fs.id arch/x86/.arch-ids/ldscript.id
        !          1081:      arch/x86/.arch-ids/lib.c.id arch/x86/.arch-ids/linux_load.c.id
        !          1082:      arch/x86/.arch-ids/loadfs.c.id arch/x86/.arch-ids/loadfs.h.id
        !          1083:      arch/x86/.arch-ids/multiboot.c.id
        !          1084:      arch/x86/.arch-ids/multiboot.h.id
        !          1085:      arch/x86/.arch-ids/openbios.c.id
        !          1086:      arch/x86/.arch-ids/openbios.h.id
        !          1087:      arch/x86/.arch-ids/plainboot.c.id
        !          1088:      arch/x86/.arch-ids/relocate.h.id
        !          1089:      arch/x86/.arch-ids/segment.c.id
        !          1090:      arch/x86/.arch-ids/segment.h.id arch/x86/.arch-ids/switch.S.id
        !          1091:      arch/x86/.arch-ids/sys_info.c.id arch/x86/Kconfig
        !          1092:      arch/x86/Makefile arch/x86/Makefile.asm arch/x86/boot.c
        !          1093:      arch/x86/boot.h arch/x86/builtin.c arch/x86/console.c
        !          1094:      arch/x86/context.c arch/x86/context.h arch/x86/defconfig
        !          1095:      arch/x86/elfload.c arch/x86/forthload.c arch/x86/init.fs
        !          1096:      arch/x86/ldscript arch/x86/lib.c arch/x86/linux_load.c
        !          1097:      arch/x86/loadfs.c arch/x86/loadfs.h arch/x86/multiboot.c
        !          1098:      arch/x86/multiboot.h arch/x86/openbios.c arch/x86/openbios.h
        !          1099:      arch/x86/plainboot.c arch/x86/relocate.h arch/x86/segment.c
        !          1100:      arch/x86/segment.h arch/x86/switch.S arch/x86/sys_info.c
        !          1101:      autogen.sh config/.arch-ids/=id
        !          1102:      config/.arch-ids/Makefile.defs.in.id
        !          1103:      config/.arch-ids/Makefile.id
        !          1104:      config/.arch-ids/Makefile.master.id
        !          1105:      config/.arch-ids/Makefile.top.id
        !          1106:      config/.arch-ids/Rules.forth.id config/.arch-ids/Rules.make.id
        !          1107:      config/.arch-ids/configure.in.id config/Makefile
        !          1108:      config/Makefile.defs.in config/Makefile.master
        !          1109:      config/Makefile.top config/Rules.forth config/Rules.make
        !          1110:      config/configure.in config/kconfig/.arch-ids/=id
        !          1111:      config/kconfig/.arch-ids/Makefile.id
        !          1112:      config/kconfig/.arch-ids/conf.c.id
        !          1113:      config/kconfig/.arch-ids/confdata.c.id
        !          1114:      config/kconfig/.arch-ids/expr.c.id
        !          1115:      config/kconfig/.arch-ids/expr.h.id
        !          1116:      config/kconfig/.arch-ids/lkc.h.id
        !          1117:      config/kconfig/.arch-ids/lkc_proto.h.id
        !          1118:      config/kconfig/.arch-ids/mconf.c.id
        !          1119:      config/kconfig/.arch-ids/menu.c.id
        !          1120:      config/kconfig/.arch-ids/symbol.c.id
        !          1121:      config/kconfig/.arch-ids/zconf-l.l.id
        !          1122:      config/kconfig/.arch-ids/zconf-y.y.id config/kconfig/Makefile
        !          1123:      config/kconfig/conf.c config/kconfig/confdata.c
        !          1124:      config/kconfig/expr.c config/kconfig/expr.h
        !          1125:      config/kconfig/lkc.h config/kconfig/lkc_proto.h
        !          1126:      config/kconfig/mconf.c config/kconfig/menu.c
        !          1127:      config/kconfig/symbol.c config/kconfig/zconf-l.l
        !          1128:      config/kconfig/zconf-y.y config/lxdialog/.arch-ids/=id
        !          1129:      config/lxdialog/.arch-ids/Makefile.id
        !          1130:      config/lxdialog/.arch-ids/checklist.c.id
        !          1131:      config/lxdialog/.arch-ids/colors.h.id
        !          1132:      config/lxdialog/.arch-ids/dialog.h.id
        !          1133:      config/lxdialog/.arch-ids/inputbox.c.id
        !          1134:      config/lxdialog/.arch-ids/lxdialog.c.id
        !          1135:      config/lxdialog/.arch-ids/menubox.c.id
        !          1136:      config/lxdialog/.arch-ids/msgbox.c.id
        !          1137:      config/lxdialog/.arch-ids/textbox.c.id
        !          1138:      config/lxdialog/.arch-ids/util.c.id
        !          1139:      config/lxdialog/.arch-ids/yesno.c.id config/lxdialog/Makefile
        !          1140:      config/lxdialog/checklist.c config/lxdialog/colors.h
        !          1141:      config/lxdialog/dialog.h config/lxdialog/inputbox.c
        !          1142:      config/lxdialog/lxdialog.c config/lxdialog/menubox.c
        !          1143:      config/lxdialog/msgbox.c config/lxdialog/textbox.c
        !          1144:      config/lxdialog/util.c config/lxdialog/yesno.c
        !          1145:      config/scripts/.arch-ids/=id
        !          1146:      config/scripts/.arch-ids/archname.id
        !          1147:      config/scripts/.arch-ids/reldir.id config/scripts/archname
        !          1148:      config/scripts/reldir configure dist/.arch-ids/=id
        !          1149:      dist/.arch-ids/openbios.spec.id dist/debian/.arch-ids/=id
        !          1150:      dist/debian/.arch-ids/changelog.id
        !          1151:      dist/debian/.arch-ids/control.id
        !          1152:      dist/debian/.arch-ids/packages.id
        !          1153:      dist/debian/.arch-ids/rules.id dist/debian/changelog
        !          1154:      dist/debian/control dist/debian/packages dist/debian/rules
        !          1155:      dist/openbios.spec drivers/.arch-ids/=id
        !          1156:      drivers/.arch-ids/Kconfig.id drivers/.arch-ids/Makefile.id
        !          1157:      drivers/.arch-ids/hdreg.h.id drivers/.arch-ids/ide.c.id
        !          1158:      drivers/.arch-ids/ide.fs.id drivers/.arch-ids/ide.h.id
        !          1159:      drivers/.arch-ids/pci.c.id drivers/.arch-ids/pci.fs.id
        !          1160:      drivers/.arch-ids/pci.h.id drivers/.arch-ids/timer.c.id
        !          1161:      drivers/.arch-ids/timer.h.id drivers/Kconfig drivers/Makefile
        !          1162:      drivers/hdreg.h drivers/ide.c drivers/ide.fs drivers/ide.h
        !          1163:      drivers/pci.c drivers/pci.fs drivers/pci.h drivers/timer.c
        !          1164:      drivers/timer.h forth/.arch-ids/=id forth/.arch-ids/Kconfig.id
        !          1165:      forth/.arch-ids/Makefile.id forth/Kconfig forth/Makefile
        !          1166:      forth/admin/.arch-ids/=id forth/admin/.arch-ids/Makefile.id
        !          1167:      forth/admin/.arch-ids/README.id
        !          1168:      forth/admin/.arch-ids/banner.fs.id
        !          1169:      forth/admin/.arch-ids/callback.fs.id
        !          1170:      forth/admin/.arch-ids/devices.fs.id
        !          1171:      forth/admin/.arch-ids/help.fs.id
        !          1172:      forth/admin/.arch-ids/iocontrol.fs.id
        !          1173:      forth/admin/.arch-ids/nvram.fs.id
        !          1174:      forth/admin/.arch-ids/reset.fs.id
        !          1175:      forth/admin/.arch-ids/script.fs.id
        !          1176:      forth/admin/.arch-ids/security.fs.id
        !          1177:      forth/admin/.arch-ids/selftest.fs.id
        !          1178:      forth/admin/.arch-ids/userboot.fs.id forth/admin/Makefile
        !          1179:      forth/admin/README forth/admin/banner.fs
        !          1180:      forth/admin/callback.fs forth/admin/devices.fs
        !          1181:      forth/admin/help.fs forth/admin/iocontrol.fs
        !          1182:      forth/admin/nvram.fs forth/admin/reset.fs
        !          1183:      forth/admin/script.fs forth/admin/security.fs
        !          1184:      forth/admin/selftest.fs forth/admin/userboot.fs
        !          1185:      forth/bootstrap/.arch-ids/=id
        !          1186:      forth/bootstrap/.arch-ids/bootstrap.fs.id
        !          1187:      forth/bootstrap/.arch-ids/builtin.fs.id
        !          1188:      forth/bootstrap/.arch-ids/hayes.fs.id
        !          1189:      forth/bootstrap/.arch-ids/interpreter.fs.id
        !          1190:      forth/bootstrap/.arch-ids/memory.fs.id
        !          1191:      forth/bootstrap/.arch-ids/start.fs.id
        !          1192:      forth/bootstrap/bootstrap.fs forth/bootstrap/builtin.fs
        !          1193:      forth/bootstrap/hayes.fs forth/bootstrap/interpreter.fs
        !          1194:      forth/bootstrap/memory.fs forth/bootstrap/start.fs
        !          1195:      forth/debugging/.arch-ids/=id
        !          1196:      forth/debugging/.arch-ids/Makefile.id
        !          1197:      forth/debugging/.arch-ids/client.fs.id
        !          1198:      forth/debugging/.arch-ids/fcode.fs.id
        !          1199:      forth/debugging/.arch-ids/firmware.fs.id
        !          1200:      forth/debugging/.arch-ids/see.fs.id forth/debugging/Makefile
        !          1201:      forth/debugging/client.fs forth/debugging/fcode.fs
        !          1202:      forth/debugging/firmware.fs forth/debugging/see.fs
        !          1203:      forth/device/.arch-ids/=id forth/device/.arch-ids/Makefile.id
        !          1204:      forth/device/.arch-ids/README.device.id
        !          1205:      forth/device/.arch-ids/builtin.fs.id
        !          1206:      forth/device/.arch-ids/device.fs.id
        !          1207:      forth/device/.arch-ids/display.fs.id
        !          1208:      forth/device/.arch-ids/extra.fs.id
        !          1209:      forth/device/.arch-ids/fcode.fs.id
        !          1210:      forth/device/.arch-ids/feval.fs.id
        !          1211:      forth/device/.arch-ids/font.fs.id
        !          1212:      forth/device/.arch-ids/logo.fs.id
        !          1213:      forth/device/.arch-ids/missing.id
        !          1214:      forth/device/.arch-ids/other.fs.id
        !          1215:      forth/device/.arch-ids/package.fs.id
        !          1216:      forth/device/.arch-ids/pathres.fs.id
        !          1217:      forth/device/.arch-ids/preof.fs.id
        !          1218:      forth/device/.arch-ids/property.fs.id
        !          1219:      forth/device/.arch-ids/romfont.bin.id
        !          1220:      forth/device/.arch-ids/structures.fs.id
        !          1221:      forth/device/.arch-ids/table.fs.id
        !          1222:      forth/device/.arch-ids/terminal.fs.id
        !          1223:      forth/device/.arch-ids/tree.fs.id forth/device/Makefile
        !          1224:      forth/device/README.device forth/device/builtin.fs
        !          1225:      forth/device/device.fs forth/device/display.fs
        !          1226:      forth/device/extra.fs forth/device/fcode.fs
        !          1227:      forth/device/feval.fs forth/device/font.fs
        !          1228:      forth/device/logo.fs forth/device/missing
        !          1229:      forth/device/other.fs forth/device/package.fs
        !          1230:      forth/device/pathres.fs forth/device/preof.fs
        !          1231:      forth/device/property.fs forth/device/romfont.bin
        !          1232:      forth/device/structures.fs forth/device/table.fs
        !          1233:      forth/device/terminal.fs forth/device/tree.fs
        !          1234:      forth/lib/.arch-ids/=id forth/lib/.arch-ids/Makefile.id
        !          1235:      forth/lib/.arch-ids/creation.fs.id
        !          1236:      forth/lib/.arch-ids/lists.fs.id
        !          1237:      forth/lib/.arch-ids/preprocessor.fs.id
        !          1238:      forth/lib/.arch-ids/split.fs.id
        !          1239:      forth/lib/.arch-ids/string.fs.id
        !          1240:      forth/lib/.arch-ids/vocabulary.fs.id forth/lib/Makefile
        !          1241:      forth/lib/creation.fs forth/lib/lists.fs
        !          1242:      forth/lib/preprocessor.fs forth/lib/split.fs
        !          1243:      forth/lib/string.fs forth/lib/vocabulary.fs
        !          1244:      forth/packages/.arch-ids/=id
        !          1245:      forth/packages/.arch-ids/Kconfig.id
        !          1246:      forth/packages/.arch-ids/Makefile.id
        !          1247:      forth/packages/.arch-ids/README.id
        !          1248:      forth/packages/.arch-ids/deblocker.fs.id
        !          1249:      forth/packages/.arch-ids/disklabel.fs.id
        !          1250:      forth/packages/.arch-ids/obp-tftp.fs.id
        !          1251:      forth/packages/.arch-ids/packages.fs.id
        !          1252:      forth/packages/.arch-ids/terminal-emulator.fs.id
        !          1253:      forth/packages/Kconfig forth/packages/Makefile
        !          1254:      forth/packages/README forth/packages/deblocker.fs
        !          1255:      forth/packages/disklabel.fs forth/packages/obp-tftp.fs
        !          1256:      forth/packages/packages.fs forth/packages/terminal-emulator.fs
        !          1257:      forth/system/.arch-ids/=id forth/system/.arch-ids/Makefile.id
        !          1258:      forth/system/.arch-ids/ciface.fs.id
        !          1259:      forth/system/.arch-ids/main.fs.id forth/system/Makefile
        !          1260:      forth/system/ciface.fs forth/system/main.fs
        !          1261:      forth/testsuite/.arch-ids/=id
        !          1262:      forth/testsuite/.arch-ids/Makefile.id
        !          1263:      forth/testsuite/.arch-ids/README.id
        !          1264:      forth/testsuite/.arch-ids/fract.fs.id
        !          1265:      forth/testsuite/.arch-ids/framebuffer-test.fs.id
        !          1266:      forth/testsuite/.arch-ids/memory-testsuite.fs.id
        !          1267:      forth/testsuite/.arch-ids/splitfunc-testsuite.fs.id
        !          1268:      forth/testsuite/Makefile forth/testsuite/README
        !          1269:      forth/testsuite/fract.fs forth/testsuite/framebuffer-test.fs
        !          1270:      forth/testsuite/memory-testsuite.fs
        !          1271:      forth/testsuite/splitfunc-testsuite.fs
        !          1272:      forth/util/.arch-ids/=id forth/util/.arch-ids/Makefile.id
        !          1273:      forth/util/.arch-ids/apic.fs.id forth/util/.arch-ids/pci.fs.id
        !          1274:      forth/util/.arch-ids/util.fs.id forth/util/Makefile
        !          1275:      forth/util/apic.fs forth/util/pci.fs forth/util/util.fs
        !          1276:      fs/.arch-ids/=id fs/.arch-ids/Makefile.id
        !          1277:      fs/.arch-ids/hfs_mdb.h.id fs/.arch-ids/ioglue.c.id
        !          1278:      fs/.arch-ids/os.h.id fs/Makefile fs/grubfs/.arch-ids/=id
        !          1279:      fs/grubfs/.arch-ids/Kconfig.id fs/grubfs/.arch-ids/Makefile.id
        !          1280:      fs/grubfs/.arch-ids/debug.h.id fs/grubfs/.arch-ids/defs.h.id
        !          1281:      fs/grubfs/.arch-ids/dir.h.id
        !          1282:      fs/grubfs/.arch-ids/disk_inode.h.id
        !          1283:      fs/grubfs/.arch-ids/disk_inode_ffs.h.id
        !          1284:      fs/grubfs/.arch-ids/fat.h.id fs/grubfs/.arch-ids/filesys.h.id
        !          1285:      fs/grubfs/.arch-ids/fs.h.id fs/grubfs/.arch-ids/fsys_affs.c.id
        !          1286:      fs/grubfs/.arch-ids/fsys_ext2fs.c.id
        !          1287:      fs/grubfs/.arch-ids/fsys_fat.c.id
        !          1288:      fs/grubfs/.arch-ids/fsys_ffs.c.id
        !          1289:      fs/grubfs/.arch-ids/fsys_iso9660.c.id
        !          1290:      fs/grubfs/.arch-ids/fsys_jfs.c.id
        !          1291:      fs/grubfs/.arch-ids/fsys_minix.c.id
        !          1292:      fs/grubfs/.arch-ids/fsys_ntfs.c.id
        !          1293:      fs/grubfs/.arch-ids/fsys_reiserfs.c.id
        !          1294:      fs/grubfs/.arch-ids/fsys_vstafs.c.id
        !          1295:      fs/grubfs/.arch-ids/fsys_xfs.c.id
        !          1296:      fs/grubfs/.arch-ids/glue.h.id
        !          1297:      fs/grubfs/.arch-ids/grubfs_fs.c.id
        !          1298:      fs/grubfs/.arch-ids/iso9660.h.id fs/grubfs/.arch-ids/jfs.h.id
        !          1299:      fs/grubfs/.arch-ids/shared.h.id
        !          1300:      fs/grubfs/.arch-ids/vstafs.h.id fs/grubfs/.arch-ids/xfs.h.id
        !          1301:      fs/grubfs/Kconfig fs/grubfs/Makefile fs/grubfs/debug.h
        !          1302:      fs/grubfs/defs.h fs/grubfs/dir.h fs/grubfs/disk_inode.h
        !          1303:      fs/grubfs/disk_inode_ffs.h fs/grubfs/fat.h fs/grubfs/filesys.h
        !          1304:      fs/grubfs/fs.h fs/grubfs/fsys_affs.c fs/grubfs/fsys_ext2fs.c
        !          1305:      fs/grubfs/fsys_fat.c fs/grubfs/fsys_ffs.c
        !          1306:      fs/grubfs/fsys_iso9660.c fs/grubfs/fsys_jfs.c
        !          1307:      fs/grubfs/fsys_minix.c fs/grubfs/fsys_ntfs.c
        !          1308:      fs/grubfs/fsys_reiserfs.c fs/grubfs/fsys_vstafs.c
        !          1309:      fs/grubfs/fsys_xfs.c fs/grubfs/glue.h fs/grubfs/grubfs_fs.c
        !          1310:      fs/grubfs/iso9660.h fs/grubfs/jfs.h fs/grubfs/shared.h
        !          1311:      fs/grubfs/vstafs.h fs/grubfs/xfs.h fs/hfs/.arch-ids/=id
        !          1312:      fs/hfs/.arch-ids/Makefile.id fs/hfs/.arch-ids/block.c.id
        !          1313:      fs/hfs/.arch-ids/btree.c.id fs/hfs/.arch-ids/data.c.id
        !          1314:      fs/hfs/.arch-ids/file.c.id fs/hfs/.arch-ids/hfs.c.id
        !          1315:      fs/hfs/.arch-ids/hfs_fs.c.id fs/hfs/.arch-ids/low.c.id
        !          1316:      fs/hfs/.arch-ids/medium.c.id fs/hfs/.arch-ids/node.c.id
        !          1317:      fs/hfs/.arch-ids/record.c.id fs/hfs/.arch-ids/volume.c.id
        !          1318:      fs/hfs/Makefile fs/hfs/block.c fs/hfs/btree.c fs/hfs/data.c
        !          1319:      fs/hfs/file.c fs/hfs/hfs.c fs/hfs/hfs_fs.c
        !          1320:      fs/hfs/include/.arch-ids/=id
        !          1321:      fs/hfs/include/.arch-ids/apple.h.id
        !          1322:      fs/hfs/include/.arch-ids/block.h.id
        !          1323:      fs/hfs/include/.arch-ids/btree.h.id
        !          1324:      fs/hfs/include/.arch-ids/data.h.id
        !          1325:      fs/hfs/include/.arch-ids/file.h.id
        !          1326:      fs/hfs/include/.arch-ids/hfs.h.id
        !          1327:      fs/hfs/include/.arch-ids/libhfs.h.id
        !          1328:      fs/hfs/include/.arch-ids/low.h.id
        !          1329:      fs/hfs/include/.arch-ids/medium.h.id
        !          1330:      fs/hfs/include/.arch-ids/node.h.id
        !          1331:      fs/hfs/include/.arch-ids/record.h.id
        !          1332:      fs/hfs/include/.arch-ids/volume.h.id fs/hfs/include/apple.h
        !          1333:      fs/hfs/include/block.h fs/hfs/include/btree.h
        !          1334:      fs/hfs/include/data.h fs/hfs/include/file.h
        !          1335:      fs/hfs/include/hfs.h fs/hfs/include/libhfs.h
        !          1336:      fs/hfs/include/low.h fs/hfs/include/medium.h
        !          1337:      fs/hfs/include/node.h fs/hfs/include/record.h
        !          1338:      fs/hfs/include/volume.h fs/hfs/low.c fs/hfs/medium.c
        !          1339:      fs/hfs/node.c fs/hfs/record.c fs/hfs/volume.c fs/hfs_mdb.h
        !          1340:      fs/hfsplus/.arch-ids/=id fs/hfsplus/.arch-ids/Makefile.id
        !          1341:      fs/hfsplus/.arch-ids/blockiter.c.id
        !          1342:      fs/hfsplus/.arch-ids/btree.c.id
        !          1343:      fs/hfsplus/.arch-ids/hfsp_fs.c.id
        !          1344:      fs/hfsplus/.arch-ids/libhfsp.c.id
        !          1345:      fs/hfsplus/.arch-ids/record.c.id
        !          1346:      fs/hfsplus/.arch-ids/unicode.c.id
        !          1347:      fs/hfsplus/.arch-ids/volume.c.id fs/hfsplus/Makefile
        !          1348:      fs/hfsplus/blockiter.c fs/hfsplus/btree.c fs/hfsplus/hfsp_fs.c
        !          1349:      fs/hfsplus/include/.arch-ids/=id
        !          1350:      fs/hfsplus/include/.arch-ids/apple.h.id
        !          1351:      fs/hfsplus/include/.arch-ids/blockiter.h.id
        !          1352:      fs/hfsplus/include/.arch-ids/btree.h.id
        !          1353:      fs/hfsplus/include/.arch-ids/hfs.h.id
        !          1354:      fs/hfsplus/include/.arch-ids/hfsp.h.id
        !          1355:      fs/hfsplus/include/.arch-ids/hfstime.h.id
        !          1356:      fs/hfsplus/include/.arch-ids/libhfsp.h.id
        !          1357:      fs/hfsplus/include/.arch-ids/record.h.id
        !          1358:      fs/hfsplus/include/.arch-ids/swab.h.id
        !          1359:      fs/hfsplus/include/.arch-ids/unicode.h.id
        !          1360:      fs/hfsplus/include/.arch-ids/volume.h.id
        !          1361:      fs/hfsplus/include/apple.h fs/hfsplus/include/blockiter.h
        !          1362:      fs/hfsplus/include/btree.h fs/hfsplus/include/hfs.h
        !          1363:      fs/hfsplus/include/hfsp.h fs/hfsplus/include/hfstime.h
        !          1364:      fs/hfsplus/include/libhfsp.h fs/hfsplus/include/record.h
        !          1365:      fs/hfsplus/include/swab.h fs/hfsplus/include/unicode.h
        !          1366:      fs/hfsplus/include/volume.h fs/hfsplus/libhfsp.c
        !          1367:      fs/hfsplus/record.c fs/hfsplus/unicode.c fs/hfsplus/volume.c
        !          1368:      fs/ioglue.c fs/os.h include/.arch-ids/=id
        !          1369:      include/.arch-ids/elf_boot.h.id
        !          1370:      include/.arch-ids/ipchecksum.h.id include/.arch-ids/ofmem.h.id
        !          1371:      include/.arch-ids/sys_info.h.id include/amd64/.arch-ids/=id
        !          1372:      include/amd64/.arch-ids/elf.h.id
        !          1373:      include/amd64/.arch-ids/io.h.id
        !          1374:      include/amd64/.arch-ids/types.h.id include/amd64/elf.h
        !          1375:      include/amd64/io.h include/amd64/types.h include/elf_boot.h
        !          1376:      include/ia64/.arch-ids/=id include/ia64/.arch-ids/elf.h.id
        !          1377:      include/ia64/.arch-ids/io.h.id
        !          1378:      include/ia64/.arch-ids/types.h.id include/ia64/elf.h
        !          1379:      include/ia64/io.h include/ia64/types.h include/ipchecksum.h
        !          1380:      include/libc/.arch-ids/=id
        !          1381:      include/libc/.arch-ids/byteorder.h.id
        !          1382:      include/libc/.arch-ids/diskio.h.id
        !          1383:      include/libc/.arch-ids/stdlib.h.id
        !          1384:      include/libc/.arch-ids/string.h.id
        !          1385:      include/libc/.arch-ids/vsprintf.h.id include/libc/byteorder.h
        !          1386:      include/libc/diskio.h include/libc/stdlib.h
        !          1387:      include/libc/string.h include/libc/vsprintf.h include/ofmem.h
        !          1388:      include/openbios/.arch-ids/=id
        !          1389:      include/openbios/.arch-ids/asm.m4.id
        !          1390:      include/openbios/.arch-ids/bindings.h.id
        !          1391:      include/openbios/.arch-ids/config.h.id
        !          1392:      include/openbios/.arch-ids/drivers.h.id
        !          1393:      include/openbios/.arch-ids/elf.h.id
        !          1394:      include/openbios/.arch-ids/elfload.h.id
        !          1395:      include/openbios/.arch-ids/fs.h.id
        !          1396:      include/openbios/.arch-ids/kernel.h.id
        !          1397:      include/openbios/.arch-ids/nvram.h.id
        !          1398:      include/openbios/.arch-ids/of.h.id
        !          1399:      include/openbios/.arch-ids/stack.h.id
        !          1400:      include/openbios/.arch-ids/sysinclude.h.id
        !          1401:      include/openbios/asm.m4 include/openbios/bindings.h
        !          1402:      include/openbios/config.h include/openbios/drivers.h
        !          1403:      include/openbios/elf.h include/openbios/elfload.h
        !          1404:      include/openbios/fs.h include/openbios/kernel.h
        !          1405:      include/openbios/nvram.h include/openbios/of.h
        !          1406:      include/openbios/stack.h include/openbios/sysinclude.h
        !          1407:      include/ppc/.arch-ids/=id include/ppc/.arch-ids/asmdefs.h.id
        !          1408:      include/ppc/.arch-ids/elf.h.id include/ppc/.arch-ids/io.h.id
        !          1409:      include/ppc/.arch-ids/processor.h.id
        !          1410:      include/ppc/.arch-ids/types.h.id include/ppc/asmdefs.h
        !          1411:      include/ppc/elf.h include/ppc/io.h include/ppc/processor.h
        !          1412:      include/ppc/types.h include/sys_info.h
        !          1413:      include/unix/.arch-ids/=id
        !          1414:      include/unix/.arch-ids/plugin_pci.h.id
        !          1415:      include/unix/.arch-ids/plugins.h.id include/unix/plugin_pci.h
        !          1416:      include/unix/plugins.h include/x86/.arch-ids/=id
        !          1417:      include/x86/.arch-ids/elf.h.id include/x86/.arch-ids/io.h.id
        !          1418:      include/x86/.arch-ids/pci.h.id
        !          1419:      include/x86/.arch-ids/types.h.id include/x86/elf.h
        !          1420:      include/x86/io.h include/x86/pci.h include/x86/types.h
        !          1421:      kernel/.arch-ids/=id kernel/.arch-ids/Kconfig.id
        !          1422:      kernel/.arch-ids/Makefile.id kernel/.arch-ids/README.id
        !          1423:      kernel/.arch-ids/bootstrap.c.id kernel/.arch-ids/dict.c.id
        !          1424:      kernel/.arch-ids/forth.c.id kernel/.arch-ids/internal.c.id
        !          1425:      kernel/.arch-ids/primitives.c.id kernel/.arch-ids/stack.c.id
        !          1426:      kernel/Kconfig kernel/Makefile kernel/README
        !          1427:      kernel/bootstrap.c kernel/dict.c kernel/forth.c
        !          1428:      kernel/include/.arch-ids/=id
        !          1429:      kernel/include/.arch-ids/dict.h.id kernel/include/dict.h
        !          1430:      kernel/internal.c kernel/primitives.c kernel/stack.c
        !          1431:      libc/.arch-ids/=id libc/.arch-ids/Makefile.id
        !          1432:      libc/.arch-ids/byteorder.c.id libc/.arch-ids/ctype.c.id
        !          1433:      libc/.arch-ids/diskio.c.id libc/.arch-ids/extra.c.id
        !          1434:      libc/.arch-ids/misc.c.id libc/.arch-ids/string.c.id
        !          1435:      libc/.arch-ids/vsprintf.c.id libc/Makefile libc/byteorder.c
        !          1436:      libc/ctype.c libc/diskio.c libc/extra.c libc/misc.c
        !          1437:      libc/string.c libc/vsprintf.c modules/.arch-ids/=id
        !          1438:      modules/.arch-ids/Kconfig.id modules/.arch-ids/Makefile.id
        !          1439:      modules/.arch-ids/bindings.c.id modules/.arch-ids/clib.fs.id
        !          1440:      modules/.arch-ids/client.c.id modules/.arch-ids/cmdline.c.id
        !          1441:      modules/.arch-ids/deblocker.c.id
        !          1442:      modules/.arch-ids/disk-label.c.id
        !          1443:      modules/.arch-ids/elfload.c.id modules/.arch-ids/elfnote.c.id
        !          1444:      modules/.arch-ids/filesystems.c.id
        !          1445:      modules/.arch-ids/helpers.fs.id modules/.arch-ids/init.c.id
        !          1446:      modules/.arch-ids/ipchecksum.c.id
        !          1447:      modules/.arch-ids/linuxbios.c.id
        !          1448:      modules/.arch-ids/linuxbios.h.id
        !          1449:      modules/.arch-ids/mac-parts.c.id
        !          1450:      modules/.arch-ids/mac-parts.h.id
        !          1451:      modules/.arch-ids/modules.h.id modules/.arch-ids/nvram.c.id
        !          1452:      modules/.arch-ids/pc-parts.c.id
        !          1453:      modules/.arch-ids/support.fs.id modules/Kconfig
        !          1454:      modules/Makefile modules/bindings.c modules/clib.fs
        !          1455:      modules/client.c modules/cmdline.c modules/deblocker.c
        !          1456:      modules/disk-label.c modules/elfload.c modules/elfnote.c
        !          1457:      modules/filesystems.c modules/helpers.fs modules/init.c
        !          1458:      modules/ipchecksum.c modules/linuxbios.c modules/linuxbios.h
        !          1459:      modules/mac-parts.c modules/mac-parts.h modules/modules.h
        !          1460:      modules/nvram.c modules/pc-parts.c modules/support.fs
        !          1461:      setup_links toke/.arch-ids/=id toke/.arch-ids/COPYING.id
        !          1462:      toke/.arch-ids/ChangeLog.id toke/.arch-ids/Makefile.id
        !          1463:      toke/.arch-ids/README.id toke/.arch-ids/Rules.make.id
        !          1464:      toke/.arch-ids/TODO.id toke/.arch-ids/dictionary.c.id
        !          1465:      toke/.arch-ids/dictionary.h.id toke/.arch-ids/emit.c.id
        !          1466:      toke/.arch-ids/emit.h.id toke/.arch-ids/macros.c.id
        !          1467:      toke/.arch-ids/scanner.c.id toke/.arch-ids/stack.c.id
        !          1468:      toke/.arch-ids/stack.h.id toke/.arch-ids/stream.c.id
        !          1469:      toke/.arch-ids/stream.h.id toke/.arch-ids/toke.c.id
        !          1470:      toke/.arch-ids/toke.h.id toke/COPYING toke/ChangeLog
        !          1471:      toke/Makefile toke/README toke/Rules.make toke/TODO
        !          1472:      toke/dictionary.c toke/dictionary.h toke/emit.c toke/emit.h
        !          1473:      toke/examples/.arch-ids/=id toke/examples/.arch-ids/case.fs.id
        !          1474:      toke/examples/.arch-ids/date.fs.id
        !          1475:      toke/examples/.arch-ids/display.fs.id
        !          1476:      toke/examples/.arch-ids/fcdisp.fs.id
        !          1477:      toke/examples/.arch-ids/fract.fs.id
        !          1478:      toke/examples/.arch-ids/pciexample.fs.id
        !          1479:      toke/examples/.arch-ids/primes.fs.id
        !          1480:      toke/examples/.arch-ids/simple.fs.id
        !          1481:      toke/examples/.arch-ids/version1.fs.id
        !          1482:      toke/examples/.arch-ids/world.fs.id toke/examples/case.fs
        !          1483:      toke/examples/date.fs toke/examples/display.fs
        !          1484:      toke/examples/fcdisp.fs toke/examples/fract.fs
        !          1485:      toke/examples/pciexample.fs toke/examples/primes.fs
        !          1486:      toke/examples/scsi-sample/.arch-ids/=id
        !          1487:      toke/examples/scsi-sample/.arch-ids/README.sample.id
        !          1488:      toke/examples/scsi-sample/.arch-ids/hacom.fs.id
        !          1489:      toke/examples/scsi-sample/.arch-ids/overall.fs.id
        !          1490:      toke/examples/scsi-sample/.arch-ids/scsicom.fs.id
        !          1491:      toke/examples/scsi-sample/.arch-ids/scsidisk.fs.id
        !          1492:      toke/examples/scsi-sample/.arch-ids/scsiha.fs.id
        !          1493:      toke/examples/scsi-sample/.arch-ids/scsitape.fs.id
        !          1494:      toke/examples/scsi-sample/README.sample
        !          1495:      toke/examples/scsi-sample/hacom.fs
        !          1496:      toke/examples/scsi-sample/overall.fs
        !          1497:      toke/examples/scsi-sample/scsicom.fs
        !          1498:      toke/examples/scsi-sample/scsidisk.fs
        !          1499:      toke/examples/scsi-sample/scsiha.fs
        !          1500:      toke/examples/scsi-sample/scsitape.fs toke/examples/simple.fs
        !          1501:      toke/examples/version1.fs toke/examples/world.fs toke/macros.c
        !          1502:      toke/scanner.c toke/stack.c toke/stack.h toke/stream.c
        !          1503:      toke/stream.h toke/toke.c toke/toke.h utils/.arch-ids/=id
        !          1504:      utils/.arch-ids/README.id utils/README
        !          1505:      utils/detok/.arch-ids/=id utils/detok/.arch-ids/COPYING.id
        !          1506:      utils/detok/.arch-ids/ChangeLog.id
        !          1507:      utils/detok/.arch-ids/Makefile.id
        !          1508:      utils/detok/.arch-ids/README.id
        !          1509:      utils/detok/.arch-ids/Rules.make.id
        !          1510:      utils/detok/.arch-ids/decode.c.id
        !          1511:      utils/detok/.arch-ids/detok.c.id
        !          1512:      utils/detok/.arch-ids/detok.h.id
        !          1513:      utils/detok/.arch-ids/dictionary.c.id
        !          1514:      utils/detok/.arch-ids/stream.c.id
        !          1515:      utils/detok/.arch-ids/stream.h.id utils/detok/COPYING
        !          1516:      utils/detok/ChangeLog utils/detok/Makefile utils/detok/README
        !          1517:      utils/detok/Rules.make utils/detok/decode.c
        !          1518:      utils/detok/detok.c utils/detok/detok.h
        !          1519:      utils/detok/dictionary.c utils/detok/stream.c
        !          1520:      utils/detok/stream.h utils/devbios/.arch-ids/=id
        !          1521:      utils/devbios/.arch-ids/COPYING.id
        !          1522:      utils/devbios/.arch-ids/CREDITS.id
        !          1523:      utils/devbios/.arch-ids/ChangeLog.id
        !          1524:      utils/devbios/.arch-ids/Makefile.24.id
        !          1525:      utils/devbios/.arch-ids/Makefile.id
        !          1526:      utils/devbios/.arch-ids/README.bios.id
        !          1527:      utils/devbios/.arch-ids/ToDo.id
        !          1528:      utils/devbios/.arch-ids/bios.h.id
        !          1529:      utils/devbios/.arch-ids/bios_core.c.id
        !          1530:      utils/devbios/.arch-ids/comp.c.id
        !          1531:      utils/devbios/.arch-ids/filesystem.c.id
        !          1532:      utils/devbios/.arch-ids/flashchips.c.id
        !          1533:      utils/devbios/.arch-ids/flashchips.h.id
        !          1534:      utils/devbios/.arch-ids/pcisets.c.id
        !          1535:      utils/devbios/.arch-ids/pcisets.h.id
        !          1536:      utils/devbios/.arch-ids/procfs.c.id
        !          1537:      utils/devbios/.arch-ids/programming.c.id
        !          1538:      utils/devbios/.arch-ids/programming.h.id utils/devbios/COPYING
        !          1539:      utils/devbios/CREDITS utils/devbios/ChangeLog
        !          1540:      utils/devbios/Makefile utils/devbios/Makefile.24
        !          1541:      utils/devbios/README.bios utils/devbios/ToDo
        !          1542:      utils/devbios/bios.h utils/devbios/bios_core.c
        !          1543:      utils/devbios/comp.c utils/devbios/filesystem.c
        !          1544:      utils/devbios/flashchips.c utils/devbios/flashchips.h
        !          1545:      utils/devbios/pcisets.c utils/devbios/pcisets.h
        !          1546:      utils/devbios/procfs.c utils/devbios/programming.c
        !          1547:      utils/devbios/programming.h utils/fccc/.arch-ids/=id
        !          1548:      utils/fccc/.arch-ids/COPYING.id utils/fccc/COPYING
        !          1549:      utils/fccc/include/.arch-ids/=id
        !          1550:      utils/fccc/include/.arch-ids/fccc-tools.h.id
        !          1551:      utils/fccc/include/.arch-ids/fccc.h.id
        !          1552:      utils/fccc/include/.arch-ids/linklist.h.id
        !          1553:      utils/fccc/include/.arch-ids/parserfunctions.h.id
        !          1554:      utils/fccc/include/.arch-ids/symboltable.h.id
        !          1555:      utils/fccc/include/fccc-tools.h utils/fccc/include/fccc.h
        !          1556:      utils/fccc/include/linklist.h
        !          1557:      utils/fccc/include/parserfunctions.h
        !          1558:      utils/fccc/include/symboltable.h utils/fccc/src/.arch-ids/=id
        !          1559:      utils/fccc/src/.arch-ids/Makefile.id
        !          1560:      utils/fccc/src/.arch-ids/fccc-tools.c.id
        !          1561:      utils/fccc/src/.arch-ids/fccc.lex.id
        !          1562:      utils/fccc/src/.arch-ids/fccc.y.id
        !          1563:      utils/fccc/src/.arch-ids/linklist.c.id
        !          1564:      utils/fccc/src/.arch-ids/plain_ass.c.id
        !          1565:      utils/fccc/src/.arch-ids/symboltable.c.id
        !          1566:      utils/fccc/src/Makefile utils/fccc/src/fccc-tools.c
        !          1567:      utils/fccc/src/fccc.lex utils/fccc/src/fccc.y
        !          1568:      utils/fccc/src/linklist.c utils/fccc/src/plain_ass.c
        !          1569:      utils/fccc/src/symboltable.c utils/fccc/test/.arch-ids/=id
        !          1570:      utils/fccc/test/.arch-ids/test1.c.id utils/fccc/test/test1.c
        !          1571:      utils/romheaders/.arch-ids/=id
        !          1572:      utils/romheaders/.arch-ids/Makefile.id
        !          1573:      utils/romheaders/.arch-ids/romheaders.c.id
        !          1574:      utils/romheaders/Makefile utils/romheaders/romheaders.c
        !          1575:      {arch}/.arch-project-tree {arch}/=tagging-method
        !          1576:      {arch}/openbios/openbios--main/openbios--main--1.0/[email protected]/patch-log/base-0
        !          1577:      {arch}/openbios/openbios--porting/openbios--porting--0/[email protected]/patch-log/base-0
        !          1578:      {arch}/openbios/openbios--porting/openbios--porting--0/[email protected]/patch-log/patch-1
        !          1579:      {arch}/openbios/openbios--porting/openbios--porting--0/[email protected]/patch-log/patch-2
        !          1580:      {arch}/openbios/openbios--porting/openbios--porting--0/[email protected]/patch-log/patch-3
        !          1581: 
        !          1582:     modified directories:
        !          1583:      .arch-ids Documentation/.arch-ids
        !          1584:      Documentation/kernel/.arch-ids arch/.arch-ids
        !          1585:      arch/amd64/.arch-ids arch/ia64/.arch-ids arch/ppc/.arch-ids
        !          1586:      arch/ppc/briq/.arch-ids arch/ppc/mol/.arch-ids
        !          1587:      arch/unix/.arch-ids arch/unix/gui_qt/.arch-ids
        !          1588:      arch/unix/plugins/.arch-ids
        !          1589:      arch/unix/plugins/plugin_pci/.arch-ids
        !          1590:      arch/unix/plugins/plugin_qt/.arch-ids arch/x86/.arch-ids
        !          1591:      config/.arch-ids config/kconfig/.arch-ids
        !          1592:      config/lxdialog/.arch-ids config/scripts/.arch-ids
        !          1593:      dist/.arch-ids dist/debian/.arch-ids drivers/.arch-ids
        !          1594:      forth/.arch-ids forth/admin/.arch-ids
        !          1595:      forth/bootstrap/.arch-ids forth/debugging/.arch-ids
        !          1596:      forth/device/.arch-ids forth/lib/.arch-ids
        !          1597:      forth/packages/.arch-ids forth/system/.arch-ids
        !          1598:      forth/testsuite/.arch-ids forth/util/.arch-ids fs/.arch-ids
        !          1599:      fs/grubfs/.arch-ids fs/hfs/.arch-ids fs/hfs/include/.arch-ids
        !          1600:      fs/hfsplus/.arch-ids fs/hfsplus/include/.arch-ids
        !          1601:      include/.arch-ids include/amd64/.arch-ids
        !          1602:      include/ia64/.arch-ids include/libc/.arch-ids
        !          1603:      include/openbios/.arch-ids include/ppc/.arch-ids
        !          1604:      include/unix/.arch-ids include/x86/.arch-ids kernel/.arch-ids
        !          1605:      kernel/include/.arch-ids libc/.arch-ids modules/.arch-ids
        !          1606:      toke/.arch-ids toke/examples/.arch-ids
        !          1607:      toke/examples/scsi-sample/.arch-ids utils/.arch-ids
        !          1608:      utils/detok/.arch-ids utils/devbios/.arch-ids
        !          1609:      utils/fccc/.arch-ids utils/fccc/include/.arch-ids
        !          1610:      utils/fccc/src/.arch-ids utils/fccc/test/.arch-ids
        !          1611:      utils/romheaders/.arch-ids {arch} {arch}/openbios
        !          1612:      {arch}/openbios/openbios--main
        !          1613:      {arch}/openbios/openbios--main/openbios--main--1.0
        !          1614:      {arch}/openbios/openbios--main/openbios--main--1.0/[email protected]
        !          1615:      {arch}/openbios/openbios--main/openbios--main--1.0/[email protected]/patch-log
        !          1616:      {arch}/openbios/openbios--porting
        !          1617:      {arch}/openbios/openbios--porting/openbios--porting--0
        !          1618:      {arch}/openbios/openbios--porting/openbios--porting--0/[email protected]
        !          1619:      {arch}/openbios/openbios--porting/openbios--porting--0/[email protected]/patch-log
        !          1620: 
        !          1621:     new patches:
        !          1622:      [email protected]/openbios--porting--0--patch-4
        !          1623: 
        !          1624: 
        !          1625: 2004-09-01 19:03:41 GMT        Stefan Reinauer <[email protected]>   patch-1
        !          1626: 
        !          1627:     Summary:
        !          1628:       
        !          1629:     Revision:
        !          1630:       openbios--main--1.0--patch-1
        !          1631: 
        !          1632:     
        !          1633:     
        !          1634:     Patches applied:
        !          1635:     
        !          1636:      * [email protected]/openbios--porting--0--base-0
        !          1637:        tag of [email protected]/openbios--main--1.0--base-0
        !          1638:     
        !          1639:      * [email protected]/openbios--porting--0--patch-1
        !          1640:        changes to make it build on dragonflybsd 
        !          1641:     
        !          1642:      * [email protected]/openbios--porting--0--patch-2
        !          1643:        no need for the uue hack anymore 
        !          1644:     
        !          1645:      * [email protected]/openbios--porting--0--patch-3
        !          1646:        check for stack protector for gcc and disable if present 
        !          1647:     
        !          1648: 
        !          1649:     new files:
        !          1650:      forth/device/.arch-ids/romfont.bin.id forth/device/romfont.bin
        !          1651: 
        !          1652:     removed files:
        !          1653:      forth/device/.arch-ids/romfont.uue.id forth/device/romfont.uue
        !          1654: 
        !          1655:     modified files:
        !          1656:      Documentation/ChangeLog.arch arch/unix/unix.c
        !          1657:      arch/x86/builtin.c config/configure.in drivers/ide.h
        !          1658:      forth/device/Makefile include/openbios/kernel.h
        !          1659:      include/x86/types.h {arch}/=tagging-method
        !          1660: 
        !          1661:     new patches:
        !          1662:      [email protected]/openbios--porting--0--base-0
        !          1663:      [email protected]/openbios--porting--0--patch-1
        !          1664:      [email protected]/openbios--porting--0--patch-2
        !          1665:      [email protected]/openbios--porting--0--patch-3
        !          1666: 
        !          1667: 
        !          1668: 2004-08-29 13:29:22 GMT        Stefan Reinauer <[email protected]>   base-0
        !          1669: 
        !          1670:     Summary:
        !          1671:       initial import
        !          1672:     Revision:
        !          1673:       openbios--main--1.0--base-0
        !          1674: 
        !          1675:     
        !          1676:     (automatically generated log message)
        !          1677: 
        !          1678:     new files:
        !          1679:      COPYING Documentation/ChangeLog.arch
        !          1680:      Documentation/kernel/AUTHORS Documentation/kernel/COPYING
        !          1681:      Documentation/kernel/Changelog.stepan
        !          1682:      Documentation/kernel/TODO Documentation/kernel/dictformat.txt
        !          1683:      Documentation/kernel/glossary.txt
        !          1684:      Documentation/kernel/initializers.txt Makefile README
        !          1685:      arch/amd64/Kconfig arch/amd64/Makefile arch/amd64/Makefile.asm
        !          1686:      arch/amd64/boot.c arch/amd64/builtin.c arch/amd64/console.c
        !          1687:      arch/amd64/context.c arch/amd64/context.h arch/amd64/defconfig
        !          1688:      arch/amd64/elfload.c arch/amd64/init.fs arch/amd64/ldscript
        !          1689:      arch/amd64/lib.c arch/amd64/linux_load.c arch/amd64/loadfs.c
        !          1690:      arch/amd64/loadfs.h arch/amd64/multiboot.c
        !          1691:      arch/amd64/multiboot.h arch/amd64/openbios.c
        !          1692:      arch/amd64/openbios.h arch/amd64/plainboot.c
        !          1693:      arch/amd64/relocate.h arch/amd64/segment.c
        !          1694:      arch/amd64/segment.h arch/amd64/switch.S arch/amd64/sys_info.c
        !          1695:      arch/ia64/Kconfig arch/ia64/Makefile arch/ia64/Makefile.asm
        !          1696:      arch/ia64/defconfig arch/ia64/init.fs arch/ppc/Kconfig
        !          1697:      arch/ppc/Makefile arch/ppc/Makefile.asm arch/ppc/briq/briq.c
        !          1698:      arch/ppc/briq/briq.fs arch/ppc/briq/briq.h
        !          1699:      arch/ppc/briq/init.c arch/ppc/briq/kernel.c
        !          1700:      arch/ppc/briq/main.c arch/ppc/briq/methods.c
        !          1701:      arch/ppc/briq/tree.c arch/ppc/briq/tree.fs arch/ppc/briq/vfd.c
        !          1702:      arch/ppc/defconfig arch/ppc/kernel.c arch/ppc/kernel.h
        !          1703:      arch/ppc/misc.S arch/ppc/mmutypes.h arch/ppc/mol/console.c
        !          1704:      arch/ppc/mol/font_8x8.c arch/ppc/mol/init.c
        !          1705:      arch/ppc/mol/kernel.c arch/ppc/mol/main.c
        !          1706:      arch/ppc/mol/methods.c arch/ppc/mol/mol.c arch/ppc/mol/mol.fs
        !          1707:      arch/ppc/mol/mol.h arch/ppc/mol/osi-blk.c
        !          1708:      arch/ppc/mol/osi-scsi.c arch/ppc/mol/prom.c
        !          1709:      arch/ppc/mol/prom.h arch/ppc/mol/pseudodisk.c
        !          1710:      arch/ppc/mol/tree.c arch/ppc/mol/tree.fs arch/ppc/mol/video.c
        !          1711:      arch/ppc/ofmem.c arch/ppc/osi.h arch/ppc/osi_calls.h
        !          1712:      arch/ppc/ppc.fs arch/ppc/start.S arch/ppc/timebase.S
        !          1713:      arch/unix/Kconfig arch/unix/Makefile arch/unix/blk.c
        !          1714:      arch/unix/blk.h arch/unix/boot.c arch/unix/gui_qt/Makefile
        !          1715:      arch/unix/gui_qt/gui-qt.cpp arch/unix/gui_qt/gui-qt.h
        !          1716:      arch/unix/gui_qt/gui-qt.pro arch/unix/gui_qt/logo.xpm
        !          1717:      arch/unix/gui_qt/qt-main.cpp arch/unix/plugins.c
        !          1718:      arch/unix/plugins/Kconfig arch/unix/plugins/Makefile
        !          1719:      arch/unix/plugins/Rules.plugin arch/unix/plugins/loader.c
        !          1720:      arch/unix/plugins/plugin_pci/Makefile
        !          1721:      arch/unix/plugins/plugin_pci/Makefile.old
        !          1722:      arch/unix/plugins/plugin_pci/plugin_pci.c
        !          1723:      arch/unix/plugins/plugin_qt/Makefile
        !          1724:      arch/unix/plugins/plugin_qt/logo.xpm
        !          1725:      arch/unix/plugins/plugin_qt/pciconfig.h
        !          1726:      arch/unix/plugins/plugin_qt/plugin_qt.cpp
        !          1727:      arch/unix/plugins/plugin_qt/plugin_qt.h
        !          1728:      arch/unix/plugins/plugin_qt/plugin_qt.pro
        !          1729:      arch/unix/plugins/plugin_qt/qt_main.cpp
        !          1730:      arch/unix/plugins/plugin_qt/qt_rom.fs arch/unix/tree.fs
        !          1731:      arch/unix/unix.c arch/x86/Kconfig arch/x86/Makefile
        !          1732:      arch/x86/Makefile.asm arch/x86/boot.c arch/x86/boot.h
        !          1733:      arch/x86/builtin.c arch/x86/console.c arch/x86/context.c
        !          1734:      arch/x86/context.h arch/x86/defconfig arch/x86/elfload.c
        !          1735:      arch/x86/forthload.c arch/x86/init.fs arch/x86/ldscript
        !          1736:      arch/x86/lib.c arch/x86/linux_load.c arch/x86/loadfs.c
        !          1737:      arch/x86/loadfs.h arch/x86/multiboot.c arch/x86/multiboot.h
        !          1738:      arch/x86/openbios.c arch/x86/openbios.h arch/x86/plainboot.c
        !          1739:      arch/x86/relocate.h arch/x86/segment.c arch/x86/segment.h
        !          1740:      arch/x86/switch.S arch/x86/sys_info.c autogen.sh
        !          1741:      config/Makefile config/Makefile.defs.in config/Makefile.master
        !          1742:      config/Makefile.top config/Rules.forth config/Rules.make
        !          1743:      config/configure.in config/kconfig/Makefile
        !          1744:      config/kconfig/conf.c config/kconfig/confdata.c
        !          1745:      config/kconfig/expr.c config/kconfig/expr.h
        !          1746:      config/kconfig/lkc.h config/kconfig/lkc_proto.h
        !          1747:      config/kconfig/mconf.c config/kconfig/menu.c
        !          1748:      config/kconfig/symbol.c config/kconfig/zconf-l.l
        !          1749:      config/kconfig/zconf-y.y config/lxdialog/Makefile
        !          1750:      config/lxdialog/checklist.c config/lxdialog/colors.h
        !          1751:      config/lxdialog/dialog.h config/lxdialog/inputbox.c
        !          1752:      config/lxdialog/lxdialog.c config/lxdialog/menubox.c
        !          1753:      config/lxdialog/msgbox.c config/lxdialog/textbox.c
        !          1754:      config/lxdialog/util.c config/lxdialog/yesno.c
        !          1755:      config/scripts/archname config/scripts/reldir configure
        !          1756:      dist/debian/changelog dist/debian/control dist/debian/packages
        !          1757:      dist/debian/rules dist/openbios.spec drivers/Kconfig
        !          1758:      drivers/Makefile drivers/hdreg.h drivers/ide.c drivers/ide.fs
        !          1759:      drivers/ide.h drivers/pci.c drivers/pci.fs drivers/pci.h
        !          1760:      drivers/timer.c drivers/timer.h forth/Kconfig forth/Makefile
        !          1761:      forth/admin/Makefile forth/admin/README forth/admin/banner.fs
        !          1762:      forth/admin/callback.fs forth/admin/devices.fs
        !          1763:      forth/admin/help.fs forth/admin/iocontrol.fs
        !          1764:      forth/admin/nvram.fs forth/admin/reset.fs
        !          1765:      forth/admin/script.fs forth/admin/security.fs
        !          1766:      forth/admin/selftest.fs forth/admin/userboot.fs
        !          1767:      forth/bootstrap/bootstrap.fs forth/bootstrap/builtin.fs
        !          1768:      forth/bootstrap/hayes.fs forth/bootstrap/interpreter.fs
        !          1769:      forth/bootstrap/memory.fs forth/bootstrap/start.fs
        !          1770:      forth/debugging/Makefile forth/debugging/client.fs
        !          1771:      forth/debugging/fcode.fs forth/debugging/firmware.fs
        !          1772:      forth/debugging/see.fs forth/device/Makefile
        !          1773:      forth/device/README.device forth/device/builtin.fs
        !          1774:      forth/device/device.fs forth/device/display.fs
        !          1775:      forth/device/extra.fs forth/device/fcode.fs
        !          1776:      forth/device/feval.fs forth/device/font.fs
        !          1777:      forth/device/logo.fs forth/device/missing
        !          1778:      forth/device/other.fs forth/device/package.fs
        !          1779:      forth/device/pathres.fs forth/device/preof.fs
        !          1780:      forth/device/property.fs forth/device/romfont.uue
        !          1781:      forth/device/structures.fs forth/device/table.fs
        !          1782:      forth/device/terminal.fs forth/device/tree.fs
        !          1783:      forth/lib/Makefile forth/lib/creation.fs forth/lib/lists.fs
        !          1784:      forth/lib/preprocessor.fs forth/lib/split.fs
        !          1785:      forth/lib/string.fs forth/lib/vocabulary.fs
        !          1786:      forth/packages/Kconfig forth/packages/Makefile
        !          1787:      forth/packages/README forth/packages/deblocker.fs
        !          1788:      forth/packages/disklabel.fs forth/packages/obp-tftp.fs
        !          1789:      forth/packages/packages.fs forth/packages/terminal-emulator.fs
        !          1790:      forth/system/Makefile forth/system/ciface.fs
        !          1791:      forth/system/main.fs forth/testsuite/Makefile
        !          1792:      forth/testsuite/README forth/testsuite/fract.fs
        !          1793:      forth/testsuite/framebuffer-test.fs
        !          1794:      forth/testsuite/memory-testsuite.fs
        !          1795:      forth/testsuite/splitfunc-testsuite.fs forth/util/Makefile
        !          1796:      forth/util/apic.fs forth/util/pci.fs forth/util/util.fs
        !          1797:      fs/Makefile fs/grubfs/Kconfig fs/grubfs/Makefile
        !          1798:      fs/grubfs/debug.h fs/grubfs/defs.h fs/grubfs/dir.h
        !          1799:      fs/grubfs/disk_inode.h fs/grubfs/disk_inode_ffs.h
        !          1800:      fs/grubfs/fat.h fs/grubfs/filesys.h fs/grubfs/fs.h
        !          1801:      fs/grubfs/fsys_affs.c fs/grubfs/fsys_ext2fs.c
        !          1802:      fs/grubfs/fsys_fat.c fs/grubfs/fsys_ffs.c
        !          1803:      fs/grubfs/fsys_iso9660.c fs/grubfs/fsys_jfs.c
        !          1804:      fs/grubfs/fsys_minix.c fs/grubfs/fsys_ntfs.c
        !          1805:      fs/grubfs/fsys_reiserfs.c fs/grubfs/fsys_vstafs.c
        !          1806:      fs/grubfs/fsys_xfs.c fs/grubfs/glue.h fs/grubfs/grubfs_fs.c
        !          1807:      fs/grubfs/iso9660.h fs/grubfs/jfs.h fs/grubfs/shared.h
        !          1808:      fs/grubfs/vstafs.h fs/grubfs/xfs.h fs/hfs/Makefile
        !          1809:      fs/hfs/block.c fs/hfs/btree.c fs/hfs/data.c fs/hfs/file.c
        !          1810:      fs/hfs/hfs.c fs/hfs/hfs_fs.c fs/hfs/include/apple.h
        !          1811:      fs/hfs/include/block.h fs/hfs/include/btree.h
        !          1812:      fs/hfs/include/data.h fs/hfs/include/file.h
        !          1813:      fs/hfs/include/hfs.h fs/hfs/include/libhfs.h
        !          1814:      fs/hfs/include/low.h fs/hfs/include/medium.h
        !          1815:      fs/hfs/include/node.h fs/hfs/include/record.h
        !          1816:      fs/hfs/include/volume.h fs/hfs/low.c fs/hfs/medium.c
        !          1817:      fs/hfs/node.c fs/hfs/record.c fs/hfs/volume.c fs/hfs_mdb.h
        !          1818:      fs/hfsplus/Makefile fs/hfsplus/blockiter.c fs/hfsplus/btree.c
        !          1819:      fs/hfsplus/hfsp_fs.c fs/hfsplus/include/apple.h
        !          1820:      fs/hfsplus/include/blockiter.h fs/hfsplus/include/btree.h
        !          1821:      fs/hfsplus/include/hfs.h fs/hfsplus/include/hfsp.h
        !          1822:      fs/hfsplus/include/hfstime.h fs/hfsplus/include/libhfsp.h
        !          1823:      fs/hfsplus/include/record.h fs/hfsplus/include/swab.h
        !          1824:      fs/hfsplus/include/unicode.h fs/hfsplus/include/volume.h
        !          1825:      fs/hfsplus/libhfsp.c fs/hfsplus/record.c fs/hfsplus/unicode.c
        !          1826:      fs/hfsplus/volume.c fs/ioglue.c fs/os.h include/amd64/elf.h
        !          1827:      include/amd64/io.h include/amd64/types.h include/elf_boot.h
        !          1828:      include/ia64/elf.h include/ia64/io.h include/ia64/types.h
        !          1829:      include/ipchecksum.h include/libc/byteorder.h
        !          1830:      include/libc/diskio.h include/libc/stdlib.h
        !          1831:      include/libc/string.h include/libc/vsprintf.h include/ofmem.h
        !          1832:      include/openbios/asm.m4 include/openbios/bindings.h
        !          1833:      include/openbios/config.h include/openbios/drivers.h
        !          1834:      include/openbios/elf.h include/openbios/elfload.h
        !          1835:      include/openbios/fs.h include/openbios/kernel.h
        !          1836:      include/openbios/nvram.h include/openbios/of.h
        !          1837:      include/openbios/stack.h include/openbios/sysinclude.h
        !          1838:      include/ppc/asmdefs.h include/ppc/elf.h include/ppc/io.h
        !          1839:      include/ppc/processor.h include/ppc/types.h include/sys_info.h
        !          1840:      include/unix/plugin_pci.h include/unix/plugins.h
        !          1841:      include/x86/elf.h include/x86/io.h include/x86/pci.h
        !          1842:      include/x86/types.h kernel/Kconfig kernel/Makefile
        !          1843:      kernel/README kernel/bootstrap.c kernel/dict.c kernel/forth.c
        !          1844:      kernel/include/dict.h kernel/internal.c kernel/primitives.c
        !          1845:      kernel/stack.c libc/Makefile libc/byteorder.c libc/ctype.c
        !          1846:      libc/diskio.c libc/extra.c libc/misc.c libc/string.c
        !          1847:      libc/vsprintf.c modules/Kconfig modules/Makefile
        !          1848:      modules/bindings.c modules/clib.fs modules/client.c
        !          1849:      modules/cmdline.c modules/deblocker.c modules/disk-label.c
        !          1850:      modules/elfload.c modules/elfnote.c modules/filesystems.c
        !          1851:      modules/helpers.fs modules/init.c modules/ipchecksum.c
        !          1852:      modules/linuxbios.c modules/linuxbios.h modules/mac-parts.c
        !          1853:      modules/mac-parts.h modules/modules.h modules/nvram.c
        !          1854:      modules/pc-parts.c modules/support.fs setup_links toke/COPYING
        !          1855:      toke/ChangeLog toke/Makefile toke/README toke/Rules.make
        !          1856:      toke/TODO toke/dictionary.c toke/dictionary.h toke/emit.c
        !          1857:      toke/emit.h toke/examples/case.fs toke/examples/date.fs
        !          1858:      toke/examples/display.fs toke/examples/fcdisp.fs
        !          1859:      toke/examples/fract.fs toke/examples/pciexample.fs
        !          1860:      toke/examples/primes.fs
        !          1861:      toke/examples/scsi-sample/README.sample
        !          1862:      toke/examples/scsi-sample/hacom.fs
        !          1863:      toke/examples/scsi-sample/overall.fs
        !          1864:      toke/examples/scsi-sample/scsicom.fs
        !          1865:      toke/examples/scsi-sample/scsidisk.fs
        !          1866:      toke/examples/scsi-sample/scsiha.fs
        !          1867:      toke/examples/scsi-sample/scsitape.fs toke/examples/simple.fs
        !          1868:      toke/examples/version1.fs toke/examples/world.fs toke/macros.c
        !          1869:      toke/scanner.c toke/stack.c toke/stack.h toke/stream.c
        !          1870:      toke/stream.h toke/toke.c toke/toke.h utils/README
        !          1871:      utils/detok/COPYING utils/detok/ChangeLog utils/detok/Makefile
        !          1872:      utils/detok/README utils/detok/Rules.make utils/detok/decode.c
        !          1873:      utils/detok/detok.c utils/detok/detok.h
        !          1874:      utils/detok/dictionary.c utils/detok/stream.c
        !          1875:      utils/detok/stream.h utils/devbios/COPYING
        !          1876:      utils/devbios/CREDITS utils/devbios/ChangeLog
        !          1877:      utils/devbios/Makefile utils/devbios/Makefile.24
        !          1878:      utils/devbios/README.bios utils/devbios/ToDo
        !          1879:      utils/devbios/bios.h utils/devbios/bios_core.c
        !          1880:      utils/devbios/comp.c utils/devbios/filesystem.c
        !          1881:      utils/devbios/flashchips.c utils/devbios/flashchips.h
        !          1882:      utils/devbios/pcisets.c utils/devbios/pcisets.h
        !          1883:      utils/devbios/procfs.c utils/devbios/programming.c
        !          1884:      utils/devbios/programming.h utils/fccc/COPYING
        !          1885:      utils/fccc/include/fccc-tools.h utils/fccc/include/fccc.h
        !          1886:      utils/fccc/include/linklist.h
        !          1887:      utils/fccc/include/parserfunctions.h
        !          1888:      utils/fccc/include/symboltable.h utils/fccc/src/Makefile
        !          1889:      utils/fccc/src/fccc-tools.c utils/fccc/src/fccc.lex
        !          1890:      utils/fccc/src/fccc.y utils/fccc/src/linklist.c
        !          1891:      utils/fccc/src/plain_ass.c utils/fccc/src/symboltable.c
        !          1892:      utils/fccc/test/test1.c utils/romheaders/Makefile
        !          1893:      utils/romheaders/romheaders.c
        !          1894: 
        !          1895: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.