thorpej
2a63e04007
- Change the strong dlfcn names in libc to ___name, and make the __name
...
versions used by others in libc weak, so that we have:
name: weak
__name: weak
___name: strong
- Add __name strong aliases of the dlfcn names in ld.elf_so, so that we have:
name: strong
__name: strong
This allows ld.elf_so to self-resolve both the name and __name variants
of the dlfcn functions, the former being required for dlfcn support in
applications, the latter being required for dlfcn support in libc.
Fixes the problem described in:
http://mail-index.netbsd.org/tech-toolchain/2004/07/17/0000.html
Reviewed by Nick.
2004-07-18 17:26:19 +00:00
wiz
9074ea7ce0
Code is not using gethostbyaddr any longer, but getnameinfo.
...
Fix references. Addresses part of PR 26337 by Peter Postma.
2004-07-17 18:34:01 +00:00
wiz
6387678427
Bump date for previous.
2004-07-17 18:33:23 +00:00
wiz
24d271a979
Code is not using gethostbyaddr any longer, but getnameinfo.
...
Fix references. Addresses part of PR 26337 by Peter Postma.
2004-07-17 18:32:23 +00:00
petrov
1ee4832b70
Don't print relocated content (in DEBUG mode) as it can cause
...
misaligned access. It needs to be done differently if needed at all.
Fix PR port-sparc64/20907.
2004-07-17 05:03:33 +00:00
lukem
2b8830ba06
Correctly clamp illegal "SITE CHMOD" mode values. From OpenBSD.
2004-07-16 08:29:28 +00:00
lukem
0cd997a9f7
Fix minor memory leak with fromname. Inspired by OpenBSD.
2004-07-16 03:31:51 +00:00
chs
ec3d29dac4
add some instructions at the top of rtld_entry() that use mprotect()
...
to make ld.so's data segment executable. this is needed because the PLT
is in the data segment and we actually honor the execute permissions now.
2004-07-15 03:00:21 +00:00
enami
150b25198e
Whitespace nits.
2004-07-10 07:11:38 +00:00
enami
af9fc9cd10
Use strtoimax rather than strtol to parse a number which represents
...
an offset in a file. long is insufficient on some architecture.
Problem noticed by Atsushi Onoe while ago.
2004-07-10 07:10:43 +00:00
christos
f61a35eaaf
stat the right file.
2004-07-10 04:00:09 +00:00
enami
66820706e0
No need to pretty print the errno with err() or warn().
2004-07-10 00:00:58 +00:00
cube
d1b3d841ee
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.
2004-07-05 11:50:07 +00:00
kleink
25662013ee
Add the kernel to the includes search path; ipf.c depends on it.
2004-07-01 01:41:16 +00:00
darrenr
b8785aabcf
Modify ftp-proxy to support both ipfilter and pf. It now requires at least
...
one command line option to specify which firewall it is meant to interact
with. The implementation here puts the firewall specific code into separate
files with markers for future changes that could enable a fully transparent
mode for non-private network proxying.
2004-06-30 13:29:43 +00:00
wiz
5e2319eed0
2004, not 1994.
2004-06-25 17:36:04 +00:00
christos
fd55c85046
Forgot to include utmpx support for this one.
2004-06-25 17:34:38 +00:00
itojun
8f329619b8
spamlogd(8)
2004-06-25 16:34:45 +00:00
itojun
9ec960c351
add ftp-proxy from PF OpenBSD 3.5. adjust setlists
2004-06-22 22:19:36 +00:00
jwise
b89fa9ed33
Remove added SUBDIR+= settings from a developer's (hi itojun!) machine which
...
point to directories which do not exist (and are not wanted) in our source tree.
While we're here, was `libexec/spamd' approved for import? It conflicts with the
name of a tool in pkgsrc which a _lot_ of developers and users of NetBSD are using...
2004-06-22 19:10:48 +00:00
itojun
f7c9d7b3eb
make spamd compile on netbsd
2004-06-22 16:04:40 +00:00
itojun
c2d7a8642b
spamd-setup, comes with PF for openbsd 3.5
2004-06-22 15:53:17 +00:00
itojun
10c71795a1
build and install spamd(8)
2004-06-22 15:41:54 +00:00
skrll
701ae47cdf
Fix the dynamic linker for hppa using ELF.
...
Lazy binding doesn't work 100% of the time so force immediate binding.
One possible reason is that the PLT stub blows away r20 which the
compiler might not take into account.
2004-05-17 13:16:02 +00:00
skrll
e88c851d08
Test before commit.
2004-05-17 11:00:01 +00:00
skrll
0556cd7d3c
Re-arrange/correct some asserts.
2004-05-17 10:23:58 +00:00
skrll
8431fb3c4c
Wrap a couple of lines to <80 columns
2004-05-14 11:59:14 +00:00
skrll
c788a1a535
Whitespace.
2004-05-14 11:11:02 +00:00
skrll
212b905081
Garbage collect the RTLD_RELOCATE_SELF error.
2004-05-12 20:23:29 +00:00
skrll
c0148a0dfe
Add a debug message.
2004-05-12 20:12:37 +00:00
kleink
ab12386beb
Also set LOGNAME in the environment.
2004-05-11 08:07:37 +00:00
kleink
a87145f3fc
Make sure we tzset() before chroot(); after passing that point
...
it may no longer be accessible for syslog() to format messages.
2004-05-05 20:15:45 +00:00
mhitch
b6825b1e42
The -symbolic flag in gcc 2.95.3 is not passed to the linker, which is
...
required. Restore the -Bsymbolic option in LDFLAGS on the vax. Fixes
the problem with ld.elf_so mentioned on port-vax.
2004-04-28 02:04:56 +00:00
christos
ce26902593
add const to cgetent arg.
2004-04-23 21:04:25 +00:00
christos
6bd1d6d4db
Replace the statfs() family of system calls with statvfs().
...
Retain binary compatibility.
2004-04-21 01:05:31 +00:00
veego
3ee69bb240
Remove duplicated include of <sys/types.h>
...
Fixes bin/25062.
2004-04-05 19:27:01 +00:00
fair
02c4ccaafa
Apply patch from PR 24917 to correct option parse error reporting.
2004-03-26 01:26:59 +00:00
he
9dffa08363
The MLINKS needs to come before .include <bsd.prog.mk>.
2004-03-24 21:20:26 +00:00
skrll
236df38503
Be more pedantic about where we use -shared, etc.
2004-03-24 08:01:26 +00:00
fair
88327f9bbc
Add FILES section to document where the daemon is.
...
Add some paragraph breaks to make the man page more readable.
Add the history of the talkd -> ntalkd change as I recall it to
the HISTORY section. All of this to answer PR 13433
2004-03-24 05:32:42 +00:00
fair
790f7311ff
Add man page link from talkd.8 to ntalkd.8 per PR 13433
...
We should probably rename all of this back to talkd. XXX
2004-03-24 05:20:12 +00:00
christos
ba3c0c1bd8
Oops, put back my copyright.
2004-03-20 20:30:48 +00:00
christos
1074321aa8
- remove my license
...
- un __P
- de-lint
2004-03-20 20:26:58 +00:00
jmc
6fe4ead562
Convert to usage of UUDECODE_FILES and standardize on filename extension
2004-03-19 08:07:22 +00:00
atatat
1de60baa7c
The <sys/sysctl.h> header already provides a perfectly good struct for
...
this purpose, so...uh...use it.
2004-03-16 05:25:12 +00:00
enami
76eaac1d6f
Whitespace.
2004-02-26 21:45:59 +00:00
skrll
52581467e2
Whitespace.
2004-02-23 21:27:20 +00:00
skrll
4d30716d36
Remove the millicode hack - its not needed anymore.
...
Get the entry point right.
2004-02-23 21:20:40 +00:00
uwe
8eb5ba6d09
Use CC instead of LD to link the ld.elf_so. This will correctly link
...
"millicode" from libgcc_pic.a on platforms that need it.
From Nick Hudson <skrll@netbsd>.
2004-02-22 01:39:43 +00:00
skrll
b5330c98c7
Add the standard XXX about CPPFLAGS and -fpic here.
2004-02-21 16:02:06 +00:00