Incoming to bk://zorn.theophys.kth.se:5000


Subject: Incoming to bk://zorn.theophys.kth.se:5000
From: Samuel Rydh (samuel@zorn.theophys.kth.se)
Date: Tue May 08 2001 - 05:52:55 MDT


samuel@

ChangeSet@1.152, 2001-05-08 00:24:08+02:00, samuel@ibrium.se
  Added filesystem support for HFS and HFS+. The idea is that
  MOL should be able to load the 'Mac OS ROM' file directly from the
  system folder. The code has not yet been integrated with the
  boot loader though.

  lib/hfsplus/include/hfs.h
    1.1 01/05/08 00:24:07 samuel@ibrium.se +32 -0

  lib/hfsplus/include/hfsp.h
    1.1 01/05/08 00:24:07 samuel@ibrium.se +307 -0

  lib/hfsplus/include/hfstime.h
    1.1 01/05/08 00:24:07 samuel@ibrium.se +36 -0

  lib/hfsplus/include/libhfsp.h
    1.1 01/05/08 00:24:07 samuel@ibrium.se +204 -0

  lib/hfsplus/include/record.h
    1.1 01/05/08 00:24:07 samuel@ibrium.se +81 -0

  lib/hfsplus/include/swab.h
    1.1 01/05/08 00:24:07 samuel@ibrium.se +58 -0

  lib/hfsplus/include/unicode.h
    1.1 01/05/08 00:24:07 samuel@ibrium.se +28 -0

  lib/hfsplus/include/volume.h
    1.1 01/05/08 00:24:07 samuel@ibrium.se +78 -0

  lib/hfsplus/libhfsp.c
    1.1 01/05/08 00:24:07 samuel@ibrium.se +31 -0

  lib/hfsplus/record.c
    1.1 01/05/08 00:24:07 samuel@ibrium.se +769 -0

  lib/hfsplus/unicode.c
    1.1 01/05/08 00:24:07 samuel@ibrium.se +532 -0

  lib/hfsplus/volume.c
    1.1 01/05/08 00:24:07 samuel@ibrium.se +304 -0

  lib/include/os.h
    1.1 01/05/08 00:24:07 samuel@ibrium.se +56 -0

  lib/os.c
    1.1 01/05/08 00:24:07 samuel@ibrium.se +127 -0

  include/fs.h
    1.1 01/05/08 00:24:06 samuel@ibrium.se +51 -0

  lib/fs.c
    1.1 01/05/08 00:24:06 samuel@ibrium.se +81 -0

  lib/hfs/Makefile
    1.1 01/05/08 00:24:06 samuel@ibrium.se +23 -0

  lib/hfs/block.c
    1.1 01/05/08 00:24:06 samuel@ibrium.se +614 -0

  lib/hfs/btree.c
    1.1 01/05/08 00:24:06 samuel@ibrium.se +231 -0

  lib/hfs/data.c
    1.1 01/05/08 00:24:06 samuel@ibrium.se +477 -0

  lib/hfs/file.c
    1.1 01/05/08 00:24:06 samuel@ibrium.se +193 -0

  lib/hfs/hfs.c
    1.1 01/05/08 00:24:06 samuel@ibrium.se +789 -0

  lib/hfs/hfs_fs.c
    1.1 01/05/08 00:24:06 samuel@ibrium.se +295 -0

  lib/hfs/include/apple.h
    1.1 01/05/08 00:24:06 samuel@ibrium.se +272 -0

  lib/hfs/include/block.h
    1.1 01/05/08 00:24:06 samuel@ibrium.se +40 -0

  lib/hfs/include/btree.h
    1.1 01/05/08 00:24:06 samuel@ibrium.se +33 -0

  lib/hfs/include/data.h
    1.1 01/05/08 00:24:06 samuel@ibrium.se +58 -0

  lib/hfs/include/file.h
    1.1 01/05/08 00:24:06 samuel@ibrium.se +45 -0

  lib/hfs/include/hfs.h
    1.1 01/05/08 00:24:06 samuel@ibrium.se +180 -0

  lib/hfs/include/libhfs.h
    1.1 01/05/08 00:24:06 samuel@ibrium.se +226 -0

  lib/hfs/include/low.h
    1.1 01/05/08 00:24:06 samuel@ibrium.se +44 -0

  lib/hfs/include/medium.h
    1.1 01/05/08 00:24:06 samuel@ibrium.se +42 -0

  lib/hfs/include/node.h
    1.1 01/05/08 00:24:06 samuel@ibrium.se +34 -0

  lib/hfs/include/record.h
    1.1 01/05/08 00:24:06 samuel@ibrium.se +47 -0

  lib/hfs/include/volume.h
    1.1 01/05/08 00:24:06 samuel@ibrium.se +62 -0

  lib/hfs/low.c
    1.1 01/05/08 00:24:06 samuel@ibrium.se +160 -0

  lib/hfs/medium.c
    1.1 01/05/08 00:24:06 samuel@ibrium.se +87 -0

  lib/hfs/node.c
    1.1 01/05/08 00:24:06 samuel@ibrium.se +62 -0

  lib/hfs/record.c
    1.1 01/05/08 00:24:06 samuel@ibrium.se +553 -0

  lib/hfs/volume.c
    1.1 01/05/08 00:24:06 samuel@ibrium.se +601 -0

  lib/hfsplus/Makefile
    1.1 01/05/08 00:24:06 samuel@ibrium.se +23 -0

  lib/hfsplus/blockiter.c
    1.1 01/05/08 00:24:06 samuel@ibrium.se +152 -0

  lib/hfsplus/btree.c
    1.1 01/05/08 00:24:06 samuel@ibrium.se +385 -0

  lib/hfsplus/hfsp_fs.c
    1.1 01/05/08 00:24:06 samuel@ibrium.se +359 -0

  lib/hfsplus/hfstime.c
    1.1 01/05/08 00:24:06 samuel@ibrium.se +42 -0

  lib/hfsplus/include/apple.h
    1.1 01/05/08 00:24:06 samuel@ibrium.se +111 -0

  lib/hfsplus/include/blockiter.h
    1.1 01/05/08 00:24:06 samuel@ibrium.se +60 -0

  lib/hfsplus/include/btree.h
    1.1 01/05/08 00:24:06 samuel@ibrium.se +50 -0

  lib/hfsplus/include/hfs.h
    1.0 01/05/08 00:24:07 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfsplus/include/hfs.h

  lib/hfsplus/include/hfsp.h
    1.0 01/05/08 00:24:07 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfsplus/include/hfsp.h

  lib/hfsplus/include/hfstime.h
    1.0 01/05/08 00:24:07 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfsplus/include/hfstime.h

  lib/hfsplus/include/libhfsp.h
    1.0 01/05/08 00:24:07 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfsplus/include/libhfsp.h

  lib/hfsplus/include/record.h
    1.0 01/05/08 00:24:07 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfsplus/include/record.h

  lib/hfsplus/include/swab.h
    1.0 01/05/08 00:24:07 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfsplus/include/swab.h

  lib/hfsplus/include/unicode.h
    1.0 01/05/08 00:24:07 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfsplus/include/unicode.h

  lib/hfsplus/include/volume.h
    1.0 01/05/08 00:24:07 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfsplus/include/volume.h

  lib/hfsplus/libhfsp.c
    1.0 01/05/08 00:24:07 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfsplus/libhfsp.c

  lib/hfsplus/record.c
    1.0 01/05/08 00:24:07 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfsplus/record.c

  lib/hfsplus/unicode.c
    1.0 01/05/08 00:24:07 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfsplus/unicode.c

  lib/hfsplus/volume.c
    1.0 01/05/08 00:24:07 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfsplus/volume.c

  lib/include/os.h
    1.0 01/05/08 00:24:07 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/include/os.h

  lib/os.c
    1.0 01/05/08 00:24:07 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/os.c

  emulation/mainloop.c
    1.8 01/05/08 00:24:06 samuel@ibrium.se +2 -2
    Don't print rvec statistics at exit.

  include/fs.h
    1.0 01/05/08 00:24:06 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/include/fs.h

  lib/Makefile
    1.2 01/05/08 00:24:06 samuel@ibrium.se +8 -5
    Added hfs and hfsplus support (as well as a virtualized
    filesystem interface). It is not yet in use though.

  lib/fs.c
    1.0 01/05/08 00:24:06 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/fs.c

  lib/hfs/Makefile
    1.0 01/05/08 00:24:06 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfs/Makefile

  lib/hfs/block.c
    1.0 01/05/08 00:24:06 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfs/block.c

  lib/hfs/btree.c
    1.0 01/05/08 00:24:06 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfs/btree.c

  lib/hfs/data.c
    1.0 01/05/08 00:24:06 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfs/data.c

  lib/hfs/file.c
    1.0 01/05/08 00:24:06 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfs/file.c

  lib/hfs/hfs.c
    1.0 01/05/08 00:24:06 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfs/hfs.c

  lib/hfs/hfs_fs.c
    1.0 01/05/08 00:24:06 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfs/hfs_fs.c

  lib/hfs/include/apple.h
    1.0 01/05/08 00:24:06 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfs/include/apple.h

  lib/hfs/include/block.h
    1.0 01/05/08 00:24:06 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfs/include/block.h

  lib/hfs/include/btree.h
    1.0 01/05/08 00:24:06 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfs/include/btree.h

  lib/hfs/include/data.h
    1.0 01/05/08 00:24:06 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfs/include/data.h

  lib/hfs/include/file.h
    1.0 01/05/08 00:24:06 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfs/include/file.h

  lib/hfs/include/hfs.h
    1.0 01/05/08 00:24:06 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfs/include/hfs.h

  lib/hfs/include/libhfs.h
    1.0 01/05/08 00:24:06 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfs/include/libhfs.h

  lib/hfs/include/low.h
    1.0 01/05/08 00:24:06 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfs/include/low.h

  lib/hfs/include/medium.h
    1.0 01/05/08 00:24:06 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfs/include/medium.h

  lib/hfs/include/node.h
    1.0 01/05/08 00:24:06 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfs/include/node.h

  lib/hfs/include/record.h
    1.0 01/05/08 00:24:06 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfs/include/record.h

  lib/hfs/include/volume.h
    1.0 01/05/08 00:24:06 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfs/include/volume.h

  lib/hfs/low.c
    1.0 01/05/08 00:24:06 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfs/low.c

  lib/hfs/medium.c
    1.0 01/05/08 00:24:06 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfs/medium.c

  lib/hfs/node.c
    1.0 01/05/08 00:24:06 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfs/node.c

  lib/hfs/record.c
    1.0 01/05/08 00:24:06 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfs/record.c

  lib/hfs/volume.c
    1.0 01/05/08 00:24:06 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfs/volume.c

  lib/hfsplus/Makefile
    1.0 01/05/08 00:24:06 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfsplus/Makefile

  lib/hfsplus/blockiter.c
    1.0 01/05/08 00:24:06 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfsplus/blockiter.c

  lib/hfsplus/btree.c
    1.0 01/05/08 00:24:06 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfsplus/btree.c

  lib/hfsplus/hfsp_fs.c
    1.0 01/05/08 00:24:06 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfsplus/hfsp_fs.c

  lib/hfsplus/hfstime.c
    1.0 01/05/08 00:24:06 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfsplus/hfstime.c

  lib/hfsplus/include/apple.h
    1.0 01/05/08 00:24:06 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfsplus/include/apple.h

  lib/hfsplus/include/blockiter.h
    1.0 01/05/08 00:24:06 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfsplus/include/blockiter.h

  lib/hfsplus/include/btree.h
    1.0 01/05/08 00:24:06 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/hfsplus/include/btree.h

  lib/llseek.c
    1.3 01/05/08 00:24:06 samuel@ibrium.se +8 -12
    Cleanup.

  xbooter/bootx.c
    1.5 01/05/08 00:24:06 samuel@ibrium.se +1 -1
    llseek moved.

  drivers/scsi/Makefile
    1.2 01/05/08 00:24:05 samuel@ibrium.se +3 -4
    llseek moved to lib/

  drivers/scsi/osi_blk.c
    1.12 01/05/08 00:24:05 samuel@ibrium.se +9 -50
    Cleanup.

  drivers/scsi/osi_scsi.c
    1.4 01/05/08 00:24:05 samuel@ibrium.se +3 -3
    llseek moved.

  drivers/scsi/partition.c
    1.3 01/05/08 00:24:05 samuel@ibrium.se +3 -3
    llseek moved.

  drivers/scsi/scsi-unit.c
    1.3 01/05/08 00:24:05 samuel@ibrium.se +3 -3
    llseek moved.

  emulation/main.c
    1.27 01/05/08 00:24:05 samuel@ibrium.se +7 -8
    Moved os_interface_init to a more logical location. Ideally,
    the complete "engine" should be initialized before the boot-method
    related stuff.

  include/llseek.h
    1.4 01/05/05 22:54:51 samuel@ibrium.se +0 -0
    Rename: drivers/include/llseek.h -> include/llseek.h

  drivers/include/llseek.h
    1.3 01/05/05 22:52:00 samuel@ibrium.se +0 -0
    Rename: drivers/scsi/include/long_lseek.h -> drivers/include/llseek.h

  lib/llseek.c
    1.2 01/05/05 22:51:18 samuel@ibrium.se +0 -0
    Rename: drivers/scsi/long_lseek.c -> lib/llseek.c

