Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace: Remove deprecated getpass() support. | Andreas Schneider | 2012-12-03 | 1 | -1/+0 |
| | | | | Reviewed-by: Jelmer Vernooij <jelmer@samba.org> | ||||
* | replace: Support setproctitle(). | Jelmer Vernooij | 2012-09-24 | 1 | -0/+1 |
| | | | | | This uses the setproctitle() from libc, libsetproctitle or libbsd. If none is available it provides a dummy implementation. | ||||
* | Move blksize_t and blkcnt_t to replace.h from includes.h. Should help with ↵ | Jeremy Allison | 2012-04-09 | 1 | -0/+2 |
| | | | | | | | platforms that don't have these. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Apr 9 21:40:42 CEST 2012 on sn-devel-104 | ||||
* | libreplace: We have a poll replacement based on select | Volker Lendecke | 2012-04-09 | 1 | -0/+1 |
| | | | | | Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Mon Apr 9 19:39:51 CEST 2012 on sn-devel-104 | ||||
* | libreplace: add clock_gettime replacement function for systems that don't ↵ | Björn Jacke | 2010-08-31 | 1 | -0/+1 |
| | | | | have it | ||||
* | Change uint_t to unsigned int in lib/replace | Matt Kraai | 2010-02-02 | 1 | -1/+0 |
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> | ||||
* | Merge branch 'master' of /home/jelmer/samba3 | Jelmer Vernooij | 2008-11-01 | 1 | -0/+6 |
|\ | | | | | | | | | | | | | | | | | 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 | -0/+1 |
| | | |||||
| * | Move sys_lchown() to libreplace. | Jelmer Vernooij | 2008-11-01 | 1 | -0/+1 |
| | | |||||
| * | Move sys_symlink() to libreplace. | Jelmer Vernooij | 2008-11-01 | 1 | -0/+1 |
| | | |||||
| * | Move sys_readlink() to libreplace. | Jelmer Vernooij | 2008-11-01 | 1 | -0/+1 |
| | | |||||
| * | Move sys_link to libreplace. | Jelmer Vernooij | 2008-11-01 | 1 | -0/+1 |
| | | |||||
| * | Move sys_chown() to rep_chown(). | Jelmer Vernooij | 2008-11-01 | 1 | -0/+1 |
| | | |||||
* | | Use dup2() replacement from libreplace. | Jelmer Vernooij | 2008-11-01 | 1 | -0/+1 |
|/ | |||||
* | Remove duplicate check for volatile, move all utime-checks to | Jelmer Vernooij | 2008-10-27 | 1 | -0/+4 |
| | | | | libreplace. | ||||
* | Move common libraries from root to lib/. | Jelmer Vernooij | 2008-09-17 | 1 | -0/+113 |