Source-Changes archive

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

CVS commit: syssrc/sys



Module Name:    syssrc
Committed By:   chs
Date:           Tue Nov  6 07:30:15 UTC 2001

Modified Files:
        syssrc/sys/kern: sys_pipe.c
        syssrc/sys/sys: pipe.h

Log Message:
use pmap_kenter_pa() instead of pmap_enter(), this is required for
pages loaned to the kernel.  this implies that we also need to
call pmap_kremove() before uvm_km_free().

other general cleanup:  remove argument names from prototypes,
rename some variables, etc.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 syssrc/sys/kern/sys_pipe.c
cvs rdiff -r1.8 -r1.9 syssrc/sys/sys/pipe.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index