Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-06-18 | Add a pkg-config file | Guillem Jover | 2 | -0/+13 | |
2008-06-18 | Replace current md5 code with one from MirBSD and OpenBSD | Guillem Jover | 10 | -399/+636 | |
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 | Add license header | Guillem Jover | 1 | -0/+26 | |
With Hector's agreement. | |||||
2008-06-18 | Add a .gitignore file | Guillem Jover | 1 | -0/+4 | |
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-06-13 | Remove ChangeLog file | Guillem Jover | 1 | -174/+0 | |
2008-06-13 | Sync humanize_number from NetBSD | Guillem Jover | 2 | -2/+173 | |
Add the missing man page. | |||||
2008-06-13 | Convert TNF licenses to new 2 clause variant | Guillem Jover | 3 | -21/+0 | |
This follows NetBSD upstream: <http://mail-index.netbsd.org/source-changes/2008/04/30/msg005553.html> | |||||
2008-05-06 | Add license header | Robert Millan | 1 | -0/+26 | |
2008-05-06 | Relicense err.c and progname.c to avoid trouble with 4-clause BSD code | Robert Millan | 2 | -32/+50 | |
2008-05-06 | Remove UC Berkeley advertising clause | Guillem Jover | 2 | -4/+1 | |
As per <ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change>. | |||||
2008-05-06 | Remove UC Berkeley advertising clause | Guillem Jover | 6 | -20/+9 | |
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 | 2 | -2/+6 | |
2008-05-06 | bsd/bsd.h: Cleanup | Petr Salinger | 1 | -49/+5 | |
2008-05-06 | link_addr: New function | Aurelien Jarno | 4 | -2/+170 | |
2008-05-06 | humanize_number: New function | Petr Salinger | 5 | -2/+178 | |
2008-05-06 | Revert 1d87476250217a87319df48a8f473415c0515106 | Robert Millan | 1 | -9/+3 | |
2008-05-06 | Duplicate setprogname argument | Robert Millan | 1 | -3/+9 | |
For some reason, accessing the argv vector directly may cause SIGSEV. | |||||
2008-05-06 | Add heapsort | Robert Millan | 5 | -1/+190 | |
2008-05-06 | Fix some c++isms | Aurelien Jarno | 2 | -3/+5 | |
2008-05-06 | Directly call the function fmtcheck instead of using __weak_reference | Aurelien Jarno | 1 | -2/+2 | |
2008-05-06 | Move shared library to /lib | Robert Millan | 1 | -4/+4 | |
Needed by binaries in /bin and /sbin. | |||||
2008-05-06 | Fix install paths so that /usr/include also works | Robert Millan | 1 | -2/+1 | |
2008-05-06 | Add vis and unvis | Robert Millan | 6 | -4/+594 | |
2008-05-06 | Fix syntax error | Robert Millan | 1 | -2/+2 | |
2008-05-06 | Initialize __progname as NULL | Robert Millan | 1 | -1/+1 | |
2008-05-06 | Add getprogname and setprogname | Robert Millan | 5 | -2/+51 | |
2008-05-06 | Disable __unused | Guillem Jover | 2 | -0/+9 | |
It conflicts with a struct member in a Linux header. | |||||
2008-05-06 | Remove unused includes and protect header | Guillem Jover | 3 | -3/+11 | |
2008-05-06 | Revert 39db45e45a8d49a92d1d897a532e48480e561f75 | Guillem Jover | 2 | -5/+1 | |
2008-05-06 | Remove commented out macros | Guillem Jover | 2 | -14/+4 | |
2008-05-06 | Move some macros to cdefs.h | Guillem Jover | 4 | -14/+44 | |
2008-05-06 | Move sources to src/ | Guillem Jover | 12 | -2/+27 | |
2008-05-06 | Add missing % | Guillem Jover | 1 | -3/+3 | |
2008-05-06 | Makefile: Cleanup | Guillem Jover | 2 | -3/+13 | |
(LIB_SRCS): Line wrap. (LIB_INCLUDES): List only the files, automatically prefix the dir. (LIB_MANS): Likewise. | |||||
2008-05-06 | Remove optreset | Guillem Jover | 2 | -1/+5 | |
2008-05-06 | Fix ChangeLog format | Guillem Jover | 1 | -24/+27 | |
2008-05-06 | Add bsd_getopt | Robert Millan | 5 | -2/+30 | |
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 | Revert c849ba32af231fba36f4500d0d3290821f4dd7b7 | Robert Millan | 4 | -62/+3 | |
Will use bsd_getopt() wrapper instead. | |||||
2008-05-06 | Fix that FIXME | Robert Millan | 1 | -2/+2 | |
2008-05-06 | reset_getopt: New function (borrowed from e2fsprogs) | Robert Millan | 4 | -3/+62 | |
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 | 5 | -3/+86 | |
2008-05-06 | Makefile: Fix typo | Aurelien Jarno | 1 | -1/+1 | |
2008-05-06 | Added manpages and fixed fmtcheck | Aurelien Jarno | 9 | -6/+575 | |
2008-05-06 | fmtcheck: New function | Aurelien Jarno | 5 | -1/+276 | |