SCM Repository
Log of /sml/branches/primop-branch-gkuan/runtime/kernel
Sticky Revision: |
Revision 2787 - Directory Listing
Modified Sat Sep 29 05:18:54 2007 UTC (13 years, 3 months ago) by gkuan
Creating private branch of sml/branches/primop-branch-3 for experimental Translate rewrite
Revision 2431 - Directory Listing
Modified Thu Apr 19 03:14:21 2007 UTC (13 years, 9 months ago) by dbm
Original Path: sml/branches/primop-branch-3/runtime/kernel
merged revisions 2221:2410 of sml/trunk into base
Revision 2221 - Directory Listing
Modified Tue Nov 28 21:56:55 2006 UTC (14 years, 1 month ago) by blume
Original Path: sml/branches/primop-branch-3/runtime/kernel
create primop branch 3 as future target to merge changes from primop branch 2
Revision 2162 - Directory Listing
Modified Thu Nov 2 21:20:47 2006 UTC (14 years, 2 months ago) by blume
Original Path: sml/trunk/runtime/kernel
eliminated src dir
Revision 1882 - Directory Listing
Modified Mon Feb 6 22:04:00 2006 UTC (14 years, 11 months ago) by jhr
Original Path: sml/trunk/src/runtime/kernel
Port to Intel Mac.
Revision 1881 - Directory Listing
Modified Mon Jan 30 20:51:19 2006 UTC (14 years, 11 months ago) by jhr
Original Path: sml/trunk/src/runtime/kernel
Added includes to eliminate warnings.
Revision 1856 - Directory Listing
Modified Wed Nov 2 22:24:39 2005 UTC (15 years, 2 months ago) by mblume
Original Path: sml/trunk/src/runtime/kernel
updated runtime system, CML, and eXene to reflect recent changes to Basis
Revision 1787 - Directory Listing
Modified Thu May 5 16:25:12 2005 UTC (15 years, 8 months ago) by jhr
Original Path: sml/trunk/src/runtime/kernel
Allow heap triming to be turned off. WARNING: doing so may result in unbounded heap-growth, even for constant-space programs!
Revision 1781 - Directory Listing
Modified Tue May 3 17:26:49 2005 UTC (15 years, 8 months ago) by jhr
Original Path: sml/trunk/src/runtime/kernel
New scheme for managing signals in the runtime system that should avoid race conditions (thanks to Cynbe for the design).
Revision 1747 - Directory Listing
Modified Fri Jan 14 23:53:21 2005 UTC (16 years ago) by mblume
Original Path: sml/trunk/src/runtime/kernel
new experimental heap2exec facility
Revision 1746 - Directory Listing
Modified Fri Jan 7 17:44:23 2005 UTC (16 years ago) by mblume
Original Path: sml/trunk/src/runtime/kernel
fixed off-by-one error in globals.c
Revision 1327 - Directory Listing
Modified Fri May 16 16:59:31 2003 UTC (17 years, 8 months ago) by allenleung
Original Path: sml/trunk/src/runtime/kernel
Cygwin port of smlnj
Revision 1295 - Directory Listing
Modified Thu Dec 19 21:26:00 2002 UTC (18 years, 1 month ago) by leunga
Original Path: sml/trunk/src/runtime/kernel
New files for the cygwin port.
Revision 1225 - Directory Listing
Modified Thu May 23 18:57:57 2002 UTC (18 years, 8 months ago) by jhr
Original Path: sml/trunk/src/runtime/kernel
Coding conventions.
Revision 1131 - Directory Listing
Modified Mon Mar 11 15:20:52 2002 UTC (18 years, 10 months ago) by leunga
Original Path: sml/trunk/src/runtime/kernel
ML's empty string "" now points to a legal null terminated C string.
Revision 1128 - Directory Listing
Modified Fri Mar 8 21:05:27 2002 UTC (18 years, 10 months ago) by blume
Original Path: sml/trunk/src/runtime/kernel
implemented entry points; NEW BOOTFILES
Revision 986 - Directory Listing
Modified Wed Nov 21 21:03:17 2001 UTC (19 years, 2 months ago) by blume
Original Path: sml/trunk/src/runtime/kernel
Release 110.37 -- see HISTORY
Revision 771 - Directory Listing
Modified Sat Dec 30 13:06:09 2000 UTC (20 years ago) by blume
Original Path: sml/trunk/src/runtime/kernel
merging changes from private branch
Revision 651 - Directory Listing
Modified Thu Jun 1 18:34:03 2000 UTC (20 years, 7 months ago) by monnier
Original Path: sml/trunk/src/runtime/kernel
bring revisions from the vendor branch to the trunk
Revision 569 - Directory Listing
Modified Tue Mar 7 04:01:07 2000 UTC (20 years, 10 months ago) by blume
Original Path: sml/trunk/src/runtime/kernel
- size info in BOOTLIST * no fixed upper limits for number of bootfiles or length of bootfile names in runtime * falling back to old behavior if no BOOTLIST size info found - allocation size heuristics in .run-sml * tries to read cache size from /proc/cpuinfo (this is important for small-cache Celeron systems!) - install.sh robustified - CM manual updates - paranoid mode * no more CMB.deliver() (i.e., all done by CMB.make()) * can re-use existing sml.boot.* files * init.cmi now treated as library * library stamps for consistency checks - sml.boot.<arch>-<os>/PIDMAP file * This file is read by the CM startup code. This is used to minimize the amount of dynamic state that needs to be stowed away for the purpose of sharing between interactive system and user code. - CM.Anchor.anchor instead of CM.Anchor.{set,cancel} * Upon request by Elsa. Anchors now controlled by get-set-pair like most other CM state variables. - Compiler.CMSA eliminated * No longer supported by CM anyway. - fixed bugs in pickler that kept biting Stefan * past refs to past refs (was caused by the possibility that ad-hoc sharing is more discriminating than hash-cons sharing) * integer overflow on LargeInt.minInt - ml-{lex,yacc} build scripts now use new mechanism for building standalone programs - fixed several gcc -Wall warnings that were caused by missing header files, missing initializations, etc., in runtime (not all warnings eliminated, though)
Revision 543 - Directory Listing
Modified Sat Feb 19 14:17:52 2000 UTC (20 years, 11 months ago) by blume
Original Path: sml/trunk/src/runtime/kernel
added missing initialization to numFiles in runtime boot code
Revision 537 - Directory Listing
Modified Fri Feb 18 17:20:16 2000 UTC (20 years, 11 months ago) by blume
Original Path: sml/trunk/src/runtime/kernel
CM changes: standalone builds, better CMB.make/deliver, general improvements
Revision 440 - Directory Listing
Modified Wed Sep 15 16:37:27 1999 UTC (21 years, 4 months ago) by monnier
Original Path: sml/trunk/src/runtime/kernel
This commit was generated by cvs2svn to compensate for changes in r439, which included commits to RCS files with non-trunk default branches.
Revision 419 - Directory Listing
Modified Fri Sep 3 23:51:27 1999 UTC (21 years, 4 months ago) by monnier
Original Path: sml/trunk/src/runtime/kernel
This commit was generated by cvs2svn to compensate for changes in r418, which included commits to RCS files with non-trunk default branches.
Revision 250 - Directory Listing
Modified Sat Apr 17 18:57:03 1999 UTC (21 years, 9 months ago) by monnier
Original Path: sml/trunk/src/runtime/kernel
This commit was generated by cvs2svn to compensate for changes in r249, which included commits to RCS files with non-trunk default branches.
Revision 244 - Directory Listing
Modified Sat Apr 17 18:41:51 1999 UTC (21 years, 9 months ago) by monnier
Original Path: sml/trunk/src/runtime/kernel
This commit was generated by cvs2svn to compensate for changes in r243, which included commits to RCS files with non-trunk default branches.
Revision 240 - Directory Listing
Modified Sat Apr 17 18:29:24 1999 UTC (21 years, 9 months ago) by monnier
Original Path: sml/trunk/src/runtime/kernel
This commit was generated by cvs2svn to compensate for changes in r239, which included commits to RCS files with non-trunk default branches.
Revision 236 - Directory Listing
Modified Sat Apr 17 18:21:47 1999 UTC (21 years, 9 months ago) by monnier
Original Path: sml/trunk/src/runtime/kernel
This commit was generated by cvs2svn to compensate for changes in r235, which included commits to RCS files with non-trunk default branches.
Revision 228 - Directory Listing
Modified Sat Apr 17 17:15:03 1999 UTC (21 years, 9 months ago) by monnier
Original Path: sml/trunk/src/runtime/kernel
This commit was generated by cvs2svn to compensate for changes in r227, which included commits to RCS files with non-trunk default branches.
Revision 224 - Directory Listing
Modified Sat Apr 17 16:27:01 1999 UTC (21 years, 9 months ago) by monnier
Original Path: sml/trunk/src/runtime/kernel
This commit was generated by cvs2svn to compensate for changes in r223, which included commits to RCS files with non-trunk default branches.
Revision 140 - Directory Listing
Modified Mon Sep 7 21:11:35 1998 UTC (22 years, 4 months ago) by monnier
Original Path: sml/trunk/src/runtime/kernel
This commit was generated by cvs2svn to compensate for changes in r139, which included commits to RCS files with non-trunk default branches.
Revision 137 - Directory Listing
Modified Mon Sep 7 21:09:17 1998 UTC (22 years, 4 months ago) by monnier
Original Path: sml/trunk/src/runtime/kernel
Initial revision
Revision 114 - Directory Listing
Modified Fri Jun 5 19:41:21 1998 UTC (22 years, 7 months ago) by monnier
Original Path: sml/trunk/src/runtime/kernel
This commit was generated by cvs2svn to compensate for changes in r113, which included commits to RCS files with non-trunk default branches.
Revision 109 - Directory Listing
Modified Fri May 29 02:12:55 1998 UTC (22 years, 7 months ago) by monnier
Original Path: sml/trunk/src/runtime/kernel
merged in 110.6 changes
Revision 107 - Directory Listing
Modified Thu May 28 21:30:17 1998 UTC (22 years, 7 months ago) by monnier
Original Path: sml/trunk/src/runtime/kernel
This commit was generated by cvs2svn to compensate for changes in r106, which included commits to RCS files with non-trunk default branches.
Revision 104 - Directory Listing
Modified Thu May 28 21:25:35 1998 UTC (22 years, 7 months ago) by monnier
Original Path: sml/trunk/src/runtime/kernel
Initial revision
Revision 101 - Directory Listing
Modified Thu May 14 04:56:46 1998 UTC (22 years, 8 months ago) by monnier
Original Path: sml/trunk/src/runtime/kernel
This commit was generated by cvs2svn to compensate for changes in r100, which included commits to RCS files with non-trunk default branches.
Revision 30 - Directory Listing
Modified Thu Mar 12 01:05:59 1998 UTC (22 years, 10 months ago) by monnier
Original Path: sml/trunk/src/runtime/kernel
This commit was generated by cvs2svn to compensate for changes in r29, which included commits to RCS files with non-trunk default branches.
Revision 9 - Directory Listing
Modified Sun Jan 18 01:01:29 1998 UTC (23 years ago) by monnier
Original Path: sml/trunk/src/runtime/kernel
This commit was generated by cvs2svn to compensate for changes in r8, which included commits to RCS files with non-trunk default branches.
Revision 2 - Directory Listing
Added Sat Oct 4 23:33:09 1997 UTC (23 years, 3 months ago) by monnier
Original Path: sml/trunk/src/runtime/kernel
Initial revision
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |