]> git.ipfire.org Git - thirdparty/libbsd.git/shortlog
thirdparty/libbsd.git
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...
2018-06-17  Guillem JoverRemove dead code in vis
2018-06-17  Guillem JoverFix vis family of functions to not leak
2018-06-17  Baruch Siachflopen: Add missing <fcntl.h> include
2018-05-31  Guillem Joverbuild: Simplify gitlab CI configuration
2018-05-31  Guillem Joverbuild: Install git in gitlab CI configuration
2018-05-31  Guillem Joverbuild: Fix gitlab CI configuration
2018-05-31  Guillem Joverbuild: Add a gitlab CI configuration file
2018-05-23  Jakub Wilkman: Fix comma splice
2018-05-23  Jakub Wilkman: Fix name of the function injected by libbsd-ctor
2018-05-22  Guillem JoverRelease libbsd 0.9.1 0.9.1
2018-05-22  Guillem JoverFix strnvis() and strnunvis() NetBSD ABI break
2018-05-22  Guillem JoverAdd symbol redirection support
2018-05-22  Guillem JoverFix COPYING file format
2018-05-21  Guillem JoverRelease libbsd 0.9.0 0.9.0
2018-05-21  Guillem JoverDeprecate fgetwln()
2018-05-21  Guillem JoverFix typo in fgetln() linker warning
2018-05-21  Guillem JoverAdd Windows support for getentropy() and arc4random()
2018-05-21  Guillem JoverSwitch strtonum() implementation from strtoll() to...
2018-05-21  Guillem JoverImport strtoi() and strtou() functions from NetBSD
2018-05-21  Guillem JoverUpdate few RCS keyword contents to match BSD originals
2018-05-21  Guillem JoverUpdate vis/unvis modules from NetBSD
2018-05-21  Guillem JoverUpdate readpassphrase() from OpenBSD
2018-05-21  Guillem JoverUpdate heapsort() from OpenBSD
2018-05-21  Guillem JoverUpdate fmtcheck() from NetBSD
2018-05-21  Guillem JoverUpdate humanize_number() from FreeBSD
2018-05-21  Guillem JoverUpdate pidfile module from FreeBSD
2018-05-21  Guillem JoverUpdate arc4random() headers from OpenBSD
2018-05-21  Guillem JoverUpdate getentropy() code from OpenBSD
2018-05-21  Guillem JoverAdd flopenat() function from FreeBSD
2018-05-21  Guillem JoverAdd __arraycount() macro from NetBSD
2018-04-04  Baruch SiachFix build for openrisc with uClibc
2018-03-13  Guillem JoverFix function declaration protection for glibc already...
2018-03-13  Guillem JoverRemove <features.h> inclusion from <bsd/libutil.h>
2018-03-13  Guillem JoverHandle systems missing <sys/cdefs.h>
2018-03-06  Guillem Joverprogname: Port to Windows
2018-03-04  Guillem JoverHandle SPARC V8+ on Sun Studio compiler
2018-03-04  James ClarkeAdd support for ELF machine EM_SPARC32PLUS
2018-01-13  Guillem JoverRelease libbsd 0.8.7 0.8.7
2018-01-13  Jason Duerstocktest: Fix nlist(3) unit test on IA64
2018-01-13  Adam LackorzynskiFix <sys/cdefs.h> for gcc with no __has_include or...
2017-12-03  Guillem JoverHandle several functions now being provided by glibc
2017-12-03  Guillem Joverman: Document on what other BSDs arc4random(3) is present
2017-07-16  Guillem JoverRelease libbsd 0.8.6 0.8.6
2017-07-16  Guillem JoverFix handling of non-contiguous argv + envp in setprocti...
2017-06-25  Guillem Jovertest: Fix nlist() unit test on IA64 and PowerPC 64...
2017-06-24  Guillem JoverRelease libbsd 0.8.5 0.8.5
2017-06-24  Guillem Joverman: Update man page sections in titles and references
2017-06-24  Guillem Joverman: Ship and install libbsd(7)
2017-06-24  James CowgillFix ELF definitions for MIPS in local-elf.h
2017-06-24  James CowgillFix ELF definitions for PowerPC in local-elf.h
2017-06-24  Guillem Jovertest: Remove unused variable in nlist() unit test
2017-06-24  Guillem Jovertest: Handle libtool executable names in getprogname...
2017-06-19  Guillem JoverRelease libbsd 0.8.4 0.8.4
2017-06-19  Guillem JoverImport <sys/time.h> for some of its macros
2017-06-19  Guillem Jovertest: Add new strnstr() unit test
2017-06-19  Guillem Jovertest: Add new setprogname() and getprogname() unit...
2017-06-19  Guillem Jovertest: Add new setmode() and getmode() unit test
2017-06-19  Guillem Jovertest: Add new nlist() unit test
2017-06-19  Guillem JoverRemove RCSID tags
2017-06-19  Guillem JoverUpdate .gitignore for headers generator
2017-06-19  Guillem JoverNamespace header inclusion protection macros
2017-06-19  Guillem JoverFix broken mmap() usage in nlist() by switching to...
2017-06-19  Guillem JoverRemove a.out support from nlist()
2017-06-19  Igor GnatenkoMake strlcpy()/strlcat() slightly easier to read
2017-06-19  Guillem Joverbuild: Add missing \ at end of line
2017-06-18  Guillem JoverUpdate TODO
2017-06-09  Guillem JoverUpdate TODO
2017-06-09  Guillem Jovertest: Add unit test for strlcpy() and strlcat()
2017-06-09  Guillem Joverbuild: Match any glibc and musl ABIs on the host_os...
2017-06-09  Guillem Joverbuild: Quote the arguments to AC_CONDITIONAL
2017-06-09  Guillem Joverbuild: Move AC_TYPE_UID_T close to the other AC_TYPE_...
2017-06-09  Guillem Joverbuild: Move configure.ac comment into actual AC_CASE
2017-06-09  Guillem Joverbuild: Use src/strlcpy.c in AC_CONFIG_SRCDIR
next