commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master, updated. v1.4-282-g1e10bea


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.4-282-g1e10bea
Date: Sun, 08 Dec 2013 15:28:31 +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 has been updated
       via  1e10bea11c5e4789fa36592998312d84efe09158 (commit)
       via  94c96554e093f4b6cc947125f60e8da39031f08c (commit)
       via  b848914aac388e82948aa2b277c5a1edf3de158d (commit)
       via  18a03f7476f8e79f627bbabdcb478b3c81a6bbdf (commit)
       via  4bea7554a73ea34f561bc2ecadcbecca09358b87 (commit)
       via  512967fb52de27b2368625392dd675729be9aab0 (commit)
       via  d07a5acea462921fb45362e7fbb569a7b7395268 (commit)
       via  41f02ddf9c3a2357a0dbcce4b06010d54da4c123 (commit)
       via  d5f70349f3bfe387f07da38a9eccde0ccc5cdf3b (commit)
       via  99adfa5d7753ed949114be5fb1b8ffecfdf067e1 (commit)
       via  9003ab643c4fe5a54090c86fd4b8305c80f1e9bb (commit)
       via  5b52f611dd714b161337301109c28c2ae4a89dff (commit)
       via  56a1f2c7a861ef4f9fdd7546b50a5463c4a45a6b (commit)
       via  9341bd89f059310ab30ca0b644a88c73bb1458d9 (commit)
       via  7ac2f982c65e38ab0fbc97b899178596bb4e9252 (commit)
       via  db76d6bfd6b70c6fa03f90e0d77577df83e22f70 (commit)
       via  6fe7f4a63ac7b1efe182d861722e2baf71b1be16 (commit)
       via  a86e71f182495d73db2176d0927697e6e371517e (commit)
       via  f13cdc6b8d46628f4f7f6e8a3bb1f719a2b9c771 (commit)
       via  d3ac0b0895c94577d4a12861dfb530db92bcf5c7 (commit)
       via  e4d39d55f160a7ae3c3b235efd40be9c7da953e3 (commit)
       via  7806985ccef3fc8074a44dfd3f79b2ce21429338 (commit)
       via  e86050875d72dbe2f80d3475220f769d7928f30b (commit)
       via  9bf69217ac9b64c9167956579c5284a9abcb73fe (commit)
       via  cb685dd357b7ad7a02486a5085f911ca29c94e15 (commit)
       via  fd672d12fd9dd8cf71cee7f52243f964f638a00c (commit)
       via  8f1efe32baa54f9ffcd89bb33ae28de4c889cc30 (commit)
       via  26c25f250695ba2e648be7751b4076a83d30b5c4 (commit)
       via  4bf66deee8f6a1ac6e1922c617c820917367f88a (commit)
       via  514fffdc6a8415271e1196cb363566c4630a5394 (commit)
       via  a662fd0fb171133e8983ee1520a3160b86062167 (commit)
       via  255638fec41bf310aa90cddd238e2251caadfc92 (commit)
       via  c2eebf318505a4c5b83ebff6e2d1974ce5bbf146 (commit)
       via  cc2dd46fb9672c2481104d05f3cdded5a5c9130a (commit)
       via  d591ae773032ea0571bb1488ded979a384baae77 (commit)
       via  5636bbf479dc4e8e2f50c40295b4e957aeff0809 (commit)
       via  763723cc3fc373b29ce3b83c2dae5a7c75901512 (commit)
       via  38e75e45cac850ae50a8d20494937e1fcf6459f3 (commit)
       via  50a41a4e8f602a8619f42e8685a9b66d66f59f22 (commit)
       via  653ebe7bf09d3f84dde263ac8fdecddb6239c36f (commit)
       via  d329a3411f0521caf03eeb8e3d6d8edb3696b9f9 (commit)
       via  0538c719a05b53554c5a29187147ba386d5d0ffc (commit)
       via  8381f5f290482bce338188ede71499e616f1b6f2 (commit)
       via  c86c2d084dbd8c004eaf9c81e2bf712a4318466c (commit)
      from  cda5e793560d852afa34db48a4894d59ae4d5b79 (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 1e10bea11c5e4789fa36592998312d84efe09158
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:59 2013 +0100

    kern/act.h: remove unnecessary include
    
    File kern/act.h includes itself. Remove this include.
    
    * kern/act.h: Don't include kern/act.h.

commit 94c96554e093f4b6cc947125f60e8da39031f08c
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:58 2013 +0100

    Cleanup of the prototypes
    
    * device/cirbuf.h (nqdb): Remove prototype without definition.
    * device/conf.h (dev_set_indirect): Likewise.
    * kern/boot_script.h (boot_script_read_file): Likewise.
    * kern/eventcount.h (evc_notify_abort): Remove duplicate prototype.
    * kern/thread.h (thread_set_own_priority): Likewise.
    * kern/thread_swap.h (thread_swapout): Remove prototype without definition.
    * kern/timer.h (softclock): Remove duplicate prototype.
    * vm/pmap.h (pmap_resident_count, pmap_access, pmap_phys_address, 
pmap_phys_to_frame): Remove prototypes without function definition.
    * vm/vm_page.h (vm_set_page_size): Likewise.

commit b848914aac388e82948aa2b277c5a1edf3de158d
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:57 2013 +0100

    vm/vm_page.h: remove unused variables
    
    * vm/vm_page.h (first_phys_addr, last_phys_addr): Remove unused variables.

commit 18a03f7476f8e79f627bbabdcb478b3c81a6bbdf
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:56 2013 +0100

    kern/syscall_sw.c: use boolean instead of an int
    
    * kern/syscall_sw.c (kern_invalid_debug): Use boolean instead of an int.

commit 4bea7554a73ea34f561bc2ecadcbecca09358b87
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:55 2013 +0100

    kern/refcount.h: remove unnecessary include
    
    File kern/refcount.h includes itself. Remove this include.
    
    * kern/refcount.h: Don't include kern/refcount.h.

commit 512967fb52de27b2368625392dd675729be9aab0
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:54 2013 +0100

    kern/rbtree.h: remove unnecessary include
    
    File kern/rbtree.h includes itself. Remove this include.
    
    * kern/rbtree.h: Don't include kern/rbtree.h.

commit d07a5acea462921fb45362e7fbb569a7b7395268
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:53 2013 +0100

    kern/priority.c: update comment
    
    This is priority.c. Not clock_prim.c.
    
    * kern/priority.c: Update comment.

commit 41f02ddf9c3a2357a0dbcce4b06010d54da4c123
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:52 2013 +0100

    kern/pc_sample.c: remove unused variables
    
    * kern/pc_sample.c (pc_sampling_enabled, pc_sampling_lock): Remove unused 
variables.

commit d5f70349f3bfe387f07da38a9eccde0ccc5cdf3b
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:51 2013 +0100

    kern/lock_mon.c: remove dead assignments
    
    * kern/lock_mon.c (scurval, ssum, sli): Remove variables.
    (scurval, ssum, sli): Remove dead assignments.

commit 99adfa5d7753ed949114be5fb1b8ffecfdf067e1
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:50 2013 +0100

    kern/lock_mon.c: use spl_t instead of an int
    
    Variable curr_ipl is in other files declared as spl_t.
    
    * kern/lock_mon.c (curr_ipl): Use spl_t instead of an int.

commit 9003ab643c4fe5a54090c86fd4b8305c80f1e9bb
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:45 2013 +0100

    kern/act.h: remove prototype without definition
    
    * kern/act.h (act_create_kernel): Remove prototype without definition.

commit 5b52f611dd714b161337301109c28c2ae4a89dff
Author: Samuel Thibault <address@hidden>
Date:   Mon Dec 9 00:18:22 2013 +0900

    Add comment

commit 56a1f2c7a861ef4f9fdd7546b50a5463c4a45a6b
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:43 2013 +0100

    ipc/port.h: update comment
    
    This is ipc/port.h. Not ipc/ipc_port.h.
    
    * ipc/port.h: Update comment.

commit 9341bd89f059310ab30ca0b644a88c73bb1458d9
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:42 2013 +0100

    ipc/mach_port.c: use boolean instead of an int
    
    * ipc/mach_port.c (mach_port_deallocate_debug): Use boolean instead of an 
int.

commit 7ac2f982c65e38ab0fbc97b899178596bb4e9252
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:41 2013 +0100

    ipc/ipc_init.c: qualify constant with const
    
    * ipc/ipc_init.c (ipc_kernel_map_size): Qualify constant with const.

commit db76d6bfd6b70c6fa03f90e0d77577df83e22f70
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:40 2013 +0100

    i386/intel/pmap.c: remove unused variable
    
    * i386/intel/pmap.c (end): Remove unused variable.

commit 6fe7f4a63ac7b1efe182d861722e2baf71b1be16
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:39 2013 +0100

    i386/intel/pmap.c: use boolean instead of an int
    
    * i386/intel/pmap.c (pmap_debug): Use boolean instead of an int.

commit a86e71f182495d73db2176d0927697e6e371517e
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:38 2013 +0100

    time: remove unused variable
    
    * i386/i386at/rtc.c (tz): Remove unused variable.
    * xen/time.c (tz): Remove unused variable.

commit f13cdc6b8d46628f4f7f6e8a3bb1f719a2b9c771
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:37 2013 +0100

    i386/i386at/rtc.c: use boolean instead of an int
    
    * i386/i386at/rtc.c (first_rtcopen_ever): Use boolean instead of an int.

commit d3ac0b0895c94577d4a12861dfb530db92bcf5c7
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:33 2013 +0100

    i386/i386at/kd.c: use boolean instead of an unsigned int
    
    * i386/i386at/kd.c (kd_bellstate): Use boolean instead of an unsigned int.

commit e4d39d55f160a7ae3c3b235efd40be9c7da953e3
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:32 2013 +0100

    i386/i386at/kd.c: use boolean instead of an int
    
    * i386/i386at/kd.c (mouse_in_use): Use boolean instead of an int.
    Remove duplicate declaration.

commit 7806985ccef3fc8074a44dfd3f79b2ce21429338
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:28 2013 +0100

    i386/i386at/model_dep.c, kd.c: use boolean instead of an int
    
    * i386/i386at/kd.c (rebootflag): Use boolean instead of an int.
    Remove duplicate variable declaration.
    * i386/i386at/model_dep.c (rebootflag): Use boolean instead of an int.

commit e86050875d72dbe2f80d3475220f769d7928f30b
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:27 2013 +0100

    i386/i386at/immc.c, kd.c: use boolean instead of an int
    
    * i386/i386at/immc.c (immediate_console_enable): Use boolean instead of an 
int.
    * i386/i386at/kd.c (immediate_console_enable): Likewise.

commit 9bf69217ac9b64c9167956579c5284a9abcb73fe
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:24 2013 +0100

    i386/i386/user_ldt.c: remove unused variable
    
    * i386/i386/user_ldt.c (acc_type): Remove unused variable.

commit cb685dd357b7ad7a02486a5085f911ca29c94e15
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:23 2013 +0100

    i386/i386/trap.c: remove unused variables
    
    * i386/i386/trap.c (v86_assist_on, v86_unsafe_ok, v86_do_sti_cli, 
v86_do_sti_immediate, cli_count, sti_count): Remove unused variables.

commit fd672d12fd9dd8cf71cee7f52243f964f638a00c
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:22 2013 +0100

    i386/i386/trap.c: remove unused variable
    
    * i386/i386/trap.c (brb): Remove unused variable.

commit 8f1efe32baa54f9ffcd89bb33ae28de4c889cc30
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:21 2013 +0100

    i386/i386/pit.c: remove unused variables
    
    * i386/i386/pit.c (pitctr1_port, pitctr2_port): Remove unused variables.

commit 26c25f250695ba2e648be7751b4076a83d30b5c4
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:20 2013 +0100

    i386/i386/pic.c: remove unused variables
    
    * i386/i386/pic.c (nintr, npics): Remove unused variables.

commit 4bf66deee8f6a1ac6e1922c617c820917367f88a
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:18 2013 +0100

    i386/i386/mp_desc.c: remove unused variable
    
    * i386/i386/mp_desc.c (avail_start): Remove unused variable.

commit 514fffdc6a8415271e1196cb363566c4630a5394
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:17 2013 +0100

    i386/i386/ipl.h: remove ifdef and add ifndef
    
    This code is used even if KERNEL is not defined. Remove the ifdef.
    
    * i386/i386/ipl.h [_I386_IPL_H_]: Add ifndef.

commit a662fd0fb171133e8983ee1520a3160b86062167
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:13 2013 +0100

    i386/i386/db_interface.c: use boolean instead of an int
    
    * i386/i386/db_interface.c (kernel_dr): Use boolean instead of an int.

commit 255638fec41bf310aa90cddd238e2251caadfc92
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:12 2013 +0100

    device/tty.h, chario.h: move prototype
    
    Now that we have device/chario.h move the chario_init() prototype
    from device/tty.h to device/chario.h.
    
    * device/chario.h (chario_init): Add prototype.
    * device/device_init.c: Include device/chario.h.
    * device/tty.h (chario_init): Remove prototype.

commit c2eebf318505a4c5b83ebff6e2d1974ce5bbf146
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:11 2013 +0100

    device/kmsg.c: use boolean instead of an int
    
    * device/kmsg.c (kmsg_init_done): Use boolean instead of an int.

commit cc2dd46fb9672c2481104d05f3cdded5a5c9130a
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:10 2013 +0100

    device/kmsg.c: use boolean instead of an int
    
    * device/kmsg.c (kmsg_in_use): Use boolean instead of an int.

commit d591ae773032ea0571bb1488ded979a384baae77
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:08 2013 +0100

    device/if_ether.h: remove unused variable
    
    * device/if_ether.h (etherbroadcastaddr): Remove unused variable.
    * device/subrs.c (etherbroadcastaddr): Remove initialization.

commit 5636bbf479dc4e8e2f50c40295b4e957aeff0809
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:07 2013 +0100

    device/dev_lookup.c: remove unused lock
    
    * device/dev_lookup.c (dev_port_lock): Remove unused lock.

commit 763723cc3fc373b29ce3b83c2dae5a7c75901512
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:05 2013 +0100

    device/cirbuf.c: use boolean instead of an int
    
    * device/cirbuf.c (cb_check_enable): Use boolean instead of an int.

commit 38e75e45cac850ae50a8d20494937e1fcf6459f3
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:04 2013 +0100

    device/chario.c: use boolean instead of an int
    
    * device/chario.c (pdma_default): Use boolean instead of an int.

commit 50a41a4e8f602a8619f42e8685a9b66d66f59f22
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:01 2013 +0100

    ddb/db_output.c: remove duplicate function
    
    Function kdbprintf() and db_printf() are the same function. Remove
    kdbprintf() and define kdbprintf to db_printf.
    
    * ddb/db_output.c (kdbprintf): Remove function.
    * ddb/db_output.h: Define kdbprintf to db_printf.
    (kdbprintf): Remove prototype.

commit 653ebe7bf09d3f84dde263ac8fdecddb6239c36f
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:03:00 2013 +0100

    ddb/db_output.c: remove call to nonexistent db_printf_enter()
    
    * ddb/db_output.c [db_printf_enter] (db_printf_enter): Remove call to 
nonexistent function.

commit d329a3411f0521caf03eeb8e3d6d8edb3696b9f9
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:02:59 2013 +0100

    ddb/db_command.h: remove duplicate variable declaration
    
    * ddb/db_command.h (db_recover): Remove duplicate variable declaration.

commit 0538c719a05b53554c5a29187147ba386d5d0ffc
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:02:58 2013 +0100

    ddb/db_command.c: remove forward declaration
    
    * ddb/db_command.c (db_skip_to_eol): Remove forward declaration.

commit 8381f5f290482bce338188ede71499e616f1b6f2
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:02:56 2013 +0100

    i386/i386/setjmp.h: remove ifdef
    
    Function _longjmp() is used even if __GNUC__ is not defined. Avoid
    implicit declaration in that case by removing the ifdef.
    
    * i386/i386/setjmp.h [__GNUC__] (_longjmp): Remove ifdef.

commit c86c2d084dbd8c004eaf9c81e2bf712a4318466c
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 5 22:02:55 2013 +0100

    kern/machine.c: remove __volatile__
    
    Shutdown can be optimised. Remove __volatile__.
    
    * kern/machine.c [__GNUC__] (processor_doshutdown): Remove volatile 
function qualifier.

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

Summary of changes:
 ddb/db_command.c         |    2 --
 ddb/db_command.h         |    2 --
 ddb/db_output.c          |   15 ---------------
 ddb/db_output.h          |    3 ++-
 device/chario.c          |    2 +-
 device/chario.h          |    2 ++
 device/cirbuf.c          |    2 +-
 device/cirbuf.h          |    1 -
 device/conf.h            |    5 -----
 device/dev_lookup.c      |    4 ----
 device/device_init.c     |    1 +
 device/if_ether.h        |    2 --
 device/kmsg.c            |   12 ++++++------
 device/subrs.c           |    5 -----
 device/tty.h             |    2 --
 i386/i386/db_interface.c |    6 +++---
 i386/i386/ipl.h          |    4 ++++
 i386/i386/mp_desc.c      |    6 ------
 i386/i386/pic.c          |    3 ---
 i386/i386/pit.c          |    2 --
 i386/i386/setjmp.h       |    2 --
 i386/i386/trap.c         |   14 --------------
 i386/i386/user_ldt.c     |   12 ------------
 i386/i386at/immc.c       |    2 +-
 i386/i386at/kd.c         |   19 +++++++++----------
 i386/i386at/model_dep.c  |    4 ++--
 i386/i386at/rtc.c        |    7 +++----
 i386/intel/pmap.c        |    4 +---
 ipc/ipc_init.c           |    2 +-
 ipc/mach_port.c          |    2 +-
 ipc/port.h               |    2 +-
 kern/act.h               |    3 ---
 kern/boot_script.h       |    4 ----
 kern/debug.c             |    1 +
 kern/eventcount.h        |    2 --
 kern/lock_mon.c          |    8 +-------
 kern/machine.c           |    3 ---
 kern/pc_sample.c         |    3 ---
 kern/priority.c          |    2 +-
 kern/rbtree.h            |    1 -
 kern/refcount.h          |    2 --
 kern/syscall_sw.c        |    2 +-
 kern/thread.h            |    2 --
 kern/thread_swap.h       |    1 -
 kern/timer.h             |    2 --
 vm/pmap.h                |   22 ----------------------
 vm/vm_page.h             |    7 -------
 xen/time.c               |    1 -
 48 files changed, 43 insertions(+), 174 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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