]> git.ipfire.org Git - thirdparty/libbsd.git/shortlog
thirdparty/libbsd.git
2023-02-17  Callum Farmerinclude: Adjust closefrom() per glibc adoption
2023-02-17  Guillem Joverbuild: Switch to debian:latest Docker image
2023-02-12  Guillem Joverbuild: Fix version script linker support detection
2023-02-12  Guillem Joverinclude: Use __has_builtin to detect __builtin_offsetof...
2022-12-17  Khem Rajfunopen: Replace off64_t with off_t in funopen_seek()
2022-12-13  Guilherme Janczakman: Prune unneeded <sys/types.h> include in setproctit...
2022-12-13  Florian Weimerbuild: Improve C99 compatibility of __progname configur...
2022-12-13  Guillem Joverbuild: Enable -Wall for automake
2022-12-13  Guillem Joverbuild: Add missing AM_PROG_AR macro call to configure.ac
2022-12-13  Guillem Joverbuild: Fix configure.ac indentation
2022-12-13  Guillem Joverbuild: Require automake 1.11
2022-11-24  Guillem Joverbuild: Do not require funopen() to be ported
2022-11-23  Guillem Joverbuild: Terminate lists in variables with «# EOL»
2022-11-23  Guillem Joverbuild: Use «yes» instead of «true» for AC_CHECK_FUNCS...
2022-10-06  Guillem JoverRelease libbsd 0.11.7 0.11.7
2022-10-06  Guillem Joverman: Discourage using the library in non-overlay mode
2022-10-05  Guillem Joverinclude: Adjust reallocarray() per glibc adoption
2022-10-05  Callum Farmerinclude: Adjust arc4random() per glibc adoption
2022-10-05  Callum Farmerinclude: explicit_bzero() requires _DEFAULT_SOURCE
2022-10-05  Guillem Joverinclude: Simplify glibc version dependent macro handling
2022-10-04  Guillem Joverdoc: Switch references from pkg-config to pkgconf
2022-10-04  Guillem Joverdoc: Add missing empty line to separate README sections
2022-10-04  Guillem Joverdoc: Refer to the main git repository as primary
2022-10-04  Guillem Jovertest: Fix explicit_bzero() test on the Hurd
2022-10-04  Guillem Joverfgetwln: Add comment about lack of getwline(3) for...
2022-08-23  Guillem Joversetmode: Dot not use saveset after free
2022-08-03  Guillem Joverman: Rewrite gerprogname(3bsd) from scratch
2022-08-03  Guillem Joverman: Lowercase man page title
2022-08-03  Guillem Joverman: Document that some arc4random(3) functions are...
2022-08-03  Guillem JoverSync arc4random(3) implementation from OpenBSD
2022-06-08  Fabrice FontaineFix ELF support for big endian SH
2022-06-08  Guillem Joverman: Use -compact also for alternative functions in...
2022-06-08  Guillem Jovergetentropy: Fix function cast for getauxval()
2022-03-30  Guillem JoverRelease libbsd 0.11.6 0.11.6
2022-03-30  WANG XueruiAdd LoongArch support to nlist()
2022-03-30  Guillem Joverman: Document when functions were added to musl in...
2022-03-30  Guilherme JanczakRemove arc4random() OpenBSD support
2022-01-29  Duncan Overbruckbuild: Add alpine to CI for tests with musl libc
2022-01-29  Guillem Jovertest: Import explicit_bzero and strtonum test cases...
2022-01-29  Guillem Joverbuild: Sort test programs in .gitignore
2022-01-29  Duncan Overbrucktest: Add fpurge() test case using open_memstream(3...
2022-01-26  Duncan Overbruckfpurge: Make it work with non fd based FILEs
2022-01-26  Duncan Overbrucktest: Remove static FILE declaration from fpurge test
2022-01-25  Guillem JoverRelease libbsd 0.11.5 0.11.5
2022-01-25  Guillem JoverRevert "build: Add missing proctitle unit test program"
2022-01-23  Guillem JoverDocument how to build from git and from a tarball release
2022-01-23  Guillem Joverbuild: Check for objdump explicitly
2022-01-23  Sam Jamesbuild: Respect $(OBJDUMP)
2022-01-22  Guillem JoverRelease libbsd 0.11.4 0.11.4
2021-12-01  Guillem Joverman: Add missing comma in .Dd for tree(3)
2021-12-01  Guillem Joverman: Update tree(3) man page from OpenBSD
2021-12-01  Guillem Joverbuild: Clarify link-time warnings
2021-12-01  Guillem JoverSwitch md5 compatibility logic back to direct linking
2021-11-28  Guillem Joverbuild: Split libmd dependency due to MD5 functions...
2021-11-28  Guillem Joverbuild: Add new libbsd_symver_weak() macro
2021-11-27  Guillem Jovertest: Check that strdup() does not fail
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
next