Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 07/14/1998 15:20:02
tron
Tue Jul 14 15:12:30 PDT 1998
Update of /cvsroot/pkgsrc/x11/kde
In directory nb00:/tmp/cvs-serv5705

Modified Files:
	Makefile 
Log Message:
Update "kde" to version 1.0.


tv
Tue Jul 14 15:18:36 PDT 1998
Update of /cvsroot/src/gnu/usr.bin/ld/rtld
In directory nb00:/tmp/cvs-serv5763/gnu/usr.bin/ld/rtld

Modified Files:
	rtld.c 
Log Message:
Change ld.so default behavior to RTLD_LOCAL, and make RTLD_LOCAL into a
new flag bit.  Keep RTLD_GLOBAL as an actual flag bit so it won't be
re-used, or may be used for something later.  Mask the dlopen() mode bits
in ld.elf_so so a comparison against RTLD_NOW works.  (RTLD_{LOCAL,GLOBAL}
needs to be implemented for ld.elf_so.) 



tv
Tue Jul 14 15:18:36 PDT 1998
Update of /cvsroot/src/include
In directory nb00:/tmp/cvs-serv5763/include

Modified Files:
	dlfcn.h 
Log Message:
Change ld.so default behavior to RTLD_LOCAL, and make RTLD_LOCAL into a
new flag bit.  Keep RTLD_GLOBAL as an actual flag bit so it won't be
re-used, or may be used for something later.  Mask the dlopen() mode bits
in ld.elf_so so a comparison against RTLD_NOW works.  (RTLD_{LOCAL,GLOBAL}
needs to be implemented for ld.elf_so.) 



tv
Tue Jul 14 15:18:37 PDT 1998
Update of /cvsroot/src/libexec/ld.elf_so
In directory nb00:/tmp/cvs-serv5763/libexec/ld.elf_so

Modified Files:
	rtld.c 
Log Message:
Change ld.so default behavior to RTLD_LOCAL, and make RTLD_LOCAL into a
new flag bit.  Keep RTLD_GLOBAL as an actual flag bit so it won't be
re-used, or may be used for something later.  Mask the dlopen() mode bits
in ld.elf_so so a comparison against RTLD_NOW works.  (RTLD_{LOCAL,GLOBAL}
needs to be implemented for ld.elf_so.)