ChangeSet@1.151, 2001-05-05 20:29:16+02:00, samuel@ibrium.se
  MOL uses a small ELF loader rather than libelf. This makes it
  possible to load unstripped ROM-images.

  include/elf.h
    1.1 01/05/05 20:29:15 samuel@ibrium.se +615 -0

  include/elf_asm.h
    1.1 01/05/05 20:29:15 samuel@ibrium.se +57 -0

  include/elfload.h
    1.1 01/05/05 20:29:15 samuel@ibrium.se +28 -0

  lib/Makefile
    1.1 01/05/05 20:29:15 samuel@ibrium.se +24 -0

  lib/elfload.c
    1.1 01/05/05 20:29:15 samuel@ibrium.se +131 -0

  .exclude
    1.6 01/05/05 20:29:15 samuel@ibrium.se +2 -2
    namechange (lib -> mollib)

  .tarfiles
    1.2 01/05/05 20:29:15 samuel@ibrium.se +1 -1
    namechange

  BitKeeper/etc/ignore
    1.9 01/05/05 20:29:15 samuel@ibrium.se +1 -1
    lib -> mollib

  Makefile.mol
    1.2 01/05/05 20:29:15 samuel@ibrium.se +3 -4
    strip_nwrom obsolete.

  Makefile.st
    1.12 01/05/05 20:29:15 samuel@ibrium.se +3 -3
    lib -> mollib

  Rules.make
    1.14 01/05/05 20:29:15 samuel@ibrium.se +19 -34
    lib -> mollib.

  booter/Makefile
    1.4 01/05/05 20:29:15 samuel@ibrium.se +3 -5
    libelf no longer used.

  booter/init.c
    1.9 01/05/05 20:29:15 samuel@ibrium.se +19 -26
    An unstripped ROM-image can now be read.

  debugger/Makefile
    1.9 01/05/05 20:29:15 samuel@ibrium.se +10 -1
    AltiVec probe moved (used to be in Rules.make).

  include/elf.h
    1.0 01/05/05 20:29:15 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/include/elf.h

  include/elf_asm.h
    1.0 01/05/05 20:29:15 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/include/elf_asm.h

  include/elfload.h
    1.0 01/05/05 20:29:15 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/include/elfload.h

  lib/Makefile
    1.0 01/05/05 20:29:15 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/Makefile

  lib/elfload.c
    1.0 01/05/05 20:29:15 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/lib/elfload.c

  scripts/mol.spec.stub
    1.9 01/05/05 20:29:15 samuel@ibrium.se +0 -1
    strip_nwrom obsolete

  startmol
    1.17 01/05/05 20:29:15 samuel@ibrium.se +2 -2
    lib -> mollib

  BitKeeper/deleted/.del-strip.c~73b49a92c771bfd7
    1.2 01/05/05 18:36:43 samuel@ibrium.se +0 -0
    Delete: booter/strip_nwrom/strip.c

  BitKeeper/deleted/.del-Makefile~5c655fe21e41ddf7
    1.2 01/05/05 18:36:34 samuel@ibrium.se +0 -0
    Delete: booter/strip_nwrom/Makefile

  debugger/extralib.c
    1.3 01/05/05 17:01:32 samuel@ibrium.se +0 -0
    Rename: lib/extralib.c -> debugger/extralib.c

  lib/extralib.c
    1.2 01/05/05 16:58:40 samuel@ibrium.se +0 -0
    Rename: debugger/extralib.c -> lib/extralib.c

  mollib/bin/.dummy
    1.2 01/05/05 16:23:03 samuel@ibrium.se +0 -0
    mvdir

  mollib/config/molrc.sys
    1.9 01/05/05 16:23:03 samuel@ibrium.se +0 -0
    mvdir

  mollib/images/README
    1.2 01/05/05 16:23:03 samuel@ibrium.se +0 -0
    mvdir

  mollib/modules/.dummy
    1.2 01/05/05 16:23:03 samuel@ibrium.se +0 -0
    mvdir

  mollib/nvram/.dummy
    1.2 01/05/05 16:23:03 samuel@ibrium.se +0 -0
    mvdir

  mollib/oftrees/oftree.7200
    1.2 01/05/05 16:23:03 samuel@ibrium.se +0 -0
    mvdir

  mollib/oftrees/oftree.8500
    1.2 01/05/05 16:23:03 samuel@ibrium.se +0 -0
    mvdir

  mollib/oftrees/oftree.nw.old
    1.2 01/05/05 16:23:03 samuel@ibrium.se +0 -0
    mvdir

  mollib/oftrees/oftree.nw
    1.6 01/05/05 16:23:03 samuel@ibrium.se +0 -0
    mvdir

  mollib/oftrees/oftree.powerbase.180
    1.2 01/05/05 16:23:03 samuel@ibrium.se +0 -0
    mvdir

  mollib/oftrees/oftree.powerbase.200
    1.2 01/05/05 16:23:03 samuel@ibrium.se +0 -0
    mvdir

  mollib/oftrees/oftree.starmax.4160
    1.2 01/05/05 16:23:03 samuel@ibrium.se +0 -0
    mvdir

  mollib/oftrees/oftree.x
    1.2 01/05/05 16:23:03 samuel@ibrium.se +0 -0
    mvdir

  mollib/oftrees/ppc601.cpu
    1.2 01/05/05 16:23:03 samuel@ibrium.se +0 -0
    mvdir

  mollib/oftrees/ppc603.cpu
    1.2 01/05/05 16:23:03 samuel@ibrium.se +0 -0
    mvdir

  mollib/oftrees/ppc604.cpu
    1.2 01/05/05 16:23:03 samuel@ibrium.se +0 -0
    mvdir

  mollib/oftrees/ppc7400.cpu
    1.2 01/05/05 16:23:03 samuel@ibrium.se +0 -0
    mvdir

  mollib/oftrees/ppc750.cpu
    1.2 01/05/05 16:23:03 samuel@ibrium.se +0 -0
    mvdir

  mollib/pci_roms/.dummy
    1.2 01/05/05 16:23:03 samuel@ibrium.se +0 -0
    mvdir

  mollib/rom/.dummy
    1.2 01/05/05 16:23:03 samuel@ibrium.se +0 -0
    mvdir

  mollib/syms/7200.syms
    1.2 01/05/05 16:23:03 samuel@ibrium.se +0 -0
    mvdir

  mollib/syms/G3.syms
    1.2 01/05/05 16:23:03 samuel@ibrium.se +0 -0
    mvdir

  mollib/syms/atraps.syms
    1.2 01/05/05 16:23:03 samuel@ibrium.se +0 -0
    mvdir

  mollib/syms/installer.syms
    1.2 01/05/05 16:23:03 samuel@ibrium.se +0 -0
    mvdir

  mollib/syms/lowmem.syms
    1.2 01/05/05 16:23:03 samuel@ibrium.se +0 -0
    mvdir

  mollib/syms/macram.syms
    1.2 01/05/05 16:23:03 samuel@ibrium.se +0 -0
    mvdir

  mollib/syms/macrom.syms
    1.2 01/05/05 16:23:03 samuel@ibrium.se +0 -0
    mvdir

  mollib/syms/of.syms
    1.2 01/05/05 16:23:03 samuel@ibrium.se +0 -0
    mvdir

  mollib/syms/of_dev.syms
    1.2 01/05/05 16:23:03 samuel@ibrium.se +0 -0
    mvdir

  mollib/syms/of_words
    1.2 01/05/05 16:23:03 samuel@ibrium.se +0 -0
    mvdir

  mollib/vmodes/ibook.modes
    1.2 01/05/05 16:23:03 samuel@ibrium.se +0 -0
    mvdir

  mollib/vmodes/misc.modes
    1.2 01/05/05 16:23:03 samuel@ibrium.se +0 -0
    mvdir

  mollib/vmodes/titanium.modes
    1.2 01/05/05 16:23:03 samuel@ibrium.se +0 -0
    mvdir

