summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2011-07-09Add missing semicolon to bsd_getopt() declarationGuillem Jover1-1/+1
2011-06-08Constify bsd_getopt(3) argumentsGuillem Jover1-1/+1
2011-05-29Remove blank lines at EOFGuillem Jover6-6/+0
2011-05-29Move bsd_getopt() from <bsd/getopt.h> to <bsd/unistd.h>Guillem Jover2-15/+14
2011-05-29Include the correct deprecated headeres when using the overlayGuillem Jover6-0/+25
2011-05-29Do not use the same header inclusion protector for <nlist.h> and <bsd/nlist.h>Guillem Jover1-2/+2
2011-05-29Add LIBBSD_DISABLE_DEPRECATED to deprecated headersGuillem Jover8-0/+32
2011-05-28Condense and clarify header deprecation warningsGuillem Jover8-8/+8
2011-05-28Rename LIBBSD_CLEAN_INCLUDES to LIBBSD_DISABLE_DEPRECATEDGuillem Jover3-3/+3
2011-05-28Namespace header protector in <bsd/sys/cdefs.h> with LIBBSD_SYS_Guillem Jover1-2/+2
2011-05-28Add new <bsd/sys/poll.h> headerGuillem Jover1-0/+40
2011-05-28Add new <bsd/sys/endian.h> headerGuillem Jover1-0/+52
2011-05-28Add new __packed, __aligned and __nonnull attributesGuillem Jover1-0/+24
2011-05-28Define __dead2 and __pure2 to actual gcc attributes if possibleGuillem Jover1-2/+10
2011-05-28Define <sys/cdefs.h> attributes conditional to the supported gcc versionGuillem Jover1-2/+8
2011-05-28Define _SYS_CDEFS_H and _SYS_CDEFS_H after including <sys/cdefs.h>Guillem Jover1-0/+10
2011-05-28Map getopt to bsd_getopt if we are using the overlayGuillem Jover1-0/+5
2011-05-27Rename transparent support to overlayGuillem Jover7-13/+13
2011-05-16Add fpurge functionGuillem Jover1-1/+3
2011-05-14Conditionalize <time.h> inclusion from <bsd/bsd.h>Guillem Jover1-0/+2
2011-05-14Conditionalize temporary compatibility inclusionsGuillem Jover2-0/+4
2011-05-14Move all header files to /usr/include/bsd/ and deprecate /usr/include/Guillem Jover6-139/+241
2011-05-14Add support for transparent compilationGuillem Jover7-1/+42
2011-05-14Add missing prototypes for arc4random_buf and arc4random_uniformKevin McCarthy1-0/+2
2011-05-14Add new <bsd/sys/bitstring.h> headerGuillem Jover1-0/+146
2011-05-14Add new radixsort and sradixsort functionsGuillem Jover1-0/+4
2011-05-14Add new mergesort functionGuillem Jover1-1/+3
2011-05-14Add getpeereid functionGuillem Jover1-0/+2
2011-02-23Add reallocf functionAurelien Jarno1-0/+2
2010-01-21Make setprogname and getprogname arguments and return value constGuillem Jover1-3/+3
2010-01-10Replace setproctitle dummy macro with a function stubGuillem Jover2-4/+2
2010-01-10Add pidfile functionsGuillem Jover1-0/+12
2010-01-10Add flopen functionGuillem Jover1-0/+2
2009-12-12Move fmtcheck and fgetln declarations to <bsd/stdio.h>Guillem Jover3-6/+45
2009-12-12Move setmode and getmode declarations to <bsd/unistd.h>Guillem Jover2-7/+45
2009-12-12Mark inclusion of <time.h> from <bsd/bsd.h> deprecatedGuillem Jover1-0/+2
2009-12-12Move arc4random declarations to <bsd/stdlib.h>Guillem Jover3-8/+6
2009-12-12Deprecate <bsd/inet.h>Guillem Jover1-5/+2
2009-12-12Remove traces of fgetwln, it was never includedGuillem Jover1-2/+0
2009-12-10Make RCS macros take argumentsThorsten Glaser1-3/+3
2009-12-10Track bug IDs for __unused collisionThorsten Glaser1-0/+1
2009-12-10Add readpassphrase functionGuillem Jover1-0/+41
2009-12-10Add dehumanize_number functionGuillem Jover1-0/+6
2009-10-24Add strnvis and strnunvis functionsGuillem Jover1-0/+2
2009-10-24Move <bsd/ip_icmp.h> to <bsd/netinet/ip_icmp.h>Guillem Jover3-186/+221
2009-10-24Add new <bsd/sys/tree.h> headerGuillem Jover2-0/+766
2009-10-24Move <bsd/queue.h> to <bsd/sys/queue.h>Guillem Jover3-607/+642
2009-10-24Move <bsd/cdefs.h> to <bsd/sys/cdefs.h>Guillem Jover3-63/+98
2009-10-24Update <sys/queue.h>Guillem Jover1-61/+130
2009-10-24Add strtonum functionGuillem Jover1-0/+3