1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00
freebsd/lib/libc
John Polstra 9295bb8d0d Add a stub version of getpublickey(), in order to eliminate an
undefined symbol referenced from libc.  Without the stub, it is
impossible to execute any program using the shared library if
LD_BIND_NOW=1 is in the environment.  The stub always returns
failure, but it can be overridden outside the library when necessary.

I don't know whether this is the "correct" fix, but it is intolerable
to have any undefined symbols referenced from libc.
1997-08-28 21:50:33 +00:00
..
amd64
compat-43 kill the undead 1997-07-13 14:26:00 +00:00
db
gen Use getpwnam(getlogin()) before getpwuid(getuid()) 1997-08-27 13:36:34 +00:00
gmon
i386 kill the undead 1997-07-13 14:26:00 +00:00
locale Remove collate_range_cmp, was left for temp. backward compatibility 1997-08-03 18:04:39 +00:00
net kill the undead 1997-07-13 14:26:00 +00:00
nls
quad
regex
rpc Add a stub version of getpublickey(), in order to eliminate an 1997-08-28 21:50:33 +00:00
stdio
stdlib Improvement of type independency for the bitmap. 1997-08-27 12:04:33 +00:00
stdtime Add unsigned char cast to all ctype calls 1997-08-13 13:11:53 +00:00
string Added bounds checking to the example after chasing down someone's 1997-07-26 00:47:06 +00:00
sys Reference the correct version of BSD at the bottom of the 1997-08-23 21:32:50 +00:00
xdr
yp
Makefile
Makefile.inc