]> git.ipfire.org Git - thirdparty/libbsd.git/shortlog
thirdparty/libbsd.git
2015-09-24  Guillem JoverMake closefrom_procfs() fail when reallocarray() fails
2015-09-23  Guillem JoverLock the file streams in fgetln() and fparseln()
2015-09-23  Guillem JoverMark functions handling format strings with __printflike
2015-09-23  Guillem JoverAdd compile and link-time deprecation warnings for...
2015-09-23  Guillem Joverbuild: Add support for linker warnings
2015-09-23  Guillem JoverSwitch fparseln() implementation from fgetln() to getline()
2015-09-23  Guillem Jovertest: Add fparseln() unit test
2015-09-23  Guillem Jovertest: Refactor stream testing functions into a new...
2015-09-23  Brent CookAvoid left shift overflow in reallocarray
2015-09-23  Guillem JoverMake mergesort setup() static
2015-09-23  Guillem JoverUse ANSI C prototypes
2015-09-23  Guillem JoverUse reallocarray() instead of malloc() or realloc()
2015-09-23  Guillem JoverDo not close file descriptors while scanning the /proc...
2015-09-23  Guillem JoverMove procfs based implementation into a new closefrom_p...
2015-09-23  Guillem JoverRefactor file descriptor closure into a new closefrom_c...
2015-09-23  Guillem JoverUpdate closefrom() function
2015-09-23  Guillem Jovertest: Add closefrom() unit test
2015-09-23  Guillem Jovertest: Add test case for fpurge(NULL)
2015-09-23  Guillem Jovertest: Move and activate fpurge() test case from module...
2015-09-23  Guillem Joverbuild: Centralize testsuite LDADD setting in a single...
2015-09-23  Guillem JoverSync queue(3) from FreeBSD
2015-09-23  Guillem JoverAdd __offsetof, __rangeof and __containerof to sys...
2015-09-23  Guillem JoverAdd __DECONST, __DEVOLATILE and __DEQUALIFY macros...
2015-09-23  Guillem JoverAdd new man page for reallocarray(3)
2015-09-23  Guillem JoverUse stdint integer types instead of BSD legacy ones
2014-08-12  Callum DaviesFix arc4random() and arc4random_stir() prototypes
2014-07-29  Guillem JoverRelease libbsd 0.7.0 0.7.0
2014-07-20  Guillem Joverbuild: Remove hard requirement for GNU .init_array...
2014-07-17  Benjamin BaierAdd reallocarray() function from OpenBSD
2014-07-17  Guillem JoverAdd stringlist module from NetBSD
2014-07-15  Guillem JoverAdd getbsize() function
2014-03-06  Christian SvenssonAdd OpenRISC support to nlist()
2013-10-21  Guillem JoverAdd timeconv module from FreeBSD
2013-10-21  Guillem JoverAdd funopen() function
2013-10-21  Guillem JoverHandle glibc partial header inclusions
2013-10-21  Guillem Joverbuild: Set subdir-objects automake option
2013-10-21  Guillem JoverFix dehumanize_number() to correctly detect overflows
2013-07-14  Guillem JoverRelease libbsd 0.6.0 0.6.0
2013-07-14  Guillem JoverWarn when setproctitle() gets called before initialization
2013-07-14  Guillem JoverMove setproctitle() automatic initialization to its...
2013-07-14  Guillem Joverbuild: Move version ABI from Makefile to configure.ac
2013-06-08  Guillem JoverRelease libbsd 0.5.2 0.5.2
2013-06-08  Guillem JoverCreate a shallow copy of environ before replacing it...
2013-06-08  Guillem JoverSpecify setproctitle_stub() signature manually if typeo...
2013-06-08  Guillem JoverTry to check if setproctitle() constructor got passed...
2013-06-08  Guillem JoverForce setproctitle() into .init_array section
2013-06-08  Guillem Jovertest: Try setting and getting an environment variable...
2013-05-30  Guillem Joverbuild: Ignore automake 1.13+ test suite generated files
2013-05-27  Guillem JoverRelease libbsd 0.5.1 0.5.1
2013-05-27  Guillem Jovertest: Mark a literal integer as long long
2013-05-27  Guillem JoverRelease libbsd 0.5.0 0.5.0
2013-05-27  Guillem Joverbuild: Handle the ChangeLog as a distributed-only file
2013-05-27  Guillem Joverbuild: Use AM_V_at for mkdir
2013-05-27  Guillem Joverbuild: Compress the distribution tarball with xz instea...
2013-05-27  Guillem JoverFix comparison between signed and unsigned integer...
2013-05-27  Guillem JoverUpdate radixsort module from NetBSD
2013-05-27  Guillem JoverUpdate setmode module from NetBSD
2013-05-27  Casper DikFix getpeereid() compilation on Solaris
2013-05-27  Guillem JoverSwitch dehumanize_number() to use expand_number()
2013-05-27  Guillem Jovertest: Add new humanize unit test
2013-05-27  Guillem Jovertest: Add setproctitle() unit test
2013-05-27  Guillem JoverMake setproctitle() available in 0.2 and 0.5 version...
2013-05-27  Guillem JoverImplement sendmail semantics for setproctitle()
2013-05-27  Guillem JoverModify setproctitle() to conform to project coding...
2013-05-27  William AhernAdd a setproctitle() implementation
2013-05-27  Guillem JoverAdd x32 support to nlist()
2013-05-27  Guillem JoverAdd arm64 (aka aarch64) to nlist()
2013-05-27  Guillem Jovertest: Add new fgetln() and fgetwln() unit test
2013-05-27  Guillem JoverAdd new fgetwln() function
2013-05-27  StrakeAdd new fparseln() function
2013-05-27  Guillem JoverAdd file buffer pool support to fgetln()
2013-05-27  Guillem JoverAdd new strnstr() function
2013-05-27  Guillem JoverAdd new wcslcat() and wcslcpy() functions
2013-05-21  Guillem JoverCoalesce identical BSD-2-clause licenses
2012-06-27  Guillem JoverRelease libbsd 0.4.2 0.4.2
2012-06-27  Guillem Joverman: Use minus signs and hyphens consistently
2012-06-04  Guillem Joverman: Recode flopen(3) to UTF-8
2012-06-03  Guillem Joverbuild: Set default compiler variables from configure
2012-06-01  Guillem JoverRelease libbsd 0.4.1 0.4.1
2012-06-01  Guillem Joverbuild: Set runtimelibdir to libdir
2012-06-01  Guillem Joverbuild: Use MKDIR_P variable instead of literal «mkdir -p»
2012-05-29  Guillem JoverRelease libbsd 0.4.0 0.4.0
2012-05-29  Guillem JoverUse implicit <md5.h> from overlay instead explicit...
2012-05-29  Guillem JoverMove mdX.3 man page to section 3bsd
2012-05-29  Guillem JoverDo not quote man page titles
2012-05-29  Guillem JoverAdd email address to my name
2012-05-29  Guillem JoverClarify that the 4-clause BSD licenses are only for...
2012-05-29  Guillem JoverAdd new man page for tree(3)
2012-05-29  Guillem JoverRemove UC Berkeley advertising clause
2012-05-29  Guillem JoverAdd new man pages for bitstring(3) and queue(3)
2012-05-29  Guillem JoverAdd new man pages for getprogname(3) and setprogname(3)
2012-05-29  Guillem JoverAdd new man page for setproctitle(3)
2012-05-29  Guillem JoverAdd <bitstring.h> for compatibility with NetBSD and...
2012-05-29  Guillem Jovertest: Add a unit test for endian encoder/decoder
2012-05-29  Robert MillanAdd inline endian encoding/decoding functions
2012-05-29  Guillem JoverBase getprogname() on program_invocation_short_name...
2012-05-29  Guillem JoverBase fpurge() implementation on __fpurge presence inste...
2012-05-29  Guillem JoverBase fgetln() implementation on getline presence instea...
2012-05-29  Guillem Jovertest: Add new overlay unit test
2012-05-29  Guillem JoverMove overlay inclusions outside of header protection
next