index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
replace
/
replace.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
libreplace: poll based on select
Volker Lendecke
2011-02-28
1
-0
/
+5
*
replace: Try to fix broken sys/capabilites.h on Linux.
Stefan Metzmacher
2011-02-03
1
-0
/
+7
*
replace: restore the order for #define + rep_strtoll
Matthieu Patou
2010-10-26
1
-3
/
+3
*
lib/replace: fix rep_strtoull() prototype
Stefan Metzmacher
2010-10-23
1
-2
/
+2
*
replace: use a wrapper around strtoll if it didn't behave as expected
Matthieu Patou
2010-10-22
1
-0
/
+12
*
replace: cope with systems that have fdatasync(), but don't have the prototype
Andrew Tridgell
2010-10-19
1
-0
/
+2
*
libreplace: fix endless strerror_r has been redefined warnings on AIX
Björn Jacke
2010-09-22
1
-0
/
+1
*
libreplace: add clock_gettime replacement function for systems that don't hav...
Björn Jacke
2010-08-31
1
-0
/
+4
*
replace: Fix ifndefs for formatting defines.
Jelmer Vernooij
2010-08-23
1
-3
/
+3
*
libreplace: added _PUBLIC_ and _PRIVATE_ to replace.h
Andrew Tridgell
2010-04-18
1
-0
/
+18
*
s4-waf: use the libreplace strerror_r if needed
Andrew Tridgell
2010-03-29
1
-2
/
+2
*
libreplace: strerror_r() is needed by heimdal on solaris8
Andrew Tridgell
2010-03-26
1
-0
/
+5
*
libreplace: fixed declaration of dprintf() on FreeBSD
Andrew Tridgell
2010-03-24
1
-0
/
+10
*
replace: added get_current_dir_name()
Andrew Tridgell
2010-03-05
1
-0
/
+5
*
libreplace: add fdatasync() if not available
Andrew Tridgell
2010-02-13
1
-0
/
+4
*
libreplace: some systems don't have memmem()
Andrew Tridgell
2010-01-02
1
-0
/
+6
*
libreplace: added likely()/unlikely() macros for gcc
Andrew Tridgell
2009-09-17
1
-0
/
+19
*
include unix.h if it's available
Matt Kraai
2009-07-19
1
-0
/
+4
*
Avoid using deprecated form of AC_CHECK_TYPE.
Brad Hards
2009-04-22
1
-0
/
+12
*
lib/replace: move MAXHOSTNAMELEN to system/network.h
Stefan Metzmacher
2009-01-31
1
-12
/
+0
*
lib/replace: add defines to let the callers find out if pwrite and pread are ...
Stefan Metzmacher
2009-01-22
1
-0
/
+6
*
Samba3: Remove more configure tests already done by libreplace.
Jelmer Vernooij
2008-11-02
1
-1
/
+9
*
Fix return type of readlink().
Jelmer Vernooij
2008-11-01
1
-1
/
+1
*
Merge branch 'master' of /home/jelmer/samba3
Jelmer Vernooij
2008-11-01
1
-0
/
+35
|
\
|
*
Remove sys_chroot() - libreplace already provides an alternative.
Jelmer Vernooij
2008-11-01
1
-0
/
+5
|
*
Move sys_realpath() to libreplace.
Jelmer Vernooij
2008-11-01
1
-0
/
+5
|
*
Move sys_lchown() to libreplace.
Jelmer Vernooij
2008-11-01
1
-0
/
+4
|
*
Move sys_symlink() to libreplace.
Jelmer Vernooij
2008-11-01
1
-0
/
+6
|
*
Move sys_readlink() to libreplace.
Jelmer Vernooij
2008-11-01
1
-0
/
+5
|
*
Move sys_link to libreplace.
Jelmer Vernooij
2008-11-01
1
-0
/
+5
|
*
Move sys_chown() to rep_chown().
Jelmer Vernooij
2008-11-01
1
-0
/
+5
*
|
Use dup2() replacement from libreplace.
Jelmer Vernooij
2008-11-01
1
-0
/
+5
|
/
*
Fix definition of environ on Mac OS X (bugzilla: #5412).
Jelmer Vernooij
2008-10-27
1
-0
/
+9
*
Don't assume crypt.h is present even if crypt() is.
Jelmer Vernooij
2008-10-20
1
-0
/
+2
*
Move ufc to libreplace.
Jelmer Vernooij
2008-10-18
1
-0
/
+7
*
Define inttypes macros if not provided by system.
Jelmer Vernooij
2008-10-14
1
-0
/
+48
*
Define __STDC_FORMAT_MACROS, required for PRIu64 define (among others)
Jelmer Vernooij
2008-10-14
1
-0
/
+1
*
Move common libraries from root to lib/.
Jelmer Vernooij
2008-09-17
1
-0
/
+582