summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-28nlist: Remove repeated shadowing variable declarationHEADmasterGuillem Jover1-1/+0
2021-02-28getentropy: Fix function cast for getauxval()Guillem Jover1-3/+3
2021-02-28test: Add proper prototypes for main() functionGuillem Jover6-6/+6
2021-02-28Mark local functions as staticGuillem Jover3-6/+6
2021-02-28Add link-time warnings to MD5 wrapper functionsGuillem Jover1-0/+19
2021-02-28Require a semicolon for libbsd_link_warning() macroGuillem Jover3-3/+3
2021-02-28man: Call the libbsd-ctor library by its name instead of bsd-ctorGuillem Jover1-1/+1
2021-02-28man: Fix pkg-config(1) references in libbsd(7) man pageGuillem Jover1-5/+5
2021-02-28build: Add code coverage support in the GitLab CIGuillem Jover2-5/+16
2021-02-28build: Use apt-get instead of apt in the GitLab CIGuillem Jover1-2/+3
2021-02-09build: Add a Libs.private field to overlay pkg-config fileGuillem Jover1-0/+1
2021-02-09Release libbsd 0.11.30.11.3Guillem Jover1-1/+1
2021-02-09Switch libmd wrapper to use dlsym()Guillem Jover3-32/+66
2021-02-09build: Add a Libs.private field to pkg-config fileGuillem Jover1-0/+1
2021-02-09build: Use a single variable to track libraries to link againstGuillem Jover2-7/+7
2021-02-09build: Fix message digest library checksGuillem Jover1-3/+10
2021-02-09Use uintptr_t and size_t instead of __-prefixed types in <sys/cdefs.h>Guillem Jover1-5/+5
2021-02-08Release libbsd 0.11.20.11.2Guillem Jover1-1/+1
2021-02-08closefrom: Use close_range() on Linux when availableGuillem Jover1-1/+20
2021-02-08closefrom: Handle lowfd < 0 properlycptpcrd1-0/+3
2021-02-08closefrom: Import some changes from sudoGuillem Jover1-44/+49
2021-02-08Update <sys/queue.h> from FreeBSDFaidon Liambotis12-51/+356
2021-02-07test: Improve code coverage for strnstr(3) unit testsGuillem Jover1-0/+4
2021-02-07man: Update libbsd(7) man page with updates in 0.11.0Guillem Jover1-0/+43
2021-02-07build: Install libmd-dev in the gitlab CIGuillem Jover1-1/+1
2021-02-07build: Switch gitlab CI to use a Debian busterGuillem Jover1-1/+1
2021-02-07Release libbsd 0.11.10.11.1Guillem Jover1-1/+1
2021-02-07Add support for new LIBBSD_VIS_OPENBSD selection macroGuillem Jover2-4/+6
2021-02-07Release libbsd 0.11.00.11.0Guillem Jover1-1/+1
2021-02-07Update copyright claimsGuillem Jover4-4/+4
2021-02-07Use libmd hashing function implementations instead of embedding our ownGuillem Jover20-831/+163
2021-02-07Provide a default progname on WindowsAaron Dierking1-1/+71
2021-02-07Import pwcache module from OpenBSDGuillem Jover18-1/+757
2021-02-07man: Remove empty line in reallocarray(3bsd)Guillem Jover1-1/+0
2021-01-01Add recallocarray() and freezero() from OpenBSDFaidon Liambotis10-35/+346
2021-01-01Fix ELF detection on Intel compilersSeth R Johnson1-1/+1
2020-12-21man: Add a timespec(3bsd) alias to timeval(3bsd)Guillem Jover2-0/+2
2020-12-21man: Add missing LIBRARY sectionGuillem Jover4-0/+16
2020-12-21Fix coding styleGuillem Jover1-1/+1
2020-12-21test: Fix short lived memory leaksGuillem Jover2-6/+27
2020-12-21funopen: Fix memory leak in funopen_close() when closefn is NULLGuillem Jover1-4/+4
2020-12-21build: Detect support for --version-script in ldGuillem Jover2-1/+23
2020-12-21Do not define SIZE_T_MAX if already definedGuillem Jover1-0/+2
2020-12-21man: Add missing doc-operating-system-NetBSD string variableGuillem Jover1-0/+1
2020-12-21Add missing strnvisx() to the symbols scriptGuillem Jover1-0/+4
2019-08-08Release libbsd 0.10.00.10.0Guillem Jover1-2/+2
2019-08-08err: Add err(), warn(), errx() and warnx() familiy of functionsGuillem Jover3-0/+113
2019-08-08err: Rewrite warnc() and errc() family functions to be standaloneGuillem Jover3-20/+28
2019-08-08err: Mark error functions as non-returning with __dead2Guillem Jover1-2/+3
2019-08-08Add e2k support for nlist()Michael Shigorin1-0/+6