Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
mycroft
Tue Dec 10 20:01:14 PST 1996
Update of /cvsroot/src/sys/netinet
In directory netbsd1:/var/slash-tmp/cvs-serv12725
Modified Files:
Tag: netbsd-1-2
in.c in.h in_pcb.c in_pcb.h in_var.h ip_mroute.c ip_mroute.h
ip_var.h raw_ip.c tcp_timer.c tcp_usrreq.c tcp_var.h
udp_usrreq.c udp_var.h
Log Message:
>From trunk:
Pass a proc pointer down to the usrreq and pcbbind functions for PRU_ATTACH,
PRU_BIND and
PRU_CONTROL. The usrreq interface really needs to be split up, but this will
have to wait.
Remove SS_PRIV completely.
thorpej
Tue Dec 10 20:05:22 PST 1996
Update of /cvsroot/src/sbin/shutdown
In directory netbsd1:/var/slash-tmp/cvs-serv13189
Modified Files:
shutdown.c
Log Message:
After passing the terminating NULL for the argv list to execle(),
don't forget the (NULL) envp.
>From Lennart Augustsson <augustss%cs.chalmers.se@localhost>, PR #2737.
mycroft
Tue Dec 10 20:08:50 PST 1996
Update of /cvsroot/src/sys/netiso
In directory netbsd1:/var/slash-tmp/cvs-serv13613
Modified Files:
Tag: netbsd-1-2
clnp.h clnp_raw.c cltp_usrreq.c cltp_var.h eonvar.h esis.c
esis.h idrp_usrreq.c idrp_var.h iso.c iso_pcb.c iso_pcb.h
iso_snpac.c iso_var.h tp_inet.c tp_output.c tp_pcb.c tp_pcb.h
tp_usrreq.c tp_var.h tuba_subr.c tuba_table.h tuba_usrreq.c
Log Message:
>From trunk:
Pass a proc pointer down to the usrreq and pcbbind functions for PRU_ATTACH,
PRU_BIND and
PRU_CONTROL. The usrreq interface really needs to be split up, but this will
have to wait.
Remove SS_PRIV completely.
Home |
Main Index |
Thread Index |
Old Index