summaryrefslogtreecommitdiffstats
path: root/lib/replace/replace.h
Commit message (Expand)AuthorAgeFilesLines
* librepace: put #defines after #include "sys/xattr.h"Andrew Bartlett2012-06-031-40/+0
* libreplace: Fix build on MacOS where we have the same fn name but more argumentsAndrew Bartlett2012-06-021-8/+8
* lib/replace: Merge remaining xattr test details from lib/utilAndrew Bartlett2012-06-021-8/+8
* lib/replace: xattr wrappers in lib/replace rather than source3/lib/system.cAndrew Bartlett2012-06-021-0/+40
* On advice from Jelmer and Andrew, move the blksize_t and blkcnt_t tests into ...Jeremy Allison2012-04-101-8/+0
* Move blksize_t and blkcnt_t to replace.h from includes.h. Should help with pl...Jeremy Allison2012-04-091-0/+8
* libreplace: Add usleep implementation.Jelmer Vernooij2012-03-241-0/+6
* libreplace: Add getpeereid implementation.Jelmer Vernooij2012-03-241-0/+9
* replace: Move memalign() from lib/util/system.c to libreplace.Jelmer Vernooij2012-03-241-0/+9
* replace: Add include for bsd/string.h.Jelmer Vernooij2012-02-011-0/+4
* Fix bug #8729 - getpass regressions on Solaris/Illumos - 3.6 and master.Ira Cooper2012-01-311-0/+11
* libreplace: poll based on selectVolker Lendecke2011-02-281-0/+5
* replace: Try to fix broken sys/capabilites.h on Linux.Stefan Metzmacher2011-02-031-0/+7
* replace: restore the order for #define + rep_strtollMatthieu Patou2010-10-261-3/+3
* lib/replace: fix rep_strtoull() prototypeStefan Metzmacher2010-10-231-2/+2
* replace: use a wrapper around strtoll if it didn't behave as expectedMatthieu Patou2010-10-221-0/+12
* replace: cope with systems that have fdatasync(), but don't have the prototypeAndrew Tridgell2010-10-191-0/+2
* libreplace: fix endless strerror_r has been redefined warnings on AIXBjörn Jacke2010-09-221-0/+1
* libreplace: add clock_gettime replacement function for systems that don't hav...Björn Jacke2010-08-311-0/+4
* replace: Fix ifndefs for formatting defines.Jelmer Vernooij2010-08-231-3/+3
* libreplace: added _PUBLIC_ and _PRIVATE_ to replace.hAndrew Tridgell2010-04-181-0/+18
* s4-waf: use the libreplace strerror_r if neededAndrew Tridgell2010-03-291-2/+2
* libreplace: strerror_r() is needed by heimdal on solaris8Andrew Tridgell2010-03-261-0/+5
* libreplace: fixed declaration of dprintf() on FreeBSDAndrew Tridgell2010-03-241-0/+10
* replace: added get_current_dir_name()Andrew Tridgell2010-03-051-0/+5
* libreplace: add fdatasync() if not availableAndrew Tridgell2010-02-131-0/+4
* libreplace: some systems don't have memmem()Andrew Tridgell2010-01-021-0/+6
* libreplace: added likely()/unlikely() macros for gccAndrew Tridgell2009-09-171-0/+19
* include unix.h if it's availableMatt Kraai2009-07-191-0/+4
* Avoid using deprecated form of AC_CHECK_TYPE.Brad Hards2009-04-221-0/+12
* lib/replace: move MAXHOSTNAMELEN to system/network.hStefan Metzmacher2009-01-311-12/+0
* lib/replace: add defines to let the callers find out if pwrite and pread are ...Stefan Metzmacher2009-01-221-0/+6
* Samba3: Remove more configure tests already done by libreplace.Jelmer Vernooij2008-11-021-1/+9
* Fix return type of readlink().Jelmer Vernooij2008-11-011-1/+1
* Merge branch 'master' of /home/jelmer/samba3Jelmer Vernooij2008-11-011-0/+35
|\
| * Remove sys_chroot() - libreplace already provides an alternative.Jelmer Vernooij2008-11-011-0/+5
| * Move sys_realpath() to libreplace.Jelmer Vernooij2008-11-011-0/+5
| * Move sys_lchown() to libreplace.Jelmer Vernooij2008-11-011-0/+4
| * Move sys_symlink() to libreplace.Jelmer Vernooij2008-11-011-0/+6
| * Move sys_readlink() to libreplace.Jelmer Vernooij2008-11-011-0/+5
| * Move sys_link to libreplace.Jelmer Vernooij2008-11-011-0/+5
| * Move sys_chown() to rep_chown().Jelmer Vernooij2008-11-011-0/+5
* | Use dup2() replacement from libreplace.Jelmer Vernooij2008-11-011-0/+5
|/
* Fix definition of environ on Mac OS X (bugzilla: #5412).Jelmer Vernooij2008-10-271-0/+9
* Don't assume crypt.h is present even if crypt() is.Jelmer Vernooij2008-10-201-0/+2
* Move ufc to libreplace.Jelmer Vernooij2008-10-181-0/+7
* Define inttypes macros if not provided by system.Jelmer Vernooij2008-10-141-0/+48
* Define __STDC_FORMAT_MACROS, required for PRIu64 define (among others)Jelmer Vernooij2008-10-141-0/+1
* Move common libraries from root to lib/.Jelmer Vernooij2008-09-171-0/+582