Source-Changes archive

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

NetBSD master CVS tree commits



thorpej
Tue May 27 19:41:42 PDT 1997
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv3668/sys

Modified Files:
        lkm.h 
Log Message:
Prototype lkmexists() in <sys/lkm.h> as some LKMs might need to use it.


thorpej
Tue May 27 19:41:43 PDT 1997
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv3668/kern

Modified Files:
        kern_lkm.c 
Log Message:
Prototype lkmexists() in <sys/lkm.h> as some LKMs might need to use it.


thorpej
Tue May 27 19:43:31 PDT 1997
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv3757

Modified Files:
        lkm.h 
Log Message:
Add appropriate parenthesis around assignments within conditionals.


thorpej
Tue May 27 19:44:56 PDT 1997
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv3816/kern

Modified Files:
        kern_lkm.c 
Log Message:
Prototype lkmdispatch() in <sys/lkm.h>; all LKMs use it.


thorpej
Tue May 27 19:44:57 PDT 1997
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv3816/sys

Modified Files:
        lkm.h 
Log Message:
Prototype lkmdispatch() in <sys/lkm.h>; all LKMs use it.


thorpej
Tue May 27 19:49:07 PDT 1997
Update of /cvsroot/src/sys/lkm/netinet/if_ipl
In directory netbsd1:/var/slash-tmp/cvs-serv4060

Modified Files:
        mln_ipl.c 
Log Message:
Fix several bugs/warnings:
- Pull in correct headers to get types.
- Garbage-collect some unused code.
- Add missing return values.
- Add parenthesis around assignments in conditionals.




Home | Main Index | Thread Index | Old Index