brho / akaros

Akaros Operating System
http://akaros.cs.berkeley.edu/
Other
314 stars 61 forks source link

Fork with procdata #18

Closed klueska closed 9 years ago

klueska commented 9 years ago

This branch attempts to resolve issue #17.

akaros-notifier commented 9 years ago

Thanks, merged.

On 2015-10-12 at 22:25 Kevin Klues notifications@github.com wrote:

This branch attempts to resolve issue #17. You can view, comment on, or merge this pull request online at:

https://github.com/brho/akaros/pull/18

-- Commit Summary --

  • Simple pipe test with fork()
  • Sync fork/exec() with updates to procinfo/procdata

-- File Changes --

M kern/include/process.h (2)
M kern/src/process.c (4)
M kern/src/syscall.c (18)
A tests/pipetest.c (59)

-- Patch Links --

https://github.com/brho/akaros/pull/18.patch https://github.com/brho/akaros/pull/18.diff


Reply to this email directly or view it on GitHub: https://github.com/brho/akaros/pull/18

akaros-notifier commented 9 years ago

Merged at:

https://github.com/brho/akaros/compare/f7a748b...335b33f