commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach annotated tag, v1.5, created. v1.5


From: Thomas Schwinge
Subject: [SCM] GNU Mach annotated tag, v1.5, created. v1.5
Date: Fri, 10 Apr 2015 11:52:57 +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 annotated tag, v1.5 has been created
        at  e2229067f74e80bd46494d12b1e6f113dadd63b5 (tag)
   tagging  fabef8ce0ab00a2a6c92e100075dd8813af14998 (commit)
  replaces  v1.4
 tagged by  Thomas Schwinge
        on  Fri Apr 10 13:51:48 2015 +0200

- Log -----------------------------------------------------------------
GNU Mach 1.5.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAABAgAGBQJVJ7ldAAoJEJnqRp27LxM1E+UH/2PPNZfNgm38YNgqZl5tNotn
Oiq3hiO8dv7W823VlUzGNcWRKnoFqI0xjKfVU5e4lm7V4lEHZ46jCj4NaqV5EO9p
Ld6/Z6peaMYTZwQHsjqbpvrzPK4kMwf/V/NuFXg5Z2zrpJXaDpcbSmSwl6YRWTCV
cRKxMTcWneaOOnnkPP3TfoLSmDnzX190TqN9csOQpC1NEXeAQmYXII8F2dnCqgso
rAr41n1amF1naK0KSgydR33UDL/n3nYwQc5b45Y+DN7DbOn6X6osANdjqhhva4Sq
zPUlMJFlVSW0BIe/UmO5S/YOzeZb3pDYd5+wCWBJXs3LZiUZPri5y8Kc8jXagGo=
=92eb
-----END PGP SIGNATURE-----

David Michael (1):
      Correct GCC's -Wformat-security issues

Justus Winter (89):
      kern: fix the error handling in exec_load
      xen: add missing includes
      i386: add missing includes
      vm: remove NS32000-specific padding from struct vm_page
      vm: merge the two bit fields in struct vm_page
      vm: reduce the size of struct vm_page
      kern: reduce the size of struct task
      kern: make struct kmem_cache fit into two cache lines
      linux: fix bit tests
      linux: fix bit tests
      kern: explain the significance of the chosen length
      kern: optimize the layout of struct kmem_cache
      include: add new file for cache-related definitions
      kern: align kmem_cache objects using __cacheline_aligned
      vm: remove the declaration of memory_object_create_proxy
      kern: include the mig-generated server headers in ipc_kobject.c
      kern: add snprintf
      kern: add a name field to struct task
      ipc: use the name of the task for error messages
      include: add a fixed-size string type for debugging purposes
      kern: use kmem_warn instead of kmem_error in kmem_cache_error
      kern: make kmem_error panic
      ddb: safely copy symbol names into the symtab structure
      xen: fix buffer size
      kern: implement task_set_name
      include: add task_set_name
      doc: document task_set_name
      include: skip routines related to migrating threads
      kern: fix mig_strncpy
      xen: fix error handling
      include: make the memory_object_t types translation functions mutable
      kern: fix formatting of multiboot modules
      include: make the notify_port_t types translation functions mutable
      include: make the device_t types translation functions mutable
      include: fix the definition of device_open
      kern: set the name of tasks created during the bootstrap
      doc: fix the number of priorities
      Install the mach_debug header files
      include: do not guard the host_slab_info RPC with MACH_VM_DEBUG
      kern: include the MIG-generated server headers for MACHINE_SERVER
      i386: fix MACHINE_SERVER_HEADER
      vm: make struct vm_map fit into a cache line
      ddb: add "halt" command
      include: fix the embedded type definitions in memory_object.defs
      Rewrite old-style #endif FOO directives
      device: fix net_rcv_msg-messages
      kern: set the name of the kernel task to 'gnumach'
      ddb: print task names if available
      ddb: use db_thread_stat to format the flags
      i386: reformat the key map
      i386: remap some keys
      doc: explain the floating point flag in kdb output
      i386: add io_map_cached
      i386: use ACPI to power off the machine
      Support invoking the debugger over the serial console
      ddb: add `show all tasks' command
      ddb: add support for ELF symbol tables
      Update NEWS file
      kern: create send rights as they are inserted at bootstrap time
      kern: fix type of recompute_priorities
      kern: silence compiler warning about uninitialized variable
      ipc: use fast modulo operation in local hash table
      ipc: add protected payload
      ipc: implement mach_port_{set,clear}_protected_payload
      include: add msgh_protected_payload to mach_msg_header_t
      include: define MACH_MSG_TYPE_PROTECTED_PAYLOAD
      ipc: provide the protected payload in ipc_kmsg_copyout_header
      Add protected payloads to NEWS
      doc: restore section `Inherited Ports'
      include: add a payload-aware intran mutator for memory_object_t
      include: add a payload-aware intran mutator for notify_port_t
      include: add a payload-aware intran mutator for device_t
      include: make `mach_port_t' payload-aware
      kern: disable all counters by default
      Retire procedure `old_mach_port_get_receive_status'
      kern: provide notifications about new tasks
      include: add X_IMPORTS to ipc definitions
      ipc: tune size of cached kernel message buffers
      ipc: guard test code with `MACH_IPC_TEST'
      kern: gracefully handle bogus sample pc sequence number
      ipc: warn about more port management bugs
      vm: fix typo
      kern: avoid #if 0ing out thread_collect_scan
      kern: reduce the size of `struct thread'
      linux: fix compiler warning
      kern: improve assert
      i386: drop needless instruction from `copyout'
      i386: specialize `copyinmsg' and `copyoutmsg'
      kern: inherit the name of the parent task

