summaryrefslogtreecommitdiff
path: root/lib/replace
AgeCommit message (Expand)AuthorFilesLines
2023-11-20lib:replace: Add python.hAndreas Schneider1-0/+30
2023-10-13lib:replace: Properly check result of write() and read() (CID 1034925)Joseph Sutton1-2/+2
2023-08-14lib/replace: Ensure that __STDC_WANT_LIB_EXT1__ is set to 1Joseph Sutton1-1/+1
2023-08-08lib/replace: fix strlcat/strlcpy compile for HonggfuzzDouglas Bagnall1-0/+11
2023-08-08lib/replace: Const-qualify sys_errlistJoseph Sutton1-1/+1
2023-07-19lib:replace: rely on epoll_create1() for epoll interfaceDmitry Antipov1-2/+2
2023-07-11configure: ensure sizeof(int) >= 4Douglas Bagnall1-0/+4
2023-06-01lib/replace: check for valgrind/callgrind.hStefan Metzmacher1-1/+1
2023-04-14lib:replace: Fix code spellingAndreas Schneider1-1/+1
2023-04-14lib:replace: Remove trailing white spaces in xattr.cAndreas Schneider1-4/+4
2023-04-11lib:replace: Fix snprintf of rep_inet_ntop()Andreas Schneider1-6/+8
2023-04-11lib:replace: Fix code spellingAndreas Schneider4-7/+7
2023-03-22replace: add ARRAY_INSERT_ELEMENT() helperStefan Metzmacher1-0/+15
2023-02-06s3:modules: Ignore -Wunused-but-set-variable for autogenerated codeAndreas Schneider1-0/+3
2023-02-02replace: remove unused configure checks for port_create()Stefan Metzmacher2-9/+0
2023-02-02replace: provide PIPE_BUF on GNU/HurdSamuel Thibault1-0/+12
2023-01-05libreplace: require TLS support if pthread support is availableRalph Boehme2-0/+15
2023-01-05libreplace: update comment on __thread supportRalph Boehme1-1/+2
2023-01-02lib/replace - add extra check to bsd_attr_listAndrew Walker1-0/+12
2022-11-24lib/replace: let rep_openat2() inject O_LARGEFILE as neededStefan Metzmacher1-0/+16
2022-11-09lib/replace: fix memory leak in snprintf replacementsStefan Metzmacher1-0/+2
2022-10-27lib:replace: Require bool from C99Andreas Schneider2-7/+2
2022-10-27lib:replace: Fix trailing whitespace in wscriptAndreas Schneider1-3/+3
2022-08-26lib:replace: Add macro BURN_STR() to zero memory of a stringPavel Filipenský1-0/+11
2022-08-15lib/replace: let DISABLE_OPATH also undef __NR_openat2Stefan Metzmacher1-0/+8
2022-08-15lib/replace: add fallback defines for __NR_openat2Stefan Metzmacher1-0/+20
2022-08-15lib/replace: use syscall(__NR_openat2) if availableStefan Metzmacher1-0/+8
2022-08-15lib/replace: always include <sys/syscall.h> in replace.c if availableStefan Metzmacher1-3/+4
2022-08-15lib/replace: add a replacement for openat2() that returns ENOSYSStefan Metzmacher3-0/+45
2022-08-04lib: Align an integer typeVolker Lendecke1-1/+2
2022-08-02lib:replace: Only include <sys/mount.h> on non-Linux systemsAndreas Schneider2-1/+6
2022-08-02Revert "lib:replace: Remove <sys/mount.h> from filesys.h"Andreas Schneider1-0/+4
2022-07-29lib:replace: Remove <sys/mount.h> from filesys.hAndreas Schneider1-4/+0
2022-07-28lib:replace: Add macros to burn data from memoryAndreas Schneider1-0/+18
2022-07-22replace: Add check for if_nameindex()Martin Schwenke1-1/+1
2022-06-14replace: Check for -Wuse-after-freeSamuel Cabrero1-0/+3
2022-03-29configure/Makefile: export PYTHONHASHSEED=1 in all 'configure/Makefile' scriptsStefan Metzmacher1-0/+7
2022-03-23replace: add explicit function pointer casting from dlsym() to avoid warningsStefan Metzmacher1-1/+1
2022-03-23lib/replace: Do not typedef int boolAndrew Bartlett2-3/+4
2022-02-24lib:ldb: Reformat shell scriptsAndreas Schneider1-1/+1
2022-02-01lib:replace: Fix NULL issue reported by covscanPavel Filipenský1-1/+1
2022-02-01lib:replace: Fix trailing whitespace in os2_delete.cPavel Filipenský1-2/+2
2021-12-15configure: Check for __atomic_add_fetch() and __atomic_load()Volker Lendecke1-0/+16
2021-12-07lib/replace: For heimdal_build: Try to use the OS or compiler provided atomic...Andrew Bartlett1-0/+7
2021-11-30nsswitch: reduce dependecies to private libraries and link static/builtin if ...Stefan Metzmacher1-0/+1
2021-11-30lib/replace: use dlsym(RTLD_DEFAULT,) for {nss,nss_host,uid,socket}_wrapper_e...Stefan Metzmacher3-51/+53
2021-11-17lib/replace/timegm: use utf-8Douglas Bagnall1-1/+1
2021-09-07lib/replace: drop runtime copy_file_range() checkRalph Boehme1-24/+2
2021-08-16testsuite: Fix build with gcc >= 11.1.1Andreas Schneider1-1/+5
2021-08-16lib:replace: Remove trailing spaces from testsuite.cAndreas Schneider1-5/+5