Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-17 | Add __pure2 dummy macro | Guillem Jover | 1 | -0/+4 | |
2009-07-17 | Add more dummy id macros | Guillem Jover | 1 | -0/+16 | |
2009-05-25 | Export public functions as extern C | Guillem Jover | 6 | -3/+23 | |
2009-05-25 | Add missing <stdarg.h> include in <bsd/err.h> | Guillem Jover | 1 | -0/+1 | |
2009-05-25 | Add new __RCSID macro | Guillem Jover | 1 | -1/+5 | |
Define it to nothing, so that source imported from BSDs can be easily compiled w/o needing to modify them. | |||||
2009-05-25 | Use the correct path when including a.out.h | Guillem Jover | 1 | -1/+1 | |
Reported-by: Aurélien Jarno <aurelien@aurel32.net> | |||||
2009-05-20 | Use UTF-8 copyright symbols for non-imported files | Guillem Jover | 9 | -11/+11 | |
2009-05-20 | Add nlist function | Guillem Jover | 1 | -0/+38 | |
2009-05-20 | Add strmode function | Guillem Jover | 1 | -1/+3 | |
2008-07-26 | Add a new header file to expose inet_net_pton prototype | Guillem Jover | 1 | -0/+35 | |
2008-07-09 | Add new setmode and getmode functions from FreeBSD | Guillem Jover | 1 | -0/+9 | |
2008-07-09 | Include the rest of the header files | Guillem Jover | 1 | -1/+5 | |
2008-07-09 | Disable __bounded__ __attribute__ | Guillem Jover | 1 | -0/+4 | |
2008-07-09 | Renumber 4th clause from BSD license to 3rd | Guillem Jover | 3 | -3/+3 | |
Those files have only three clauses. | |||||
2008-07-09 | Add missing license headers | Guillem Jover | 3 | -0/+79 | |
With permission from Robert Millan and Aurelien Jarno. | |||||
2008-06-18 | Add license header | Guillem Jover | 1 | -0/+38 | |
2008-06-18 | Add arc4random_stir and arc4random_addrandom functions | Guillem Jover | 1 | -0/+2 | |
2008-06-18 | Replace current md5 code with one from MirBSD and OpenBSD | Guillem Jover | 1 | -37/+40 | |
This adds the following public functions: MD5Transform, MD5End, MD5File, MD5FileChunk, MD5Data | |||||
2008-06-18 | Include missing stddef.h | Guillem Jover | 1 | -0/+1 | |
2008-06-18 | Remove cruft macros and includes | Guillem Jover | 1 | -26/+0 | |
2008-06-18 | Add license header | Guillem Jover | 4 | -0/+104 | |
2008-05-06 | Remove UC Berkeley advertising clause | Guillem Jover | 1 | -4/+0 | |
As per <ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change>. | |||||
2008-05-06 | bsd/queue.h: Sync with current glibc variant from GNU/kFreeBSD | Petr Salinger | 1 | -2/+2 | |
2008-05-06 | bsd/bsd.h: Cleanup | Petr Salinger | 1 | -49/+5 | |
2008-05-06 | humanize_number: New function | Petr Salinger | 1 | -0/+22 | |
2008-05-06 | Add heapsort | Robert Millan | 1 | -0/+2 | |
2008-05-06 | Add vis and unvis | Robert Millan | 1 | -0/+90 | |
2008-05-06 | Add getprogname and setprogname | Robert Millan | 1 | -1/+6 | |
2008-05-06 | Disable __unused | Guillem Jover | 1 | -0/+4 | |
It conflicts with a struct member in a Linux header. | |||||
2008-05-06 | Remove unused includes and protect header | Guillem Jover | 2 | -3/+6 | |
2008-05-06 | Remove commented out macros | Guillem Jover | 1 | -14/+0 | |
2008-05-06 | Move some macros to cdefs.h | Guillem Jover | 2 | -13/+35 | |
2008-05-06 | Add bsd_getopt | Robert Millan | 1 | -0/+4 | |
2008-05-06 | Use the same macro (_SYS_QUEUE_H) as <sys/queue.h> for header protection | Robert Millan | 1 | -3/+3 | |
This prevents collisions. | |||||
2008-05-06 | bsd/queue.h: Replace with patched copy of glibc's <sys/queue.h> | Robert Millan | 1 | -6/+408 | |
This doesn't affect freebsd6-buildutils. | |||||
2008-05-06 | Add __unused | Robert Millan | 1 | -0/+1 | |
2008-05-06 | Add errc, warnc, verrc and vwarnc | Robert Millan | 1 | -0/+11 | |
2008-05-06 | Added manpages and fixed fmtcheck | Aurelien Jarno | 2 | -1/+10 | |
2008-05-06 | fmtcheck: New function | Aurelien Jarno | 1 | -0/+1 | |
2008-05-06 | Reorganize header files | Guillem Jover | 6 | -0/+532 | |