summaryrefslogtreecommitdiff
path: root/lib/replace
Commit message (Expand)AuthorAgeFilesLines
* lib:replace: Fix code spellingAndreas Schneider2023-04-141-1/+1
* lib:replace: Remove trailing white spaces in xattr.cAndreas Schneider2023-04-141-4/+4
* lib:replace: Fix snprintf of rep_inet_ntop()Andreas Schneider2023-04-111-6/+8
* lib:replace: Fix code spellingAndreas Schneider2023-04-114-7/+7
* replace: add ARRAY_INSERT_ELEMENT() helperStefan Metzmacher2023-03-221-0/+15
* s3:modules: Ignore -Wunused-but-set-variable for autogenerated codeAndreas Schneider2023-02-061-0/+3
* replace: remove unused configure checks for port_create()Stefan Metzmacher2023-02-022-9/+0
* replace: provide PIPE_BUF on GNU/HurdSamuel Thibault2023-02-021-0/+12
* libreplace: require TLS support if pthread support is availableRalph Boehme2023-01-052-0/+15
* libreplace: update comment on __thread supportRalph Boehme2023-01-051-1/+2
* lib/replace - add extra check to bsd_attr_listAndrew Walker2023-01-021-0/+12
* lib/replace: let rep_openat2() inject O_LARGEFILE as neededStefan Metzmacher2022-11-241-0/+16
* lib/replace: fix memory leak in snprintf replacementsStefan Metzmacher2022-11-091-0/+2
* lib:replace: Require bool from C99Andreas Schneider2022-10-272-7/+2
* lib:replace: Fix trailing whitespace in wscriptAndreas Schneider2022-10-271-3/+3
* lib:replace: Add macro BURN_STR() to zero memory of a stringPavel Filipenský2022-08-261-0/+11
* lib/replace: let DISABLE_OPATH also undef __NR_openat2Stefan Metzmacher2022-08-151-0/+8
* lib/replace: add fallback defines for __NR_openat2Stefan Metzmacher2022-08-151-0/+20
* lib/replace: use syscall(__NR_openat2) if availableStefan Metzmacher2022-08-151-0/+8
* lib/replace: always include <sys/syscall.h> in replace.c if availableStefan Metzmacher2022-08-151-3/+4
* lib/replace: add a replacement for openat2() that returns ENOSYSStefan Metzmacher2022-08-153-0/+45
* lib: Align an integer typeVolker Lendecke2022-08-041-1/+2
* lib:replace: Only include <sys/mount.h> on non-Linux systemsAndreas Schneider2022-08-022-1/+6
* Revert "lib:replace: Remove <sys/mount.h> from filesys.h"Andreas Schneider2022-08-021-0/+4
* lib:replace: Remove <sys/mount.h> from filesys.hAndreas Schneider2022-07-291-4/+0
* lib:replace: Add macros to burn data from memoryAndreas Schneider2022-07-281-0/+18
* replace: Add check for if_nameindex()Martin Schwenke2022-07-221-1/+1
* replace: Check for -Wuse-after-freeSamuel Cabrero2022-06-141-0/+3
* configure/Makefile: export PYTHONHASHSEED=1 in all 'configure/Makefile' scriptsStefan Metzmacher2022-03-291-0/+7
* replace: add explicit function pointer casting from dlsym() to avoid warningsStefan Metzmacher2022-03-231-1/+1
* lib/replace: Do not typedef int boolAndrew Bartlett2022-03-232-3/+4
* lib:ldb: Reformat shell scriptsAndreas Schneider2022-02-241-1/+1
* lib:replace: Fix NULL issue reported by covscanPavel Filipenský2022-02-011-1/+1
* lib:replace: Fix trailing whitespace in os2_delete.cPavel Filipenský2022-02-011-2/+2
* configure: Check for __atomic_add_fetch() and __atomic_load()Volker Lendecke2021-12-151-0/+16
* lib/replace: For heimdal_build: Try to use the OS or compiler provided atomic...Andrew Bartlett2021-12-071-0/+7
* nsswitch: reduce dependecies to private libraries and link static/builtin if ...Stefan Metzmacher2021-11-301-0/+1
* lib/replace: use dlsym(RTLD_DEFAULT,) for {nss,nss_host,uid,socket}_wrapper_e...Stefan Metzmacher2021-11-303-51/+53
* lib/replace/timegm: use utf-8Douglas Bagnall2021-11-171-1/+1
* lib/replace: drop runtime copy_file_range() checkRalph Boehme2021-09-071-24/+2
* testsuite: Fix build with gcc >= 11.1.1Andreas Schneider2021-08-161-1/+5
* lib:replace: Remove trailing spaces from testsuite.cAndreas Schneider2021-08-161-5/+5
* libreplace: remove now unused USE_COPY_FILE_RANGE defineRalph Boehme2021-08-131-2/+0
* libreplace: properly execute SYS_copy_file_range checkRalph Boehme2021-08-101-2/+24
* libreplace: properly give headers to conf.CHECK_CODE when checking for copy_f...Ralph Boehme2021-08-101-2/+1
* replace: copy_file_range()Ralph Boehme2021-06-303-1/+46
* heimdal_build: Set up new build groups for the Heimdal hostcc componentsAndrew Bartlett2021-06-151-1/+1
* lib:replace: Do not build strndup test with gcc 11 or newerAndreas Schneider2021-05-071-0/+11
* lib:replace: Fix a posible double freeAndreas Schneider2021-04-271-1/+0
* lib:replace: Fix possible resource leaks in test_closefrom()Andreas Schneider2021-04-251-0/+2