Subject: CVS commit: src/libexec/ld.elf_so
To: None <source-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: source-changes
Date: 07/05/2004 11:50:07
Module Name:	src
Committed By:	cube
Date:		Mon Jul  5 11:50:07 UTC 2004

Modified Files:
	src/libexec/ld.elf_so: load.c paths.c rtld.h

Log Message:
Make ld.elf_so use the new sysctl API.  That allows the user to give any
sysctl variable name in /etc/ld.so.conf.  It also makes the ld.elf_so
binary slightly smaller (at least on i386), and has no impact on
performance.

Fixes PR 26100.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 src/libexec/ld.elf_so/load.c
cvs rdiff -r1.30 -r1.31 src/libexec/ld.elf_so/paths.c
cvs rdiff -r1.70 -r1.71 src/libexec/ld.elf_so/rtld.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.