commit-hurd
[Top][All Lists]
Advanced

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

[gnumach] branch upstream updated (19c1edf -> 3019fda)


From: Samuel Thibault
Subject: [gnumach] branch upstream updated (19c1edf -> 3019fda)
Date: Fri, 07 Nov 2014 01:34:21 +0000

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

sthibault pushed a change to branch upstream
in repository gnumach.

      from  19c1edf   Merge branch 'upstream' of 
git.debian.org:/git/pkg-hurd/gnumach into upstream
       new  3019fda   Imported Upstream version 1.4+git20141107

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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 +-
 kern/gnumach.srv => ddb/db_mp.h             |    15 +-
 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 +-
 kern/gnumach.srv => ddb/db_write_cmd.h      |    19 +-
 ddb/stab.h                                  |     4 +
 device/blkio.c                              |    15 +-
 kern/gnumach.srv => device/blkio.h          |     9 +-
 device/buf.h                                |    10 +-
 device/chario.c                             |    36 +-
 kern/gnumach.srv => device/chario.h         |    22 +-
 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 +-
 kern/gnumach.srv => device/dev_pager.h      |    13 +-
 device/device_init.c                        |    13 +-
 kern/gnumach.srv => device/device_init.h    |     9 +-
 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 +
 kern/gnumach.srv => i386/grub/glue.h        |    24 +-
 kern/gnumach.srv => i386/grub/i18n.h        |    16 +-
 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 +-
 kern/gnumach.srv => i386/i386/db_trace.h    |    17 +-
 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 +-
 kern/gnumach.srv => i386/i386/hardclock.h   |    14 +-
 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 +
 kern/gnumach.srv => i386/i386at/acpihalt.h  |    14 +-
 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 +-
 kern/gnumach.srv => i386/i386at/mem.h       |     9 +-
 i386/i386at/model_dep.c                     |    82 +-
 kern/gnumach.srv => i386/i386at/model_dep.h |    15 +-
 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 +-
 kern/gnumach.srv => include/cache.h         |    16 +-
 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 +
 kern/gnumach.srv => ipc/ipc_print.h         |    24 +-
 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 +-
 kern/{gnumach.srv => bootstrap.h}           |     9 +-
 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 +-
 kern/{gnumach.srv => priority.h}            |    13 +-
 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 +-
 kern/{gnumach.srv => startup.h}             |    13 +-
 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 +-
 kern/gnumach.srv => vm/vm_init.h            |    10 +-
 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 +
 kern/gnumach.srv => vm/vm_print.h           |    25 +-
 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, 26284 insertions(+), 5696 deletions(-)
 copy include/mach/gnumach.defs => ddb/db_aout.h (54%)
 create mode 100644 ddb/db_elf.c
 copy include/mach/gnumach.defs => ddb/db_elf.h (55%)
 copy kern/gnumach.srv => ddb/db_mp.h (73%)
 copy kern/gnumach.srv => ddb/db_write_cmd.h (67%)
 copy kern/gnumach.srv => device/blkio.h (81%)
 copy kern/gnumach.srv => device/chario.h (63%)
 copy kern/gnumach.srv => device/dev_pager.h (70%)
 copy kern/gnumach.srv => device/device_init.h (79%)
 create mode 100644 i386/grub/acpi.h
 create mode 100644 i386/grub/compiler.h
 create mode 100644 i386/grub/cpu/io.h
 create mode 100644 i386/grub/cpu/time.h
 create mode 100644 i386/grub/cpu/types.h
 create mode 100644 i386/grub/err.h
 copy kern/gnumach.srv => i386/grub/glue.h (52%)
 copy kern/gnumach.srv => i386/grub/i18n.h (66%)
 create mode 100644 i386/grub/misc.h
 create mode 100644 i386/grub/mm.h
 create mode 100644 i386/grub/symbol.h
 create mode 100644 i386/grub/time.h
 create mode 100644 i386/grub/types.h
 copy kern/gnumach.srv => i386/i386/db_trace.h (72%)
 copy kern/gnumach.srv => i386/i386/hardclock.h (73%)
 delete mode 100644 i386/i386/vm_tuning.h
 create mode 100644 i386/i386at/acpi.c
 create mode 100644 i386/i386at/acpihalt.c
 copy kern/gnumach.srv => i386/i386at/acpihalt.h (66%)
 create mode 100644 i386/i386at/grub_glue.c
 rename i386/i386at/{lprreg.h => lpr.h} (62%)
 copy kern/gnumach.srv => i386/i386at/mem.h (81%)
 copy kern/gnumach.srv => i386/i386at/model_dep.h (70%)
 delete mode 100644 i386/include/mach/i386/rpc.h
 copy kern/gnumach.srv => include/cache.h (60%)
 copy kern/gnumach.srv => ipc/ipc_print.h (61%)
 copy kern/{gnumach.srv => bootstrap.h} (81%)
 create mode 100644 kern/exception.h
 copy kern/{gnumach.srv => priority.h} (76%)
 copy kern/{gnumach.srv => startup.h} (73%)
 create mode 100644 linux/src/drivers/scsi/FlashPoint.c
 create mode 100644 linux/src/drivers/scsi/eata_pio_proc.c
 create mode 100644 linux/src/drivers/scsi/scsiiom.c
 copy kern/gnumach.srv => vm/vm_init.h (79%)
 copy kern/gnumach.srv => vm/vm_print.h (60%)

-- 
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]