commit-hurd
[Top][All Lists]
Advanced

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

[SCM] the great next stuff branch, dde, updated. 22e9bf5e089d043e0262231


From: Samuel Thibault
Subject: [SCM] the great next stuff branch, dde, updated. 22e9bf5e089d043e026223176f787d7c904b0004
Date: Tue, 27 Nov 2012 22:07:13 +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 "the great next stuff".

The branch, dde has been updated
       via  22e9bf5e089d043e026223176f787d7c904b0004 (commit)
      from  286a6fc51ae5a6ad0f93e0f9c9cb4412c86da824 (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 22e9bf5e089d043e026223176f787d7c904b0004
Author: Richard Braun <address@hidden>
Date:   Sun Nov 25 23:12:41 2012 +0100

    Move DDE to pthreads
    
    Makefiles, headers, types, macros and function calls are renamed where
    appropriate. ds_server now takes a void* and returns a void*.
    
    * dde26_test/Makefile: Switch from cthreads to pthreads.
    * dde_e100/Makefile: Likewise.
    * dde_e100/main.c: Likewise.
    * dde26_test/Makefile: Likewise.
    * dde_e100/Makefile: Likewise.
    * dde_e100/main.c: Likewise.
    * dde_e1000/Makefile: Likewise.
    * dde_e1000/main.c: Likewise.
    * dde_ne2k_pci/Makefile: Likewise.
    * dde_ne2k_pci/main.c: Likewise.
    * dde_pcnet32/Makefile: Likewise.
    * dde_pcnet32/main.c: Likewise.
    * dde_pcnet32_test/Makefile: Likewise.
    * dde_rtl8139/Makefile: Likewise.
    * dde_rtl8139/main.c: Likewise.
    * libbpf/Makefile: Likewise.
    * libddekit/Makefile: Likewise.
    * libddekit/condvar.c: Likewise.
    * libddekit/lock.c: Likewise.
    * libddekit/pgtab.c: Likewise.
    * libddekit/thread.c: Likewise.
    * libddekit/timer.c: Likewise.
    * libhurd-slab/Makefile: Likewise.
    * libhurd-slab/slab.c: Likewise.
    * libhurd-slab/slab.h: Likewise.
    * libmachdev/Makefile: Likewise.
    * libmachdev/dev_hdr.h: Likewise.
    * libmachdev/ds_routines.c: Likewise.
    * libmachdev/if_hdr.h: Likewise.
    * libmachdev/io_req.h: Likewise.
    * libmachdev/machdev.h: Likewise.
    * libmachdev/net.c: Likewise.
    * libmachdev/queue.h: Likewise.

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

Summary of changes:
 dde26_test/Makefile       |    2 +-
 dde_e100/Makefile         |    2 +-
 dde_e100/main.c           |    5 +-
 dde_e1000/Makefile        |    2 +-
 dde_e1000/main.c          |    5 +-
 dde_ne2k_pci/Makefile     |    2 +-
 dde_ne2k_pci/main.c       |    5 +-
 dde_pcnet32/Makefile      |    2 +-
 dde_pcnet32/main.c        |    5 +-
 dde_pcnet32_test/Makefile |    2 +-
 dde_rtl8139/Makefile      |    2 +-
 dde_rtl8139/main.c        |    5 +-
 libbpf/Makefile           |    2 +-
 libddekit/Makefile        |    3 +-
 libddekit/condvar.c       |   24 ++++---
 libddekit/lock.c          |   21 +++---
 libddekit/pgtab.c         |   32 +++++-----
 libddekit/thread.c        |  160 ++++++++++++++++++--------------------------
 libddekit/timer.c         |    5 +-
 libhurd-slab/Makefile     |    2 +-
 libhurd-slab/slab.c       |   20 +++---
 libhurd-slab/slab.h       |    4 +-
 libmachdev/Makefile       |    3 +-
 libmachdev/dev_hdr.h      |    6 +-
 libmachdev/ds_routines.c  |    5 +-
 libmachdev/if_hdr.h       |    6 +-
 libmachdev/io_req.h       |   10 ++--
 libmachdev/machdev.h      |    2 +-
 libmachdev/net.c          |    4 +-
 libmachdev/queue.h        |   14 ++--
 30 files changed, 178 insertions(+), 184 deletions(-)


hooks/post-receive
-- 
the great next stuff



reply via email to

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