tredmill 0.3 README ============================================================================== Copyright (c) 1997-2007 Kurt A. Stephens and Ion, Inc., All Rights Reserved. http://kurtstephens.com/ Kurt A. Stephens and Ion, Inc. MAKE NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. Kurt A. Stephens and Ion, Inc. SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. $Id: COPYRIGHT,v 1.6 2007/09/14 04:13:17 stephens Exp $ ============================================================================== tredmill 0.3 README ============================================================================== $Id: README,v 1.6 2008/01/15 05:21:03 stephens Exp $ Introduction This is a real-time, non-relocating, conservative, Treadmill allocator. TM interleaves marking, scanning and sweeping during each call to tm_malloc(). TM attempts to limit the amount of scanning, marking and collecting during each call to tm_alloc() to avoid stopping the world for long periods of time. For More Information See http://kurtstephens.com/research/tredmill To Do * Implement allocations larger than tm_block_SIZE. * Implement aligned allocations using a page-indexed bit vector. ** Flag a bit for the beginning page of the aligned block. ** Use a hash table to map the address of the aligned block to a tm_block containing its own tm_type. ============================================================================== ============================================================================== NAME tredmill VERSION 0.3 CATEGORY Development Tools DESC A real-time Treadmill garbage collector. CONTAINS_PKGS tredmill maks bin util gum REQUIRES_OTHERS gcc gnumake perl sh DATE 2008/01/16 17:40:09 README /home/stephens/www/research/pub/tredmill/release/tredmill-0.3.txt ARCHIVE /home/stephens/www/research/pub/tredmill/release/tredmill-0.3.tgz NAME tredmill VERSION 0.3 CATEGORY Development Tools DESC A real-time Treadmill garbage collector. SRC_DIR /home/stephens/ion/src/tredmill CHANGES_RELEASES CVSLOG CVSLOG MAKE make MAKEFILE tredmill/Makefile MAKE_CLEAN clean veryclean distclean RCS_ID $Id: PKG,v 1.6 2008/01/16 15:39:44 stephens Exp $ README README REQUIRES_OTHERS gcc REQUIRES_PKGS ../maks ../util NAME maks VERSION 0.2 CATEGORY Development Tools DESC A Makefile library. Handles automatic header file dependencies and interpackage dependencies. SRC_DIR /home/stephens/ion/src/maks CVSLOG CVSLOG MAKE make MAKEFILE ../maks/Makefile MAKE_CLEAN clean veryclean distclean README README REQUIRES_OTHERS gnumake sh REQUIRES_PKGS ../bin NAME bin VERSION 0.1 CATEGORY Development Tools DESC A development script library. Tools for: publishing PKG packages, adding COPYRIGHT and RCS version strings to source files, etc. SRC_DIR /home/stephens/ion/src/bin CVSLOG CVSLOG MAKE make MAKEFILE ../bin/Makefile MAKE_CLEAN clean veryclean distclean README README REQUIRES_OTHERS perl sh REQUIRES_PKGS NAME util VERSION 0.5 CATEGORY Development Tools DESC A C library with path, mem, and other functions. SRC_DIR /home/stephens/ion/src/util CHANGES_RELEASES 0.5 0.4 0.3 0.2 0.1 CVSLOG CVSLOG MAKE /home/stephens/ion/src/gum/bin/gum MAKEFILE ../util/GUMakefile MAKE_CLEAN clean veryclean distclean RCS_ID $Id: PKG,v 1.9 2007/09/13 23:40:27 stephens Exp $ README README REQUIRES_OTHERS perl REQUIRES_PKGS ../maks ../gum NAME gum VERSION 0.3 CATEGORY Development Tools DESC A Makefile library. Handles automatic header file dependencies and interpackage dependencies. SRC_DIR /home/stephens/ion/src/gum CVSLOG CVSLOG MAKE make MAKEFILE ../gum/Makefile MAKE_CLEAN clean veryclean distclean README README REQUIRES_OTHERS gnumake sh perl REQUIRES_PKGS OTHER gcc OTHER gnumake OTHER perl OTHER sh ============================================================================== tredmill 0.3 CHANGES ============================================================================== ============================================================================== tredmill 0.3 Table of Contents ============================================================================== tredmill-0.3: total 28 drwxr-xr-x 3 stephens stephens 4096 Jan 16 11:40 . drwxr-xr-x 3 stephens stephens 4096 Jan 16 11:40 .. -rw-r--r-- 1 stephens stephens 101 Jan 16 11:40 CHANGES -rw-r--r-- 1 stephens stephens 596 Jan 16 11:40 COPYRIGHT -rw-r--r-- 1 stephens stephens 777 Jan 16 11:40 README -rw-r--r-- 1 stephens stephens 110 Jan 16 11:40 TOC drwxr-xr-x 7 stephens stephens 4096 Jan 16 11:40 src tredmill-0.3/src: total 32 drwxr-xr-x 7 stephens stephens 4096 Jan 16 11:40 . drwxr-xr-x 3 stephens stephens 4096 Jan 16 11:40 .. -rw-r--r-- 1 stephens stephens 417 Jan 16 11:40 GUM_BUILD_ROOT drwxr-xr-x 5 stephens stephens 4096 Jan 3 13:37 bin drwxr-xr-x 6 stephens stephens 4096 Sep 13 22:15 gum drwxr-xr-x 7 stephens stephens 4096 Sep 7 23:33 maks drwxr-xr-x 4 stephens stephens 4096 Jan 16 11:40 tredmill drwxr-xr-x 4 stephens stephens 4096 Jan 16 11:40 util tredmill-0.3/src/bin: total 560 -rw-r-xr-- 1 stephens stephens 314 Jun 9 2007 #fix_mozilla# drwxr-xr-x 5 stephens stephens 4096 Jan 3 13:37 . -rwx------ 1 stephens stephens 21247 Sep 13 22:39 .#publish.pl.1.15 -rwxr-xr-x 1 stephens stephens 21289 Sep 13 22:57 .#publish.pl.1.17 -rwxr-xr-x 1 stephens stephens 21293 Sep 13 23:24 .#publish.pl.1.18 -rwxr-xr-x 1 stephens stephens 21299 Jan 1 04:24 .#publish.pl.1.19 drwxr-xr-x 7 stephens stephens 4096 Jan 16 11:40 .. -rwx------ 1 stephens stephens 230 Feb 17 1999 PKG -rwx------ 1 stephens stephens 9271 Feb 17 1999 addcr drwxr-xr-x 4 stephens stephens 4096 Jun 23 2005 addcr.t -rwx------ 1 stephens stephens 3385 Jun 28 1999 addrcsid.pl -rwx------ 1 stephens stephens 874 Apr 30 2003 argouml -rwx------ 1 stephens stephens 5118 Feb 17 1999 ccinfo -rwx------ 1 stephens stephens 3059 Feb 17 1999 ccloclibs -rwxr-xr-x 1 stephens stephens 540 Nov 2 15:17 cron_shell -rwx------ 1 stephens stephens 372 Feb 19 1999 ctocnl.c -rwx------ 1 stephens stephens 16212 Oct 1 2002 cuecatlibrary.pl -rwx------ 1 stephens stephens 357 Oct 29 2006 cvs_add -rwx------ 1 stephens stephens 192 Jun 16 2001 cvsadd_r -rwx------ 1 stephens stephens 2088 Feb 3 2003 cvschrep.pl -rwx------ 1 stephens stephens 1062 Feb 17 1999 cvschroot.pl -rwx------ 1 stephens stephens 352 Oct 20 1999 cvsclean -rwx------ 1 stephens stephens 331 Oct 13 1999 cvsedited -rwx------ 1 stephens stephens 1373 Oct 20 1999 cvsfind.pl -rwx------ 1 stephens stephens 1372 Jul 6 2001 cvsfix.pl -rwx------ 1 stephens stephens 1193 Sep 9 1999 cvsretag.pl -rwx------ 1 stephens stephens 3571 Mar 21 2000 cvsrevhist.pl -rwx------ 1 stephens stephens 945 Feb 19 1999 cwfixlib.pl -rwx------ 1 stephens stephens 3010 Jan 6 2002 d2u.pl -rwxr-xr-x 1 stephens stephens 177 Dec 25 2006 dev_root -rwx------ 1 stephens stephens 312 Feb 2 2001 dos2unix.c -rwx------ 1 stephens stephens 6353 Sep 7 2003 dupfiles.pl -rwx------ 1 stephens stephens 709 Feb 17 1999 ecd -rwx------ 1 stephens stephens 190 Feb 17 1999 fe -rwxr-xr-x 1 stephens stephens 277 Dec 30 2006 ffxg -rwx------ 1 stephens stephens 103 Feb 17 1999 findsource -rwxr-xr-x 1 stephens stephens 1415 Apr 7 2006 fix_id3.pl -rwxr-xr-x 1 stephens stephens 145 Aug 24 09:49 fortune_image -rwx------ 1 stephens stephens 223 May 10 2002 ifdu -rwx------ 1 stephens stephens 223 May 10 2002 ifud -rwx------ 1 stephens stephens 6566 Sep 30 1999 igrep -rwxr-xr-x 1 stephens stephens 492 Nov 4 00:50 ion_desktop_slideshow -rwx------ 1 stephens stephens 146 Oct 1 2002 ion_dockstatn -rwxr-xr-x 1 stephens stephens 848 Jan 3 13:37 ion_emacs -rwx------ 1 stephens stephens 373 Oct 29 2006 ion_emacs.bat -rwx------ 1 stephens stephens 1996 Oct 29 2006 ion_emacs.pl -rwx------ 1 stephens stephens 149 Dec 4 2003 ion_emacs_clear.bat -rwxr-xr-x 1 stephens stephens 421 Oct 29 2006 ion_faxview -rwx------ 1 stephens stephens 1931 Mar 7 2003 ion_gallery_prep -rwx------ 1 stephens stephens 1086 Apr 30 2003 ion_getphoto -rwxr-xr-x 1 stephens stephens 328 Dec 1 2006 ion_make -rwx------ 1 stephens stephens 3003 Mar 8 2003 ion_mkthumb -rwx------ 1 stephens stephens 180 Jun 15 2001 ion_open_url -rwx------ 1 stephens stephens 903 Apr 30 2003 ion_rotatephoto -rwxr-xr-x 1 stephens stephens 37 Nov 2 15:18 ion_sayit -rwx------ 1 stephens stephens 115 Feb 2 2004 ion_ssh_agent.bat -rwx------ 1 stephens stephens 1062 Apr 14 2004 ion_ssh_agent.pl -rwx------ 1 stephens stephens 1001 Apr 10 2004 ion_startx -rwxr-xr-x 1 stephens stephens 4746 Jan 3 13:37 ion_synergy -rwxr-xr-x 1 stephens stephens 3930 Dec 27 19:09 ion_synergy.~1.6.~ -rwx------ 1 stephens stephens 306 Feb 21 2003 ion_vmware -rwx------ 1 stephens stephens 650 Mar 16 2005 ion_which -rwxr-xr-x 1 stephens stephens 171 Nov 26 22:06 ion_window_title drwxr-xr-x 4 stephens stephens 4096 Jun 23 2005 lib -rwx------ 1 stephens stephens 647 Feb 17 1999 linkdups -rwx------ 1 stephens stephens 1369 Feb 17 1999 locstatic -rwx------ 1 stephens stephens 223 Jul 28 2003 lpr -rwxr-xr-x 1 stephens stephens 576 Nov 26 22:04 lsup -rwx------ 1 stephens stephens 6485 Feb 19 1999 mergefiles.pl -rwx------ 1 stephens stephens 479 Oct 29 2006 metriconv -rwx------ 1 stephens stephens 1965 Sep 30 1999 mkindex -rwx------ 1 stephens stephens 1739 Oct 13 1999 mvr.pl -rwx------ 1 stephens stephens 279 Feb 17 1999 nmlibs -rwx------ 1 stephens stephens 64 Feb 17 1999 nmm -rwx------ 1 stephens stephens 2427 Feb 17 1999 objcsyms -rwxr-xr-x 1 stephens stephens 6256 Jun 7 2007 p4_offline -rwx------ 1 stephens stephens 100 Oct 13 2003 perlwhich -rwx------ 1 stephens stephens 1320 May 12 2005 perlwhich.pl -rwx------ 1 stephens stephens 905 Jul 28 2003 poseidon -rwx------ 1 stephens stephens 380 Nov 7 2001 procmailnow -rwxr-xr-x 1 stephens stephens 21449 Jan 1 04:55 publish.pl -rwxr-xr-x 1 stephens stephens 21247 Sep 13 18:42 publish.pl.~1.17.~ -rwx------ 1 stephens stephens 106 Apr 10 2004 randline.pl -rwx------ 1 stephens stephens 2957 Feb 17 1999 sci -rwx------ 1 stephens stephens 3328 Feb 17 1999 scip -rwx------ 1 stephens stephens 92 Oct 13 1999 si -rwx------ 1 stephens stephens 2374 Feb 19 1999 split.c -rwx------ 1 stephens stephens 436 Apr 3 2001 swig2def.pl -rwx------ 1 stephens stephens 1491 Oct 1 2002 tablefmt.pl -rwx------ 1 stephens stephens 2357 Mar 7 2003 tgz -rwx------ 1 stephens stephens 1655 Mar 21 2000 ts -rwx------ 1 stephens stephens 571 Apr 30 2003 unemailaddr -rwx------ 1 stephens stephens 2170 Apr 3 2001 uud -rwx------ 1 stephens stephens 3661 Apr 3 2001 uudindex -rwx------ 1 stephens stephens 147 Mar 7 2003 whichall -rwx------ 1 stephens stephens 464 Feb 2 2004 whichman -rwx------ 1 stephens stephens 95 Sep 17 2001 wwwgrab -rwx------ 1 stephens stephens 1584 Oct 1 2002 wwwgrab.pl -rwx------ 1 stephens stephens 1777 Feb 17 1999 wwwsend tredmill-0.3/src/bin/addcr.t: total 16 drwxr-xr-x 4 stephens stephens 4096 Jun 23 2005 . drwxr-xr-x 5 stephens stephens 4096 Jan 3 13:37 .. drwxr-xr-x 3 stephens stephens 4096 Jun 23 2005 backup -rwx------ 1 stephens stephens 143 Feb 17 1999 run tredmill-0.3/src/bin/addcr.t/backup: total 24 drwxr-xr-x 3 stephens stephens 4096 Jun 23 2005 . drwxr-xr-x 4 stephens stephens 4096 Jun 23 2005 .. -rwx------ 1 stephens stephens 260 Feb 19 1999 t1.c -rwx------ 1 stephens stephens 20 Feb 17 1999 t2 -rwx------ 1 stephens stephens 41 Feb 17 1999 t3 -rwx------ 1 stephens stephens 379 Feb 17 1999 t4 tredmill-0.3/src/bin/lib: total 12 drwxr-xr-x 4 stephens stephens 4096 Jun 23 2005 . drwxr-xr-x 5 stephens stephens 4096 Jan 3 13:37 .. drwxr-xr-x 4 stephens stephens 4096 Jun 23 2005 perl tredmill-0.3/src/bin/lib/perl: total 12 drwxr-xr-x 4 stephens stephens 4096 Jun 23 2005 . drwxr-xr-x 4 stephens stephens 4096 Jun 23 2005 .. drwxr-xr-x 4 stephens stephens 4096 Jun 23 2005 ion tredmill-0.3/src/bin/lib/perl/ion: total 12 drwxr-xr-x 4 stephens stephens 4096 Jun 23 2005 . drwxr-xr-x 4 stephens stephens 4096 Jun 23 2005 .. drwxr-xr-x 3 stephens stephens 4096 Jun 23 2005 _cvs tredmill-0.3/src/bin/lib/perl/ion/_cvs: total 24 drwxr-xr-x 3 stephens stephens 4096 Jun 23 2005 . drwxr-xr-x 4 stephens stephens 4096 Jun 23 2005 .. -rwx------ 1 stephens stephens 1091 Oct 19 2001 entry.pm -rwx------ 1 stephens stephens 3296 Jun 2 2001 find.pm -rwx------ 1 stephens stephens 5268 Oct 19 2001 rlog.pm tredmill-0.3/src/gum: total 32 drwxr-xr-x 6 stephens stephens 4096 Sep 13 22:15 . drwxr-xr-x 7 stephens stephens 4096 Jan 16 11:40 .. -rw-r--r-- 1 stephens stephens 101 Apr 29 2003 Makefile -rwxr-xr-x 1 stephens stephens 204 Apr 29 2003 PKG -rw-r--r-- 1 stephens stephens 62 Apr 4 2001 TODO drwxr-xr-x 3 stephens stephens 4096 Sep 13 22:15 bin drwxr-xr-x 5 stephens stephens 4096 Sep 13 22:15 eg drwxr-xr-x 4 stephens stephens 4096 Sep 13 22:15 lib tredmill-0.3/src/gum/bin: total 44 drwxr-xr-x 3 stephens stephens 4096 Sep 13 22:15 . drwxr-xr-x 6 stephens stephens 4096 Sep 13 22:15 .. -rwxr-xr-x 1 stephens stephens 4377 Mar 5 2003 gum -rwxr-xr-x 1 stephens stephens 1450 Feb 15 2003 gum_arch -rwxr-xr-x 1 stephens stephens 78 Apr 4 2001 gum_cpp -rw-r--r-- 1 stephens stephens 2078 Mar 11 2002 gum_cpp.pl -rwxr-xr-x 1 stephens stephens 33 Apr 4 2001 gum_find_libs -rw-r--r-- 1 stephens stephens 3904 Jul 5 2002 gum_find_libs.pl -rwxr-xr-x 1 stephens stephens 957 Mar 5 2003 gum_find_root -rwxr-xr-x 1 stephens stephens 1485 Apr 22 2002 gum_install tredmill-0.3/src/gum/eg: total 56 drwxr-xr-x 5 stephens stephens 4096 Sep 13 22:15 . drwxr-xr-x 6 stephens stephens 4096 Sep 13 22:15 .. -rw-r--r-- 1 stephens stephens 415 Apr 29 2003 GUM_BUILD_ROOT -rwxr-xr-x 1 stephens stephens 448 Apr 29 2003 GUMakefile -rwxr-xr-x 1 stephens stephens 38 Apr 4 2001 a.c -rwxr-xr-x 1 stephens stephens 9 Apr 4 2001 a.h -rwxr-xr-x 1 stephens stephens 38 Apr 4 2001 b.c -rwxr-xr-x 1 stephens stephens 9 Apr 4 2001 b.h -rwxr-xr-x 1 stephens stephens 63 Apr 4 2001 c.c -rwxr-xr-x 1 stephens stephens 9 Apr 4 2001 c.h -rwxr-xr-x 1 stephens stephens 205 Apr 4 2001 myapp.c -rwxr-xr-x 1 stephens stephens 205 Apr 4 2001 myapp2.c drwxr-xr-x 3 stephens stephens 4096 Sep 13 22:15 sub1 drwxr-xr-x 3 stephens stephens 4096 Sep 13 22:15 sub2 tredmill-0.3/src/gum/eg/sub1: total 8 drwxr-xr-x 3 stephens stephens 4096 Sep 13 22:15 . drwxr-xr-x 5 stephens stephens 4096 Sep 13 22:15 .. -rw-r--r-- 1 stephens stephens 0 Apr 4 2001 GUMakefile tredmill-0.3/src/gum/eg/sub2: total 8 drwxr-xr-x 3 stephens stephens 4096 Sep 13 22:15 . drwxr-xr-x 5 stephens stephens 4096 Sep 13 22:15 .. -rw-r--r-- 1 stephens stephens 0 Apr 4 2001 GUMakefile tredmill-0.3/src/gum/lib: total 12 drwxr-xr-x 4 stephens stephens 4096 Sep 13 22:15 . drwxr-xr-x 6 stephens stephens 4096 Sep 13 22:15 .. drwxr-xr-x 5 stephens stephens 4096 Sep 13 22:15 gum tredmill-0.3/src/gum/lib/gum: total 120 drwxr-xr-x 5 stephens stephens 4096 Sep 13 22:15 . drwxr-xr-x 4 stephens stephens 4096 Sep 13 22:15 .. -rwxr-xr-x 1 stephens stephens 1069 Mar 5 2003 Makefile -rwxr-xr-x 1 stephens stephens 2073 Jun 2 2001 Makefile.post -rwxr-xr-x 1 stephens stephens 1547 Apr 4 2001 Makefile.pre drwxr-xr-x 15 stephens stephens 4096 Sep 13 22:15 arch -rw-r--r-- 1 stephens stephens 1727 Apr 5 2001 cpp.mak -rw-r--r-- 1 stephens stephens 1165 Mar 5 2003 dirs.mak -rw-r--r-- 1 stephens stephens 2655 Apr 4 2001 docbook -rw-r--r-- 1 stephens stephens 666 Apr 4 2001 env -rwxr-xr-x 1 stephens stephens 3672 Feb 15 2003 exe -rw-r--r-- 1 stephens stephens 261 Apr 4 2001 genfiles.mak -rwxr-xr-x 1 stephens stephens 275 Apr 4 2001 help -rwxr-xr-x 1 stephens stephens 3060 Apr 4 2001 install.mak -rwxr-xr-x 1 stephens stephens 364 Apr 4 2001 install.post.mak -rwxr-xr-x 1 stephens stephens 733 Mar 5 2003 install.pre.mak -rw-r--r-- 1 stephens stephens 1983 Mar 5 2003 jar -rwxr-xr-x 1 stephens stephens 2272 Apr 5 2001 lib -rw-r--r-- 1 stephens stephens 418 Mar 5 2003 null -rw-r--r-- 1 stephens stephens 3521 Jun 2 2001 product -rw-r--r-- 1 stephens stephens 331 Apr 5 2001 product.post.mak -rw-r--r-- 1 stephens stephens 200 Apr 4 2001 product.pre.mak -rw-r--r-- 1 stephens stephens 3113 Apr 5 2001 subdirs -rw-r--r-- 1 stephens stephens 361 Apr 4 2001 subdirs.post.mak drwxr-xr-x 3 stephens stephens 4096 Sep 13 22:15 suffix -rwxr-xr-x 1 stephens stephens 420 Mar 5 2003 suffix.mak -rw-r--r-- 1 stephens stephens 247 Apr 4 2001 suffix.post.mak -rw-r--r-- 1 stephens stephens 455 Mar 5 2003 suffix.pre.mak -rw-r--r-- 1 stephens stephens 1965 Apr 4 2001 swig -rw-r--r-- 1 stephens stephens 129 Apr 4 2001 vc.mak tredmill-0.3/src/gum/lib/gum/arch: total 56 drwxr-xr-x 15 stephens stephens 4096 Sep 13 22:15 . drwxr-xr-x 5 stephens stephens 4096 Sep 13 22:15 .. drwxr-xr-x 3 stephens stephens 4096 Sep 13 22:15 CYGWIN-1.1.6-ix86 drwxr-xr-x 3 stephens stephens 4096 Sep 13 22:15 Linux-2.2.14-5.0-i586 drwxr-xr-x 3 stephens stephens 4096 Sep 13 22:15 Linux-2.2.16-22-i686 drwxr-xr-x 3 stephens stephens 4096 Sep 13 22:15 Linux-2.6.12-1.1381_FC3-ix86 drwxr-xr-x 3 stephens stephens 4096 Sep 13 22:15 Linux-libc2.1-ix86 drwxr-xr-x 3 stephens stephens 4096 Sep 13 22:15 Linux-libc2.2-ix86 drwxr-xr-x 3 stephens stephens 4096 Sep 13 22:15 SunOS-5.6-sun4 drwxr-xr-x 3 stephens stephens 4096 Sep 13 22:15 SunOS-5.6-sun4m drwxr-xr-x 3 stephens stephens 4096 Sep 13 22:15 SunOS-5.7-sun4 drwxr-xr-x 3 stephens stephens 4096 Sep 13 22:15 SunOS-5.8-sun4 drwxr-xr-x 3 stephens stephens 4096 Sep 13 22:15 SunOS-5.8-sun4u drwxr-xr-x 3 stephens stephens 4096 Sep 13 22:15 unix tredmill-0.3/src/gum/lib/gum/arch/CYGWIN-1.1.6-ix86: total 12 drwxr-xr-x 3 stephens stephens 4096 Sep 13 22:15 . drwxr-xr-x 15 stephens stephens 4096 Sep 13 22:15 .. -rwxr--r-- 1 stephens stephens 141 Jul 6 2001 tools.mak tredmill-0.3/src/gum/lib/gum/arch/Linux-2.2.14-5.0-i586: total 12 drwxr-xr-x 3 stephens stephens 4096 Sep 13 22:15 . drwxr-xr-x 15 stephens stephens 4096 Sep 13 22:15 .. -rw-r--r-- 1 stephens stephens 141 Apr 4 2001 tools.mak tredmill-0.3/src/gum/lib/gum/arch/Linux-2.2.16-22-i686: total 12 drwxr-xr-x 3 stephens stephens 4096 Sep 13 22:15 . drwxr-xr-x 15 stephens stephens 4096 Sep 13 22:15 .. -rw-r--r-- 1 stephens stephens 141 Apr 4 2001 tools.mak tredmill-0.3/src/gum/lib/gum/arch/Linux-2.6.12-1.1381_FC3-ix86: total 12 drwxr-xr-x 3 stephens stephens 4096 Sep 13 22:15 . drwxr-xr-x 15 stephens stephens 4096 Sep 13 22:15 .. -rw-r--r-- 1 stephens stephens 135 Mar 7 2006 tools.mak tredmill-0.3/src/gum/lib/gum/arch/Linux-libc2.1-ix86: total 12 drwxr-xr-x 3 stephens stephens 4096 Sep 13 22:15 . drwxr-xr-x 15 stephens stephens 4096 Sep 13 22:15 .. -rw-r--r-- 1 stephens stephens 120 Apr 19 2001 tools.mak tredmill-0.3/src/gum/lib/gum/arch/Linux-libc2.2-ix86: total 20 drwxr-xr-x 3 stephens stephens 4096 Sep 13 22:15 . drwxr-xr-x 15 stephens stephens 4096 Sep 13 22:15 .. -rw-r--r-- 1 stephens stephens 2 Apr 4 2001 math.libs -rw-r--r-- 1 stephens stephens 1 Apr 4 2001 sockets.libs -rw-r--r-- 1 stephens stephens 264 Apr 19 2001 tools.mak tredmill-0.3/src/gum/lib/gum/arch/SunOS-5.6-sun4: total 12 drwxr-xr-x 3 stephens stephens 4096 Sep 13 22:15 . drwxr-xr-x 15 stephens stephens 4096 Sep 13 22:15 .. -rw-r--r-- 1 stephens stephens 128 Apr 4 2001 tools.mak tredmill-0.3/src/gum/lib/gum/arch/SunOS-5.6-sun4m: total 8 drwxr-xr-x 3 stephens stephens 4096 Sep 13 22:15 . drwxr-xr-x 15 stephens stephens 4096 Sep 13 22:15 .. tredmill-0.3/src/gum/lib/gum/arch/SunOS-5.7-sun4: total 12 drwxr-xr-x 3 stephens stephens 4096 Sep 13 22:15 . drwxr-xr-x 15 stephens stephens 4096 Sep 13 22:15 .. -rw-r--r-- 1 stephens stephens 56 Apr 4 2001 tools.mak tredmill-0.3/src/gum/lib/gum/arch/SunOS-5.8-sun4: total 12 drwxr-xr-x 3 stephens stephens 4096 Sep 13 22:15 . drwxr-xr-x 15 stephens stephens 4096 Sep 13 22:15 .. -rw-r--r-- 1 stephens stephens 56 Apr 4 2001 tools.mak tredmill-0.3/src/gum/lib/gum/arch/SunOS-5.8-sun4u: total 8 drwxr-xr-x 3 stephens stephens 4096 Sep 13 22:15 . drwxr-xr-x 15 stephens stephens 4096 Sep 13 22:15 .. tredmill-0.3/src/gum/lib/gum/arch/unix: total 20 drwxr-xr-x 3 stephens stephens 4096 Sep 13 22:15 . drwxr-xr-x 15 stephens stephens 4096 Sep 13 22:15 .. -rw-r--r-- 1 stephens stephens 2 Apr 4 2001 math.libs -rw-r--r-- 1 stephens stephens 4 Apr 4 2001 sockets.libs -rwxr-xr-x 1 stephens stephens 2079 Mar 5 2003 tools.mak tredmill-0.3/src/gum/lib/gum/suffix: total 104 drwxr-xr-x 3 stephens stephens 4096 Sep 13 22:15 . drwxr-xr-x 5 stephens stephens 4096 Sep 13 22:15 .. -rw-r--r-- 1 stephens stephens 1393 Mar 5 2003 c.mak -rw-r--r-- 1 stephens stephens 714 Mar 7 2006 c.post.mak -rw-r--r-- 1 stephens stephens 91 Apr 4 2001 c.pre.mak -rw-r--r-- 1 stephens stephens 1305 Apr 5 2001 cc.mak -rw-r--r-- 1 stephens stephens 537 Apr 5 2001 cc.post.mak -rw-r--r-- 1 stephens stephens 94 Apr 4 2001 cc.pre.mak -rw-r--r-- 1 stephens stephens 203 Mar 5 2003 class.mak -rw-r--r-- 1 stephens stephens 64 Mar 5 2003 class.post.mak -rw-r--r-- 1 stephens stephens 166 Mar 5 2003 class.pre.mak -rw-r--r-- 1 stephens stephens 1659 Mar 5 2003 java.mak -rw-r--r-- 1 stephens stephens 741 Mar 5 2003 java.post.mak -rw-r--r-- 1 stephens stephens 161 Mar 5 2003 java.pre.mak -rw-r--r-- 1 stephens stephens 125 Apr 4 2001 o.mak -rw-r--r-- 1 stephens stephens 102 Mar 5 2003 o.post.mak -rw-r--r-- 1 stephens stephens 91 Apr 4 2001 o.pre.mak -rw-r--r-- 1 stephens stephens 1435 Mar 5 2003 oj.mak -rw-r--r-- 1 stephens stephens 671 Mar 5 2003 oj.post.mak -rw-r--r-- 1 stephens stephens 153 Mar 5 2003 oj.pre.mak -rw-r--r-- 1 stephens stephens 2055 Apr 9 2001 swig.mak -rw-r--r-- 1 stephens stephens 603 Apr 6 2001 swig.post.mak -rw-r--r-- 1 stephens stephens 199 Apr 5 2001 swig.pre.mak -rw-r--r-- 1 stephens stephens 898 Apr 5 2001 y.mak -rw-r--r-- 1 stephens stephens 587 Mar 7 2006 y.post.mak -rw-r--r-- 1 stephens stephens 91 Apr 5 2001 y.pre.mak tredmill-0.3/src/maks: total 64 drwxr-xr-x 7 stephens stephens 4096 Sep 7 23:33 . drwxr-xr-x 7 stephens stephens 4096 Jan 16 11:40 .. -rwxr--r-- 1 stephens stephens 206 Apr 3 2001 PKG -rwxr--r-- 1 stephens stephens 4407 Apr 4 2001 basic.mak drwxr-xr-x 3 stephens stephens 4096 Sep 7 23:33 bin -rw-r--r-- 1 stephens stephens 172 Feb 19 1999 fixpound.pl -rwxr--r-- 1 stephens stephens 2246 Apr 3 2001 lib.mak drwxr-xr-x 3 stephens stephens 4096 Sep 7 23:33 opengl drwxr-xr-x 3 stephens stephens 4096 Sep 7 23:33 os -rwxr--r-- 1 stephens stephens 6667 Mar 17 2001 pre.mak -rw-r--r-- 1 stephens stephens 1651 Mar 21 2000 tool.mak -rw-r--r-- 1 stephens stephens 212 Sep 8 1999 tools.mak -rwxr--r-- 1 stephens stephens 494 Mar 20 2001 use.mak drwxr-xr-x 3 stephens stephens 4096 Sep 7 23:33 win32 tredmill-0.3/src/maks/bin: total 16 drwxr-xr-x 3 stephens stephens 4096 Sep 7 23:33 . drwxr-xr-x 7 stephens stephens 4096 Sep 7 23:33 .. -rw-r--r-- 1 stephens stephens 418 Jun 28 1999 mak -rw-r--r-- 1 stephens stephens 106 Jun 28 1999 mak.bat tredmill-0.3/src/maks/opengl: total 16 drwxr-xr-x 3 stephens stephens 4096 Sep 7 23:33 . drwxr-xr-x 7 stephens stephens 4096 Sep 7 23:33 .. -rw-r--r-- 1 stephens stephens 75 Feb 19 1999 Makefile -rwxr--r-- 1 stephens stephens 472 Jul 6 2001 Makefile.use tredmill-0.3/src/maks/os: total 24 drwxr-xr-x 3 stephens stephens 4096 Sep 7 23:33 . drwxr-xr-x 7 stephens stephens 4096 Sep 7 23:33 .. -rw-r--r-- 1 stephens stephens 88 Jan 13 2000 CYGWIN.mak -rw-r--r-- 1 stephens stephens 116 Jan 13 2000 CYGWIN_98-4.10.mak -rwxr-xr-x 1 stephens stephens 114 Oct 29 2006 CYGWIN_NT-5.1.mak -rw-r--r-- 1 stephens stephens 77 Jan 13 2000 Linux.mak tredmill-0.3/src/maks/win32: total 16 drwxr-xr-x 3 stephens stephens 4096 Sep 7 23:33 . drwxr-xr-x 7 stephens stephens 4096 Sep 7 23:33 .. -rw-r--r-- 1 stephens stephens 75 Feb 19 1999 Makefile -rw-r--r-- 1 stephens stephens 101 Feb 19 1999 Makefile.use tredmill-0.3/src/tredmill: total 212 -rw-r--r-- 1 stephens stephens 4754 Jan 15 22:14 #ptr.h# drwxr-xr-x 4 stephens stephens 4096 Jan 16 11:40 . drwxr-xr-x 7 stephens stephens 4096 Jan 16 11:40 .. -rw-r--r-- 1 stephens stephens 927 Jan 15 22:14 Makefile -rw-r--r-- 1 stephens stephens 236 Jan 16 09:39 PKG -rw-r--r-- 1 stephens stephens 741 Jan 14 23:21 README -rw-r--r-- 1 stephens stephens 5688 Jan 14 00:54 barrier.c -rw-r--r-- 1 stephens stephens 624 Jan 13 12:27 barrier.h -rw-r--r-- 1 stephens stephens 7082 Jan 14 19:55 debug.c -rw-r--r-- 1 stephens stephens 1466 Jan 14 20:05 debug.h drwxr-xr-x 3 stephens stephens 4096 Jan 16 11:40 doc -rw-r--r-- 1 stephens stephens 12949 Jan 15 22:14 internal.h -rw-r--r-- 1 stephens stephens 2757 Jan 15 22:14 list.h -rw-r--r-- 1 stephens stephens 328 May 10 2002 malloc.c -rw-r--r-- 1 stephens stephens 4657 Jan 15 13:29 mark.c -rw-r--r-- 1 stephens stephens 1197 Jan 15 12:51 mark.h -rw-r--r-- 1 stephens stephens 4641 Jan 13 20:25 os.c -rw-r--r-- 1 stephens stephens 242 Jan 13 20:27 os.h -rw-r--r-- 1 stephens stephens 1422 Jan 14 21:04 page.h -rw-r--r-- 1 stephens stephens 4775 Jan 15 22:15 ptr.h -rw-r--r-- 1 stephens stephens 4129 Jan 13 19:49 root.c -rw-r--r-- 1 stephens stephens 226 Jan 13 16:18 root.h -rw-r--r-- 1 stephens stephens 5760 Jan 14 13:45 stats.c -rw-r--r-- 1 stephens stephens 552 Jan 15 09:42 stats.h -rw-r--r-- 1 stephens stephens 36731 Jan 15 22:14 tm.c -rw-r--r-- 1 stephens stephens 2993 Jan 14 23:21 tm.h -rw-r--r-- 1 stephens stephens 8503 Jan 14 23:21 tmtest.c -rw-r--r-- 1 stephens stephens 251 Dec 28 1999 tmtest.gdb -rw-r--r-- 1 stephens stephens 2405 Jan 14 23:21 user.c -rw-r--r-- 1 stephens stephens 4565 Jan 13 18:08 wb.c -rw-r--r-- 1 stephens stephens 374 Jan 7 2000 wb.h tredmill-0.3/src/tredmill/doc: total 24 drwxr-xr-x 3 stephens stephens 4096 Jan 16 11:40 . drwxr-xr-x 4 stephens stephens 4096 Jan 16 11:40 .. -rw-r--r-- 1 stephens stephens 1627 Jan 14 10:12 tredmil_states.dia -rw-r--r-- 1 stephens stephens 9481 Jan 14 10:07 tredmil_states.png tredmill-0.3/src/util: total 240 drwxr-xr-x 4 stephens stephens 4096 Jan 16 11:40 . drwxr-xr-x 7 stephens stephens 4096 Jan 16 11:40 .. -rw-r--r-- 1 stephens stephens 21030 Jan 4 2000 ConfigInfo.c -rw-r--r-- 1 stephens stephens 4826 Apr 5 1999 ConfigInfo.h -rw-r--r-- 1 stephens stephens 1044 Aug 13 2001 GUMakefile -rw-r--r-- 1 stephens stephens 1113 Mar 7 2006 Makefile -rw-r--r-- 1 stephens stephens 86 Feb 19 1999 Makefile.use -rw-r--r-- 1 stephens stephens 259 Sep 13 18:40 PKG -rw-r--r-- 1 stephens stephens 1292 Jan 14 23:19 bitset.h -rw-r--r-- 1 stephens stephens 4571 Sep 30 1999 charset.c -rw-r--r-- 1 stephens stephens 943 Apr 22 1999 charset.h -rw-r--r-- 1 stephens stephens 3438 Jan 13 2000 enum.c -rw-r--r-- 1 stephens stephens 790 Jan 13 2000 enum.h -rw-r--r-- 1 stephens stephens 184 Jan 13 2000 errlist.h -rw-r--r-- 1 stephens stephens 684 Oct 26 1999 errlist.pl -rw-r--r-- 1 stephens stephens 11771 Feb 21 2003 file.c -rw-r--r-- 1 stephens stephens 1276 Feb 1 2001 file.h -rw-r--r-- 1 stephens stephens 1113 Jan 4 2000 host.c -rw-r--r-- 1 stephens stephens 335 Jan 4 2000 host.h -rw-r--r-- 1 stephens stephens 5782 Jan 4 2000 lockfile.c -rw-r--r-- 1 stephens stephens 781 Jun 9 1999 lockfile.h -rw-r--r-- 1 stephens stephens 949 Jun 9 1999 lockfile_main.c -rw-r--r-- 1 stephens stephens 3146 Feb 19 1999 mem.c -rw-r--r-- 1 stephens stephens 575 Jun 28 1999 mem.h -rw-r--r-- 1 stephens stephens 457 Apr 9 2001 memcpy.h -rw-r--r-- 1 stephens stephens 1875 Oct 13 1999 midi.h -rw-r--r-- 1 stephens stephens 2962 Aug 6 2001 nurbs.c -rw-r--r-- 1 stephens stephens 1079 Apr 22 2001 nurbs.h -rw-r--r-- 1 stephens stephens 1837 Jan 4 2000 outbuf.c -rw-r--r-- 1 stephens stephens 726 Sep 30 1999 outbuf.h -rw-r--r-- 1 stephens stephens 2609 Jun 28 1999 path.c -rw-r--r-- 1 stephens stephens 651 Feb 19 1999 path.h -rw-r--r-- 1 stephens stephens 904 Jan 4 2000 port.c -rw-r--r-- 1 stephens stephens 236 Jan 4 2000 port.h -rw-r--r-- 1 stephens stephens 4366 Jan 13 2000 prime.c -rw-r--r-- 1 stephens stephens 388 Jan 13 2000 prime.h -rw-r--r-- 1 stephens stephens 1275 Aug 31 2006 rc4.c -rw-r--r-- 1 stephens stephens 399 May 9 2000 rc4.h -rw-r--r-- 1 stephens stephens 1301 Apr 5 2001 refcntptr.cc -rw-r--r-- 1 stephens stephens 2636 Apr 19 2001 refcntptr.hh -rw-r--r-- 1 stephens stephens 1317 Apr 5 1999 setenv.c -rw-r--r-- 1 stephens stephens 377 Apr 5 1999 setenv.h -rw-r--r-- 1 stephens stephens 1345 Jan 3 2000 sig.c -rw-r--r-- 1 stephens stephens 348 Jan 3 2000 sig.h -rw-r--r-- 1 stephens stephens 64 Dec 20 05:00 signals.h -rw-r--r-- 1 stephens stephens 533 Jan 3 2000 sigs.pl -rw-r--r-- 1 stephens stephens 2015 Jan 4 2000 ssprintf.c -rw-r--r-- 1 stephens stephens 337 Apr 22 1999 ssprintf.h drwxr-xr-x 3 stephens stephens 4096 Sep 7 23:32 test tredmill-0.3/src/util/test: total 16 drwxr-xr-x 3 stephens stephens 4096 Sep 7 23:32 . drwxr-xr-x 4 stephens stephens 4096 Jan 16 11:40 .. -rw-r--r-- 1 stephens stephens 1192 May 7 1999 ConfigTest.c -rw-r--r-- 1 stephens stephens 44 May 7 1999 ConfigTest.cfg ==============================================================================