]> git.ipfire.org Git - thirdparty/libbsd.git/shortlog
thirdparty/libbsd.git
2021-11-27  Guillem Jovergetentropy: Add missing prototype for BSD variant
2021-11-27  Guillem Jovernlist: Remove condition which is always true
2021-11-27  Guillem Joverbuild: Append __ after __attribute and __typeof keywords
2021-11-27  Guillem Joverbuild: Ignore backup files
2021-11-27  Victor Westerhuistest: Explicitly mark symbols as used
2021-11-27  Victor Westerhuisbuild: Enable .init_array support when building with LTO
2021-11-27  Guillem Joverman: Fix .Nx macro usage
2021-11-27  Alexander Millerbuild: Allow building with -flto on gcc-10 and newer
2021-11-27  Guillem Jovertest: Fix pipe_feed() to allow checking fprintf format...
2021-11-27  Guillem Joverbuild: Add missing proctitle unit test program
2021-11-27  Guillem Jovertest: Do not pass NULL as the first funopen() argument
2021-11-27  Guillem Joverbuild: Detect sed at configure time
2021-11-27  Guillem Jovervis: Add prototypes for strnvis() and strnunvis() variants
2021-11-27  Guillem Jovertest: Cast literal strings to (char *) on n_name assignment
2021-11-27  Guillem JoverAdd missing prototypes to functions
2021-11-27  Guillem Joverbuild: Add compiler warnings support
2021-02-28  Guillem Jovernlist: Remove repeated shadowing variable declaration 1/merge
2021-02-28  Guillem Jovergetentropy: Fix function cast for getauxval()
2021-02-28  Guillem Jovertest: Add proper prototypes for main() function
2021-02-28  Guillem JoverMark local functions as static
2021-02-28  Guillem JoverAdd link-time warnings to MD5 wrapper functions
2021-02-28  Guillem JoverRequire a semicolon for libbsd_link_warning() macro
2021-02-28  Guillem Joverman: Call the libbsd-ctor library by its name instead...
2021-02-28  Guillem Joverman: Fix pkg-config(1) references in libbsd(7) man...
2021-02-28  Guillem Joverbuild: Add code coverage support in the GitLab CI
2021-02-28  Guillem Joverbuild: Use apt-get instead of apt in the GitLab CI
2021-02-09  Guillem Joverbuild: Add a Libs.private field to overlay pkg-config...
2021-02-09  Guillem JoverRelease libbsd 0.11.3 0.11.3
2021-02-09  Guillem JoverSwitch libmd wrapper to use dlsym()
2021-02-09  Guillem Joverbuild: Add a Libs.private field to pkg-config file
2021-02-09  Guillem Joverbuild: Use a single variable to track libraries to...
2021-02-09  Guillem Joverbuild: Fix message digest library checks
2021-02-09  Guillem JoverUse uintptr_t and size_t instead of __-prefixed types...
2021-02-08  Guillem JoverRelease libbsd 0.11.2 0.11.2
2021-02-08  Guillem Joverclosefrom: Use close_range() on Linux when available
2021-02-08  cptpcrdclosefrom: Handle lowfd < 0 properly
2021-02-08  Guillem Joverclosefrom: Import some changes from sudo
2021-02-08  Faidon LiambotisUpdate <sys/queue.h> from FreeBSD
2021-02-07  Guillem Jovertest: Improve code coverage for strnstr(3) unit tests
2021-02-07  Guillem Joverman: Update libbsd(7) man page with updates in 0.11.0
2021-02-07  Guillem Joverbuild: Install libmd-dev in the gitlab CI
2021-02-07  Guillem Joverbuild: Switch gitlab CI to use a Debian buster
2021-02-07  Guillem JoverRelease libbsd 0.11.1 0.11.1
2021-02-07  Guillem JoverAdd support for new LIBBSD_VIS_OPENBSD selection macro
2021-02-07  Guillem JoverRelease libbsd 0.11.0 0.11.0
2021-02-07  Guillem JoverUpdate copyright claims
2021-02-07  Guillem JoverUse libmd hashing function implementations instead...
2021-02-07  Aaron DierkingProvide a default progname on Windows
2021-02-07  Guillem JoverImport pwcache module from OpenBSD
2021-02-07  Guillem Joverman: Remove empty line in reallocarray(3bsd)
2021-01-01  Faidon LiambotisAdd recallocarray() and freezero() from OpenBSD
2021-01-01  Seth R JohnsonFix ELF detection on Intel compilers
2020-12-21  Guillem Joverman: Add a timespec(3bsd) alias to timeval(3bsd)
2020-12-21  Guillem Joverman: Add missing LIBRARY section
2020-12-21  Guillem JoverFix coding style
2020-12-21  Guillem Jovertest: Fix short lived memory leaks
2020-12-21  Guillem Joverfunopen: Fix memory leak in funopen_close() when closef...
2020-12-21  Guillem Joverbuild: Detect support for --version-script in ld
2020-12-21  Guillem JoverDo not define SIZE_T_MAX if already defined
2020-12-21  Guillem Joverman: Add missing doc-operating-system-NetBSD string...
2020-12-21  Guillem JoverAdd missing strnvisx() to the symbols script
2019-08-08  Guillem JoverRelease libbsd 0.10.0 0.10.0
2019-08-08  Guillem Jovererr: Add err(), warn(), errx() and warnx() familiy...
2019-08-08  Guillem Jovererr: Rewrite warnc() and errc() family functions to...
2019-08-08  Guillem Jovererr: Mark error functions as non-returning with __dead2
2019-08-08  Michael ShigorinAdd e2k support for nlist()
2019-08-08  Frank SchaeferAdd AArch64 ILP32 support to nlist()
2019-08-08  Rosen PenevAdd ARC support to nlist()
2019-08-08  Guillem JoverAdd a comment to note the ELF entries are sorted alphab...
2019-08-08  James ClarkeRe-allow direct use of nlist.n_name in <nlist.h>
2019-08-08  Guillem Jovernlist: Fix out-of-bounds read on strtab
2019-08-08  Guillem Jovernlist: Fix unbounded malloc() calls
2019-08-08  Guillem Jovernlist: Fix pread() return value check
2019-08-08  Guillem Jovernlist: Check whether sh_link is within bounds
2019-08-08  Guillem Jovernlist: Check that e_shnum and e_shentsize are within...
2019-08-08  Guillem Jovernlist: Check whether the nl argument is not NULL
2019-08-08  Guillem Joverman: Add man page sections to function references
2019-08-08  Sebastianman: Fix typo
2019-08-08  Guillem Joverman: Fix typos
2019-08-08  Guillem Joverman: Replace references to a.out(5) with elf(5)
2019-08-08  Guillem Joverman: Define doc-operating-system-NetBSD string variables
2019-08-08  Guillem Joverman: Use major.minor version for .Nx macros
2019-08-08  Guillem Joverman: Add doc-str-Lb-libbsd aliases for str-Lb-libbsd
2019-08-08  Guillem JoverUpdate TODO
2019-08-08  Aaron DierkingProvide a <sys/param.h> with MIN() and MAX()
2019-08-08  Aaron Dierkingbuild: Disable CRT warnings on Windows
2019-08-08  Aaron Dierkingbuild: Detect Windows/MinGW at configure time
2019-08-08  Guillem Joverbuild: Support platforms without symbol versioning
2019-08-08  Guillem Joverbuild: Abstract symbol versioning via new libbsd_symver...
2019-08-08  Guillem Joverbuild: Use __register_atfork() only if really available
2019-08-06  Guillem Joverbuild: Fix check for clock_gettime() within librt
2018-06-18  Aaron DierkingCorrect Clang feature detection
2018-06-18  Guillem JoverProtect C language extensions with two leading and...
2018-06-18  Aaron DierkingGuard non-portable forwarded includes
2018-06-18  Aaron DierkingWindows support for inet_net_pton()
2018-06-18  Aaron DierkingWindows support for HASHFileChunk()
2018-06-18  Aaron DierkingDon't require <grp.h>
2018-06-18  Aaron DierkingOnly define S_ISTXT if S_ISVTX is defined
2018-06-18  Aaron DierkingUse CHAR_BIT instead of NBBY in strnvis()
2018-06-18  Aaron DierkingReplace reintroduced legacy u_* type usage in strnvis...
next