commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Hurd branch, rbraun/hurd_with_pthreads, updated. hurd-release-0-2-


From: Richard Braun
Subject: [SCM] Hurd branch, rbraun/hurd_with_pthreads, updated. hurd-release-0-2-3454-g4d0dcac
Date: Sun, 19 Aug 2012 19:10:50 +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, rbraun/hurd_with_pthreads has been updated
       via  4d0dcaca53729f200de33e621ec1bf47fdc7603e (commit)
       via  370e1beda18b8b9570cf529362354f135d623225 (commit)
       via  3b2ecba59c3f90651b9b613979d49793fd62c7b4 (commit)
      from  653a755dd08dae5854e797d36b758af793bef1f9 (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 4d0dcaca53729f200de33e621ec1bf47fdc7603e
Author: Thomas DiModica <address@hidden>
Date:   Wed Aug 15 20:31:27 2012 -0600

    Pass NULL instead of 0 to pthread_create. Ensure that thread functions are 
void * (*) (void *).

commit 370e1beda18b8b9570cf529362354f135d623225
Author: Thomas DiModica <address@hidden>
Date:   Wed Aug 15 20:13:25 2012 -0600

    Include stdio.h in several files to quell warnings about the use of perror 
without declaration.

commit 3b2ecba59c3f90651b9b613979d49793fd62c7b4
Author: Thomas DiModica <address@hidden>
Date:   Wed Aug 15 19:59:50 2012 -0600

    Error check pthread_create.
    
    * boot/boot.c (main): Add error checking to pthread_create.
    * console-client/ncursesw.c (ncursesw_driver_start): Likewise.
    * console-client/pc-kbd.c (pc_kbd_start): Likewise.
    * console-client/pc-mouse.c (pc_mouse_start): Likewise.
    * console-client/timer.c (timer_init): Likewise.
    * console-client/trans.c (console_setup_node): Likewise.
    * console/display.c (display_init): Likewise.
    * console/pager.c (user_pager_init): Likewise.
    * libdiskfs/disk-pager.c (diskfs_start_disk_pager): Likewise.
    * libdiskfs/init-first.c (diskfs_spawn_first_thread): Likewise.
    * libdiskfs/sync-interval.c (diskfs_set_sync_interval): Likewise.
    * mach-defpager/default_pager.c (start_default_pager_thread): Likewise.
    * nfs/cache.c (netfs_node_norefs): Likewise.
    * nfs/main.c (main): Likewise.
    * pfinet/ethernet.c (ethernet_initialize): Likewise.
    * pfinet/main.c (main): Likewise.
    * pfinet/timer-emul.c (init_time): Likewise.
    * pflocal/sserver.c (ensure_sock_server): Likewise.
    * proc/msg.c (S_proc_setmsgport): Likewise.
    * proc/stubs.c (send_signal): Likewise.
    * storeio/pager.c (init_dev_paging): Likewise.
    * term/hurdio.c (hurdio_init): Likewise.
    * tmpfs/tmpfs.c (main): Likewise.
    * utils/fakeauth.c (main): Likewise.
    * utils/rpctrace.c (main): Likewise.

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

Summary of changes:
 boot/boot.c                   |   10 ++++++++--
 console-client/ncursesw.c     |   10 ++++++++--
 console-client/pc-kbd.c       |   10 ++++++++--
 console-client/pc-mouse.c     |   10 ++++++++--
 console-client/timer.c        |   11 +++++++++--
 console-client/trans.c        |   11 +++++++++--
 console/display.c             |   11 +++++++++--
 console/pager.c               |   12 ++++++++++--
 libdiskfs/disk-pager.c        |   10 ++++++++--
 libdiskfs/init-first.c        |   12 ++++++++++--
 libdiskfs/sync-interval.c     |    8 +++++++-
 mach-defpager/default_pager.c |   10 +++++++++-
 nfs/cache.c                   |   12 ++++++++++--
 nfs/main.c                    |   20 ++++++++++++++++----
 pfinet/ethernet.c             |   11 +++++++++--
 pfinet/main.c                 |   10 ++++++++--
 pfinet/timer-emul.c           |   19 ++++++++++++++-----
 pflocal/sserver.c             |   18 ++++++++++++++----
 proc/msg.c                    |   15 ++++++++++++---
 proc/stubs.c                  |   12 ++++++++++--
 storeio/pager.c               |   12 ++++++++++--
 term/hurdio.c                 |   23 +++++++++++++++++++----
 tmpfs/tmpfs.c                 |   11 +++++++++--
 utils/fakeauth.c              |   10 ++++++++--
 utils/rpctrace.c              |   10 ++++++++--
 25 files changed, 250 insertions(+), 58 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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