commit-hurd
[Top][All Lists]
Advanced

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

hurd physmem/priv.h physmem/physmem.c physmem/f...


From: Neal H . Walfield
Subject: hurd physmem/priv.h physmem/physmem.c physmem/f...
Date: Wed, 22 Jun 2005 06:18:09 -0400

CVSROOT:        /cvsroot/hurd
Module name:    hurd
Branch:         
Changes by:     Neal H. Walfield <address@hidden>       05/06/22 10:18:09

Modified files:
        physmem        : priv.h physmem.c frame.c frame-entry.c 
                         ChangeLog 
        libhurd-slab   : slab.h ChangeLog 

Log message:
        libhurd-slab/
        
        2005-06-22  Neal H. Walfield  <address@hidden>
        
        * slab.h: Clean up comments.
        (SLAB_CLASS): New macro.
        
        physmem/
        
        2005-06-22  Neal H. Walfield  <address@hidden>
        
        * priv.h (frame_entry_init): Declare.
        (frame_init): Declare.
        * physmem.c (main): Call frame_entry_init and frame_init.
        * frame-entry.c: Create a frame_entry slab class.  Don't use
        HURD_SLAB_SPACE_INITIALIZER to initialize frame_entry_space.  Do
        it ...
        (frame_entry_init): ... here with hurd_frame_entry_slab_init.
        (frame_entry_constructor): Update argument type given stronger
        type checking.
        (frame_entry_alloc): Call hurd_frame_entry_slab_alloc, not
        hurd_slab_alloc.
        (frame_entry_free): Call hurd_frame_entry_slab_dealloc, not
        hurd_slab_dealloc.
        * frame.c: Create a frame slab class.  Don't use
        HURD_SLAB_SPACE_INITIALIZER to initialize frame_space.  Do it ...
        (frame_init): ... here with hurd_frame_slab_init.
        (frame_constructor): Update argument type given stronger type
        checking.
        (frame_alloc): Call hurd_frame_slab_alloc, not hurd_slab_alloc.
        (frame_free): Call hurd_frame_slab_dealloc, not hurd_slab_dealloc.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd-l4/physmem/priv.h.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd-l4/physmem/physmem.c.diff?tr1=1.25&tr2=1.26&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd-l4/physmem/frame.c.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd-l4/physmem/frame-entry.c.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd-l4/physmem/ChangeLog.diff?tr1=1.38&tr2=1.39&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd-l4/libhurd-slab/slab.h.diff?tr1=1.11&tr2=1.12&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd-l4/libhurd-slab/ChangeLog.diff?tr1=1.13&tr2=1.14&r1=text&r2=text





reply via email to

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