commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Debian GNU Mach packaging annotated tag, upstream/1.3.99.git201205


From: Samuel Thibault
Subject: [SCM] Debian GNU Mach packaging annotated tag, upstream/1.3.99.git20120505, created. upstream/1.3.99.git20120505
Date: Sat, 05 May 2012 13:06:27 +0000

The annotated tag, upstream/1.3.99.git20120505 has been created
        at  e95f373c21cafdda2db297482bf332ff3b3df060 (tag)
   tagging  de7a8074583838c5d648796b127fa468d5e9c5fa (commit)
  replaces  upstream/1.3.99.git20110805
 tagged by  Samuel Thibault
        on  Sat May 5 15:06:20 2012 +0200

- Shortlog ------------------------------------------------------------
New upstream snapshot

Fridolín Pokorný (1):
      Add prototypes for memory_object_proxy.c functions

Gabriele Giacone (1):
      Set default serial parameters to 8N1 instead of 7E1

Guillem Jover (46):
      Add a .gitignore file
      Use AC_LANG_SOURCE inside AC_LANG_CONFTEST to fix autoconf warning
      Do not take obsolete and unused bcopy and bzero from libc
      Add prototypes for locore functions
      Add prototype for log function
      Add prototype for free_skbuffs function
      Add header for printf prototype
      Remove ident tags producing preprocessor warnings
      Remove unused variables
      Disable unused variables
      Always initialize A and X variables in BPF code
      Match signedness of char pointer comparisons and assignments
      Fix initialization from incompatible pointer type
      Initialize the new map entry when it's a projected buffer
      Move cdrom_sleep() definition to its original source file
      Move Linux module macros to their original header
      Return a value on non-void function
      Cast function timeout() argument to fix a warning
      Cast host_get_time() arguments to fix warnings
      Remove unused variable
      Add missing headers
      Add linux_timer_intr function declaration
      Fix memcmp prototype
      Remove unused and non-functional string specialization header
      Import Linux 3.1 ctype code
      Import Linux 3.1 compiler definitions
      Move <linux/init.h> from linux/pcmcia-cs to linux/src
      Denote __exit symbols as used
      Correct MiG Mach types to fix compilation warnings
      Honour type promotion on variable argument handling
      Fix undefined operation on assigning self pre-incremented variable
      Add silent rules support if available and disable it by default
      Add missing headers
      Add vsnprintf prototype
      Cast addr argument to vm_offset_t
      Remove set but unused variables
      Disable set but unused variable
      Change argument name to match function body usage
      Use Mach native error codes instead of POSIX errno E* ones
      Do not remap errno codes from E* to LINUX_E*
      Remove long obsolete RPC routines
      Do not take unused strpbrk() from libc
      Remove unused [!MACH_KERNEL] driver code
      Match type for count with tty_get_status and tty_set_status
      Change types holding cpu flags from int to long
      Use compiler defined __i386__ symbol instead of use defined i386

