commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master, updated. v1.8-36-g06766c2


From: Justus Winter
Subject: [SCM] GNU Mach branch, master, updated. v1.8-36-g06766c2
Date: Thu, 26 Oct 2017 12:26:39 -0400 (EDT)

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 "GNU Mach".

The branch, master has been updated
       via  06766c2bd372b95b78d960fec33531a279175758 (commit)
       via  10ebf9565f69760e46a8f271e22c5367d54e10ff (commit)
       via  d7d4740699431889f44fc7ce16f083eaa31f907e (commit)
      from  8088591b6e56257ea9bd0be68fd1e5f48be892b1 (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 06766c2bd372b95b78d960fec33531a279175758
Author: Justus Winter <address@hidden>
Date:   Thu Oct 26 17:59:40 2017 +0200

    kern: Fix new task notifications.
    
    * kern/task.c (task_create_kernel): Handle NULL parent tasks.

commit 10ebf9565f69760e46a8f271e22c5367d54e10ff
Author: Justus Winter <address@hidden>
Date:   Thu Oct 26 17:38:30 2017 +0200

    kern: Fix crash.
    
    Check receiver in task_create.  Fixes a crash when sending that
    message to a non-task port.
    
    * kern/bootstrap.c (boot_script_task_create): Use the new function.
    * kern/task.c (task_create): Rename to task_create_internal, create a
    new function in its place that checks the receiver first.
    * kern/task.h (task_create_internal): New prototype.

commit d7d4740699431889f44fc7ce16f083eaa31f907e
Author: Justus Winter <address@hidden>
Date:   Mon Oct 23 18:06:59 2017 +0200

    linux: Fix warnings.
    
    * linux/dev/glue/net.c (device_write): Remove unused variables.

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

Summary of changes:
 kern/bootstrap.c     |  2 +-
 kern/task.c          | 32 ++++++++++++++++++++++++++++++--
 kern/task.h          |  4 ++++
 linux/dev/glue/net.c |  3 +--
 4 files changed, 36 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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