Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/06/1996 19:10:04
pk
Sun Oct 6 12:03:33 PDT 1996
Update of /cvsroot/src/gnu/usr.bin/ld/rtld
In directory netbsd1:/var/slash-tmp/cvs-serv21275
Modified Files:
rtld.c
Log Message:
Actually set the RTLD_DL flag in dlopen'ed shared objects, per PR#2791.
thorpej
Sun Oct 6 12:05:29 PDT 1996
Update of /cvsroot/src/sys/arch/hp300/stand
In directory netbsd1:/var/slash-tmp/cvs-serv21350
Modified Files:
ct.c
Log Message:
Fixup ctstrategy() calling convention. The standalone ct driver
works again.
thorpej
Sun Oct 6 12:07:03 PDT 1996
Update of /cvsroot/src/sys/arch/hp300/stand
In directory netbsd1:/var/slash-tmp/cvs-serv21387
Modified Files:
netio.c
Log Message:
Fixup (unused) netstrategy() routine's calling convention (just returns
EIO). Garbage collect unused netioctl() - conf.c redirects netioctl()
to noioctl().
thorpej
Sun Oct 6 12:07:56 PDT 1996
Update of /cvsroot/src/sys/arch/hp300/stand
In directory netbsd1:/var/slash-tmp/cvs-serv21427
Modified Files:
rawfs.c
Log Message:
Garbage-collect some sun3-specific stuff, add some debugging code,
and KNF.