commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Hurd branch, master, updated. v0.5-50-g8f39f8b


From: Justus Winter
Subject: [SCM] Hurd branch, master, updated. v0.5-50-g8f39f8b
Date: Sat, 16 Nov 2013 10:28:27 +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  8f39f8bf905ca84db4c853733f6a3d3a3011c237 (commit)
       via  ef0b64d8d0ee7851a4d149ef8e39c133e4b788b7 (commit)
       via  dc96b68a826a652d514f994d1f7932fb6fff87a7 (commit)
       via  e4e5c29fb254a05a134886ee6518e3d7cfde1cc6 (commit)
       via  5d3b00abe9a506ab3c3310cfb82394534463c40b (commit)
       via  95e50540529d5a411880acbb6ee9f743226243a8 (commit)
       via  c75adc040ca2767545e9cff51575b2ac1706efcd (commit)
      from  f5ba2dee8d589639de0e0df315322e5b312c45c5 (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 8f39f8bf905ca84db4c853733f6a3d3a3011c237
Author: Justus Winter <address@hidden>
Date:   Fri Nov 15 20:36:58 2013 +0100

    Clean up the included header files
    
    * libihash/ihash.c: Clean up the included header files.
    * libshouldbeinlibc/cacheq.c: Likewise.
    * libshouldbeinlibc/canon-host.c: Likewise.
    * libshouldbeinlibc/fsysops.c: Likewise.
    * libshouldbeinlibc/idvec-auth.c: Likewise.
    * libshouldbeinlibc/idvec.c: Likewise.
    * libshouldbeinlibc/idvec.h: Likewise.
    * libshouldbeinlibc/localhost.c: Likewise.
    * libshouldbeinlibc/maptime.c: Likewise.
    * libshouldbeinlibc/nullauth.c: Likewise.
    * libshouldbeinlibc/portxlate.c: Likewise.
    * libshouldbeinlibc/shared-dom.c: Likewise.
    * libshouldbeinlibc/ugids-argp.c: Likewise.
    * libshouldbeinlibc/ugids-auth.c: Likewise.
    * libshouldbeinlibc/ugids-imply.c: Likewise.
    * libshouldbeinlibc/ugids-merge.c: Likewise.
    * libshouldbeinlibc/ugids-subtract.c: Likewise.
    * libshouldbeinlibc/ugids-verify-auth.c: Likewise.
    * libshouldbeinlibc/ugids-verify.c: Likewise.
    * libshouldbeinlibc/ugids.c: Likewise.
    * libshouldbeinlibc/ugids.h: Likewise.
    * libshouldbeinlibc/wire.c: Likewise.

commit ef0b64d8d0ee7851a4d149ef8e39c133e4b788b7
Author: Justus Winter <address@hidden>
Date:   Fri Nov 15 13:04:53 2013 +0100

    mach-defpager: do not remove -Wall from CFLAGS
    
    Bother, said Pooh.
    
    * Makefile: Do not remove -Wall from CFLAGS.

commit dc96b68a826a652d514f994d1f7932fb6fff87a7
Author: Justus Winter <address@hidden>
Date:   Fri Nov 15 12:57:27 2013 +0100

    mach-defpager: fix the page offsets returned by pager_pages
    
    Previously the increment was outside the loop body, turning it into a
    dead increment.
    
    Move the increment into the loop body as it is done in the true branch
    above. This fixes the offsets recorded in the default_pager_page_t
    objects.
    
    Found using the Clang Static Analyzer.
    
    * mach-defpager/default_pager.c (pager_pages): Fix returned page offsets.

commit e4e5c29fb254a05a134886ee6518e3d7cfde1cc6
Author: Justus Winter <address@hidden>
Date:   Fri Nov 15 12:26:32 2013 +0100

    libshouldbeinlibc: fix dead assignment
    
    Found using the Clang Static Analyzer.
    
    * libshouldbeinlibc/timefmt.c (fmt_past_time): Fix dead assignment,
      normalize adjacent white space.

commit 5d3b00abe9a506ab3c3310cfb82394534463c40b
Author: Justus Winter <address@hidden>
Date:   Fri Nov 15 12:10:05 2013 +0100

    ext2fs: fix error handling
    
    Found using the Clang Static Analyzer.
    
    * ext2fs/dir.c (diskfs_lookup_hard): Fix error handling.

commit 95e50540529d5a411880acbb6ee9f743226243a8
Author: Justus Winter <address@hidden>
Date:   Fri Nov 15 11:56:50 2013 +0100

    libdiskfs: fix error handling
    
    Found using the Clang Static Analyzer.
    
    * libdiskfs/dir-renamed.c (diskfs_rename_dir): Fix error handling.

commit c75adc040ca2767545e9cff51575b2ac1706efcd
Author: Justus Winter <address@hidden>
Date:   Fri Nov 15 11:53:55 2013 +0100

    libdiskfs: remove dead assignment
    
    Found using the Clang Static Analyzer.
    
    * libdiskfs/io-write.c (diskfs_S_io_write): Remove dead assignment.

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

Summary of changes:
 ext2fs/dir.c                          |    2 ++
 libdiskfs/dir-renamed.c               |    2 +-
 libdiskfs/io-write.c                  |    1 -
 libihash/ihash.c                      |    4 +---
 libshouldbeinlibc/cacheq.c            |    2 +-
 libshouldbeinlibc/canon-host.c        |    1 -
 libshouldbeinlibc/fsysops.c           |    1 +
 libshouldbeinlibc/idvec-auth.c        |    1 +
 libshouldbeinlibc/idvec.c             |    3 ++-
 libshouldbeinlibc/idvec.h             |    1 -
 libshouldbeinlibc/localhost.c         |    2 +-
 libshouldbeinlibc/maptime.c           |    1 -
 libshouldbeinlibc/nullauth.c          |    2 --
 libshouldbeinlibc/portxlate.c         |    2 +-
 libshouldbeinlibc/shared-dom.c        |    3 ---
 libshouldbeinlibc/timefmt.c           |    4 ++--
 libshouldbeinlibc/ugids-argp.c        |    3 +--
 libshouldbeinlibc/ugids-auth.c        |    2 +-
 libshouldbeinlibc/ugids-imply.c       |    3 ++-
 libshouldbeinlibc/ugids-merge.c       |    3 ++-
 libshouldbeinlibc/ugids-subtract.c    |    4 ++--
 libshouldbeinlibc/ugids-verify-auth.c |    7 +------
 libshouldbeinlibc/ugids-verify.c      |    7 +------
 libshouldbeinlibc/ugids.c             |    1 +
 libshouldbeinlibc/ugids.h             |    2 ++
 libshouldbeinlibc/wire.c              |    2 +-
 mach-defpager/Makefile                |    3 ---
 mach-defpager/default_pager.c         |    5 +++--
 28 files changed, 30 insertions(+), 44 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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