commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Hurd branch, master, updated. v0.7-30-g6ca2aa1


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.7-30-g6ca2aa1
Date: Tue, 29 Dec 2015 19:47:45 +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 "Hurd".

The branch, master has been updated
       via  6ca2aa1284a5e82df0193d2727941420361bc50f (commit)
       via  05c3ffac543052c8d0b171a5f77bb977d5316a61 (commit)
       via  a718b0bfcce0d6426d3354815c957ce9dbb1ca21 (commit)
       via  cc3e97aa0141410eb8b05cab34aecf65f44a164c (commit)
       via  b4cf10f408d50e4caaeda6d2bc9df2db3398a9cd (commit)
      from  52b5c7e8db6e6742dd6d7bf1548c6d33e149f59a (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 6ca2aa1284a5e82df0193d2727941420361bc50f
Author: Flavio Cruz <address@hidden>
Date:   Tue Dec 29 18:11:06 2015 +0100

    fix compiler warnings in hurd/ext2fs
    
    ext2fs: Fix compiler warnings.
    
    * ext2fs/balloc.c: Use unsigned char instead of char.
    * ext2fs/bitmap.c Use unsigned char for bitmaps.
    * ext2fs/dir.c: Fix format.
    * ext2fs/ext2fs.h: Use unsigned char for bitmaps.
    * ext2fs/ialloc.c: Use unsigned char for bitmaps. Fix format string in
    ext2_warning.
    * ext2fs/pager.c: Fix format string in ext2_warning and ext2_error.

commit 05c3ffac543052c8d0b171a5f77bb977d5316a61
Author: Flavio Cruz <address@hidden>
Date:   Tue Dec 29 18:10:27 2015 +0100

    fix compiler warnings in hurd/exec
    
    exec: Fix compiler warnings.
    
    * exec/elfcore.c: Cast arguments to vm_address_t.
    * exec/main.c: Use %lu in asprintf.

commit a718b0bfcce0d6426d3354815c957ce9dbb1ca21
Author: Flavio Cruz <address@hidden>
Date:   Tue Dec 29 18:02:22 2015 +0100

    fix compiler warnings in hurd/daemons
    
    daemons: Fix compiler warnings.
    
    * daemons/lmail.c: Initialize cached to 0.

commit cc3e97aa0141410eb8b05cab34aecf65f44a164c
Author: Flavio Cruz <address@hidden>
Date:   Tue Dec 29 17:35:00 2015 +0100

    fix compiler warnings in hurd/console-client
    
    console-client: Fix several compiler warnings.
    
    * console-client/bdf.c: Use size_t instead of int.
    * console-client/driver.c: Remove unused variable errstring.
    * console-client/pc-kbd.c: Cast sc to scancode_x1 before comparing with enum
    values.
    * console-client/vga-dynacolor.h: Use an explicit if in reference counting.
    * console-client/vga-dynafont.c: Use usigned char for bitmaps.
    * console-client/vga-support.c: Use unsigned char instead of char.
    * console-client/vga-support.h: Likewise.
    * console-client/vga.c: Use conchar_attr_equal instead of casting 
structures to
    integers.
    * hurd/console.h: Add conchar_attr_equal to compare conchar_attr_t 
structures.

commit b4cf10f408d50e4caaeda6d2bc9df2db3398a9cd
Author: Flavio Cruz <address@hidden>
Date:   Tue Dec 29 17:31:30 2015 +0100

    boot: Fix boot.c compiler warning.
    
    * boot/boot.c: Compare header without using pointer dereferencing.

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

Summary of changes:
 boot/boot.c                    |    4 +++-
 console-client/bdf.c           |    4 ++--
 console-client/driver.c        |    2 +-
 console-client/pc-kbd.c        |   21 +++++++++++----------
 console-client/vga-dynacolor.h |   10 ++++++++--
 console-client/vga-dynafont.c  |    8 ++++----
 console-client/vga-support.c   |    8 +++++---
 console-client/vga-support.h   |    4 ++--
 console-client/vga.c           |    2 +-
 daemons/lmail.c                |    2 +-
 exec/elfcore.c                 |    4 ++--
 exec/main.c                    |    2 +-
 ext2fs/balloc.c                |   12 ++++++------
 ext2fs/bitmap.c                |    2 +-
 ext2fs/dir.c                   |    2 +-
 ext2fs/ext2fs.h                |   12 ++++++------
 ext2fs/hyper.c                 |    2 +-
 ext2fs/ialloc.c                |    8 ++++----
 ext2fs/pager.c                 |    4 ++--
 hurd/console.h                 |    7 +++++++
 20 files changed, 69 insertions(+), 51 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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