viuavm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Viuavm-commits] [SCM] Viua VM branch platformy-technologiczne updated.


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch platformy-technologiczne updated. v0.9.0-2691-gb82c5aa
Date: Thu, 2 Apr 2020 18:55:34 +0200 (CEST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Viua VM".

The branch, platformy-technologiczne has been updated
       via  b82c5aaeaf21d90dd5e6f76a2e2fbccbca02dd3c (commit)
       via  bf1dbdf11390fa7f58734336f316bab0a9cfe71b (commit)
       via  f763aec8fcdb29e2f93606e9c8ba07abeff68715 (commit)
       via  83987d44f79d2446a8d347a57f1200261e593d59 (commit)
       via  24c30465db496c4422b4386e89b95d272e3d3d21 (commit)
       via  6957d0d54afe1420eab913585bf3284578cc4639 (commit)
       via  93418586795a0b42a809e1ecdd1f7207a0791202 (commit)
       via  bb3450b8e6b2722bd616cba2095c3bf50a7a216d (commit)
       via  0e6af951f504b72d3fd2114d42744a2d00edbd8f (commit)
       via  54ea6774fc188541000b76dafa99ff02cccc3e6c (commit)
       via  0a49f270f0501e137f66ea4ba9583223856abed6 (commit)
       via  9fc5e6be2fc446396acab2da1b38dd2306f9c747 (commit)
       via  cdc1bc26194a46d082366069ee23b407e5fdcad3 (commit)
       via  18c45c2535c1d4100b66ac2a127d437c0f8559a2 (commit)
      from  b4fd4cec2eeeae3d34b7923a5e491fe73666a6ed (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b82c5aaeaf21d90dd5e6f76a2e2fbccbca02dd3c
Author: Marek Marecki <address@hidden>
Date:   Thu Apr 2 18:53:11 2020 +0200

    Executing works

commit bf1dbdf11390fa7f58734336f316bab0a9cfe71b
Author: Marek Marecki <address@hidden>
Date:   Thu Apr 2 18:52:17 2020 +0200

    Change 'open' to 'exec'
    
    Instead of "opening a file using foo" the action now means "execute foo
    with the file as operand".

commit f763aec8fcdb29e2f93606e9c8ba07abeff68715
Author: Marek Marecki <address@hidden>
Date:   Thu Apr 2 18:27:02 2020 +0200

    Input actor is made independent

commit 83987d44f79d2446a8d347a57f1200261e593d59
Author: Marek Marecki <address@hidden>
Date:   Thu Apr 2 18:26:14 2020 +0200

    Handle I/O with timeout and cancellaction

commit 24c30465db496c4422b4386e89b95d272e3d3d21
Author: Marek Marecki <address@hidden>
Date:   Thu Apr 2 09:35:57 2020 +0200

    Update Git ignore rules to include core files

commit 6957d0d54afe1420eab913585bf3284578cc4639
Author: Marek Marecki <address@hidden>
Date:   Thu Apr 2 09:34:31 2020 +0200

    Fix: handle void targets in DRAW instruction correctly

commit 93418586795a0b42a809e1ecdd1f7207a0791202
Author: Marek Marecki <address@hidden>
Date:   Thu Apr 2 09:32:58 2020 +0200

    Fix: handle immediate timeouts explicitly
    
    For some reason a receive operation may have hanged the process if it
    used an immediate (0ms) timeout more than once. Weird. I should
    investigate it further and apply a real fix.

commit bb3450b8e6b2722bd616cba2095c3bf50a7a216d
Author: Marek Marecki <address@hidden>
Date:   Wed Apr 1 22:01:01 2020 +0200

    Report crash address in stack trace

commit 0e6af951f504b72d3fd2114d42744a2d00edbd8f
Author: Marek Marecki <address@hidden>
Date:   Wed Apr 1 22:00:26 2020 +0200

    Allow inspecting current stack of a process

commit 54ea6774fc188541000b76dafa99ff02cccc3e6c
Author: Marek Marecki <address@hidden>
Date:   Wed Apr 1 20:26:41 2020 +0200

    Set thread names

commit 0a49f270f0501e137f66ea4ba9583223856abed6
Author: Marek Marecki <address@hidden>
Date:   Wed Apr 1 19:59:06 2020 +0200

    WIP: Try to add a timeout

commit 9fc5e6be2fc446396acab2da1b38dd2306f9c747
Author: Marek Marecki <address@hidden>
Date:   Wed Apr 1 19:50:28 2020 +0200

    Put input getting into separate function
    
    We need the input actor to release standard input sometimes.

commit cdc1bc26194a46d082366069ee23b407e5fdcad3
Author: Marek Marecki <address@hidden>
Date:   Wed Apr 1 19:47:35 2020 +0200

    Open command almost works

commit 18c45c2535c1d4100b66ac2a127d437c0f8559a2
Author: Marek Marecki <address@hidden>
Date:   Wed Apr 1 19:35:33 2020 +0200

    Send open command

-----------------------------------------------------------------------

Summary of changes:
 .gitignore                                         |   4 +-
 include/viua/process.h                             |   5 +
 misc/platformy_technologiczne/ls.asm               | 224 ++++++++++++++++++---
 .../static_analyser/checkers/check_op_draw.cpp     |  13 +-
 src/kernel/kernel.cpp                              |   3 +
 src/process/instr/concurrency.cpp                  |  13 +-
 src/scheduler/io/scheduler.cpp                     |   3 +
 src/scheduler/process.cpp                          |  10 +
 8 files changed, 239 insertions(+), 36 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]