Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libreplace: move "struct timespec" checks into libreplace (where timespec is ↵ | Günther Deschner | 2011-03-04 | 1 | -0/+23 |
| | | | | | | | | already used). Bjoern, Metze, please check. Guenther | ||||
* | replace: Try to fix broken sys/capabilites.h on Linux. | Stefan Metzmacher | 2011-02-03 | 1 | -0/+2 |
| | | | | | | | | | | | | As this is more or less a broken header we need to include linux/types.h before sys/capabilities.h to avoid redefinitions. Systems like ClearOS 5.2 need linux/types.h very early. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Feb 3 05:26:12 CET 2011 on sn-devel-104 | ||||
* | replace: cope with systems that have fdatasync(), but don't have the prototype | Andrew Tridgell | 2010-10-19 | 1 | -0/+1 |
| | | | | this is needed for MacOSX 10.4.1 | ||||
* | libreplace: move detection of clock_gettime to libreplace | Björn Jacke | 2010-08-31 | 1 | -0/+43 |
| | |||||
* | tdb: add TDB_DEPS variable filled with required libraries | Björn Jacke | 2010-08-13 | 1 | -1/+7 |
| | | | | | This is required for Solaris, which needs to link in librt to make use of fdatasync(). | ||||
* | libreplace: strerror_r() is needed by heimdal on solaris8 | Andrew Tridgell | 2010-03-26 | 1 | -1/+1 |
| | |||||
* | replace: added get_current_dir_name() | Andrew Tridgell | 2010-03-05 | 1 | -0/+1 |
| | |||||
* | libreplace: Remove the obsolete signal type cast. | Andreas Schneider | 2010-02-23 | 1 | -1/+0 |
| | | | | | AC_SIGNAL_TYPE is already obsolete in autoconf. C89 requires signal handlers to return void, only K&R returned int. | ||||
* | libreplace: add fdatasync() if not available | Andrew Tridgell | 2010-02-13 | 1 | -1/+1 |
| | |||||
* | libreplace: added replacements for dprintf() and vdprintf() | Andrew Tridgell | 2010-02-11 | 1 | -1/+1 |
| | | | | | | these are very useful for writing files with formatted writes Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | ||||
* | libreplace: some systems don't have memmem() | Andrew Tridgell | 2010-01-02 | 1 | -0/+2 |
| | | | | added rep_memmem() and a testsuite | ||||
* | Prepend "$libreplacedir/" to all objects in LIBREPLACEOBJ | Matt Kraai | 2009-09-14 | 1 | -1/+1 |
| | |||||
* | make lib/replace more usable in standalone builds | Andrew Tridgell | 2009-08-24 | 1 | -2/+2 |
| | | | | This makes the lib/replace m4 work in lib/talloc as a standalone build | ||||
* | include unix.h if it's available | Matt Kraai | 2009-07-19 | 1 | -0/+1 |
| | |||||
* | Only define waitpid replacement if wait4 is available. (It isn't on | Jelmer Vernooij | 2009-04-20 | 1 | -1/+1 |
| | | | | Windows.) | ||||
* | Move check for syslog out of libreplace to source3/ and source4/. | Jelmer Vernooij | 2009-04-20 | 1 | -1/+1 |
| | | | | This should help compiling talloc on Windows. | ||||
* | Merge branch 'master' of /home/jelmer/samba3 | Jelmer Vernooij | 2008-11-01 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | Conflicts: lib/replace/README lib/replace/libreplace.m4 lib/replace/replace.c source3/include/proto.h source3/lib/system.c | ||||
| * | Move sys_realpath() to libreplace. | Jelmer Vernooij | 2008-11-01 | 1 | -1/+1 |
| | | |||||
| * | Move sys_lchown() to libreplace. | Jelmer Vernooij | 2008-11-01 | 1 | -1/+1 |
| | | |||||
| * | Move sys_symlink() to libreplace. | Jelmer Vernooij | 2008-11-01 | 1 | -1/+1 |
| | | |||||
| * | Move sys_readlink() to libreplace. | Jelmer Vernooij | 2008-11-01 | 1 | -1/+1 |
| | | |||||
| * | Move sys_link to libreplace. | Jelmer Vernooij | 2008-11-01 | 1 | -1/+1 |
| | | |||||
| * | Move sys_chown() to rep_chown(). | Jelmer Vernooij | 2008-11-01 | 1 | -1/+1 |
| | | |||||
* | | Use dup2() replacement from libreplace. | Jelmer Vernooij | 2008-11-01 | 1 | -1/+1 |
|/ | |||||
* | Fix definition of environ on Mac OS X (bugzilla: #5412). | Jelmer Vernooij | 2008-10-27 | 1 | -0/+1 |
| | |||||
* | Remove duplicate check for volatile, move all utime-checks to | Jelmer Vernooij | 2008-10-27 | 1 | -2/+2 |
| | | | | libreplace. | ||||
* | Move ufc to libreplace. | Jelmer Vernooij | 2008-10-18 | 1 | -0/+1 |
| | |||||
* | Fix standalone builds adjusting to new relative path. | Simo Sorce | 2008-09-19 | 1 | -2/+2 |
| | | | | | | Add shared-build target to libreplace. Useful to build multiple standalone libraries that depend on each other without having to install them to the final install dir during the build. | ||||
* | Move common libraries from root to lib/. | Jelmer Vernooij | 2008-09-17 | 1 | -0/+308 |