commit-hurd
[Top][All Lists]
Advanced

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

gnumach ChangeLog device/dev_lookup.c device/de... [gnumach-1-branch]


From: Samuel Thibault
Subject: gnumach ChangeLog device/dev_lookup.c device/de... [gnumach-1-branch]
Date: Thu, 04 Jan 2007 23:51:02 +0000

CVSROOT:        /cvsroot/hurd
Module name:    gnumach
Branch:         gnumach-1-branch
Changes by:     Samuel Thibault <sthibaul>      07/01/04 23:51:02

Modified files:
        .              : ChangeLog 
        device         : dev_lookup.c dev_pager.c ds_routines.c net_io.c 
        i386/i386      : fpu.c pcb.c 
        i386/intel     : pmap.c 
        ipc            : ipc_init.c ipc_marequest.c 
        kern           : act.c kalloc.c processor.c task.c thread.c 
                         zalloc.c zalloc.h 
        vm             : vm_external.c vm_fault.c vm_map.c vm_object.c 
                         vm_resident.c 

Log message:
        2006-12-30  Richard Braun  <address@hidden>
        
                Add alignment support in the zone allocator.
                * kern/zalloc.c (ALIGN_SIZE_UP): New macro.
                (zinit): New `align' parameter.
                (zget_space): Likewise.
                (zalloc): Updated call to zget_space() with the zone alignment.
                * kern/zalloc.h (zone): New member `align'.
                (zinit): Declaration updated as required.
                * device/dev_lookup.c (dev_lookup_init): Updated call to 
zinit() with
                alignment of 0.
                * device/dev_pager.c (dev_pager_hash_init): Likewise.
                (device_pager_init): Likewise.
                * device/ds_routines.c (ds_init): Likewise.
                (ds_trap_init): Likewise.
                * device/net_io.c (net_io_init): Likewise.
                * i386/i386/fpu.c (fpu_module_init): Likewise.
                * i386/i386/pcb.c (pcb_module_init): Likewise.
                * i386/intel/pmap.c (pmap_init): Likewise.
                * ipc/ipc_init.c (ipc_bootstrap): Likewise.
                * ipc/ipc_marequest.c (ipc_marequest_init): Likewise.
                * kern/act.c (global_act_init): Likewise.
                * kern/kalloc.c (kalloc_init): Likewise.
                * kern/processor.c (pset_sys_init): Likewise.
                * kern/task.c (task_init): Likewise.
                * kern/thread.c (thread_init): Likewise.
                * kern/zalloc.c (zone_bootstrap): Likewise.
                * vm/vm_external.c (vm_external_module_initialize): Likewise.
                * vm/vm_fault.c (vm_fault_init): Likewise.
                * vm/vm_map.c (vm_map_init): Likewise.
                * vm/vm_object.c (vm_object_bootstrap): Likewise.
                * vm/vm_resident.c (vm_page_module_init): Likewise.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnumach/ChangeLog?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.128.2.215&r2=1.128.2.216
http://cvs.savannah.gnu.org/viewcvs/gnumach/device/dev_lookup.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.1.1.1&r2=1.1.1.1.4.1
http://cvs.savannah.gnu.org/viewcvs/gnumach/device/dev_pager.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.3.2.5&r2=1.3.2.6
http://cvs.savannah.gnu.org/viewcvs/gnumach/device/ds_routines.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.6.2.7&r2=1.6.2.8
http://cvs.savannah.gnu.org/viewcvs/gnumach/device/net_io.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.2.2.11&r2=1.2.2.12
http://cvs.savannah.gnu.org/viewcvs/gnumach/i386/i386/fpu.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.2.4.9&r2=1.2.4.10
http://cvs.savannah.gnu.org/viewcvs/gnumach/i386/i386/pcb.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.2.4.8&r2=1.2.4.9
http://cvs.savannah.gnu.org/viewcvs/gnumach/i386/intel/pmap.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.4.2.15&r2=1.4.2.16
http://cvs.savannah.gnu.org/viewcvs/gnumach/ipc/ipc_init.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.3.2.1&r2=1.3.2.2
http://cvs.savannah.gnu.org/viewcvs/gnumach/ipc/ipc_marequest.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.2.2.2&r2=1.2.2.3
http://cvs.savannah.gnu.org/viewcvs/gnumach/kern/act.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.2.2.4&r2=1.2.2.5
http://cvs.savannah.gnu.org/viewcvs/gnumach/kern/kalloc.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.1.1.1.4.3&r2=1.1.1.1.4.4
http://cvs.savannah.gnu.org/viewcvs/gnumach/kern/processor.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.2.2.4&r2=1.2.2.5
http://cvs.savannah.gnu.org/viewcvs/gnumach/kern/task.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.3.4.6&r2=1.3.4.7
http://cvs.savannah.gnu.org/viewcvs/gnumach/kern/thread.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.3.4.7&r2=1.3.4.8
http://cvs.savannah.gnu.org/viewcvs/gnumach/kern/zalloc.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.3.2.5&r2=1.3.2.6
http://cvs.savannah.gnu.org/viewcvs/gnumach/kern/zalloc.h?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.2&r2=1.2.2.1
http://cvs.savannah.gnu.org/viewcvs/gnumach/vm/vm_external.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.1.1.1&r2=1.1.1.1.4.1
http://cvs.savannah.gnu.org/viewcvs/gnumach/vm/vm_fault.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.3.2.5&r2=1.3.2.6
http://cvs.savannah.gnu.org/viewcvs/gnumach/vm/vm_map.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.3.2.6&r2=1.3.2.7
http://cvs.savannah.gnu.org/viewcvs/gnumach/vm/vm_object.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.2.4.7&r2=1.2.4.8
http://cvs.savannah.gnu.org/viewcvs/gnumach/vm/vm_resident.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.7.4.7&r2=1.7.4.8




reply via email to

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