Source-Changes archive

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

NetBSD master CVS tree commits



kleink
Sat May  9 08:04:39 PDT 1998
Update of /cvsroot/src/share/man/man9
In directory nb00:/tmp/cvs-serv13983/share/man/man9

Modified Files:
        access.9 uvm.9 vslock.9 
Log Message:
Use size_t to pass the length of the memory region to operate on to chgkprot(),
kernacc(), useracc(), vslock() and vsunlock(); (unsigned) ints are not
adequate on all platforms.


kleink
Sat May  9 08:04:40 PDT 1998
Update of /cvsroot/src/sys/vm
In directory nb00:/tmp/cvs-serv13983/sys/vm

Modified Files:
        vm_extern.h vm_glue.c 
Log Message:
Use size_t to pass the length of the memory region to operate on to chgkprot(),
kernacc(), useracc(), vslock() and vsunlock(); (unsigned) ints are not
adequate on all platforms.


kleink
Sat May  9 08:04:40 PDT 1998
Update of /cvsroot/src/sys/uvm
In directory nb00:/tmp/cvs-serv13983/sys/uvm

Modified Files:
        uvm_extern.h uvm_glue.c 
Log Message:
Use size_t to pass the length of the memory region to operate on to chgkprot(),
kernacc(), useracc(), vslock() and vsunlock(); (unsigned) ints are not
adequate on all platforms.


kleink
Sat May  9 08:05:50 PDT 1998
Update of /cvsroot/src/sys/uvm
In directory nb00:/tmp/cvs-serv14072

Modified Files:
        uvm_map.c 
Log Message:
Minor KNF.




Home | Main Index | Thread Index | Old Index