commit-hurd
[Top][All Lists]
Advanced

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

[gnumach] 02/02: Merge tag 'upstream/1.4+git20141107'


From: Samuel Thibault
Subject: [gnumach] 02/02: Merge tag 'upstream/1.4+git20141107'
Date: Fri, 07 Nov 2014 01:34:20 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch master
in repository gnumach.

commit 29c76793f30f8a160c31bc7add92b35676d5f236
Merge: 0982bcf 3019fda
Author: Samuel Thibault <address@hidden>
Date:   Fri Nov 7 00:37:30 2014 +0000

    Merge tag 'upstream/1.4+git20141107'
    
    Upstream version 1.4+git20141107

 ChangeLog                                          |  2973 +++++
 INSTALL                                            |     4 +-
 Makefile.am                                        |     3 +
 Makefile.in                                        |   363 +-
 Makefrag.am                                        |    31 +-
 NEWS                                               |    20 +
 README                                             |     2 +-
 aclocal.m4                                         |   160 +-
 chips/busses.c                                     |    26 +-
 chips/busses.h                                     |     8 +-
 config.h.in                                        |     3 -
 configure                                          |   311 +-
 ddb/db_access.c                                    |    42 +-
 ddb/db_access.h                                    |     6 +
 ddb/db_aout.c                                      |   118 +-
 include/mach/gnumach.defs => ddb/db_aout.h         |    51 +-
 ddb/db_break.c                                     |   125 +-
 ddb/db_break.h                                     |    18 +-
 ddb/db_command.c                                   |    78 +-
 ddb/db_command.h                                   |    15 +-
 ddb/db_cond.c                                      |    22 +-
 ddb/db_cond.h                                      |     2 +-
 ddb/db_elf.c                                       |   232 +
 include/mach/gnumach.defs => ddb/db_elf.h          |    51 +-
 ddb/db_examine.c                                   |    71 +-
 ddb/db_examine.h                                   |    28 +-
 ddb/db_expr.c                                      |    36 +-
 ddb/db_expr.h                                      |     2 +-
 ddb/db_ext_symtab.c                                |    12 +-
 ddb/db_input.c                                     |    43 +-
 ddb/db_input.h                                     |     2 +
 ddb/db_lex.c                                       |    31 +-
 ddb/db_lex.h                                       |     9 +-
 ddb/db_macro.c                                     |    40 +-
 ddb/db_macro.h                                     |     4 +-
 ddb/db_mp.c                                        |    37 +-
 include/mach/gnumach.defs => ddb/db_mp.h           |    29 +-
 ddb/db_output.c                                    |    29 +-
 ddb/db_output.h                                    |    10 +-
 ddb/db_print.c                                     |   101 +-
 ddb/db_print.h                                     |    14 +-
 ddb/db_run.c                                       |    77 +-
 ddb/db_run.h                                       |    36 +-
 ddb/db_sym.c                                       |   135 +-
 ddb/db_sym.h                                       |    42 +-
 ddb/db_task_thread.c                               |    86 +-
 ddb/db_task_thread.h                               |    24 +-
 ddb/db_trap.c                                      |    18 +-
 ddb/db_variables.c                                 |    46 +-
 ddb/db_variables.h                                 |     9 +-
 ddb/db_watch.c                                     |    45 +-
 ddb/db_watch.h                                     |    12 +-
 ddb/db_write_cmd.c                                 |     8 +-
 include/mach/gnumach.defs => ddb/db_write_cmd.h    |    33 +-
 ddb/stab.h                                         |     4 +
 device/blkio.c                                     |    15 +-
 include/mach/gnumach.defs => device/blkio.h        |    25 +-
 device/buf.h                                       |    10 +-
 device/chario.c                                    |    36 +-
 include/mach/gnumach.defs => device/chario.h       |    36 +-
 device/cirbuf.c                                    |     6 +-
 device/cirbuf.h                                    |     3 +-
 device/conf.h                                      |    48 +-
 device/cons.c                                      |    18 +-
 device/dev_hdr.h                                   |    10 +-
 device/dev_lookup.c                                |    39 +-
 device/dev_master.h                                |     5 +
 device/dev_name.c                                  |    66 +-
 device/dev_pager.c                                 |    97 +-
 include/mach/gnumach.defs => device/dev_pager.h    |    27 +-
 device/device_init.c                               |    13 +-
 include/mach/gnumach.defs => device/device_init.h  |    25 +-
 device/device_types_kernel.h                       |     1 -
 device/ds_routines.c                               |   108 +-
 device/ds_routines.h                               |    30 +-
 device/if_ether.h                                  |     7 +-
 device/kmsg.c                                      |    17 +-
 device/kmsg.h                                      |     2 +-
 device/net_io.c                                    |   259 +-
 device/net_io.h                                    |    63 +-
 device/subrs.c                                     |    36 +-
 device/tty.h                                       |     6 +-
 doc/mach.info                                      |   241 +-
 doc/mach.info-1                                    |   419 +-
 doc/mach.info-2                                    |   299 +-
 doc/mach.texi                                      |   218 +-
 doc/stamp-vti                                      |     8 +-
 doc/version.texi                                   |     8 +-
 i386/Makefrag.am                                   |    27 +-
 i386/grub/acpi.h                                   |   220 +
 i386/grub/compiler.h                               |    51 +
 i386/grub/cpu/io.h                                 |    72 +
 i386/grub/cpu/time.h                               |    29 +
 i386/grub/cpu/types.h                              |    33 +
 i386/grub/err.h                                    |    96 +
 i386/grub/glue.h                                   |    33 +
 ddb/db_input.h => i386/grub/i18n.h                 |    23 +-
 i386/grub/misc.h                                   |   517 +
 i386/grub/mm.h                                     |    77 +
 i386/grub/symbol.h                                 |    72 +
 i386/grub/time.h                                   |    46 +
 i386/grub/types.h                                  |   325 +
 i386/i386/ast_check.c                              |    14 +-
 i386/i386/db_disasm.c                              |    10 +-
 i386/i386/db_interface.c                           |   102 +-
 i386/i386/db_interface.h                           |    32 +-
 i386/i386/db_machdep.h                             |     1 -
 i386/i386/db_trace.c                               |    81 +-
 include/mach/gnumach.defs => i386/i386/db_trace.h  |    31 +-
 i386/i386/debug.h                                  |     2 +-
 i386/i386/debug_i386.c                             |     7 +-
 i386/i386/fpu.c                                    |    81 +-
 i386/i386/fpu.h                                    |     2 +-
 i386/i386/gdt.c                                    |     2 +-
 i386/i386/hardclock.c                              |    10 +-
 include/mach/gnumach.defs => i386/i386/hardclock.h |    30 +-
 i386/i386/idt.c                                    |     2 +-
 i386/i386/io_map.c                                 |    38 +-
 i386/i386/io_perm.c                                |     8 +-
 i386/i386/io_perm.h                                |     2 +-
 i386/i386/ipl.h                                    |     4 +
 i386/i386/ktss.c                                   |     2 +-
 i386/i386/kttd_interface.c                         |     2 +-
 i386/i386/ldt.c                                    |     5 +-
 i386/i386/lock.h                                   |     2 +-
 i386/i386/locore.h                                 |     2 +
 i386/i386/loose_ends.c                             |    10 +-
 i386/i386/machine_routines.h                       |     3 +-
 i386/i386/machine_task.c                           |     2 +-
 i386/i386/model_dep.h                              |     8 +-
 i386/i386/mp_desc.c                                |    17 +-
 i386/i386/mp_desc.h                                |     2 +
 i386/i386/pcb.c                                    |   115 +-
 i386/i386/pcb.h                                    |    14 +-
 i386/i386/phys.c                                   |   104 +-
 i386/i386/pic.c                                    |    11 +-
 i386/i386/pic.h                                    |     2 +-
 i386/i386/pit.c                                    |     4 +-
 i386/i386/setjmp.h                                 |     4 +-
 i386/i386/thread.h                                 |     2 +-
 i386/i386/trap.c                                   |    83 +-
 i386/i386/trap.h                                   |     9 +
 i386/i386/user_ldt.c                               |    72 +-
 i386/i386/user_ldt.h                               |    12 +-
 i386/i386/vm_tuning.h                              |    35 -
 i386/i386/xen.h                                    |     2 +-
 i386/i386at/acpi.c                                 |    82 +
 i386/i386at/acpihalt.c                             |   409 +
 ddb/db_input.h => i386/i386at/acpihalt.h           |    21 +-
 i386/i386at/autoconf.c                             |    14 +-
 i386/i386at/com.c                                  |   105 +-
 i386/i386at/com.h                                  |    33 +
 i386/i386at/conf.c                                 |    56 +-
 i386/i386at/cram.h                                 |     4 +
 i386/i386at/disk.h                                 |     4 +
 i386/i386at/grub_glue.c                            |    67 +
 i386/i386at/i8250.h                                |     5 +
 i386/i386at/idt.h                                  |     2 +-
 i386/i386at/immc.c                                 |     6 +-
 i386/i386at/int_init.c                             |     2 +-
 i386/i386at/int_init.h                             |     2 +-
 i386/i386at/kd.c                                   |   462 +-
 i386/i386at/kd.h                                   |    64 +-
 i386/i386at/kd_event.c                             |    96 +-
 i386/i386at/kd_event.h                             |    29 +
 i386/i386at/kd_mouse.c                             |   105 +-
 i386/i386at/kd_mouse.h                             |    13 +
 i386/i386at/kd_queue.c                             |    10 +-
 i386/i386at/kd_queue.h                             |     9 +-
 i386/i386at/kdsoft.h                               |     5 +
 i386/i386at/lpr.c                                  |    49 +-
 i386/i386at/{lprreg.h => lpr.h}                    |    33 +
 i386/i386at/mem.c                                  |     2 +-
 include/mach/gnumach.defs => i386/i386at/mem.h     |    25 +-
 i386/i386at/model_dep.c                            |    82 +-
 .../mach/gnumach.defs => i386/i386at/model_dep.h   |    29 +-
 i386/i386at/pic_isa.c                              |     2 +-
 i386/i386at/rtc.c                                  |    31 +-
 i386/i386at/rtc.h                                  |     9 +-
 i386/include/mach/i386/asm.h                       |     4 +
 i386/include/mach/i386/cthreads.h                  |     2 +-
 i386/include/mach/i386/disk.h                      |     4 +
 i386/include/mach/i386/mach_i386_types.h           |     4 +-
 i386/include/mach/i386/rpc.h                       |     9 -
 i386/intel/pmap.c                                  |   357 +-
 i386/intel/pmap.h                                  |    32 +-
 i386/intel/read_fault.c                            |     8 +-
 include/cache.h                                    |    25 +
 include/device/device.defs                         |    11 +-
 include/device/device_types.defs                   |    14 +
 include/device/device_types.h                      |     2 +
 include/device/tape_status.h                       |     2 +-
 include/device/tty_status.h                        |     5 +
 include/mach/alert.h                               |     2 +-
 include/mach/boot.h                                |     4 +-
 include/mach/default_pager_types.defs              |     2 +-
 include/mach/default_pager_types.h                 |     2 +-
 include/mach/gnumach.defs                          |    35 +
 include/mach/mach_port.defs                        |    23 +
 include/mach/mach_types.defs                       |    10 +
 include/mach/memory_object.defs                    |    40 +-
 include/mach/memory_object_default.defs            |     4 +
 include/mach/message.h                             |     9 +-
 include/mach/multiboot.h                           |     2 +-
 include/mach/notify.defs                           |    32 +-
 include/mach/rpc.h                                 |     1 -
 include/mach/version.h                             |     5 +
 include/mach_debug/mach_debug.defs                 |    12 +-
 include/mach_debug/mach_debug_types.defs           |     2 +
 include/mach_debug/mach_debug_types.h              |    11 +
 include/mach_debug/pc_info.h                       |     2 +-
 include/string.h                                   |     8 +-
 ipc/ipc_entry.c                                    |    24 +-
 ipc/ipc_entry.h                                    |     5 +
 ipc/ipc_hash.c                                     |    12 +-
 ipc/ipc_init.c                                     |     4 +-
 ipc/ipc_kmsg.c                                     |   196 +-
 ipc/ipc_kmsg.h                                     |     3 +-
 ipc/ipc_kmsg_queue.h                               |     2 +-
 ipc/ipc_machdep.h                                  |     4 +
 ipc/ipc_marequest.c                                |    34 +-
 ipc/ipc_mqueue.c                                   |    14 +-
 ipc/ipc_mqueue.h                                   |     1 +
 ipc/ipc_notify.c                                   |    42 +-
 ipc/ipc_object.c                                   |     3 +-
 ipc/ipc_object.h                                   |     4 +-
 ipc/ipc_port.c                                     |    83 +-
 ipc/ipc_port.h                                     |    27 +
 include/mach/gnumach.defs => ipc/ipc_print.h       |    38 +-
 ipc/ipc_pset.c                                     |     4 +-
 ipc/ipc_right.c                                    |    50 +-
 ipc/ipc_table.c                                    |    13 +-
 ipc/ipc_table.h                                    |     8 +
 ipc/ipc_thread.h                                   |     8 +-
 ipc/mach_debug.c                                   |    18 +-
 ipc/mach_msg.c                                     |   184 +-
 ipc/mach_port.c                                    |   153 +-
 ipc/mach_port.h                                    |    11 +
 ipc/mach_rpc.c                                     |     9 +-
 ipc/port.h                                         |     2 +-
 kern/act.c                                         |    33 +-
 kern/act.h                                         |     5 +-
 kern/assert.h                                      |     6 +-
 kern/ast.c                                         |    22 +-
 kern/boot_script.c                                 |     6 +-
 kern/boot_script.h                                 |     4 -
 kern/bootstrap.c                                   |    47 +-
 include/mach/gnumach.defs => kern/bootstrap.h      |    25 +-
 kern/debug.c                                       |    19 +-
 kern/debug.h                                       |     4 +-
 kern/elf-load.c                                    |     2 +
 kern/eventcount.c                                  |    21 +-
 kern/eventcount.h                                  |     7 +-
 kern/exception.c                                   |    91 +-
 kern/exception.h                                   |    66 +
 kern/host.c                                        |    26 +-
 kern/ipc_host.c                                    |     2 +-
 kern/ipc_kobject.c                                 |    28 +-
 kern/ipc_kobject.h                                 |     5 +-
 kern/ipc_mig.c                                     |   215 +-
 kern/ipc_mig.h                                     |    79 +-
 kern/ipc_sched.c                                   |     6 +-
 kern/ipc_tt.c                                      |    66 +-
 kern/lock.c                                        |    22 +-
 kern/lock.h                                        |     6 +-
 kern/lock_mon.c                                    |    51 +-
 kern/mach_clock.c                                  |    77 +-
 kern/mach_clock.h                                  |     9 +-
 kern/mach_factor.c                                 |    16 +-
 kern/machine.c                                     |   102 +-
 kern/machine.h                                     |     2 +-
 kern/macro_help.h                                  |     5 -
 kern/pc_sample.c                                   |    39 +-
 kern/printf.c                                      |    52 +-
 kern/printf.h                                      |     1 +
 kern/priority.c                                    |    18 +-
 include/mach/gnumach.defs => kern/priority.h       |    29 +-
 kern/processor.c                                   |    47 +-
 kern/processor.h                                   |     6 +
 kern/queue.c                                       |    24 +-
 kern/queue.h                                       |    10 +-
 kern/rbtree.h                                      |     1 -
 kern/refcount.h                                    |     6 +-
 kern/sched.h                                       |     2 +-
 kern/sched_prim.c                                  |   204 +-
 kern/sched_prim.h                                  |    27 +-
 kern/shuttle.h                                     |     2 +-
 kern/slab.c                                        |    15 +-
 kern/slab.h                                        |    27 +-
 kern/startup.c                                     |    49 +-
 include/mach/gnumach.defs => kern/startup.h        |    27 +-
 kern/strings.c                                     |    36 +-
 kern/syscall_emulation.c                           |    54 +-
 kern/syscall_emulation.h                           |     6 +
 kern/syscall_subr.c                                |    54 +-
 kern/syscall_subr.h                                |     1 +
 kern/syscall_sw.c                                  |    29 +-
 kern/task.c                                        |   100 +-
 kern/task.h                                        |    21 +-
 kern/thread.c                                      |   129 +-
 kern/thread.h                                      |    16 +-
 kern/thread_swap.c                                 |    12 +-
 kern/thread_swap.h                                 |     3 +-
 kern/time_stamp.c                                  |    24 +-
 kern/timer.c                                       |    87 +-
 kern/timer.h                                       |     4 +-
 kern/xpr.c                                         |    29 +-
 linux/Makefrag.am                                  |     6 +
 linux/dev/drivers/block/ahci.c                     |   264 +-
 linux/dev/drivers/block/floppy.c                   |     2 +-
 linux/dev/glue/block.c                             |    13 +-
 linux/dev/include/linux/blk.h                      |     5 +-
 linux/dev/include/linux/blkdev.h                   |     1 +
 linux/dev/include/linux/fs.h                       |     2 +-
 linux/src/drivers/block/ide-cd.c                   |    51 +-
 linux/src/drivers/block/ide.c                      |     1 +
 linux/src/drivers/net/sundance.c                   |     2 +-
 linux/src/drivers/net/tlan.c                       |     4 +-
 linux/src/drivers/scsi/AM53C974.c                  |     2 +-
 linux/src/drivers/scsi/FlashPoint.c                | 12156 +++++++++++++++++++
 linux/src/drivers/scsi/NCR5380.c                   |     4 +-
 linux/src/drivers/scsi/eata_pio_proc.c             |   135 +
 linux/src/drivers/scsi/scsiiom.c                   |  1540 +++
 linux/src/drivers/scsi/t128.c                      |     4 +-
 util/atoi.c                                        |     8 +-
 util/atoi.h                                        |     2 +-
 version.m4                                         |     2 +-
 vm/memory_object.c                                 |   161 +-
 vm/memory_object_proxy.c                           |     8 +-
 vm/memory_object_proxy.h                           |    15 +-
 vm/pmap.h                                          |    24 +-
 vm/vm_debug.c                                      |    35 +-
 vm/vm_external.c                                   |    18 +-
 vm/vm_fault.c                                      |   150 +-
 vm/vm_fault.h                                      |     6 +
 vm/vm_init.c                                       |     4 +-
 include/mach/gnumach.defs => vm/vm_init.h          |    26 +-
 vm/vm_kern.c                                       |   248 +-
 vm/vm_kern.h                                       |    14 +
 vm/vm_map.c                                        |   486 +-
 vm/vm_map.h                                        |    31 +-
 vm/vm_object.c                                     |   101 +-
 vm/vm_object.h                                     |    10 +
 vm/vm_page.h                                       |    22 +-
 vm/vm_pageout.c                                    |    61 +-
 vm/vm_pageout.h                                    |     6 +
 include/mach/gnumach.defs => vm/vm_print.h         |    39 +-
 vm/vm_resident.c                                   |    96 +-
 vm/vm_resident.h                                   |     6 +-
 vm/vm_user.c                                       |   130 +-
 xen/block.c                                        |     7 +-
 xen/console.c                                      |     2 +-
 xen/console.h                                      |    10 +
 xen/grant.c                                        |     2 +-
 xen/net.c                                          |     5 +-
 xen/time.c                                         |     7 +-
 356 files changed, 26309 insertions(+), 5941 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/gnumach.git



reply via email to

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