Marin Ramesa (343):
      Remove lint code
      remove register qualifiers
      remove definitions of ETHERMTU and ETHERMIN
      remove register qualifiers
      remove register qualifiers
      device: initialize to zero offset
      kern: comment unused variable
      ipc: remove register qualifiers
      ipc: trivial stylistic fix for consistency
      ipc: qualify constants with const
      ipc: remove register qualifiers
      ipc: remove register qualifiers
      kern: remove register qualifiers
      kern: remove register qualifiers
      kern: remove register qualifiers
      kern: remove register qualifiers
      kern: remove register qualifiers
      kern: remove register qualifiers
      kern: remove register qualifiers
      kern: remove register qualifiers
      kern: remove register qualifiers
      kern: remove register qualifiers
      kern: remove register qualifiers
      kern: remove register qualifiers
      kern: remove register qualifiers
      kern: remove register qualifiers
      kern: remove register qualifiers
      kern: remove register qualifiers
      kern: remove register qualifiers
      kern: remove register qualifiers
      kern: remove register qualifiers
      kern: remove register qualifiers
      kern: remove register qualifiers
      kern: remove register qualifiers
      kern: remove register qualifiers
      kern: remove register qualifiers
      kern: remove register qualifiers
      kern: remove register qualifiers
      kern: remove register qualifiers
      kern: remove register qualifiers
      kern: remove register qualifiers
      kern: remove register qualifiers
      kern: remove register qualifiers
      kern: remove register qualifiers
      vm/memory_object.c: remove register qualifiers
      vm/memory_object_proxy.h: fix definition
      vm/vm_fault.c: remove unused variable
      vm/vm_fault.c: remove register qualifiers
      vm/vm_kern.c: remove register qualifiers
      vm/vm_map.c: trivial stylistic fix for consistency
      vm/vm_map.c: remove register qualifiers
      vm/vm_object.c: remove register qualifiers
      vm/vm_pageout.c: remove register qualifiers
      vm/vm_resident.c: remove register qualifiers
      vm/vm_user.c: remove register qualifiers
      chips/busses.c: use boolean instead of an int
      chips/busses.c: remove register qualifiers
      i386/i386at: add ifndefs
      i386/i386/vm_tuning.h: remove file
      Fix typo
      i386/i386/db_interface.c: remove register qualifiers
      i386/i386/db_trace.c: remove register qualifiers
      i386/i386/db_trace.c: qualify constants with const
      i386/i386/fpu.c: remove register qualifiers
      i386/i386/fpu.h: remove register qualifiers
      i386/i386/hardclock.c: add comment after endif
      i386/i386/kttd_interface.c: trivial stylistic fix for consistency
      i386/i386/lock.h: remove register quaalifier
      i386/i386/loose_ends.c: add comment after endif
      i386/i386/loose_ends.c: remove unused variable
      i386/i386/machine_routines.h: add comment after endif
      i386/i386/mp_desc.c: remove register qualifiers
      i386/i386/pcb.c: remove register qualifiers
      i386/i386/pic.h: add comment after endif
      i386/i386/thread.h: add comment after endif
      i386/i386/trap.c: remove register qualifiers
      i386/i386at/autoconf.c: remove register qualifiers
      i386/i386at/com.c: trivial stylistic fix for consistency
      i386/i386at/com.c: remove register qualifiers
      i386/i386at/idt.h: add comment after endif
      i386/i386at/int_init.h: add comment after endif
      i386/i386at/kd_event.c: remove register qualifiers
      i386/i386at/kd.c: remove register qualifiers
      i386/i386at/kd_mouse.c: remove register qualifiers
      i386/i386at/lpr.c: remove register qualifier
      i386/i386at/rtc.c: remove register qualifier
      i386/i386at/rtc.h: remove register qualifiers
      i386/intel/pmap.c: remove register qualifiers
      i386/intel/pmap.h: remove register qualifiers
      i386/intel/read_fault.c: remove register qualifier
      ddb/db_access.c: remove register qualifiers
      ddb/db_access.h: add ifndef
      ddb/db_aout.c: remove register qualifiers
      ddb/db_break.c: remove register qualifiers
      ddb/db_command.c: remove register qualifiers
      ddb/db_command.h: add ifndef
      ddb/db_cond.c: remove register qualifiers
      ddb/db_examine.c: remove register qualifiers
      ddb/db_expr.c: remove register qualifier
      ddb/db_input.c: remove register qualifiers
      ddb/db_lex.c: remove register qualifiers
      ddb/db_lex.h: add ifndef
      ddb/db_macro.c: remove register qualifiers
      ddb/db_mp.c: remove register qualifier
      ddb/db_output.c: remove register qualifiers
      ddb/db_output.h: add ifndef
      ddb/db_print.c: remove register qualifiers
      ddb/db_run.c: remove register qualifiers
      ddb/db_run.h: add ifndef
      ddb/db_sym.c: remove register qualifiers
      ddb/db_sym.h: add comment after endif
      ddb/db_task_thread.c: remove register qualifiers
      ddb/db_variables.c: remove register qualifiers
      ddb/db_watch.c: remove register qualifiers
      ddb/db_write_cmd.c: remove register qualifiers
      ddb/stab.h: add ifndef
      Add ifndefs
      Add copyright
      kern/slab.c: initialize optimal_embed
      kern/slab.c: initialize info_size
      ddb/db_break.c: quiet GCC warning about uninitialized variable
      Add comment
      ddb/db_examine.c: add missing cast
      ddb: fix implicit declaration of function
      ddb/db_run.c: remove set but unused variable
      ddb/db_run.c: trivial stylistic fix for consistency
      ddb/db_run.c: move declaration of brpc into SOFTWARE_SSTEP
      ddb/db_variables.c: fix initializations from incompatible pointer type
      ipc/ipc_print.h: include ipc/ipc_pset.h for ipc_pset_t
      kern/startup.c: fix implicit declaration of function
      kern/xpr.c: quiet warning about uninitialized variable
      Fix implicit declaration of function
      i386/i386/db_interface.c: fix implicit declaration of function
      i386/i386/db_interface.c: fix implicit declaration of function
      i386/i386/db_trace.c: fix implicit declaration of function
      i386/i386/db_interface.c: remove return value
      i386/i386/db_interface.c: add comments after else and endif
      i386/i386/db_trace.c: don't cast to db_addr_t
      i386/i386/trap.c: fix implicit declaration of function
      ddb/db_break.c: fix implicit declaration of functions
      i386/i386at/kd.h: fix implicit declaration of function
      ddb/db_sym.c: move assignment outside if
      i386/i386/db_interface.h: fix implicit declaration of function
      ddb/db_break.c: remove duplicate include
      Remove leftover register qualifiers
      vm: move forward declarations into a header file
      vm: move forward declarations into a header file
      kern: move forward declarations into a header file
      kern: move forward declaration into a header file
      kern: move forward declaration into a header file
      kern: move forward declaration into a header file
      kern: move forward declarations into a header file
      ddb: move forward declarations into a header file
      ddb: create new header file db_mp.h
      ddb: move forward declaration into a header file
      ddb: move forward declarations into a header file
      ddb/db_examine.c: trivial stylistic fix for consistency
      device: new header file chario.h
      Modify struct db_variable
      device/net_io.c: initialize hash_entp to NULL
      ddb/db_command.c: remove forward declarations
      ddb/db_input.c: add comment after endif
      ddb/db_mp.c: add comment after else and endif
      ddb/db_run.c: add comment after endif
      ddb/db_aout.c: trivial stylistic fix for consistency
      ddb: new header file db_aout.h
      ddb/db_sym.c: remove useless forward declarations without definitions
      ddb/db_sym.c: fix argument list
      ddb/db_command.c: remove forward declaration
      ddb/db_command.c: remove useless forward declaration without definition
      ddb/db_trap.c: remove forward declarations
      ddb/db_variables.c: remove forward declarations
      device/device_init.c: remove forward declarations
      i386/i386/db_trace.c: remove forward declaration
      i386/i386/fpu.c, trap.c: remove forward declarations
      i386/i386/io_perm.c: remove forward declaration
      i386/i386/pcb.c: remove forward declarations
      kern: new header file exception.h
      kern/exception.c: remove forward declarations
      i386/i386at/autoconf.c, com.c, lpr.c: remove forward declarations
      i386/i386at/conf.c: remove forward declarations
      i386/i386at/kd.c: remove forward declarations
      i386/i386at/kd_event.c: remove forward declarations
      i386/i386at/kd_mouse.c: remove forward declarations
      i386/i386at: remove forward declarations
      i386/intel/pmap.c: remove forward declarations
      ipc/ipc_kmsg.c: remove forward declarations
      ipc/ipc_table.c: remove forward declaration
      ipc/mach_msg.c: remove forward declarations
      kern/bootstrap.c: remove forward declarations
      kern/debug.c: remove forward declaration
      kern/ipc_mig.c: remove forward declarations
      kern/processor.c: remove forward declarations
      kern/sched_prim.c: remove forward declarations
      kern/startup.c: remove forward declarations
      kern/syscall_subr.c: remove forward declaration
      kern/syscall_sw.c: remove forward declarations
      kern/task.c: remove forward declarations
      kern/thread.c: remove forward declaration
      kern: remove forward declaration
      ipc/ipc_kmsg.h: update comment
      vm/vm_fault.c: remove forward declaration
      vm/vm_kern.c: remove forward declarations
      vm/vm_map.c: remove forward declarations
      vm/vm_resident.c: correct comment
      vm/vm_user.c: remove forward declaration
      kern/time_stamp.c: remove multimax code
      i386/i386at/model_dep.c: remove forward declaration
      ipc/ipc_entry.c: remove forward declaration
      ipc/mach_port.c: remove forward declaration
      kern/mach_clock.c: remove forward declaration
      ddb/db_variables.c: fix near initialization
      i386/i386at/com.h: include chips/busses.h for struct bus_device
      Add comments after endifs
      Add ifndefs
      device/device_types_kernel.h: remove redeclaration of dev_port_lookup()
      ipc/ipc_port.c: trivial stylistic fix for consistency
      kern/machine.c: remove __volatile__
      i386/i386/setjmp.h: remove ifdef
      ddb/db_command.c: remove forward declaration
      ddb/db_command.h: remove duplicate variable declaration
      ddb/db_output.c: remove call to nonexistent db_printf_enter()
      ddb/db_output.c: remove duplicate function
      device/chario.c: use boolean instead of an int
      device/cirbuf.c: use boolean instead of an int
      device/dev_lookup.c: remove unused lock
      device/if_ether.h: remove unused variable
      device/kmsg.c: use boolean instead of an int
      device/kmsg.c: use boolean instead of an int
      device/tty.h, chario.h: move prototype
      i386/i386/db_interface.c: use boolean instead of an int
      i386/i386/ipl.h: remove ifdef and add ifndef
      i386/i386/mp_desc.c: remove unused variable
      i386/i386/pic.c: remove unused variables
      i386/i386/pit.c: remove unused variables
      i386/i386/trap.c: remove unused variable
      i386/i386/trap.c: remove unused variables
      i386/i386/user_ldt.c: remove unused variable
      i386/i386at/immc.c, kd.c: use boolean instead of an int
      i386/i386at/model_dep.c, kd.c: use boolean instead of an int
      i386/i386at/kd.c: use boolean instead of an int
      i386/i386at/kd.c: use boolean instead of an unsigned int
      i386/i386at/rtc.c: use boolean instead of an int
      time: remove unused variable
      i386/intel/pmap.c: use boolean instead of an int
      i386/intel/pmap.c: remove unused variable
      ipc/ipc_init.c: qualify constant with const
      ipc/mach_port.c: use boolean instead of an int
      ipc/port.h: update comment
      kern/act.h: remove prototype without definition
      kern/lock_mon.c: use spl_t instead of an int
      kern/lock_mon.c: remove dead assignments
      kern/pc_sample.c: remove unused variables
      kern/priority.c: update comment
      kern/rbtree.h: remove unnecessary include
      kern/refcount.h: remove unnecessary include
      kern/syscall_sw.c: use boolean instead of an int
      vm/vm_page.h: remove unused variables
      Cleanup of the prototypes
      kern/act.h: remove unnecessary include
      ddb/db_output.c: remove forward declaration
      i386/i386at/lpr.c: fix argument list
      i386/i386at/model_dep.c: fix argument list
      i386/i386at/pic_isa.c: remove forward declaration
      vm/vm_pageout.c: remove forward declarations
      vm/vm_object.c: remove unused variable
      vm/vm_map.c: use boolean instead of an int
      kern/startup.c: use boolean values
      i386/i386at/com.c: fix initialization from incompatible pointer type
      i386/i386at/com.c: fix assignment from incompatible pointer type
      i386/i386at/lpr.c: fix initalization from incompatible pointer type
      i386/i386/db_interface.c: remove forward declaration
      ddb/db_aout.c (aout_db_qualified_search): use DB_SYM_NULL as return value
      ddb/db_aout.c (aout_db_lookup): remove forward declaration
      ddb/db_break.c (db_add_thread_breakpoint): fix argument list
      ddb/db_break.c (db_find_thread_breakpoint_here): remove unnecessary cast
      i386/i386at/kd.c: use io_req instead of uio
      ddb/db_command.c: use boolean values
      ddb/db_command.c (db_command): remove forward declaration
      ddb/db_examine.c (db_examine_cmd): remove forward declaration
      ddb/db_examine.c: trivial stylistic fix for consistency
      ddb/db_mp.c: use boolean instead of an int
      ddb/db_mp.c: definition of db_console() only if CONSOLE_ON_MASTER
      ddb/db_print.c: use unsigned long instead of an unsigned int
      Use db_addr_t instead of db_expr_t
      ddb/db_trap.c (db_task_trap): remove forward declarations
      i386: move prototypes to fix implicit declaration of function
      i386/i386at/kd_event.c (kbdsetstat): fix difference in signedness
      i386/i386/db_interface.c: use vm_offset_t instead of an unsigned int
      device/chario.c: trivial stylistic fix for consistency
      device/cirbuf.c (cb_alloc): use vm_size_t instead of an int
      device/cirbuf.c (cb_free): use vm_size_t instead of an int
      device/cons.c: fix argument list
      device/dev_pager.c (device_pager_data_request): remove forward declaration
      device/dev_pager.c (device_pager_data_request): cast to (void *) instead 
