summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2009-07-17Add __pure2 dummy macroGuillem Jover1-0/+4
2009-07-17Add more dummy id macrosGuillem Jover1-0/+16
2009-05-25Export public functions as extern CGuillem Jover6-3/+23
2009-05-25Add missing <stdarg.h> include in <bsd/err.h>Guillem Jover1-0/+1
2009-05-25Add new __RCSID macroGuillem Jover1-1/+5
Define it to nothing, so that source imported from BSDs can be easily compiled w/o needing to modify them.
2009-05-25Use the correct path when including a.out.hGuillem Jover1-1/+1
Reported-by: Aurélien Jarno <aurelien@aurel32.net>
2009-05-20Use UTF-8 copyright symbols for non-imported filesGuillem Jover9-11/+11
2009-05-20Add nlist functionGuillem Jover1-0/+38
2009-05-20Add strmode functionGuillem Jover1-1/+3
2008-07-26Add a new header file to expose inet_net_pton prototypeGuillem Jover1-0/+35
2008-07-09Add new setmode and getmode functions from FreeBSDGuillem Jover1-0/+9
2008-07-09Include the rest of the header filesGuillem Jover1-1/+5
2008-07-09Disable __bounded__ __attribute__Guillem Jover1-0/+4
2008-07-09Renumber 4th clause from BSD license to 3rdGuillem Jover3-3/+3
Those files have only three clauses.
2008-07-09Add missing license headersGuillem Jover3-0/+79
With permission from Robert Millan and Aurelien Jarno.
2008-06-18Add license headerGuillem Jover1-0/+38
2008-06-18Add arc4random_stir and arc4random_addrandom functionsGuillem Jover1-0/+2
2008-06-18Replace current md5 code with one from MirBSD and OpenBSDGuillem Jover1-37/+40
This adds the following public functions: MD5Transform, MD5End, MD5File, MD5FileChunk, MD5Data
2008-06-18Include missing stddef.hGuillem Jover1-0/+1
2008-06-18Remove cruft macros and includesGuillem Jover1-26/+0
2008-06-18Add license headerGuillem Jover4-0/+104
2008-05-06Remove UC Berkeley advertising clauseGuillem Jover1-4/+0
As per <ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change>.
2008-05-06bsd/queue.h: Sync with current glibc variant from GNU/kFreeBSDPetr Salinger1-2/+2
2008-05-06bsd/bsd.h: CleanupPetr Salinger1-49/+5
2008-05-06humanize_number: New functionPetr Salinger1-0/+22
2008-05-06Add heapsortRobert Millan1-0/+2
2008-05-06Add vis and unvisRobert Millan1-0/+90
2008-05-06Add getprogname and setprognameRobert Millan1-1/+6
2008-05-06Disable __unusedGuillem Jover1-0/+4
It conflicts with a struct member in a Linux header.
2008-05-06Remove unused includes and protect headerGuillem Jover2-3/+6
2008-05-06Remove commented out macrosGuillem Jover1-14/+0
2008-05-06Move some macros to cdefs.hGuillem Jover2-13/+35
2008-05-06Add bsd_getoptRobert Millan1-0/+4
2008-05-06Use the same macro (_SYS_QUEUE_H) as <sys/queue.h> for header protectionRobert Millan1-3/+3
This prevents collisions.
2008-05-06bsd/queue.h: Replace with patched copy of glibc's <sys/queue.h>Robert Millan1-6/+408
This doesn't affect freebsd6-buildutils.
2008-05-06Add __unusedRobert Millan1-0/+1
2008-05-06Add errc, warnc, verrc and vwarncRobert Millan1-0/+11
2008-05-06Added manpages and fixed fmtcheckAurelien Jarno2-1/+10
2008-05-06fmtcheck: New functionAurelien Jarno1-0/+1
2008-05-06Reorganize header filesGuillem Jover6-0/+532