commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master, updated. 14a6257ed1dca3a037003f40706eeda7


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. 14a6257ed1dca3a037003f40706eeda7f5a2bbda
Date: Wed, 11 Sep 2013 20:16:25 +0000

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  14a6257ed1dca3a037003f40706eeda7f5a2bbda (commit)
       via  cbe805c2122b8b46b1fbe7c6b1d8f69cd22fb901 (commit)
       via  67f3956f39046e6d284c8479dc096f297a271dad (commit)
      from  72997cf12a75919625bdd8fb80bb5f0f5f3b981b (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 14a6257ed1dca3a037003f40706eeda7f5a2bbda
Author: Marin Ramesa <address@hidden>
Date:   Wed Sep 11 12:27:49 2013 +0200

    track the console init with a boolean instead of an int
    
    A variable that keeps track if the console init has been called. It should
    never receive values other than 0 and 1, so constrain it's possible range of
    values to a boolean.
    
    * device/cons.c (cn_inited): Use boolean_t instead of an int.

commit cbe805c2122b8b46b1fbe7c6b1d8f69cd22fb901
Author: Marin Ramesa <address@hidden>
Date:   Wed Sep 11 12:27:48 2013 +0200

    track the console buffer usage with a boolean instead of an int
    
    A variable that keeps track of the console buffer usage should never receive
    values other than 0 and 1, so constrain it's value range to boolean. Plus, 
it's
    more readable this way.
    
    * device/cons.c (consbufused): Use boolean_t instead of an int.

commit 67f3956f39046e6d284c8479dc096f297a271dad
Author: Marin Ramesa <address@hidden>
Date:   Wed Sep 11 12:27:47 2013 +0200

    drop unused CONSMAJOR
    
    CONSMAJOR is never used. I'm guessing that in the past it was
    a part of some problematic code. I don't see a reason to keep
    it's definition.
    
    * device/cons.h (CONSMAJOR): Remove definition.

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

Summary of changes:
 device/cons.c |   12 ++++++------
 device/cons.h |    3 ---
 2 files changed, 6 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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