# # ChangeLog for uspace/dist/src in mainline # # Generated by Trac 1.6 # 2025-08-23T04:27:23Z 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 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.