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-23-ge8b45fe


From: Justus Winter
Subject: [SCM] GNU Mach branch, master, updated. v1.8-23-ge8b45fe
Date: Sat, 5 Aug 2017 12:18:48 -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  e8b45fe8b5c6801f60e2825d09a2bda22e80372a (commit)
       via  c9f2f450f92528f04ee00ead0a3fd79b475f2d2c (commit)
       via  33e6c91c970f34443094ea6c076109575acd1586 (commit)
       via  0d94b02b5e1d4857e8af8ceedfb2af467d7a0a2a (commit)
      from  c327c0d2b9e9c8b813db99a6eb569786235b0bb2 (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 e8b45fe8b5c6801f60e2825d09a2bda22e80372a
Author: Justus Winter <address@hidden>
Date:   Sun Apr 2 00:13:56 2017 +0200

    ddb: debug traps and port references
    
    * ddb/db_command.c (db_debug_all_traps_cmd): New declaration and
    function.
    (db_debug_port_references_cmd): Likewise.
    * doc/mach.texi: Describe new commands.
    * i386/i386/db_interface.h (db_debug_all_traps): New declaration.
    * i386/i386/trap.c (db_debug_all_traps): New function.
    * ipc/mach_port.c (db_debug_port_references): New function.
    * ipc/mach_port.h (db_debug_port_references): New declaration.

commit c9f2f450f92528f04ee00ead0a3fd79b475f2d2c
Author: Justus Winter <address@hidden>
Date:   Sat Apr 1 18:07:40 2017 +0200

    ddb: Print scheduling information.
    
    * ddb/db_print.c (OPTION_SCHED): New macro.
    (db_print_thread): Display scheduling information if the flag is
    given.
    (db_print_task): Adapt.
    (db_show_all_threads): Parse new modifier.
    (db_show_one_thread): Likewise.
    * doc/mach.texi: Document the new flag.

commit 33e6c91c970f34443094ea6c076109575acd1586
Author: Justus Winter <address@hidden>
Date:   Sat Aug 5 17:02:42 2017 +0200

    doc: Document 'show all tasks'.

commit 0d94b02b5e1d4857e8af8ceedfb2af467d7a0a2a
Author: Justus Winter <address@hidden>
Date:   Sat Apr 1 16:13:18 2017 +0200

    kern: Fix reporting the minimum quantum used for scheduling.
    
    * kern/host.c (host_info): Scale 'min_quantum' by 'tick', then convert
    to milliseconds.

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

Summary of changes:
 ddb/db_command.c         | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 ddb/db_print.c           | 43 ++++++++++++++++++++++++++++++++++++++-----
 doc/mach.texi            | 17 +++++++++++++++--
 i386/i386/db_interface.h |  2 ++
 i386/i386/trap.c         | 10 ++++++++++
 ipc/mach_port.c          | 10 ++++++++++
 ipc/mach_port.h          |  4 ++++
 kern/host.c              |  5 +++--
 8 files changed, 128 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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