summaryrefslogtreecommitdiffstats
path: root/source4/lib/replace/dlfcn.c
Commit message (Collapse)AuthorAgeFilesLines
* Support dlopen(NULL, ...) on HPUX.Jelmer Vernooij2008-02-201-0/+2
| | | | (This used to be commit 53c70b5f77a3b9abaab783590e66278129173d5f)
* r25859: Wrap native HPUX functions in dl implementation.Jelmer Vernooij2007-12-211-0/+16
| | | | (This used to be commit bf1685faa1c941d3ca56b29a1e15b8a134d02068)
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit 40c0919aaa9c1b14bbaebb95ecce53eb0380fdbb)
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 84b468b2f8f2dffda89593f816e8bc6a8b6d42ac)
* r23208: on some HP-UX boxes dlfcn.h is available and use unsigned int flagsStefan Metzmacher2007-10-101-0/+4
| | | | | | | for dlopen but no library contains the function... metze (This used to be commit 0c7e3ed9625d512522a0cc7278e705fbbfc316f4)
* r19440: merged from samba3Andrew Tridgell2007-10-101-4/+4
| | | | (This used to be commit c22fb040234d0cb808fb36e1b4b7ea7bfd45c8cb)
* r18160: - pread and pwrite replacements need to be non-staticAndrew Tridgell2007-10-101-2/+1
| | | | | | | | | | | | | | | | - replacing rename() is pointless - all platforms have it (and the #define of rename breaks some code) - use system/locale.h in snprintf.c - fix passwd.h for initgroups - stdlib is in replace.h, not needed elsewhere - fix the initgroups replacement - fix mapping of dl functions to rep_* (This used to be commit 57cd0ca176387d6a3acabf9fedeef4f2a3a3dad7)
* r18031: Merge my replace fixes:Jelmer Vernooij2007-10-101-13/+18
| | | | | | | * libreplace can now build stand-alone * add stub testsuite for libreplace * make talloc/tdb/ldb use libreplace (This used to be commit fe7ca4b1454e01a33ed0d53791ebffdd349298b4)
* r10449: remove double copyright headerStefan Metzmacher2007-10-101-21/+0
| | | | | metze (This used to be commit f6bd76fa154de6ed7f7ef3257be9572f13f3ec48)
* r10438: Move portability functions to lib/replace/; replace now simply ensuresJelmer Vernooij2007-10-101-0/+71
that a given set of (working) POSIX functions are available (without prefixes to their names, etc). See lib/replace/README for a list. Functions that behave different from their POSIX specification (such as sys_select, sys_read, etc) have kept the sys_ prefix. (This used to be commit 29919a71059b29fa27a49b1f5b84bb8881de65fc)