summaryrefslogtreecommitdiff
path: root/lib/replace
AgeCommit message (Expand)AuthorFilesLines
2026-03-20lib:replace add discard_align_pGary Lockyer1-0/+20
2026-02-27vfs_aio_ratelimit: Add per-share TDB persistence for local rate limiter stateAvan Thakkar1-0/+8
2025-11-11lib:replace: Remove memset_s()Andreas Schneider4-38/+1
2025-11-11Replace memset_s() with memset_explicit()Andreas Schneider1-9/+9
2025-11-11lib:replace: Add test for memset_explicit()Douglas Bagnall2-0/+104
2025-11-11lib:replace: Implement memset_explicit()Andreas Schneider4-1/+20
2025-11-11lib:replace: Remove trailing spaces in READMEAndreas Schneider1-4/+4
2025-10-22lib:replace: Implement setproctitle() based on PRCTL_MM_MAPAndreas Schneider1-0/+179
2025-10-22lib:replace: Remove trailing spacesAndreas Schneider1-28/+28
2025-10-22lib:replace: There is special code already to check for HAVE_PRCTLAndreas Schneider1-1/+1
2025-05-28Fix clang 20 format-truncation warningsGary Lockyer1-0/+6
2025-03-27replace: fix hex_upper -> hexchars_upperBjoern Jacke1-2/+3
2025-01-21lib:replace: Don't use deprecated readline CPPFunction castAndreas Schneider1-1/+3
2025-01-21lib:replace: Remove trailing spaces from readline.hAndreas Schneider1-3/+3
2025-01-02remove usage of bzeroMichael Tokarev4-14/+1
2024-11-12libreplace: Introduce hexchars_{upper|lower}Volker Lendecke4-11/+14
2024-11-11lib/replace: memset_explicit() only takes three argumentsThomas Klausner1-1/+1
2024-08-21lib/replace: add renameat2() replacementStefan Metzmacher3-1/+90
2024-08-20libreplace: add rep_copy_reflink()Ralph Boehme2-0/+37
2024-05-14lib/replace: make sure krb5_cc_default[_name]() is no longer used directlyStefan Metzmacher1-0/+3
2024-03-12lib: Simplify _hexcharvalVolker Lendecke1-1/+1
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