ChangeSet@1.150, 2001-05-02 22:03:15+02:00, samuel@ibrium.se
  Build of modules/binaries separated. Rules added for building two
  RPM packages (mol and mol-kmods). Automatic removal of old, stale
  session added. Mouse fix (now defaults to /dev/input/mice).

  .ktarfiles
    1.1 01/05/02 22:03:15 samuel@ibrium.se +16 -0

  .tarfiles
    1.1 01/05/02 22:03:15 samuel@ibrium.se +27 -0

  Makefile.modules
    1.1 01/05/02 22:03:15 samuel@ibrium.se +92 -0

  Makefile.mol
    1.1 01/05/02 22:03:15 samuel@ibrium.se +161 -0

  scripts/mol-kmods.spec.stub
    1.1 01/05/02 22:03:15 samuel@ibrium.se +45 -0

  .ktarfiles
    1.0 01/05/02 22:03:15 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/.ktarfiles

  .tarfiles
    1.0 01/05/02 22:03:15 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/.tarfiles

  Makefile.modules
    1.0 01/05/02 22:03:15 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/Makefile.modules

  Makefile.mol
    1.0 01/05/02 22:03:15 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/Makefile.mol

  emulation/res_manager.c
    1.11 01/05/02 22:03:15 samuel@ibrium.se +1 -2
    Compiler warning removed.

  kernel_module/Makefile
    1.18 01/05/02 22:03:15 samuel@ibrium.se +14 -10
    Compatibility with the separated makefiles.

  kernel_module/misc.c
    1.18 01/05/02 22:03:15 samuel@ibrium.se +11 -10
    Added error code definitions for fInit.

  netdriver/Makefile
    1.3 01/05/02 22:03:15 samuel@ibrium.se +7 -7
    Separate build support.

  scripts/mol-kmods.spec.stub
    1.0 01/05/02 22:03:15 samuel@ibrium.se +0 -0
    BitKeeper file /mnt/BK/mol-work/scripts/mol-kmods.spec.stub

  scripts/mol.spec.stub
    1.8 01/05/02 22:03:15 samuel@ibrium.se +6 -8
    The MOL kernel modules is now in a separate RPM (mol-kmods).

  sinclude/asm_offsets.c
    1.24 01/05/02 22:03:15 samuel@ibrium.se +8 -3
    Now compiled twice (once for the module and once for
    the user process).

  sinclude/multiplexer.h
    1.10 01/05/02 22:03:15 samuel@ibrium.se +9 -2
    Added error codes for fInit.

  .exclude
    1.5 01/05/02 22:03:14 samuel@ibrium.se +1 -1
    Never export asm_offsets.h.

  BitKeeper/etc/ignore
    1.8 01/05/02 22:03:14 samuel@ibrium.se +2 -0
    Ignore asm_offsets.h (generated).

  COPYRIGHT
    1.2 01/05/02 22:03:14 samuel@ibrium.se +1 -1
    Copyright updated

  Doc/molrc.sample
    1.15 01/05/02 22:03:14 samuel@ibrium.se +2 -2
    Suggest /dev/input/mice rather than the obsolete /dev/usbmouse.

  Makefile.st
    1.11 01/05/02 22:03:14 samuel@ibrium.se +23 -62
    Extra rules useful when building MOL from a source tree
    lacking binaries.

  Makefile
    1.19 01/05/02 22:03:14 samuel@ibrium.se +40 -159
    The Makefiles for the mol user binary and the mol module
    are now separate.

  Rules.make
    1.13 01/05/02 22:03:14 samuel@ibrium.se +6 -8
    makedepend fix.

  drivers/console.c
    1.12 01/05/02 22:03:14 samuel@ibrium.se +3 -3
    Default to /dev/input/mice rather than the obsolete /dev/usbmouse.

  emulation/Makefile
    1.9 01/05/02 22:03:14 samuel@ibrium.se +15 -2
    asm_offsets.h target added.

  emulation/main.c
    1.26 01/05/02 22:03:14 samuel@ibrium.se +36 -10
    MOL now removes an unreleased session instead of exiting.

  BitKeeper/triggers/pre-apply.paranoid
    1.2 01/05/02 21:13:15 samuel@ibrium.se +0 -0
    Change mode to -rwxrwxrwx

  BitKeeper/deleted/.del-.ignore~a076e8aaf08a9e2
    1.2 01/04/29 21:42:58 samuel@ibrium.se +0 -0
    Delete: .ignore

