commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master-xen, updated. d8d4d888fa629a0492a0dafefada


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master-xen, updated. d8d4d888fa629a0492a0dafefada621fec70cd92
Date: Wed, 21 Oct 2009 11:18: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 "GNU Mach".

The branch, master-xen has been updated
       via  d8d4d888fa629a0492a0dafefada621fec70cd92 (commit)
       via  ae04ee4bae693707549e9ac352dc27be5337277f (commit)
       via  3e1ec2d7634285af6be4adad69f8f3d6c29be43c (commit)
       via  a8146eaf40c464b2f1b361d9d30fcdb1302cd3f0 (commit)
       via  50624302d2efdaee0ca2290509b69d71c3b0bc6a (commit)
       via  4456d9e4cf239082243a7325378670c9504c0ace (commit)
       via  54553d88a0126e5ff68f12a5f734c635748db53d (commit)
       via  3c2935c64c1a4c0215ce8f3ff70dbc3b95210bf5 (commit)
       via  b339b72d52830486985a51e0b933ad5f4e9b55c4 (commit)
       via  0d67812f141258f482ffdf7d3800c28e1f07dcf2 (commit)
       via  213d08b57534aef3c37250335926c5d7e6d825e1 (commit)
       via  266010d8874f8c35c40fd769a440a9b778bc2258 (commit)
       via  d2c4e5c657b471fb69b224137ccb0a5339ce5252 (commit)
       via  30767a0acc11709c676a98f7512b73f12785938f (commit)
       via  49d557c5ff67d429760bfe304d0e6c1bf91404ad (commit)
       via  974fb49ada3787b06531ccb4437ee245b6cfe8c1 (commit)
       via  00ce4736bf9d221fde75d6c37e9f41a896e98426 (commit)
       via  64e4119ea8b7fc1e4d2bf62fea467023c3dde6cf (commit)
       via  4c06eab356ff4a0e528bf27e09dfbe9a9b4b9556 (commit)
       via  2f58373a59815b46a19355f18227f2304bd651ef (commit)
       via  e13b42aeee93f1662da5f5e83f93304972a3fa6d (commit)
      from  e57ad7fc45eeac039845dd3ad9ff68175aafbd8b (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 d8d4d888fa629a0492a0dafefada621fec70cd92
Author: Samuel Thibault <address@hidden>
Date:   Wed Oct 21 03:11:23 2009 +0200

    Revert spurious part of 64e4119: only pfn 0 should be freed

commit ae04ee4bae693707549e9ac352dc27be5337277f
Author: Samuel Thibault <address@hidden>
Date:   Tue Oct 20 22:01:11 2009 +0200

    Fix warnings
    
    * devices/io_reqs.h (io_req): Set type of io_alloc_size field to
    vm_size_t.
    * device/ds_routines.c (device_write_dealloc): Remove cast of
    io_alloc_size field.
    * device/subrs.c (brelse): Likewise.

commit 3e1ec2d7634285af6be4adad69f8f3d6c29be43c
Author: Samuel Thibault <address@hidden>
Date:   Tue Oct 20 21:46:20 2009 +0200

    Fix warnings
    
    * device/chario.c (ttypush): Set parameter type to void * instead of
    struct tty *, and implicitly cast the former into the latter instead.
    * i386/i386at/com.c: Include <kern/mach_clock.h>.
    (timeout, ttrstrt): Remove declarations.
    (comtimer): Add unused void * parameter.
    (comopen): Pass NULL to comtimer function.
    * i386/i386at/kd.h (kd_belloff): Add unused void * parameter.
    * i386/i386at/kd.c (timeout): Remove declaration.
    (kd_belloff): Add unused void * parameter.
    (feep, kdsetbell): Pass NULL to kd_belloff function.
    * i386/i386at/lpr.c: Include <mach_clock.h>.
    (timeout, ttrstrt): Remove declarations.
    * kern/mach_clock.c (softclock, timeout, untimeout): Set parameter
    type of fcn function pointer to void * instead of char *. Set type
    of param to void * instead of char *.
    * kern/mach_clock.h (timer_elt): Set parameter type of fcn member
    to void * instead of char *. Set time of param member to void * instead
    of char *.
    (timeout): Set parameter type of fcn function pointer parameter to void
    * instead of char *.
    (untimeout): Likewise, set type of param parameter to void * instead of
    char *.
    * kern/sched_prim.c (sched_init): Remove cast of recompute_priorities.
    Replace (char *)0 with NULL.
    (thread_timeout): Set parameter type to void * instead of thread_t, and
    implicitly cast the former into the latter instead.
    (thread_timeout_setup): Remove cast of thread_timeout, cast
    thread_depress_timeout into (void (*) (void*)). Remove cast of thread.
    (thread_recompute_priorities): Add unused void * parameter.

commit a8146eaf40c464b2f1b361d9d30fcdb1302cd3f0
Author: Samuel Thibault <address@hidden>
Date:   Tue Oct 20 21:39:31 2009 +0200

    Fix warnings
    
    * device/tty.h (tty): Set type of t_ispeed and t_ospeed members to
    unsigned char instead of (potentially signed) char.

commit 50624302d2efdaee0ca2290509b69d71c3b0bc6a
Merge: 4456d9e4cf239082243a7325378670c9504c0ace 
54553d88a0126e5ff68f12a5f734c635748db53d
Author: Samuel Thibault <address@hidden>
Date:   Tue Oct 20 18:28:57 2009 +0100

    Merge branch 'master' into master-xen

commit 4456d9e4cf239082243a7325378670c9504c0ace
Author: Samuel Thibault <address@hidden>
Date:   Tue Oct 20 18:27:25 2009 +0100

    fix warning

commit 3c2935c64c1a4c0215ce8f3ff70dbc3b95210bf5
Author: Samuel Thibault <address@hidden>
Date:   Tue Oct 20 18:25:04 2009 +0100

    Fix warnings
    
    * vm/vm_resident.c (vm_page_grab_contiguous_pages): Remove unused
    count_zeroes and not_found_em labels.

commit 0d67812f141258f482ffdf7d3800c28e1f07dcf2
Author: Samuel Thibault <address@hidden>
Date:   Tue Oct 20 18:23:40 2009 +0100

    Fix warning
    
    * vm/vm_pageout.c (vm_pageout_scan): Remove unused Restart label.

commit 266010d8874f8c35c40fd769a440a9b778bc2258
Author: Samuel Thibault <address@hidden>
Date:   Tue Oct 20 18:22:15 2009 +0100

    Fix warning
    
    * vm/vm_map.c (vm_map_lookup): Add braces to fix readability.

commit 30767a0acc11709c676a98f7512b73f12785938f
Author: Samuel Thibault <address@hidden>
Date:   Tue Oct 20 18:20:40 2009 +0100

    Fix warning
    
    * kern/thread.c (_s_): Remove unused variable.

commit 49d557c5ff67d429760bfe304d0e6c1bf91404ad
Author: Samuel Thibault <address@hidden>
Date:   Tue Oct 20 18:20:05 2009 +0100

    fix warning

commit 00ce4736bf9d221fde75d6c37e9f41a896e98426
Author: Samuel Thibault <address@hidden>
Date:   Tue Oct 20 19:15:33 2009 +0200

    Fix warnings
    
    * kern/bootstrap.c (task_insert_send_right): Remove spurious cast of
    port into ipc_object_t.
    (load_protect_text, load_fault_in_text, boot_map,
    load_bootstrap_symbols): Comment out unused variables and function.
    (read_exec): Comment out unused user_map variable.

commit 64e4119ea8b7fc1e4d2bf62fea467023c3dde6cf
Merge: e57ad7fc45eeac039845dd3ad9ff68175aafbd8b 
4c06eab356ff4a0e528bf27e09dfbe9a9b4b9556
Author: Samuel Thibault <address@hidden>
Date:   Tue Oct 20 18:11:10 2009 +0100

    Merge branch 'master' into master-xen
    
    Conflicts:
        i386/i386at/model_dep.c

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

Summary of changes:
 device/chario.c         |    3 +-
 device/ds_routines.c    |    2 +-
 device/io_req.h         |    2 +-
 device/subrs.c          |    2 +-
 device/tty.h            |    4 +-
 i386/i386at/boothdr.S   |    1 -
 i386/i386at/com.c       |    7 ++--
 i386/i386at/kd.c        |    8 ++---
 i386/i386at/kd.h        |    2 +-
 i386/i386at/lpr.c       |    3 +-
 i386/i386at/model_dep.c |   83 +++++++++++++++++++++++++++++++++++------------
 i386/xen/xen.c          |    2 +-
 kern/bootstrap.c        |   10 +++--
 kern/mach_clock.c       |   10 +++---
 kern/mach_clock.h       |    8 ++--
 kern/sched_prim.c       |   17 +++++----
 kern/thread.c           |    2 +-
 vm/vm_map.c             |    3 +-
 vm/vm_pageout.c         |    1 -
 vm/vm_resident.c        |    2 -
 20 files changed, 105 insertions(+), 67 deletions(-)


hooks/post-receive
-- 
GNU Mach




reply via email to

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