summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-06-18Add a pkg-config fileGuillem Jover2-0/+13
2008-06-18Replace current md5 code with one from MirBSD and OpenBSDGuillem Jover10-399/+636
This adds the following public functions: MD5Transform, MD5End, MD5File, MD5FileChunk, MD5Data
2008-06-18Include missing stddef.hGuillem Jover1-0/+1
2008-06-18Add license headerGuillem Jover1-0/+26
With Hector's agreement.
2008-06-18Add a .gitignore fileGuillem Jover1-0/+4
2008-06-18Remove cruft macros and includesGuillem Jover1-26/+0
2008-06-18Add license headerGuillem Jover4-0/+104
2008-06-13Remove ChangeLog fileGuillem Jover1-174/+0
2008-06-13Sync humanize_number from NetBSDGuillem Jover2-2/+173
Add the missing man page.
2008-06-13Convert TNF licenses to new 2 clause variantGuillem Jover3-21/+0
This follows NetBSD upstream: <http://mail-index.netbsd.org/source-changes/2008/04/30/msg005553.html>
2008-05-06Add license headerRobert Millan1-0/+26
2008-05-06Relicense err.c and progname.c to avoid trouble with 4-clause BSD codeRobert Millan2-32/+50
2008-05-06Remove UC Berkeley advertising clauseGuillem Jover2-4/+1
As per <ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change>.
2008-05-06Remove UC Berkeley advertising clauseGuillem Jover6-20/+9
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 Salinger2-2/+6
2008-05-06bsd/bsd.h: CleanupPetr Salinger1-49/+5
2008-05-06link_addr: New functionAurelien Jarno4-2/+170
2008-05-06humanize_number: New functionPetr Salinger5-2/+178
2008-05-06Revert 1d87476250217a87319df48a8f473415c0515106Robert Millan1-9/+3
2008-05-06Duplicate setprogname argumentRobert Millan1-3/+9
For some reason, accessing the argv vector directly may cause SIGSEV.
2008-05-06Add heapsortRobert Millan5-1/+190
2008-05-06Fix some c++ismsAurelien Jarno2-3/+5
2008-05-06Directly call the function fmtcheck instead of using __weak_referenceAurelien Jarno1-2/+2
2008-05-06Move shared library to /libRobert Millan1-4/+4
Needed by binaries in /bin and /sbin.
2008-05-06Fix install paths so that /usr/include also worksRobert Millan1-2/+1
2008-05-06Add vis and unvisRobert Millan6-4/+594
2008-05-06Fix syntax errorRobert Millan1-2/+2
2008-05-06Initialize __progname as NULLRobert Millan1-1/+1
2008-05-06Add getprogname and setprognameRobert Millan5-2/+51
2008-05-06Disable __unusedGuillem Jover2-0/+9
It conflicts with a struct member in a Linux header.
2008-05-06Remove unused includes and protect headerGuillem Jover3-3/+11
2008-05-06Revert 39db45e45a8d49a92d1d897a532e48480e561f75Guillem Jover2-5/+1
2008-05-06Remove commented out macrosGuillem Jover2-14/+4
2008-05-06Move some macros to cdefs.hGuillem Jover4-14/+44
2008-05-06Move sources to src/Guillem Jover12-2/+27
2008-05-06Add missing %Guillem Jover1-3/+3
2008-05-06Makefile: CleanupGuillem Jover2-3/+13
(LIB_SRCS): Line wrap. (LIB_INCLUDES): List only the files, automatically prefix the dir. (LIB_MANS): Likewise.
2008-05-06Remove optresetGuillem Jover2-1/+5
2008-05-06Fix ChangeLog formatGuillem Jover1-24/+27
2008-05-06Add bsd_getoptRobert Millan5-2/+30
2008-05-06Use the same macro (_SYS_QUEUE_H) as <sys/queue.h> for header protectionRobert Millan1-3/+3
This prevents collisions.
2008-05-06Revert c849ba32af231fba36f4500d0d3290821f4dd7b7Robert Millan4-62/+3
Will use bsd_getopt() wrapper instead.
2008-05-06Fix that FIXMERobert Millan1-2/+2
2008-05-06reset_getopt: New function (borrowed from e2fsprogs)Robert Millan4-3/+62
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 Millan5-3/+86
2008-05-06Makefile: Fix typoAurelien Jarno1-1/+1
2008-05-06Added manpages and fixed fmtcheckAurelien Jarno9-6/+575
2008-05-06fmtcheck: New functionAurelien Jarno5-1/+276