ChangeSet@1.149, 2001-04-26 22:21:26+00:00, samuel@ibrium.se
  BK trigger fix.

  BitKeeper/triggers/pre-apply.paranoid
    1.1 01/04/26 22:21:26 samuel@ibrium.se +14 -0

  BitKeeper/triggers/post-incoming
    1.3 01/04/26 22:21:26 samuel@ibrium.se +3 -1
    Trigger fix.

  BitKeeper/triggers/pre-apply.paranoid
    1.0 01/04/26 22:21:26 samuel@ibrium.se +0 -0
    BitKeeper file /BK/mol-work/BitKeeper/triggers/pre-apply.paranoid

ChangeSet@1.148, 2001-04-25 20:34:14+02:00, samuel@ibrium.se
  patchlevel.h Starting on mol-0.9.59

  patchlevel.h
    1.18 01/04/25 20:34:10 samuel@ibrium.se +1 -1
    Starting on mol-0.9.59

ChangeSet@1.147, 2001-04-25 20:34:06+02:00, samuel@ibrium.se
  Two new makefile targets added (modules and install_modules).
  TAG: mol-0.9.58

  Makefile
    1.18 01/04/25 20:34:06 samuel@ibrium.se +31 -8
    New targets: modules and install_modules.

  kernel_module/Makefile
    1.17 01/04/25 20:34:06 samuel@ibrium.se +3 -2
    make clean fix.

  netdriver/Makefile
    1.2 01/04/25 20:34:06 samuel@ibrium.se +3 -2
    make clean fix.