Ludovic Courtès (2):
      Add missing header file to the distribution.
      Refer to `PFN_LIST' on Xen only.

Richard Braun (11):
      Import utility files
      Import the slab allocator
      Adjust the kernel to use the slab allocator
      Adjust VM initialization
      Fix kern/kalloc.h includes
      Remove the defunct kernel_task_create() function
      Remove arbitrary limits used by the zone system
      Improve ipc hash/marequest init readability
      Fix copyright assignment
      Update comments.
      Augment VM maps with a red-black tree

Samuel Thibault (89):
      Add more spurious deallocation debugging
      Do not warn for cross-space spurious port deallocation
      Add compiler barrier to update_mapped_time
      Add 8byte breakpoint macro
      Add more details to "zone exhausted" panics.
      Make ipc_space_zone not exhaustible
      * Makefile.am (AM_CFLAGS): Add -fno-builtin-log.
      Move free_skbuffs declaration to the top
      Rework memory mapping reservation
      Fix pmap_clear_bootstrap_pagetable with >4G mfns
      Disable (<i486)-only WP workaround on Xen & PAE
      Enable >4GiB cr3
      Skip kernel WP check on i486 and above
      Make copyout run in 1 loop on >= i486
      Console declaration cleanup
      Fix copyright assignment
      Fix declarations
      Protect set_cr3 against compiler assignment optimizations
      Disable global page while writing in kernel space
      Fix copyout retry on lazy allocation on >= i486
      Optimize copyout path
      Fix PC sampling
      Close kernel stacks.
      Fix documentation
      Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumach
      Free memory used by boot modules
      Drop module memory free verbosity
      Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumach
      Add sym53c8xx driver from linux 2.2
      Define BITS_PER_LONG for Linux code
      Leave interrupts enabled in sym53c8xx driver
      Raise Linux kmem memory size
      Raise block device interrupt level to SPL6
      Merge remote-tracking branch 'upstream/master' into upstream
      Increase kmem area for the Xen case.
      Do not map xen driver pages
      Merge branch 'master' of callisto:gnumach
      Keep frame pointer when debugger is enabled
      Upgrade number of event queues
      Fix typo
      Cope with dom0s which do not respect feature-no-csum-offload
      Fix build on 64bit host
      Merge branch 'master' into master-slab
      Merge remote-tracking branch 'upstream/master' into upstream
      Fix format for string print
      Merge remote-tracking branch 'upstream/master' into upstream
      Fix format for string print
      Merge remote-tracking branch 'upstream/master' into upstream
      Fix format for string print
      Merge remote-tracking branch 'upstream/master' into upstream
      Fix format for string print
      Merge remote-tracking branch 'upstream/master' into upstream
      Fix format for string print
      Merge remote-tracking branch 'upstream/master' into upstream
      Fix format for string print
      Merge remote-tracking branch 'upstream/master' into upstream
      Move kentry_data_size initial value to header
      Use unsigned long for addresses and sizes
      Simplify kvtophys
      Simplify i386at_init
      Fix Xen bootstrap at virtual address above 1GiB
      Fix PAE page frame number mask.
      Stick to binutils ELF scripts
      Fix variable types according to assembly use
      Simplify splx
      Fix access above 4GiB in bootstrap page table
      Set Xen kernel virtual address to 0xC0000000
      Do not hardcode structure offset
      Use unsigned long for registers
      Use unsigned long types for addresses
      Fix assembly snippet portability
      Use unsigned int for ELF 32bit values
      Make xchgl arch-neutral
      Complain about Xen console smash only once at a time
      Use long types
      Fix boot with big values of _start
      Fix wrap-around in pmap bootstrap
      Fix issig crash at boot
      Add missing phystokv/kvtophys calls
      Separate INIT_VM_MIN_KERNEL_ADDRESS from VM_MIN_KERNEL_ADDRESS
      Make sure BIOS area is mapped in kernel threads
      Relocate kernel at bootup
      Fix Xen boot after c74adfe
      Do not take address of va_list variable
      Fix integer type
      Check hyp_stack_switch return
      Document how to offset the kernel to get better debugging
      Offset kernel addresses by 3GiB
      Merge remote-tracking branch 'upstream/master' into upstream

Sergio Lopez (1):
      fix copy out-of-line data when length >= 512MB

Sergio López (1):
      Make thread_suspend honor the TH_UNINT flag

Thomas Schwinge (5):
      Further prototyping work for memory_object_proxy.c functions.
      Move i386/i386/locore.S declarations.
      * i386/i386/pcb.h (stack_attach): Parameterize the continuation 
parameter's
      * .gitignore: Tighten some rules, and distribute others to...
      Fix build error introduced in 5f701793f63f16d111db3e3d2e91134fcc179c5b.

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

-- 
Debian GNU Mach packaging



reply via email to

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