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-307-g8672d3f


From: Justus Winter
Subject: [SCM] Hurd branch, master, updated. v0.5-307-g8672d3f
Date: Sun, 15 Jun 2014 16:02:35 +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  8672d3f031f7898c26b2526960c77c4c522fb950 (commit)
       via  12bf32881d03225c864afbca431cd93f647ab1b3 (commit)
       via  707f6cc4dbad734325881c5b275138522188754c (commit)
       via  1ba2ed95690396bf081d0af043d878b26b8563c2 (commit)
       via  f937e9eae8012b66eeabcd10e4188d6410e7c5c4 (commit)
       via  2e94e61f1c6263adfcbca641b74f9a07ea8298a0 (commit)
       via  8927fbd63e29005ddb9b2c2264046089bf669857 (commit)
       via  f15806e05d97ac060f4e992db6c3e2b6814a9bbc (commit)
       via  ac38884dc9ad32a11d09f55ba9fe399cd0a48e2f (commit)
      from  370f2fcb4ae7901e34caba64d31027f8cf69a858 (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 8672d3f031f7898c26b2526960c77c4c522fb950
Merge: 370f2fc 12bf328
Author: Justus Winter <address@hidden>
Date:   Sun Jun 15 17:58:10 2014 +0200

    Merge branch 'merge-random'

commit 12bf32881d03225c864afbca431cd93f647ab1b3
Author: Justus Winter <address@hidden>
Date:   Mon Jun 9 12:08:38 2014 +0200

    Add the random translator to prog-subdirs
    
    * Makefile (prog-subdirs): Add random.

commit 707f6cc4dbad734325881c5b275138522188754c
Merge: 10412bf 1ba2ed9
Author: Justus Winter <address@hidden>
Date:   Mon Jun 9 11:57:42 2014 +0200

    Merge the random translator into the Hurd repository

commit 1ba2ed95690396bf081d0af043d878b26b8563c2
Author: Justus Winter <address@hidden>
Date:   Mon Jun 9 11:42:22 2014 +0200

    Prepare the random translator to be merged into the Hurd sources
    
    Move the random translator to its own subdirectory 'random'.
    
    This is the last commit to this repository.  Development of the random
    translator will continue in the main Hurd repository.

commit f937e9eae8012b66eeabcd10e4188d6410e7c5c4
Merge: 2e94e61 8927fbd
Author: Samuel Thibault <address@hidden>
Date:   Fri May 30 20:23:17 2014 +0200

    Merge branch 'random' of ssh://git.savannah.gnu.org/srv/git/hurd/incubator 
into random

commit 2e94e61f1c6263adfcbca641b74f9a07ea8298a0
Author: Samuel Thibault <address@hidden>
Date:   Fri May 30 20:21:54 2014 +0200

    Fix buffer allocation on io_read
    
    * random.c (trivfs_S_io_read): Catch buffer allocation error, and
    truncate allocation when we return less data than requested.

commit 8927fbd63e29005ddb9b2c2264046089bf669857
Author: Justus Winter <address@hidden>
Date:   Tue Apr 8 12:35:01 2014 +0200

    fix a receiver lookup
    
    * mig-decls.h: New file.
    * mig-mutate.h: Likewise.
    * Makefile (MIGSFLAGS): Use mig-mutate.h.
    * random.c (S_startup_dosync): Fix the receiver lookup.

commit f15806e05d97ac060f4e992db6c3e2b6814a9bbc
Author: Richard Braun <address@hidden>
Date:   Sun Nov 25 22:50:26 2012 +0100

    Move random to pthreads
    
    Makefiles, headers, types, macros and function calls are renamed where
    appropriate.
    
    * random.c: Switch from cthreads to pthreads.
    * Makefile: Likewise.

commit ac38884dc9ad32a11d09f55ba9fe399cd0a48e2f
Author: Samuel Thibault <address@hidden>
Date:   Thu Aug 18 02:37:17 2011 +0200

    Import version from Kilobug

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

Summary of changes:
 Makefile                               |    3 +-
 {tmpfs => random}/Makefile             |   18 +-
 random/TODO                            |   11 +
 random/gnupg-bithelp.h                 |   41 ++
 random/gnupg-glue.h                    |   40 ++
 random/gnupg-random.c                  |  810 ++++++++++++++++++++++++++++++++
 random/gnupg-random.h                  |   47 ++
 random/gnupg-rmd.h                     |   38 ++
 random/gnupg-rmd160.c                  |  656 ++++++++++++++++++++++++++
 {term => random}/mig-decls.h           |   19 +-
 {mach-defpager => random}/mig-mutate.h |    9 +-
 random/random.c                        |  634 +++++++++++++++++++++++++
 libtrivfs/priv.h => random/random.h    |   24 +-
 13 files changed, 2322 insertions(+), 28 deletions(-)
 copy {tmpfs => random}/Makefile (66%)
 create mode 100644 random/TODO
 create mode 100644 random/gnupg-bithelp.h
 create mode 100644 random/gnupg-glue.h
 create mode 100644 random/gnupg-random.c
 create mode 100644 random/gnupg-random.h
 create mode 100644 random/gnupg-rmd.h
 create mode 100644 random/gnupg-rmd160.c
 copy {term => random}/mig-decls.h (68%)
 copy {mach-defpager => random}/mig-mutate.h (78%)
 create mode 100644 random/random.c
 copy libtrivfs/priv.h => random/random.h (54%)


hooks/post-receive
-- 
Hurd



reply via email to

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