commit-hurd
[Top][All Lists]
Advanced

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

gnumach device/cirbuf.c device/cons.c device/de... [gnumach-1-branch]


From: Samuel Thibault
Subject: gnumach device/cirbuf.c device/cons.c device/de... [gnumach-1-branch]
Date: Sun, 05 Nov 2006 18:54:52 +0000

CVSROOT:        /cvsroot/hurd
Module name:    gnumach
Branch:         gnumach-1-branch
Changes by:     Samuel Thibault <sthibaul>      06/11/05 18:54:52

Modified files:
        device         : cirbuf.c cons.c dev_pager.c ds_routines.c 
                         kmsg.c net_io.c 
        i386/i386      : fpu.c iopb.c mp_desc.c pcb.c phys.c trap.c 
                         user_ldt.c 
        i386/i386at    : immc.c kd_event.c 
        i386/intel     : pmap.c 
        include/mach   : mig_support.h 
        ipc            : ipc_entry.c ipc_kmsg.c ipc_object.c ipc_port.c 
                         ipc_space.c mach_debug.c 
        kern           : act.c boot_script.c bootstrap.c eventcount.c 
                         host.c lock.c lock_mon.c mach_clock.c 
                         pc_sample.c processor.c syscall_emulation.c 
                         task.c xpr.c zalloc.c 
        vm             : vm_debug.c vm_kern.c vm_object.c vm_resident.c 
        .              : ChangeLog 
Added files:
        include        : string.h 

Log message:
        2006-11-05  Barry deFreese  <address@hidden>
        
                memcpy/memset cleanup.
        
                * include/string.h: New file.
                * include/mach/mig_support.h: Include `string.h'.
                [MACH_KERNEL] (bcopy): Remove extern declaration.
                [MACH_KERNEL] (memcpy): Remove macro.
                * device/cirbuf.c: Include `string.h'.
                (q_to_b, b_to_q): Replace bcopy() with memcpy() and bzero() with
                memset(), clean memcpy() and memset() invocation.
                * device/cons.c (cnputc): Likewise.
                * device/dev_pager.c (device_pager_data_request_done): Likewise.
                * device/ds_routines.c (device_write_get, ds_read_done): 
Likewise.
                * device/kmsg.c: Likewise.
                * device/net_io.c (net_filter, net_set_filter, net_getstat): 
Likewise.
                * i386/i386/fpu.c (fpu_set_state, fpu_get_state) fp_load)
                (fp_state_alloc): Likewise.
                * i386/i386/iopb.c (io_tss_init, i386_io_port_list): Likewise.
                * i386/i386/mp_desc.c (mp_desc_init): Likewise.
                * i386/i386/pcb.c (pcb_init, thread_setstatus)
                (thread_getstatus): Likewise.
                * i386/i386/phys.c (pmap_zero_page, pmap_copy_page, 
copy_to_phys)
                (copy_from_phys): Likewise.
                * i386/i386/trap.c (v86_assist): Likewise.
                * i386/i386/user_ldt.c (i386_set_ldt, i386_get_ldt): Likewise.
                * i386/i386at/immc.c (immc_cnputc): Likewise.
                * i386/i386at/kd_event.c (X_kdb_enter_init, X_kdb_exit_init): 
Likewise.
                * i386/intel/pmap.c (pmap_init, pmap_page_table_page_alloc)
                (pmap_create): Likewise.
                * ipc/ipc_entry.c (ipc_entry_grow_table): Likewise.
                * ipc/ipc_kmsg.c (ipc_kmsg_get_from_kernel)
                (ipc_kmsg_put_to_kernel): Likewise.
                * ipc/ipc_object.c (ipc_object_alloc, ipc_object_alloc_name): 
Likewise.
                * ipc/ipc_port.c (ipc_port_dngrow): Likewise.
                * ipc/ipc_space.c: Likewise.
                * ipc/mach_debug.c (mach_port_space_info)
                (mach_port_space_info): Likewise.
                * kern/act.c (act_create): Likewise.
                * kern/boot_script.c: Likewise.
                * kern/bootstrap.c: Likewise.
                * kern/eventcount.c (evc_init): Likewise.
                * kern/host.c (host_info, host_processor_sets): Likewise.
                * kern/lock.c (lock_init): Likewise.
                * kern/lock_mon.c (lock_info_clear): Likewise.
                * kern/mach_clock.c (mapable_time_init): Likewise.
                * kern/pc_sample.c (get_sampled_pcs): Likewise.
                * kern/processor.c (processor_set_things): Likewise.
                * kern/syscall_emulation.c (task_set_emulation_vector_internal)
                (task_get_emulation_vector, xxx_task_get_emulation_vector): 
Likewise.
                * kern/task.c (task_threads): Likewise.
                * kern/xpr.c (xprbootstrap): Likewise.
                * kern/zalloc.c (host_zone_info): Likewise.
                * vm/vm_debug.c (mach_vm_object_pages): Likewise.
                * vm/vm_kern.c (projected_buffer_allocate, copyinmap)
                (copyoutmap): Likewise.
                * vm/vm_object.c (vm_object_bootstrap): Likewise.
                * vm/vm_resident.c (vm_page_grab_contiguous_pages): Likewise.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnumach/device/cirbuf.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/cons.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.2.4.1&r2=1.2.4.2
