NetBSD/libexec
christos a3fedff4d1 Fixed handling of DT_SONAME:
- add function to add name aliases for shared libraries loaded
	  XXX[1]: we don't add a name during load time, only when DT_SONAME
	  is present.
	- search already loaded objects in load_by_name for an already
	  loaded object that matches our name and return it.
	- add missing initialization and cleanup for obj->names
	  XXX[2]: should we make them SIMPLEQ?
	- Add XXX in rtld.c about getting the name of an object.

NB: This makes the jdk work again without resorting to a hack of putting
    the build path of libjvm.so into the run path (which is a security
    problem).
XXX: Pullup-6?
2013-05-06 19:59:29 +00:00
..
atrun - Remove redundant argument to (successive) `.Nm' macro; 2012-06-20 09:43:51 +00:00
comsat Remove useless cast, probably motivated by an older and stupider lint. 2010-05-29 23:12:30 +00:00
fingerd Add __printflike attribution to use vprintf and friends with an argument 2012-03-15 02:02:20 +00:00
ftpd Convert from __attribute__(foo) to the __foo equiv in <sys/cdefs.h> 2013-03-21 05:53:01 +00:00
getNAME Use __dead 2011-08-29 20:41:06 +00:00
getty remove useless include (sys/stat.h) and add useful one (stdio.h) 2012-11-04 21:14:59 +00:00
httpd fix PR 47629, using a slightly different patch to the one in the PR. 2013-03-09 21:36:04 +00:00
identd does not need -I${NETBSDSRCDIR}/sys/dist/ipf here, the files are 2012-09-15 17:45:35 +00:00
ld.aout_so Make sure UUDECODE_FILES is empty if we do not have an old ld.so_aout 2013-02-05 15:19:18 +00:00
ld.elf_so Fixed handling of DT_SONAME: 2013-05-06 19:59:29 +00:00
lfs_cleanerd Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
mail.local De-__P. staticfy. Use __dead, __printflike. 2011-08-27 15:40:31 +00:00
makekey Remove the \n and tabs from the __COPYRIGHT() strings. 2008-07-20 01:09:06 +00:00
makewhatis In addwhatis(), two items should not be treated as duplicates unless 2009-04-02 21:39:33 +00:00
rexecd Remove physical markup. 2009-04-09 04:02:32 +00:00
rlogind if you are going to use utmpx.h, include it. 2012-11-04 21:35:45 +00:00
rpc.rquotad libquota no longer requires libprop. Also remove some other no-longer-used 2012-02-01 17:53:01 +00:00
rpc.rstatd Pass WARNS=5 2012-06-19 06:06:34 +00:00
rpc.rusersd Apply casts to cases where xdrproc_t is expected but is not 2011-08-30 17:06:20 +00:00
rpc.rwalld NULL does not need a cast, here 2011-09-16 16:13:16 +00:00
rpc.sprayd NULL does not need a cast, here 2011-09-16 16:13:16 +00:00
rshd bin/46703: BSD r-commands use wrong source address for stderr 2012-07-14 15:06:26 +00:00
talkd Use .In instead of .Aq Pa for header files. 2010-03-22 18:58:31 +00:00
telnetd Only include the headers we use and remove useless variable. 2012-11-04 21:57:40 +00:00
tftpd max WARNS is 4 2011-10-13 17:23:28 +00:00
utmp_update add printflike 2011-09-17 14:25:43 +00:00
Makefile Import the new apropos/whatis. 2012-02-07 19:13:24 +00:00
Makefile.inc Make WARNS=5 the default here. 2012-06-19 06:10:09 +00:00