summaryrefslogtreecommitdiff
path: root/source4/lib/replace
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r18485: include libreplace.m4 in the aclocal.m4 filesStefan Metzmacher5-7/+6
and use the macros in configure.ac metze (This used to be commit 95d33e4d71b4c97af8413bcd136f393aa3e380dd)
2007-10-10r18479: start hiding libreplace configure tests behind macrosStefan Metzmacher3-64/+126
AC_LIBREPLACE_CC_CHECKS AC_LIBREPLACE_BROKEN_CHECKS and AC_LIBREPLACE_ALL_CHECKS which calls the 2 others I'll add some more, so that samba3/samba4 can later call them in the wanted order and all standalone builds use AC_LIBREPLACE_ALL_CHECKS. metze (This used to be commit e7a30456c76f4bf9a79cdcff6b15c894bc20c954)
2007-10-10r18474: - we don't need to explicit check stdint.h and inttypes.hStefan Metzmacher1-8/+17
alsready done by autoconf magic - display the sizes of all standard C types - check for int64_t and uint64_t metze (This used to be commit 371a33a871b67f12af177696bae6aa87d2c1d9f9)
2007-10-10r18472: - use STDC_HEADERS for stdlib.h and stddef.h as autoconf doesStefan Metzmacher2-6/+4
- AC_HEADERS_STDC is not explicit needed metze (This used to be commit 8f20d2cfe564164ea049dbb9f52d885e11098c2a)
2007-10-10r18465: much better fix for a roken specifiv problemStefan Metzmacher1-11/+0
metze (This used to be commit 1ae1e68fe9e1004f1a11847714b2e71715a1ce03)
2007-10-10r18463: add some more warning flags, tested with gcc 2.95.3 on SuSE 7.3Stefan Metzmacher1-1/+11
metze (This used to be commit 553a90cbe200d2030e4caefe949b48d63abe382d)
2007-10-10r18462: make the output a bit nicerStefan Metzmacher1-1/+5
metze (This used to be commit 0b61ea3ed7b833dbb5a7ca8ef2bb29c1b68f5cad)
2007-10-10r18461: - extend make showflagsStefan Metzmacher1-2/+3
- let make test trigger showflags metze (This used to be commit 43c1d775b900b305345afe394383b78e83e4e5cb)
2007-10-10r18460: split out timegm test and only add timegm.o when neededStefan Metzmacher3-17/+7
metze (This used to be commit f9bff4dbdad8c7acc649d13a5666b58967bf5d92)
2007-10-10r18458: move wins32 stuff to the top dirStefan Metzmacher4-3/+4
metze (This used to be commit 521e94f2693eab9053d9e3f1bbc56cdf2e0adbcd)
2007-10-10r18456: Tru64 doesn't have getdents() so we don't need this ifdef's...Stefan Metzmacher1-7/+0
metze (This used to be commit 5af86eb3f07e26aead67ab0dd46576e0aefe8eb4)
2007-10-10r18455: check if getdents() and getdirentries() are available.Stefan Metzmacher1-0/+2
(only for the nicer configure output) metze (This used to be commit d53eb6bd10903d696c5ed9aad3bca3ddf35b2b51)
2007-10-10r18454: this was just for debugging...Stefan Metzmacher1-1/+0
metze (This used to be commit f9f14a94297d72af13b043db99fa892e5e3dcb46)
2007-10-10r18452: add configure test for a getdirentries() based replacement for ↵Stefan Metzmacher2-0/+26
broken readdir() Tru64 need this, linux also has getdirentries() but the native readdir() works but it means we can write the code on linux and when it works it may work on Tru64 too. tridge: can you try to implement this? metze (This used to be commit dd791d255ca61159b38a59b89f954a61fc5e9cf6)
2007-10-10r18451: move repdir/ into the top dirStefan Metzmacher3-3/+3
metze (This used to be commit a564194817d9b78e353abb6bf0548b2dd9eb130b)
2007-10-10r18450: - autogenerate the OBJ_FILES for LIBREPLACEStefan Metzmacher5-56/+53
- remove samba specific stuff from libreplace - and include the readdir replacement stuff in the standalone builds metze (This used to be commit 3cac61152ef9a32313d7f7e5d38651f03a31f251)
2007-10-10r18445: splitout the dlfcn related testsStefan Metzmacher2-10/+20
metze (This used to be commit 8662e1481504c50a45416ae09ec19b834164e77c)
2007-10-10r18444: return the correct value on errorStefan Metzmacher1-2/+3
metze (This used to be commit d65e94fea910ff435b5cb6fe146f81b01df9abf6)
2007-10-10r18443: add object files only when neededStefan Metzmacher2-1/+4
metze (This used to be commit 5fddb66def8dd29a9f8d13b4b679df26aca6cfab)
2007-10-10r18442: run the os2_delete test in the testsuite tooStefan Metzmacher4-12/+25
that shows that Tru64 is broken... It doesn't have getdirent() and the the replacement code doesn't work there. tridge: do you have any idea how to fix this? metze (This used to be commit a5ebfd0ab71f4f4288697f6fd3183a440ce7506b)
2007-10-10r18432: ensure roken doesn't try to include both inttypes.h and stdint.h. TheAndrew Tridgell1-0/+3
two conflict on irix. (This used to be commit 4dd949c80d4400c3a80571cc28f599c37c1fcf7b)
2007-10-10r18420: fix the build...Stefan Metzmacher1-1/+1
metze (This used to be commit a7ce2c6c53f1bbb2320fd8afe44ec12e504d95c9)
2007-10-10r18419: fix include paths of the configure testsStefan Metzmacher4-9/+120
metze (This used to be commit 8774eeb0dc8a72a9871d42bf1652ce4f7d4a29b7)
2007-10-10r18418: Tru64 has a different prototype for seekdir() returning intStefan Metzmacher1-0/+7
when _OSF_SOURCE is defined metze (This used to be commit 5279656a15e42e6dd96ddfa181597c71fc993ff3)
2007-10-10r18407: test for epoll.h and select.hAndrew Tridgell1-1/+4
(This used to be commit 3ddb77c1e3dce5e05771b3fcaf86f8ae9ff21a52)
2007-10-10r18401: some of our code also relies on fprintf() handling C99Andrew Tridgell1-0/+21
semantics. Easiest to just replace it if it doesn't. (This used to be commit 5fc756a770b6f457bf103e2a8a240ca020fd1a02)
2007-10-10r18400: move MAP_FAILED define to lib/replace/system/shmem.hAndrew Tridgell1-0/+4
(This used to be commit 025b142ff268498cfb36fc0e7e9e25a2c5963d38)
2007-10-10r18388: remove _XOPEN_SOURCE it causes trouble on BSD and IRIXStefan Metzmacher1-6/+0
I need to find a way to define it only on Tru64 maybe. metze (This used to be commit aca8a3f8c0bb3cce0ef8c5fd945011581d19586d)
2007-10-10r18383: ok we need _XOPEN_SOURCE 500 and include standards.h on Tru64Stefan Metzmacher2-1/+7
to get MAP_FAILED metze (This used to be commit 0f48c8ad7c066ba33cb8d4491083e15b24c5046e)
2007-10-10r18382: define _XOPEN_SOURCE to hopefully bring in MAP_FAILED inStefan Metzmacher1-1/+6
sys/mman.h on Tru64 metze (This used to be commit 8109eb9d28c9043c359d48319efe91aed2714431)
2007-10-10r18381: make sure autoconf doesn't add '-O2' to CFLAGSStefan Metzmacher1-2/+3
metze (This used to be commit ec6365b5f18eea7035b6963c8005e75b9f4e3437)
2007-10-10r18378: try enabling _OSF_SOURCE to see if it fixes the tru64 build problems -Andrew Tridgell1-0/+6
thanks to volker for the suggestion (This used to be commit 03ed41515b2228d130f669a2c0cf916a21182f30)
2007-10-10r18359: better handling of child process killing in standard modeAndrew Tridgell1-1/+1
(This used to be commit 3752cc2b5767950b26b57e79fa87a70f8d93173d)
2007-10-10r18353: try to fix the assumption of NULL being handled in printf()Andrew Tridgell1-0/+21
permanently by replacing printf() on systems that don't have a C99 printf lib (This used to be commit eacb5357c347255817a0a47abe7dadfaf24301fa)
2007-10-10r18350: we have to check for lstat() to keep roken happen on hpuxAndrew Tridgell1-1/+1
(This used to be commit e251c211f7fa67e2e32d684f10a742b496913284)
2007-10-10r18343: fixed setlinebuf() prototype, added test for it, and use it in twoAndrew Tridgell3-4/+5
places to avoid a #ifdef (This used to be commit 095b8057740a4bb207e24e4c63a2dcb53521a72f)
2007-10-10r18340: some HPUX boxes don't have ptrdiff_tAndrew Tridgell1-0/+1
(This used to be commit f3b24ea48a70268be5a3af601b5bb923d446c5d5)
2007-10-10r18339: need these checks for roken.h on hpuxAndrew Tridgell1-0/+11
(This used to be commit e98e0a28a0cb79e272c0caa0bcb3b5fb6bf3a17b)
2007-10-10r18337: more -Ae tests in check_cc.m4Andrew Tridgell1-0/+4
honor the MMAP_BLACKLIST (This used to be commit c2f2dbb5d1c082ee1391908073336a9dfc10f712)
2007-10-10r18336: autoconf tries to force on C89 mode on HP-UX, using the -AeAndrew Tridgell1-0/+4
flag. Unfortunately that flag conflicts with the -AC99 flag, and we get lots of breakage. This is a trick to force off the -Ae option (This used to be commit eb93fb8e54c46df35904e03870063c4532599442)
2007-10-10r18335: more portable bool testsAndrew Tridgell2-2/+22
(This used to be commit 45a3a6a566de020578c24feb5788367efd685f29)
2007-10-10r18332: added back in our shared mmap test codeAndrew Tridgell2-1/+77
(This used to be commit 6ff100b26698a50ba79b587a687cc0d440f73b55)
2007-10-10r18321: fixed some warnings on AIXAndrew Tridgell1-1/+1
(This used to be commit 449fab2c264aa50601f9a2d3310f1910ba97706b)
2007-10-10r18304: fixed misuse of size_t in dopr()Andrew Tridgell1-3/+3
(This used to be commit d082a3c5f5785e9d7775d94542ce9cc8ef098f63)
2007-10-10r18292: import some autoconf 2.60 specific macros,Stefan Metzmacher2-0/+199
so that older autoconf versions still work metze (This used to be commit 43970e6d081e56837e38856a9d05c8b9c303955e)
2007-10-10r18289: don't check for inline till we've worked out the main compiler flagsAndrew Tridgell1-1/+1
(This used to be commit 46ab2b9971c100afa2ed2cb8da0390cfaa9b7032)
2007-10-10r18288: autoconf already has a C99 test builtin!Andrew Tridgell1-0/+1
If this works well, we can remove our own test (This used to be commit b4b028e65e242b0fa1d74454bfa0b292917088eb)
2007-10-10r18287: add support for the -qlanglvl=extc99 and -qlanglvl=stdc99 flags,Andrew Tridgell1-0/+18
needed on AIX 5.2 for C99 structures (This used to be commit 2dc9239a3621f48fbb410a60fee61d70f85ada91)
2007-10-10r18284: enable _XOPEN_SOURCE_EXTENDED to fix a HP-UX bug with the definitionAndrew Tridgell1-0/+6
of sendfile() (This used to be commit 3e0f262b384b73183452aefabca93c01d53387a8)
2007-10-10r18283: libreplace.m4 needs to be early in configure.ac in other packages tooAndrew Tridgell2-2/+2
(This used to be commit 03f9c67c066d772d9a544f1183fbee609ab8137b)