ChangeSet@1.146, 2001-04-22 02:40:13+02:00, samuel@zorn.theophys.kth.se
  Trigger fix.

  BitKeeper/triggers/post-incoming
    1.2 01/04/22 02:40:13 samuel@zorn.theophys.kth.se +1 -1
    fix.

ChangeSet@1.145, 2001-04-22 02:25:43+02:00, samuel@ibrium.se
  Serious bug fixed (the BAT registers were not properly zeroed out).

  kernel_module/entry.S
    1.14 01/04/22 02:25:43 samuel@ibrium.se +3 -2
    Serious bug fixed (the BAT registers were not properly cleared out).

  kernel_module/misc.c
    1.17 01/04/22 02:25:43 samuel@ibrium.se +3 -3
    Moved inc_mod_count a few lines down.

ChangeSet@1.144, 2001-04-21 20:33:45+02:00, samuel@ibrium.se
  Some fixes for APUS. Video mode for PB titanium added.

  BitKeeper/triggers/post-incoming
    1.1 01/04/21 20:33:45 samuel@ibrium.se +12 -0

  lib/vmodes/titanium.modes
    1.1 01/04/21 20:33:45 samuel@ibrium.se +7 -0

  BitKeeper/triggers/post-incoming
    1.0 01/04/21 20:33:45 samuel@ibrium.se +0 -0
    BitKeeper file /BK/mol-work/BitKeeper/triggers/post-incoming

  kernel_module/traps.S
    1.20 01/04/21 20:33:45 samuel@ibrium.se +6 -5
    Added ACTION_LI_PHYS.

  lib/vmodes/titanium.modes
    1.0 01/04/21 20:33:45 samuel@ibrium.se +0 -0
    BitKeeper file /BK/mol-work/lib/vmodes/titanium.modes

  Doc/molrc.sample
    1.14 01/04/21 20:33:44 samuel@ibrium.se +2 -0
    Added keyboard ID of PB Titanium.

  kernel_module/Makefile
    1.16 01/04/21 20:33:44 samuel@ibrium.se +5 -10
    Removed mk_defs.c.

  kernel_module/hook.c
    1.3 01/04/21 20:33:44 samuel@ibrium.se +40 -18
    Added new do_reloc_action method to do certain things at
    relocation time (currently used for ACTION_LI_PHYS).

  kernel_module/include/molasm.h
    1.9 01/04/21 20:33:44 samuel@ibrium.se +4 -5
    No longer uses KERNELBASE (primarily for APUS compatibility).

  kernel_module/include/reloc.h
    1.5 01/04/21 20:33:44 samuel@ibrium.se +13 -6
    Added ACTION_LI_PHYS.

  BitKeeper/deleted/.del-asm_offsets.head~fca83ffd149eb58a
    1.2 01/04/21 17:23:35 samuel@ibrium.se +1 -1
    Delete: kernel_module/include/asm_offsets.head

  BitKeeper/deleted/.del-mk_defs.c~69cc94b76dd86f2c
    1.5 01/04/21 17:17:47 samuel@ibrium.se +0 -0
    Delete: kernel_module/mk_defs.c

======== ChangeSet 1.152 ========
samuel@ibrium.se|ChangeSet|20010507222408|63138



This archive was generated by hypermail 2a24 : Tue May 08 2001 - 04:58:46 MDT