deraadt
|
670afe993e
|
dlerror() should not return const char *, as noted by landry
ok guenther
|
11 years ago |
guenther
|
930b578553
|
More compliance fixes: hiding non-standard stuff behind __BSD_VISIBLE,
making files stand-alone, some __restrict additions.
tweaks kettenis@; ports testing and fixes landry@ and jasper@
ok millert@
|
12 years ago |
jason
|
3ed400fec3
|
based on a diff from Matt Provost: allow printing of ldd information
on libraries themselves. Works by setting up the debugging flags then
calling dlopen() to do the heavy lifting. ok drahn
|
17 years ago |
drahn
|
242794d6d7
|
Provide hook so that rthreads can provide a spinlock to protect from races
in lazy binding. ok art@, kurt@
|
17 years ago |
drahn
|
0f5eafa1d5
|
add dladdr() support and add some 'standard' dlsym() support.
ok millert miod pval, grumble deraadt
|
20 years ago |
drahn
|
7f27882690
|
Add defines for missing RTLD_, eg RTLD_GLOBAL and RTLD_LOCAL,
values for RTLD_GLOBAL and RTLD_LOCAL are same as solaris uses.
|
21 years ago |
marc
|
2fd3e15de8
|
Add DL_SETTHREADLCK. "pretty obviously safe i think" teddu@
|
21 years ago |
deraadt
|
c8795632e1
|
withough -> without
|
22 years ago |
millert
|
b68c09e067
|
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
|
23 years ago |
art
|
79378ad516
|
correct prototype for dlerror.
|
23 years ago |
espie
|
ed31ea2769
|
dlopen and dlsym take const char * parameters.
Fix prototypes, propagate const where applicable.
|
25 years ago |
niklas
|
2a0bf72166
|
Well, as we are heading for a release people are encouraged to rebuild their
entire trees for testing anyway, I might as well do this intrusive touching
of include files now. Added openBSD tags.
|
27 years ago |
deraadt
|
47b73ff83c
|
initial import of NetBSD tree
|
29 years ago |