summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-23test: Move and activate fpurge() test case from module to a dedicated fileGuillem Jover4-20/+47
2015-09-23build: Centralize testsuite LDADD setting in a single variableGuillem Jover1-4/+3
2015-09-23Sync queue(3) from FreeBSDGuillem Jover2-30/+274
2015-09-23Add __offsetof, __rangeof and __containerof to sys/cdefs.hGuillem Jover1-0/+41
2015-09-23Add __DECONST, __DEVOLATILE and __DEQUALIFY macros to sys/cdefs.hGuillem Jover1-0/+12
2015-09-23Add new man page for reallocarray(3)Guillem Jover2-0/+103
2015-09-23Use stdint integer types instead of BSD legacy onesGuillem Jover7-42/+44
2014-08-12Fix arc4random() and arc4random_stir() prototypesCallum Davies1-2/+2
2014-07-29Release libbsd 0.7.00.7.0Guillem Jover1-1/+1
2014-07-20build: Remove hard requirement for GNU .init_array section supportGuillem Jover5-7/+23
2014-07-17Add reallocarray() function from OpenBSDBenjamin Baier5-0/+44
2014-07-17Add stringlist module from NetBSDGuillem Jover8-1/+370
2014-07-15Add getbsize() functionGuillem Jover6-0/+203
2014-03-06Add OpenRISC support to nlist()Christian Svensson1-0/+6
2013-10-21Add timeconv module from FreeBSDGuillem Jover6-0/+196
2013-10-21Add funopen() functionGuillem Jover10-1/+538
2013-10-21Handle glibc partial header inclusionsGuillem Jover2-2/+17
2013-10-21build: Set subdir-objects automake optionGuillem Jover2-1/+2
2013-10-21Fix dehumanize_number() to correctly detect overflowsGuillem Jover2-4/+23
2013-07-14Release libbsd 0.6.00.6.0Guillem Jover1-2/+2
2013-07-14Warn when setproctitle() gets called before initializationGuillem Jover1-1/+9
2013-07-14Move setproctitle() automatic initialization to its own libraryGuillem Jover9-11/+104
2013-07-14build: Move version ABI from Makefile to configure.acGuillem Jover2-1/+8
2013-06-08Release libbsd 0.5.20.5.2Guillem Jover1-1/+1
2013-06-08Create a shallow copy of environ before replacing it in setproctitle()Guillem Jover1-9/+34
2013-06-08Specify setproctitle_stub() signature manually if typeof is missingGuillem Jover1-2/+5
2013-06-08Try to check if setproctitle() constructor got passed argumentsGuillem Jover1-0/+4
2013-06-08Force setproctitle() into .init_array sectionGuillem Jover2-2/+55
2013-06-08test: Try setting and getting an environment variable after setproctitle()Guillem Jover2-2/+8
2013-05-30build: Ignore automake 1.13+ test suite generated filesGuillem Jover1-0/+2
2013-05-27Release libbsd 0.5.10.5.1Guillem Jover1-1/+1
2013-05-27test: Mark a literal integer as long longGuillem Jover1-1/+1
2013-05-27Release libbsd 0.5.00.5.0Guillem Jover1-1/+1
2013-05-27build: Handle the ChangeLog as a distributed-only fileGuillem Jover1-6/+3
2013-05-27build: Use AM_V_at for mkdirGuillem Jover1-1/+1
2013-05-27build: Compress the distribution tarball with xz instead of gzipGuillem Jover1-1/+1
2013-05-27Fix comparison between signed and unsigned integer compiler warningsGuillem Jover3-3/+4
2013-05-27Update radixsort module from NetBSDGuillem Jover2-46/+45
2013-05-27Update setmode module from NetBSDGuillem Jover2-60/+125
2013-05-27Fix getpeereid() compilation on SolarisCasper Dik1-2/+4
2013-05-27Switch dehumanize_number() to use expand_number()Guillem Jover2-89/+37
2013-05-27test: Add new humanize unit testGuillem Jover3-0/+67
2013-05-27test: Add setproctitle() unit testGuillem Jover3-0/+51
2013-05-27Make setproctitle() available in 0.2 and 0.5 version nodesGuillem Jover3-3/+15
2013-05-27Implement sendmail semantics for setproctitle()Guillem Jover1-1/+11
2013-05-27Modify setproctitle() to conform to project coding styleGuillem Jover3-123/+99
2013-05-27Add a setproctitle() implementationWilliam Ahern2-28/+279
2013-05-27Add x32 support to nlist()Guillem Jover1-0/+4
2013-05-27Add arm64 (aka aarch64) to nlist()Guillem Jover1-1/+11
2013-05-27test: Add new fgetln() and fgetwln() unit testGuillem Jover3-0/+267