commit-hurd
[Top][All Lists]
Advanced

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

gnumach ChangeLog device/device_emul.h device/d... [gnumach-1-branch]


From: Samuel Thibault
Subject: gnumach ChangeLog device/device_emul.h device/d... [gnumach-1-branch]
Date: Mon, 01 Dec 2008 22:04:16 +0000

CVSROOT:        /cvsroot/hurd
Module name:    gnumach
Branch:         gnumach-1-branch
Changes by:     Samuel Thibault <sthibaul>      08/12/01 22:04:16

Modified files:
        .              : ChangeLog 
        device         : device_emul.h ds_routines.c ds_routines.h 
        kern           : task.c 
        linux/pcmcia-cs/glue: ds.c 
        vm             : vm_kern.c vm_map.h 

Log message:
        2008-11-15  Shakthi Kannan  <address@hidden>
        
                * device/ds_routines.h (device_reference, device_deallocate): 
Add
                function prototypes.
                * kern/task.c (task_create): Moved unused i variable inside 
FAST_TAS.  
                * vm/vm_map.h (vm_map_copy_page_discard): Add function 
prototype.
                * vm/vm_kern.c (projected_buffer_deallocate): Give &map->hdr
                instead of map to _vm_map_clip_start and _vm_map_clip_end 
functions.
        
        2008-12-01  Samuel Thibault  <address@hidden>
        
                * device/device_emul.h (device_emulation_ops): Turn back 
reference,
                dealloc, dev_to_port, write_trap and writev_trap into taking a 
void*,
                as they do not always take a mach_device_t.
                * device/ds_routines.c (mach_device_emulation_ops): Cast
                mach_device_reference, mach_device_deallocate,
                mach_convert_device_to_port, device_write_trap and 
device_writev_trap
                to (void*) to make them accept a void* argument.
                * linux/pcmcia-cs/glue/ds.c (device_deallocate): Rename function
                into...
                (ds_device_deallocate): ... this.
                (dev_to_port): Call ds_device_deallocate instead of 
device_deallocate.
                (linux_pcmcia_emulation_ops): Use ds_device_deallocate instead 
of
                device_deallocate, cast mach_device_reference to (void*) to 
make it
                accept a void* argument.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnumach/ChangeLog?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.128.2.365&r2=1.128.2.366
http://cvs.savannah.gnu.org/viewcvs/gnumach/device/device_emul.h?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.1.2.2&r2=1.1.2.3
http://cvs.savannah.gnu.org/viewcvs/gnumach/device/ds_routines.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.6.2.11&r2=1.6.2.12
http://cvs.savannah.gnu.org/viewcvs/gnumach/device/ds_routines.h?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.2.2.3&r2=1.2.2.4
http://cvs.savannah.gnu.org/viewcvs/gnumach/kern/task.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.3.4.8&r2=1.3.4.9
http://cvs.savannah.gnu.org/viewcvs/gnumach/linux/pcmcia-cs/glue/ds.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.1.2.4&r2=1.1.2.5
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.7&r2=1.1.1.1.4.8
http://cvs.savannah.gnu.org/viewcvs/gnumach/vm/vm_map.h?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.2.2.4&r2=1.2.2.5




reply via email to

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