http://cvs.savannah.gnu.org/viewcvs/gnumach/device/dev_pager.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/device/ds_routines.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.6.2.2&r2=1.6.2.3
http://cvs.savannah.gnu.org/viewcvs/gnumach/device/kmsg.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.1.4.1&r2=1.1.4.2
http://cvs.savannah.gnu.org/viewcvs/gnumach/device/net_io.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.2.2.5&r2=1.2.2.6
http://cvs.savannah.gnu.org/viewcvs/gnumach/i386/i386/fpu.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.2.4.2&r2=1.2.4.3
http://cvs.savannah.gnu.org/viewcvs/gnumach/i386/i386/iopb.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.1.1.1.4.1&r2=1.1.1.1.4.2
http://cvs.savannah.gnu.org/viewcvs/gnumach/i386/i386/mp_desc.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.1.1.1.4.1&r2=1.1.1.1.4.2
http://cvs.savannah.gnu.org/viewcvs/gnumach/i386/i386/pcb.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.2.4.1&r2=1.2.4.2
http://cvs.savannah.gnu.org/viewcvs/gnumach/i386/i386/phys.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/i386/i386/trap.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.5.2.1&r2=1.5.2.2
http://cvs.savannah.gnu.org/viewcvs/gnumach/i386/i386/user_ldt.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.2.4.1&r2=1.2.4.2
http://cvs.savannah.gnu.org/viewcvs/gnumach/i386/i386at/immc.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.2&r2=1.2.2.1
http://cvs.savannah.gnu.org/viewcvs/gnumach/i386/i386at/kd_event.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/i386/intel/pmap.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.4.2.3&r2=1.4.2.4
http://cvs.savannah.gnu.org/viewcvs/gnumach/include/string.h?cvsroot=hurd&only_with_tag=gnumach-1-branch&rev=1.1.2.1
http://cvs.savannah.gnu.org/viewcvs/gnumach/include/mach/mig_support.h?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/ipc/ipc_entry.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.2&r2=1.2.4.1
http://cvs.savannah.gnu.org/viewcvs/gnumach/ipc/ipc_kmsg.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/ipc/ipc_object.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_port.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/ipc/ipc_space.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/ipc/mach_debug.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.2.2.1&r2=1.2.2.2
http://cvs.savannah.gnu.org/viewcvs/gnumach/kern/act.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.2&r2=1.2.2.1
http://cvs.savannah.gnu.org/viewcvs/gnumach/kern/boot_script.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.1&r2=1.1.4.1
http://cvs.savannah.gnu.org/viewcvs/gnumach/kern/bootstrap.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.12.2.2&r2=1.12.2.3
http://cvs.savannah.gnu.org/viewcvs/gnumach/kern/eventcount.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.1.1.1.4.1&r2=1.1.1.1.4.2
http://cvs.savannah.gnu.org/viewcvs/gnumach/kern/host.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.1.1.1.4.1&r2=1.1.1.1.4.2
http://cvs.savannah.gnu.org/viewcvs/gnumach/kern/lock.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.1.1.1.4.1&r2=1.1.1.1.4.2
http://cvs.savannah.gnu.org/viewcvs/gnumach/kern/lock_mon.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.2.2.1&r2=1.2.2.2
http://cvs.savannah.gnu.org/viewcvs/gnumach/kern/mach_clock.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.4.2.1&r2=1.4.2.2
http://cvs.savannah.gnu.org/viewcvs/gnumach/kern/pc_sample.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.1.1.1.4.1&r2=1.1.1.1.4.2
http://cvs.savannah.gnu.org/viewcvs/gnumach/kern/processor.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.2.2.1&r2=1.2.2.2
http://cvs.savannah.gnu.org/viewcvs/gnumach/kern/syscall_emulation.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/kern/task.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.3.4.3&r2=1.3.4.4
http://cvs.savannah.gnu.org/viewcvs/gnumach/kern/xpr.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.2.2.1&r2=1.2.2.2
http://cvs.savannah.gnu.org/viewcvs/gnumach/kern/zalloc.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/vm/vm_debug.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.2.2.1&r2=1.2.2.2
http://cvs.savannah.gnu.org/viewcvs/gnumach/vm/vm_kern.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.1.1.1.4.1&r2=1.1.1.1.4.2
http://cvs.savannah.gnu.org/viewcvs/gnumach/vm/vm_object.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.2.4.3&r2=1.2.4.4
http://cvs.savannah.gnu.org/viewcvs/gnumach/vm/vm_resident.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.7.4.2&r2=1.7.4.3
http://cvs.savannah.gnu.org/viewcvs/gnumach/ChangeLog?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.128.2.163&r2=1.128.2.164




reply via email to

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