to (char *)
      device/dev_pager.c (device_pager_data_request_done): remove unnecessary 
cast
      device/dev_pager.c: remove forward declaration
      device/dev_pager.c: remove forward declarations
      device/net_io.c: remove forward declarations
      device/subrs.c: use io_req_t instead of struct buf
      Cleanup of the memcpy(), memmove(), memcmp() and memset() calls
      ipc/mach_debug.c (mach_port_kernel_object): remove unnecessary cast
      ipc/mach_debug.c (mach_port_kernel_object): remove unnecessary cast
      i386/i386/db_trace.c: remove forward declaration
      i386/i386/db_trace.c (db_i386_stack_trace): remove unnecessary cast
      i386/i386at/kd.c: remove forward declarations
      i386/i386at/kd.c (kdmmap): remove unnecessary cast
      i386/i386at/kd.c (kdinit): remove forward declaration
      i386/i386at/kd_mouse.c (kd_mouse_open): remove forward declaration
      Declare void argument lists
      kern/mach_clock.c: update comment
      i386/i386/ldt.c: remove forward declaration
      vm/vm_kern.c (kmem_submap): remove unnecessary cast
      vm/vm_resident.c (vm_page_print): remove unnecessary casts
      ddb/db_break.c (db_find_breakpoint_here): remove unnecessary casts
      ddb/db_break.c (db_delete_cmd): remove unnecessary initialization
      ddb/db_expr.c (db_mult_expr): initialize lhs
      Type definition
      ddb: qualify pointers whose dereferenced values are constant with const
      kern/sched_prim.c: avoid casts
      device/dev_pager.c: remove unnecessary casts
      device/dev_pager.c (device_pager_data_request_done): cast to size_t 
