# # ChangeLog for uspace/dist in mainline # # Generated by Trac 1.6 # 2025-08-29T01:26:54Z Thu, 29 Dec 2011 16:51:34 GMT Jiri Svoboda [852052d] * uspace/dist/data/web/helenos.png (added) * uspace/dist/data/web/index.htm (modified) Add HelenOS logo to testing web page. Sat, 10 Dec 2011 22:32:55 GMT Jiri Svoboda [4a4cc150] * uspace/app/websrv/websrv.c (modified) * uspace/dist/data/web/bar.htm (added) * uspace/dist/data/web/foo.htm (added) * uspace/dist/data/web/index.htm (added) Improve web server to serve actual files from /data/web. Sun, 06 Nov 2011 21:09:02 GMT Jakub Jermar [7b5f4c9] * uspace/dist/src/c/demos/tetris/screen.c (modified) Fix a compile error when compiling the tetris demo with the Portable ... Sun, 21 Aug 2011 15:35:03 GMT Petr Koupy [ec7f8b1] * kernel/arch/amd64/include/asm.h (modified) * kernel/arch/ia32/include/asm.h (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/modules/help/help.c (modified) * uspace/app/bdsh/compl.c (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/tester/stdio/stdio1.c (modified) * uspace/dist/src/sysel/demos/htxtfile.sy (modified) * uspace/dist/textdemo (moved) * uspace/lib/c/arch/ia32/include/ddi.h (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/ns.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/fmtutil/Makefile (added) * uspace/lib/fmtutil/fmtutil.c (added) * uspace/lib/fmtutil/fmtutil.h (added) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) Merge mainline changes. Sun, 21 Aug 2011 11:29:41 GMT Martin Sucha [1877128] * uspace/app/tester/stdio/stdio1.c (modified) * uspace/dist/src/sysel/demos/htxtfile.sy (modified) Fix filenames that referenced readme file Sun, 21 Aug 2011 11:09:24 GMT Martin Sucha [4c35a76] * uspace/dist/textdemo (moved) Don't lie about the contents of the readme file Sun, 21 Aug 2011 01:15:03 GMT Petr Koupy [6b9355a] * uspace/dist/src/c/demos/edit/build (added) * uspace/dist/src/c/demos/edit/clean (added) * uspace/dist/src/c/demos/edit/edit.c (added) * uspace/dist/src/c/demos/edit/sheet.c (added) * uspace/dist/src/c/demos/edit/sheet.h (added) * uspace/dist/src/c/demos/top/build (added) * uspace/dist/src/c/demos/top/clean (added) * uspace/dist/src/c/demos/top/screen.c (added) * uspace/dist/src/c/demos/top/screen.h (added) * uspace/dist/src/c/demos/top/top.c (added) * uspace/dist/src/c/demos/top/top.h (added) Added two more toolchain demos (edit and top). Sat, 20 Aug 2011 17:04:52 GMT Petr Koupy [c8f70eb] * uspace/dist/src/c/demos/tetris/build (modified) * uspace/lib/c/arch/amd64/include/atomic.h (modified) * uspace/lib/c/arch/ia32/include/atomic.h (modified) * uspace/lib/c/arch/ia32/include/ddi.h (modified) pcc incompatible inline assembly rewritten in a more agreeable fashion. Sun, 24 Jul 2011 18:01:12 GMT Petr Koupy [3508000] * uspace/dist/src/c/demos/hello/build (added) * uspace/dist/src/c/demos/hello/clean (added) * uspace/dist/src/c/demos/hello/hello.c (added) * uspace/dist/src/c/demos/tetris/build (added) * uspace/dist/src/c/demos/tetris/clean (added) * uspace/dist/src/c/demos/tetris/scores.c (added) * uspace/dist/src/c/demos/tetris/scores.h (added) * uspace/dist/src/c/demos/tetris/screen.c (added) * uspace/dist/src/c/demos/tetris/screen.h (added) * uspace/dist/src/c/demos/tetris/shapes.c (added) * uspace/dist/src/c/demos/tetris/tetris.c (added) * uspace/dist/src/c/demos/tetris/tetris.h (added) Added C demos to demonstrate the toolchain. Wed, 16 Mar 2011 23:23:21 GMT Jiri Svoboda [051b3db8] * uspace/app/sbi/Makefile (modified) * uspace/app/sbi/src/builtin.c (modified) * uspace/app/sbi/src/builtin/bi_console.c (moved) * uspace/app/sbi/src/builtin/bi_console.h (added) * uspace/app/sbi/src/builtin/bi_task.c (added) * uspace/app/sbi/src/builtin/bi_task.h (moved) * uspace/app/sbi/src/imode.c (modified) * uspace/app/sbi/src/intmap.c (modified) * uspace/app/sbi/src/intmap.h (modified) * uspace/app/sbi/src/lex.c (modified) * uspace/app/sbi/src/lex_t.h (modified) * uspace/app/sbi/src/list.c (modified) * uspace/app/sbi/src/list.h (modified) * uspace/app/sbi/src/parse.c (modified) * uspace/app/sbi/src/rdata.c (modified) * uspace/app/sbi/src/rdata.h (modified) * uspace/app/sbi/src/rdata_t.h (modified) * uspace/app/sbi/src/run.c (modified) * uspace/app/sbi/src/run.h (modified) * uspace/app/sbi/src/run_expr.c (modified) * uspace/app/sbi/src/run_expr.h (modified) * uspace/app/sbi/src/stree.c (modified) * uspace/app/sbi/src/stree.h (modified) * uspace/app/sbi/src/stree_t.h (modified) * uspace/app/sbi/src/stype.c (modified) * uspace/app/sbi/src/stype_expr.c (modified) * uspace/dist/src/sysel/demos/arith.sy (modified) * uspace/dist/src/sysel/demos/array.sy (modified) * uspace/dist/src/sysel/demos/autobox.sy (modified) * uspace/dist/src/sysel/demos/count.sy (modified) * uspace/dist/src/sysel/demos/ctor.sy (modified) * uspace/dist/src/sysel/demos/deleg.sy (modified) * uspace/dist/src/sysel/demos/enum.sy (modified) * uspace/dist/src/sysel/demos/except.sy (modified) * uspace/dist/src/sysel/demos/gen.sy (modified) * uspace/dist/src/sysel/demos/hello.sy (modified) * uspace/dist/src/sysel/demos/htxtfile.sy (modified) * uspace/dist/src/sysel/demos/iface.sy (modified) * uspace/dist/src/sysel/demos/inherit.sy (modified) * uspace/dist/src/sysel/demos/list.sy (modified) * uspace/dist/src/sysel/demos/map.sy (modified) * uspace/dist/src/sysel/demos/property.sy (modified) * uspace/dist/src/sysel/demos/string.sy (modified) * uspace/dist/src/sysel/demos/svar.sy (modified) * uspace/dist/src/sysel/demos/switch.sy (added) * uspace/dist/src/sysel/demos/varargs.sy (modified) Update SBI to rev. 344 from upstream. What's new: * ... Wed, 09 Jun 2010 19:01:08 GMT Jiri Svoboda [c5cb943d] * uspace/app/sbi/Makefile (modified) * uspace/app/sbi/src/ancr.c (modified) * uspace/app/sbi/src/bigint.c (modified) * uspace/app/sbi/src/bigint.h (modified) * uspace/app/sbi/src/builtin.c (modified) * uspace/app/sbi/src/builtin.h (modified) * uspace/app/sbi/src/builtin/bi_char.c (added) * uspace/app/sbi/src/builtin/bi_char.h (added) * uspace/app/sbi/src/builtin/bi_fun.c (modified) * uspace/app/sbi/src/builtin/bi_int.c (added) * uspace/app/sbi/src/builtin/bi_int.h (added) * uspace/app/sbi/src/builtin/bi_string.c (modified) * uspace/app/sbi/src/imode.c (modified) * uspace/app/sbi/src/input.c (modified) * uspace/app/sbi/src/mytypes.h (modified) * uspace/app/sbi/src/os/helenos.c (modified) * uspace/app/sbi/src/os/os.h (modified) * uspace/app/sbi/src/os/posix.c (modified) * uspace/app/sbi/src/parse.c (modified) * uspace/app/sbi/src/program.c (modified) * uspace/app/sbi/src/rdata.c (modified) * uspace/app/sbi/src/rdata_t.h (modified) * uspace/app/sbi/src/run.c (modified) * uspace/app/sbi/src/run.h (modified) * uspace/app/sbi/src/run_expr.c (modified) * uspace/app/sbi/src/run_expr.h (modified) * uspace/app/sbi/src/run_t.h (modified) * uspace/app/sbi/src/run_texpr.c (modified) * uspace/app/sbi/src/stree.c (modified) * uspace/app/sbi/src/stree.h (modified) * uspace/app/sbi/src/stree_t.h (modified) * uspace/app/sbi/src/stype.c (modified) * uspace/app/sbi/src/stype.h (modified) * uspace/app/sbi/src/stype_expr.c (modified) * uspace/app/sbi/src/stype_t.h (modified) * uspace/app/sbi/src/symbol.c (modified) * uspace/app/sbi/src/symbol.h (modified) * uspace/app/sbi/src/tdata.c (modified) * uspace/app/sbi/src/tdata_t.h (modified) * uspace/dist/src/sysel/demos/arith.sy (modified) * uspace/dist/src/sysel/demos/array.sy (modified) * uspace/dist/src/sysel/demos/autobox.sy (modified) * uspace/dist/src/sysel/demos/count.sy (modified) * uspace/dist/src/sysel/demos/ctor.sy (modified) * uspace/dist/src/sysel/demos/deleg.sy (modified) * uspace/dist/src/sysel/demos/enum.sy (modified) * uspace/dist/src/sysel/demos/except.sy (modified) * uspace/dist/src/sysel/demos/gen.sy (modified) * uspace/dist/src/sysel/demos/hello.sy (modified) * uspace/dist/src/sysel/demos/hexec.sy (modified) * uspace/dist/src/sysel/demos/htxtfile.sy (modified) * uspace/dist/src/sysel/demos/iface.sy (added) * uspace/dist/src/sysel/demos/inherit.sy (modified) * uspace/dist/src/sysel/demos/list.sy (modified) * uspace/dist/src/sysel/demos/map.sy (modified) * uspace/dist/src/sysel/demos/property.sy (modified) * uspace/dist/src/sysel/demos/string.sy (modified) * uspace/dist/src/sysel/demos/svar.sy (added) * uspace/dist/src/sysel/demos/varargs.sy (modified) * uspace/dist/src/sysel/lib/arith.sy (modified) * uspace/dist/src/sysel/lib/boxed.sy (modified) * uspace/dist/src/sysel/lib/ienum.sy (added) * uspace/dist/src/sysel/lib/libflist (modified) * uspace/dist/src/sysel/lib/list.sy (modified) * uspace/dist/src/sysel/lib/map.sy (modified) Update SBI to rev. 291. Sat, 08 May 2010 08:10:44 GMT Jiri Svoboda [051bc69a] * uspace/app/sbi/Makefile (modified) * uspace/app/sbi/src/ancr.c (modified) * uspace/app/sbi/src/builtin.c (modified) * uspace/app/sbi/src/builtin/bi_string.c (added) * uspace/app/sbi/src/builtin/bi_string.h (added) * uspace/app/sbi/src/builtin/bi_textfile.c (modified) * uspace/app/sbi/src/cspan.c (added) * uspace/app/sbi/src/cspan.h (added) * uspace/app/sbi/src/cspan_t.h (added) * uspace/app/sbi/src/imode.c (modified) * uspace/app/sbi/src/input.c (modified) * uspace/app/sbi/src/input_t.h (modified) * uspace/app/sbi/src/lex.c (modified) * uspace/app/sbi/src/lex.h (modified) * uspace/app/sbi/src/lex_t.h (modified) * uspace/app/sbi/src/mytypes.h (modified) * uspace/app/sbi/src/os/helenos.c (modified) * uspace/app/sbi/src/os/os.h (modified) * uspace/app/sbi/src/os/posix.c (modified) * uspace/app/sbi/src/p_expr.c (modified) * uspace/app/sbi/src/p_type.c (modified) * uspace/app/sbi/src/parse.c (modified) * uspace/app/sbi/src/parse.h (modified) * uspace/app/sbi/src/rdata.c (modified) * uspace/app/sbi/src/rdata.h (modified) * uspace/app/sbi/src/rdata_t.h (modified) * uspace/app/sbi/src/run.c (modified) * uspace/app/sbi/src/run.h (modified) * uspace/app/sbi/src/run_expr.c (modified) * uspace/app/sbi/src/run_t.h (modified) * uspace/app/sbi/src/run_texpr.c (modified) * uspace/app/sbi/src/stree.c (modified) * uspace/app/sbi/src/stree.h (modified) * uspace/app/sbi/src/stree_t.h (modified) * uspace/app/sbi/src/stype.c (modified) * uspace/app/sbi/src/stype.h (modified) * uspace/app/sbi/src/stype_expr.c (modified) * uspace/app/sbi/src/stype_t.h (modified) * uspace/app/sbi/src/symbol.c (modified) * uspace/app/sbi/src/symbol.h (modified) * uspace/app/sbi/src/tdata.c (modified) * uspace/app/sbi/src/tdata.h (modified) * uspace/app/sbi/src/tdata_t.h (modified) * uspace/dist/src/sysel/demos/ctor.sy (added) * uspace/dist/src/sysel/demos/enum.sy (added) * uspace/dist/src/sysel/demos/htxtfile.sy (modified) * uspace/dist/src/sysel/demos/list.sy (modified) * uspace/dist/src/sysel/demos/map.sy (added) * uspace/dist/src/sysel/demos/string.sy (modified) * uspace/dist/src/sysel/demos/varargs.sy (modified) * uspace/dist/src/sysel/lib/boxed.sy (modified) * uspace/dist/src/sysel/lib/libflist (modified) * uspace/dist/src/sysel/lib/list.sy (modified) * uspace/dist/src/sysel/lib/map.sy (added) Update SBI to rev. 244. Fri, 23 Apr 2010 21:41:10 GMT Jiri Svoboda [38aaacc2] * uspace/app/sbi/Makefile (modified) * uspace/app/sbi/src/builtin.c (modified) * uspace/app/sbi/src/builtin.h (modified) * uspace/app/sbi/src/builtin/bi_boxed.c (added) * uspace/app/sbi/src/builtin/bi_boxed.h (added) * uspace/app/sbi/src/builtin/bi_error.c (modified) * uspace/app/sbi/src/builtin/bi_fun.c (modified) * uspace/app/sbi/src/builtin/bi_textfile.c (modified) * uspace/app/sbi/src/builtin_t.h (modified) * uspace/app/sbi/src/debug.h (modified) * uspace/app/sbi/src/imode.c (modified) * uspace/app/sbi/src/lex.c (modified) * uspace/app/sbi/src/lex_t.h (modified) * uspace/app/sbi/src/main.c (modified) * uspace/app/sbi/src/os/helenos.c (modified) * uspace/app/sbi/src/os/os.h (modified) * uspace/app/sbi/src/os/posix.c (modified) * uspace/app/sbi/src/parse.c (modified) * uspace/app/sbi/src/rdata.c (modified) * uspace/app/sbi/src/rdata_t.h (modified) * uspace/app/sbi/src/run.c (modified) * uspace/app/sbi/src/run.h (modified) * uspace/app/sbi/src/run_expr.c (modified) * uspace/app/sbi/src/run_texpr.c (modified) * uspace/app/sbi/src/stree.c (modified) * uspace/app/sbi/src/stree.h (modified) * uspace/app/sbi/src/stree_t.h (modified) * uspace/app/sbi/src/strtab.c (modified) * uspace/app/sbi/src/stype.c (modified) * uspace/app/sbi/src/stype.h (modified) * uspace/app/sbi/src/stype_expr.c (modified) * uspace/app/sbi/src/symbol.c (modified) * uspace/app/sbi/src/symbol.h (modified) * uspace/app/sbi/src/tdata.c (modified) * uspace/app/sbi/src/tdata.h (modified) * uspace/app/sbi/src/tdata_t.h (modified) * uspace/dist/src/sysel/demos/arith.sy (modified) * uspace/dist/src/sysel/demos/autobox.sy (added) * uspace/dist/src/sysel/demos/deleg.sy (added) * uspace/dist/src/sysel/demos/gen.sy (added) * uspace/dist/src/sysel/demos/list.sy (modified) * uspace/dist/src/sysel/demos/property.sy (modified) * uspace/dist/src/sysel/lib/boxed.sy (modified) * uspace/dist/src/sysel/lib/list.sy (modified) Update SBI to rev. 207. Sat, 10 Apr 2010 11:15:33 GMT Jiri Svoboda [074444f] * uspace/app/sbi/Makefile (modified) * uspace/app/sbi/src/builtin/bi_fun.c (modified) * uspace/app/sbi/src/imode.c (modified) * uspace/app/sbi/src/input.c (modified) * uspace/app/sbi/src/input.h (modified) * uspace/app/sbi/src/lex.c (modified) * uspace/app/sbi/src/lex_t.h (modified) * uspace/app/sbi/src/main.c (modified) * uspace/app/sbi/src/os/helenos.c (modified) * uspace/app/sbi/src/os/os.h (modified) * uspace/app/sbi/src/os/posix.c (modified) * uspace/app/sbi/src/p_expr.c (modified) * uspace/app/sbi/src/p_type.c (modified) * uspace/app/sbi/src/parse.c (modified) * uspace/app/sbi/src/program.c (added) * uspace/app/sbi/src/program.h (added) * uspace/app/sbi/src/rdata.c (modified) * uspace/app/sbi/src/rdata.h (modified) * uspace/app/sbi/src/rdata_t.h (modified) * uspace/app/sbi/src/run.c (modified) * uspace/app/sbi/src/run_expr.c (modified) * uspace/app/sbi/src/run_texpr.c (modified) * uspace/app/sbi/src/stree_t.h (modified) * uspace/app/sbi/src/stype.c (modified) * uspace/app/sbi/src/stype.h (modified) * uspace/app/sbi/src/stype_expr.c (modified) * uspace/app/sbi/src/symbol.c (modified) * uspace/app/sbi/src/tdata.c (modified) * uspace/app/sbi/src/tdata_t.h (modified) * uspace/dist/src/sysel/demos/list.sy (modified) * uspace/dist/src/sysel/lib/arith.sy (added) * uspace/dist/src/sysel/lib/boxed.sy (added) * uspace/dist/src/sysel/lib/libflist (added) * uspace/dist/src/sysel/lib/list.sy (added) Update SBI to rev. 184. Sun, 04 Apr 2010 22:31:01 GMT Jiri Svoboda [23de644] * uspace/app/sbi/Makefile (modified) * uspace/app/sbi/src/bigint.c (added) * uspace/app/sbi/src/bigint.h (added) * uspace/app/sbi/src/bigint_t.h (added) * uspace/app/sbi/src/builtin.c (modified) * uspace/app/sbi/src/builtin/bi_error.c (added) * uspace/app/sbi/src/builtin/bi_error.h (added) * uspace/app/sbi/src/builtin/bi_fun.c (modified) * uspace/app/sbi/src/builtin/bi_textfile.c (modified) * uspace/app/sbi/src/builtin_t.h (modified) * uspace/app/sbi/src/debug.h (modified) * uspace/app/sbi/src/imode.c (modified) * uspace/app/sbi/src/lex.c (modified) * uspace/app/sbi/src/lex_t.h (modified) * uspace/app/sbi/src/main.c (modified) * uspace/app/sbi/src/mytypes.h (modified) * uspace/app/sbi/src/os/helenos.c (modified) * uspace/app/sbi/src/os/os.h (modified) * uspace/app/sbi/src/os/posix.c (modified) * uspace/app/sbi/src/p_expr.c (modified) * uspace/app/sbi/src/parse.c (modified) * uspace/app/sbi/src/rdata.c (modified) * uspace/app/sbi/src/rdata_t.h (modified) * uspace/app/sbi/src/run.c (modified) * uspace/app/sbi/src/run.h (modified) * uspace/app/sbi/src/run_expr.c (modified) * uspace/app/sbi/src/run_expr.h (modified) * uspace/app/sbi/src/stree.c (modified) * uspace/app/sbi/src/stree.h (modified) * uspace/app/sbi/src/stree_t.h (modified) * uspace/app/sbi/src/stype.c (modified) * uspace/app/sbi/src/stype_expr.c (modified) * uspace/app/sbi/src/tdata.c (modified) * uspace/app/sbi/src/tdata_t.h (modified) * uspace/dist/src/sysel/demos/arith.sy (added) * uspace/dist/src/sysel/demos/varargs.sy (modified) Update SBI to rev. 174. Mon, 29 Mar 2010 20:43:27 GMT Jiri Svoboda [9f10660f] * uspace/dist/src/sysel/demos/htxtfile.sy (added) Add text file demo from Sysel repo. Mon, 29 Mar 2010 20:37:29 GMT Jiri Svoboda [a95310e] * uspace/dist/src/sysel/demos/array.sy (moved) * uspace/dist/src/sysel/demos/count.sy (moved) * uspace/dist/src/sysel/demos/except.sy (moved) * uspace/dist/src/sysel/demos/hello.sy (moved) * uspace/dist/src/sysel/demos/hexec.sy (moved) * uspace/dist/src/sysel/demos/inherit.sy (moved) * uspace/dist/src/sysel/demos/list.sy (moved) * uspace/dist/src/sysel/demos/property.sy (moved) * uspace/dist/src/sysel/demos/string.sy (moved) * uspace/dist/src/sysel/demos/varargs.sy (moved) Move Sysel demos under uspace/dist/src/sysel/demos. Fri, 26 Mar 2010 21:55:23 GMT Jiri Svoboda [37f527b] * uspace/app/sbi/Makefile (modified) * uspace/app/sbi/src/ancr.c (modified) * uspace/app/sbi/src/builtin.c (modified) * uspace/app/sbi/src/builtin.h (modified) * uspace/app/sbi/src/builtin/bi_fun.c (added) * uspace/app/sbi/src/builtin/bi_fun.h (added) * uspace/app/sbi/src/builtin/bi_textfile.c (added) * uspace/app/sbi/src/builtin/bi_textfile.h (added) * uspace/app/sbi/src/input.c (modified) * uspace/app/sbi/src/input.h (modified) * uspace/app/sbi/src/input_t.h (modified) * uspace/app/sbi/src/lex.c (modified) * uspace/app/sbi/src/lex.h (modified) * uspace/app/sbi/src/lex_t.h (modified) * uspace/app/sbi/src/main.c (modified) * uspace/app/sbi/src/mytypes.h (modified) * uspace/app/sbi/src/p_expr.c (modified) * uspace/app/sbi/src/p_type.c (modified) * uspace/app/sbi/src/parse.c (modified) * uspace/app/sbi/src/parse.h (modified) * uspace/app/sbi/src/rdata.c (modified) * uspace/app/sbi/src/rdata.h (modified) * uspace/app/sbi/src/rdata_t.h (modified) * uspace/app/sbi/src/run.c (modified) * uspace/app/sbi/src/run.h (modified) * uspace/app/sbi/src/run_expr.c (modified) * uspace/app/sbi/src/run_t.h (modified) * uspace/app/sbi/src/run_texpr.c (modified) * uspace/app/sbi/src/stree.c (modified) * uspace/app/sbi/src/stree.h (modified) * uspace/app/sbi/src/stree_t.h (modified) * uspace/app/sbi/src/stype.c (modified) * uspace/app/sbi/src/stype.h (modified) * uspace/app/sbi/src/stype_expr.c (modified) * uspace/app/sbi/src/symbol.c (modified) * uspace/app/sbi/src/tdata.c (modified) * uspace/app/sbi/src/tdata.h (modified) * uspace/app/sbi/src/tdata_t.h (modified) * uspace/dist/sysel/except.sy (modified) * uspace/dist/sysel/hexec.sy (modified) * uspace/dist/sysel/inherit.sy (modified) * uspace/dist/sysel/list.sy (modified) * uspace/dist/sysel/property.sy (modified) * uspace/dist/sysel/string.sy (modified) Update SBI to rev. 144. Sat, 13 Mar 2010 12:17:57 GMT Jiri Svoboda [6ba20a6b] * uspace/dist/sysel/property.sy (added) Add new property demo from sysel repo. Sun, 07 Mar 2010 17:45:33 GMT Jiri Svoboda [94d484a] * uspace/app/sbi/Makefile (modified) * uspace/app/sbi/src/ancr.c (modified) * uspace/app/sbi/src/builtin.c (modified) * uspace/app/sbi/src/compat.h (modified) * uspace/app/sbi/src/lex.c (modified) * uspace/app/sbi/src/lex_t.h (modified) * uspace/app/sbi/src/os/helenos.c (added) * uspace/app/sbi/src/os/os.h (added) * uspace/app/sbi/src/os/posix.c (added) * uspace/app/sbi/src/p_expr.c (modified) * uspace/app/sbi/src/p_type.c (modified) * uspace/app/sbi/src/parse.c (modified) * uspace/app/sbi/src/rdata.c (modified) * uspace/app/sbi/src/rdata.h (modified) * uspace/app/sbi/src/rdata_t.h (modified) * uspace/app/sbi/src/run.c (modified) * uspace/app/sbi/src/run.h (modified) * uspace/app/sbi/src/run_expr.c (modified) * uspace/app/sbi/src/run_t.h (modified) * uspace/app/sbi/src/run_texpr.c (added) * uspace/app/sbi/src/run_texpr.h (added) * uspace/app/sbi/src/stree.c (modified) * uspace/app/sbi/src/stree.h (modified) * uspace/app/sbi/src/stree_t.h (modified) * uspace/app/sbi/src/strtab.c (modified) * uspace/dist/sysel/array.sy (added) * uspace/dist/sysel/count.sy (modified) * uspace/dist/sysel/except.sy (added) * uspace/dist/sysel/hello.sy (modified) * uspace/dist/sysel/hexec.sy (added) * uspace/dist/sysel/inherit.sy (modified) * uspace/dist/sysel/list.sy (modified) * uspace/dist/sysel/string.sy (added) * uspace/dist/sysel/varargs.sy (added) Update SBI to rev. 90. Sat, 27 Feb 2010 17:59:14 GMT Jiri Svoboda [fa36f29] * uspace/app/sbi/src/ancr.c (modified) * uspace/app/sbi/src/input.c (modified) * uspace/app/sbi/src/lex.c (modified) * uspace/app/sbi/src/lex_t.h (modified) * uspace/app/sbi/src/main.c (modified) * uspace/app/sbi/src/p_expr.c (modified) * uspace/app/sbi/src/p_type.c (modified) * uspace/app/sbi/src/parse.c (modified) * uspace/app/sbi/src/rdata.c (modified) * uspace/app/sbi/src/rdata.h (modified) * uspace/app/sbi/src/rdata_t.h (modified) * uspace/app/sbi/src/run.c (modified) * uspace/app/sbi/src/run.h (modified) * uspace/app/sbi/src/run_expr.c (modified) * uspace/app/sbi/src/run_expr.h (modified) * uspace/app/sbi/src/run_t.h (modified) * uspace/app/sbi/src/stree.c (modified) * uspace/app/sbi/src/stree.h (modified) * uspace/app/sbi/src/stree_t.h (modified) * uspace/app/sbi/src/symbol.c (modified) * uspace/app/sbi/src/symbol.h (modified) * uspace/dist/sysel/count.sy (modified) * uspace/dist/sysel/hello.sy (modified) * uspace/dist/sysel/inherit.sy (added) * uspace/dist/sysel/list.sy (added) Update SBI to rev. 75. Tue, 23 Feb 2010 20:14:29 GMT Jiri Svoboda [09ababb7] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/sbi/Makefile (added) * uspace/app/sbi/src/ancr.c (added) * uspace/app/sbi/src/ancr.h (added) * uspace/app/sbi/src/builtin.c (added) * uspace/app/sbi/src/builtin.h (added) * uspace/app/sbi/src/compat.h (added) * uspace/app/sbi/src/debug.h (added) * uspace/app/sbi/src/input.c (added) * uspace/app/sbi/src/input.h (added) * uspace/app/sbi/src/input_t.h (added) * uspace/app/sbi/src/intmap.c (added) * uspace/app/sbi/src/intmap.h (added) * uspace/app/sbi/src/intmap_t.h (added) * uspace/app/sbi/src/lex.c (added) * uspace/app/sbi/src/lex.h (added) * uspace/app/sbi/src/lex_t.h (added) * uspace/app/sbi/src/list.c (added) * uspace/app/sbi/src/list.h (added) * uspace/app/sbi/src/list_t.h (added) * uspace/app/sbi/src/main.c (added) * uspace/app/sbi/src/mytypes.h (added) * uspace/app/sbi/src/p_expr.c (added) * uspace/app/sbi/src/p_expr.h (added) * uspace/app/sbi/src/p_type.c (added) * uspace/app/sbi/src/p_type.h (added) * uspace/app/sbi/src/parse.c (added) * uspace/app/sbi/src/parse.h (added) * uspace/app/sbi/src/parse_t.h (added) * uspace/app/sbi/src/rdata.c (added) * uspace/app/sbi/src/rdata.h (added) * uspace/app/sbi/src/rdata_t.h (added) * uspace/app/sbi/src/run.c (added) * uspace/app/sbi/src/run.h (added) * uspace/app/sbi/src/run_expr.c (added) * uspace/app/sbi/src/run_expr.h (added) * uspace/app/sbi/src/run_t.h (added) * uspace/app/sbi/src/stree.c (added) * uspace/app/sbi/src/stree.h (added) * uspace/app/sbi/src/stree_t.h (added) * uspace/app/sbi/src/strtab.c (added) * uspace/app/sbi/src/strtab.h (added) * uspace/app/sbi/src/strtab_t.h (added) * uspace/app/sbi/src/symbol.c (added) * uspace/app/sbi/src/symbol.h (added) * uspace/dist/sysel/count.sy (added) * uspace/dist/sysel/hello.sy (added) Add Sysel Bootstrap Interpreter (SBI) from Sysel repository rev. 53. Sun, 05 Apr 2009 10:17:11 GMT Jiri Svoboda [726ef849] * uspace/dist/readme (modified) Add multilingual text to dist/readme. Fri, 28 Nov 2008 10:39:19 GMT Jiri Svoboda [9dbe035] * uspace/dist/readme (added) Add text file for filesystem testing. Sun, 14 Sep 2008 15:19:00 GMT Jakub Jermar [211b0c13] * uspace/dist/etc/inittab (deleted) Replace /etc with /conf Tue, 03 Jun 2008 12:29:13 GMT Martin Decky [66a65d7] * uspace/dist/etc/inittab (added) filesystem template