summaryrefslogtreecommitdiff
path: root/lib/replace/libreplace.m4
AgeCommit message (Expand)AuthorFilesLines
2013-05-28build: Remove autoconf build systemAndrew Bartlett1-490/+0
2013-01-15lib/replace: Add ucontext configure autoconf checks.Jeremy Allison1-0/+13
2013-01-15lib/replace: Add missing check for sys/wait.hJeremy Allison1-1/+1
2013-01-14Fix bug 9548: Correctly detect O_DIRECTVolker Lendecke1-11/+10
2012-12-03replace: Remove deprecated getpass() support.Andreas Schneider1-1/+0
2012-09-24lib/replace: Improve mkstemp test in autoconf and wafAndrew Bartlett1-3/+18
2012-06-29Move back to using per-thread credentials on Linux. Fixes the glibc native AI...Jeremy Allison1-1/+3
2012-06-03lib/replace: Undo change of 0 -> NULLAndrew Bartlett1-1/+1
2012-06-03libreplace: Link libreplace against attr when requiredAndrew Bartlett1-1/+8
2012-06-02libreplace: Fix autoconf build on platforms needing xattrsAndrew Bartlett1-1/+1
2012-06-02lib/replace: Merge remaining xattr test details from lib/utilAndrew Bartlett1-2/+2
2012-06-02lib/replace: xattr wrappers in lib/replace rather than source3/lib/system.cAndrew Bartlett1-0/+47
2012-04-12Remove overly complex attemt to define blkcnt_t and blksize_t. AC_CHECK_TYPE ...Jeremy Allison1-12/+2
2012-04-10On advice from Jelmer and Andrew, move the blksize_t and blkcnt_t tests into ...Jeremy Allison1-0/+12
2012-03-24replace: Move memalign() from lib/util/system.c to libreplace.Jelmer Vernooij1-1/+2
2012-03-22lib/replace: test for incoherent mmap.Rusty Russell1-0/+7
2011-10-27replace: Add checks for setreuid and setregid.Andreas Schneider1-1/+2
2011-10-13config.h: define HAVE_LIBREPLACERusty Russell1-0/+2
2011-08-14replace: Check if we have mremap() availableSimo Sorce1-0/+7
2011-03-04libreplace: move "struct timespec" checks into libreplace (where timespec is ...Günther Deschner1-0/+23
2011-02-03replace: Try to fix broken sys/capabilites.h on Linux.Stefan Metzmacher1-0/+2
2010-10-19replace: cope with systems that have fdatasync(), but don't have the prototypeAndrew Tridgell1-0/+1
2010-08-31libreplace: move detection of clock_gettime to libreplaceBjörn Jacke1-0/+43
2010-08-13tdb: add TDB_DEPS variable filled with required librariesBjörn Jacke1-1/+7
2010-03-26libreplace: strerror_r() is needed by heimdal on solaris8Andrew Tridgell1-1/+1
2010-03-05replace: added get_current_dir_name()Andrew Tridgell1-0/+1
2010-02-23libreplace: Remove the obsolete signal type cast.Andreas Schneider1-1/+0
2010-02-13libreplace: add fdatasync() if not availableAndrew Tridgell1-1/+1
2010-02-11libreplace: added replacements for dprintf() and vdprintf()Andrew Tridgell1-1/+1
2010-01-02libreplace: some systems don't have memmem()Andrew Tridgell1-0/+2
2009-09-14Prepend "$libreplacedir/" to all objects in LIBREPLACEOBJMatt Kraai1-1/+1
2009-08-24make lib/replace more usable in standalone buildsAndrew Tridgell1-2/+2
2009-07-19include unix.h if it's availableMatt Kraai1-0/+1
2009-04-20Only define waitpid replacement if wait4 is available. (It isn't onJelmer Vernooij1-1/+1
2009-04-20Move check for syslog out of libreplace to source3/ and source4/.Jelmer Vernooij1-1/+1
2008-11-01Merge branch 'master' of /home/jelmer/samba3Jelmer Vernooij1-1/+1
2008-11-01Use dup2() replacement from libreplace.Jelmer Vernooij1-1/+1
2008-11-01Move sys_realpath() to libreplace.Jelmer Vernooij1-1/+1
2008-11-01Move sys_lchown() to libreplace.Jelmer Vernooij1-1/+1
2008-11-01Move sys_symlink() to libreplace.Jelmer Vernooij1-1/+1
2008-11-01Move sys_readlink() to libreplace.Jelmer Vernooij1-1/+1
2008-11-01Move sys_link to libreplace.Jelmer Vernooij1-1/+1
2008-11-01Move sys_chown() to rep_chown().Jelmer Vernooij1-1/+1
2008-10-27Fix definition of environ on Mac OS X (bugzilla: #5412).Jelmer Vernooij1-0/+1
2008-10-27Remove duplicate check for volatile, move all utime-checks toJelmer Vernooij1-2/+2
2008-10-18Move ufc to libreplace.Jelmer Vernooij1-0/+1
2008-09-19Fix standalone builds adjusting to new relative path.Simo Sorce1-2/+2
2008-09-17Move common libraries from root to lib/.Jelmer Vernooij1-0/+308