instead to unsigned
      i386/i386/db_trace.c: use (long *) instead of an (int *)
      Quiet GCC warning about uninitialized variable
      kern: quiet GCC warnings about set but unused variables
      kern/sched_prim.h: remove unnecessary __GNUC__ #ifdef
      Cleanup of the copyin() and copyout() calls
      device: qualify pointers whose dereferenced values are constant with const
      i386: qualify pointers whose dereferenced values are constant with const
      ipc: qualify pointers whose dereferenced values are constant with const
      kern: qualify pointers whose dereferenced values are constant with const
      util: qualify pointers whose dereferenced values are constant with const
      vm: qualify pointers whose dereferenced values are constant with const
      Mark functions that don't return with attribute noreturn
      kern: avoid the casts in enqueue_head() and enqueue_tail()
      Declare void argument lists (part 2)
      ddb/db_watch.c (db_watchpoint_cmd): remove forward declaration
      kern/strings.c (strlen): mark with attribute pure
      Mark pure functions with attribute pure
      Add comment after endif
      i386/include/mach/i386/mach_i386_types.h: add comments after else and 
endif
      Use explicit prototypes for struct dev_ops fields
      Convert from K&R to ANSI

Neal H. Walfield (1):
      Even less magic-looking control value

Pietro Braione (1):
      Fix printf warning

