NetBSD/libexec
skrll 39aae79d93 Bring across a change from FreeBSD from back in 1998:
"Fix a bug that showed up when debugging dynamically linked programs.
References from GDB to "printf" and various other functions would
find the versions in the dynamic linker itself, rather than the
versions in the program's libc.  This fix moves the GDB link map
entry for the dynamic linker to the end of the search list, where
its symbols will be found only if they are not found anywhere else."

"printf" isn't true for us, but various libc symbols are, e.g. "malloc".

Fixes PR 32074 as noted by uwe@

OK'd by christos@
2006-01-12 22:40:17 +00:00
..
atrun - Don't use a stale errno when printing an error 2005-10-31 16:15:42 +00:00
comsat Don't do things you are not supposed to inside a signal handler. 2005-07-18 04:01:33 +00:00
cron
fingerd
ftpd NLST should return 450 instead of 550 upon error, per RFC 959. 2005-11-24 23:47:23 +00:00
getNAME
getty PR/25605: Frank Kardel: getty leaves ttymodes at read login state when 2005-12-28 09:43:05 +00:00
hpropd
identd Add RCSID. 2005-06-14 12:18:24 +00:00
kadmind
kpasswdd
ld.aout_so bare asm -> __asm 2005-12-24 21:51:51 +00:00
ld.elf_so Bring across a change from FreeBSD from back in 1998: 2006-01-12 22:40:17 +00:00
lfs_cleanerd Change PRiu64 with a cast and %llu. I am not using PRIu32 and no cast for 2005-08-23 05:55:29 +00:00
mail.local
makekey
makewhatis Deal with fts errors properly. 2005-11-18 17:12:09 +00:00
rexecd check pwd != NULL 2005-04-19 03:22:54 +00:00
rlogind
rmail Shouldn't use += on a variable that we haven't initialized yet ... 2005-06-01 15:55:31 +00:00
rpc.rquotad
rpc.rstatd
rpc.rusersd Cleanup and make the arrays dynamically resizable. This will help for 2005-08-01 21:08:34 +00:00
rpc.rwalld
rpc.sprayd
rshd check pwd != NULL 2005-04-19 03:22:54 +00:00
talkd
telnetd Remove static local variable so its easier to correctly use strlcpy. 2005-06-21 22:29:53 +00:00
tftpd
utmp_update
uucpd
Makefile
Makefile.inc