Richard Braun (4):
      Increase kernel map entry pool size
      Export mach_port_destroy declaration
      New RPC for thread destruction
      vm: trigger garbage collection on kernel memory pressure

Samuel Thibault (78):
      Add files missing in distrib tarball
      Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumach
      Remove dead code
      Drop volatile function qualifier
      Comment out db_search_null
      Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumach
      Drop spurious volatile qualifier
      Simplify test
      Drop duplicate declaration
      Remove unnecessary file
      Add missing include
      Fix implicit declaration of function
      Always make Assert trigger debugger
      Make unsigned character constants unsigned
      Add comment
      Fix gcc signedness warning
      Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumach
      Make sure cursor is initialized
      Add missing break
      Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumach
      Fix typo
      Fix FPU state access
      Make empty while loops more prominent
      Fix FPU state copy size
      Fix potential NULL dereference
      Fix potential NULL dereference
      Fix potential NULL dereference
      Fix potential NULL dereference
      Fix comstart when the queue is empty
      Remove duplicate typedef
      Add quiet flag to block I/O
      Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumach
      Add missing initialization
      Add quiet flag to CD I/O
      Make open return ENXIO on missing CD-ROM
      Reduce kmem_map to make room for kentry_data_size
      AHCI driver cleanups
      Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumach
      Keep two virtual pages as mapping windows to access physical memory
      Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumach
      Increase possible number of AHCI devices to 8
      Only complain once per boot about Xen console smash
      Fix overflow
      Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumach
      Really default to EGA/VGA on unknown CMOS values
      Assume EGA/VGA card
      Fix prototype
      Make sure mig is available
      Add missing memory clobber
      Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumach
      Document that io_map_cached leaks memory
      Do not unmap page 0 when not needed
      Drop debugging prints
      Fix computation
      Bump NR_GRANT_PAGES
      Increate the pageout thread priority
      Tune pageout parameters
      Make vm_map really ignore `address' when `anywhere' is true
      Report DR6 to userland
      Revert "Make sure mig is available"
      Fix build when gcc avoids inlining
      Refuse to link against a libc with multiarch support
      Fix link refusal
      Revert "Make vm_map really ignore `address' when `anywhere' is true"
      Fix documentation for vm_map
      Pass ide and hd kernel options to ide driver
      Add nodma options
      Only set debug registers when they are used
      Fix programming PIT counter
      Fix pthread_create warning on translator termination
      Ship missing file
      Make spl7 just clear IF instead of setting the PIC mask
      Handle kernel traps happening before starting userland
      Limit printing "queue full" messages
      Use printf_once instead of recoding it
      Show odd number of ports
      Remove spl debugging in Xen case
      Give the Debian package name for the non-multilib libc.a

Stefan Weil (8):
      ddb: Fix typos in comments (found by codespell)
      Makefile.am: Fix typos and grammar in comment
      device: Fix typos in comments (found by codespell)
      i386: Fix typos in comments (found by codespell)
      include: Fix typos in comments (found by codespell)
      ipc: Fix typo in comment (found by codespell)
      kern: Fix typos in comments (found by codespell)
      vm: Fix typo in comment (found by codespell)

Svante Signell (1):
      Fix typo

Thomas Schwinge (2):
      Merge remote-tracking branch 'savannah/master' into master
      GNU Mach 1.5.

Vladimir 'φ-coder/phcoder' Serbinenko (1):
      Fix overflow in Xen clock computation

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


hooks/post-receive
-- 
GNU Mach



reply via email to

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