summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-05-25Release libbsd 0.1.30.1.3Guillem Jover1-1/+1
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-25Release libbsd 0.1.20.1.2Guillem Jover1-1/+1
2009-05-25Install humanize_number(3) man pageGuillem Jover1-0/+1
2009-05-25Use N_SYMSIZE instead of directly accessing ‘struct exec’Guillem Jover1-1/+1
On Linux alpha ‘struct exec’ does not have an a_syms member, and the N_SYMSIZE is mapped to 0.
2009-05-25Add some man page linksGerardo Exequiel Pozzi5-0/+8
Add man page links for strlcat, getmode and arc4random_*. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2009-05-25Use the correct path when including a.out.hGuillem Jover1-1/+1
Reported-by: Aurélien Jarno <aurelien@aurel32.net>
2009-05-25Add man/md5.3bsd to .gitignoreGuillem Jover1-0/+1
2009-05-21Fix typos (‘ELFDATA2MSG’ → ‘ELFDATA2MSB’)Guillem Jover1-3/+3
2009-05-20Release libbsd 0.1.10.1.1Guillem Jover1-1/+1
2009-05-20Install nlist header and man pageGuillem Jover1-0/+2
2009-05-20Use UTF-8 copyright symbols for non-imported files0.1.0Guillem Jover14-17/+17
2009-05-20Add nlist functionGuillem Jover6-0/+735
2009-05-20Add strmode functionGuillem Jover5-3/+305
2009-05-15Fix buffer leaks in fgetlnGuillem Jover1-2/+2
Cache the size and the buffer allocated by getline as static variables.
2009-05-15Change fgetln to return the correct length valueGuillem Jover1-8/+9
Set len to 0 on error conditions to mimmic FreeBSD behaviour, and return the amount of read characters on success, instead of the allocated size by getline. Reported-by: Jief L. <jief1.l@gmail.com>
2008-07-26Do not include .gitignore in the dist tarball0.0.1Guillem Jover1-1/+1
2008-07-26Install md5.3 as md5.3bsdGuillem Jover1-3/+3
This man page is pretty common in other source projects, so we use a suffix to distinguish it.
2008-07-26Add a TODO listGuillem Jover1-0/+4
2008-07-26Add a new header file to expose inet_net_pton prototypeGuillem Jover2-0/+36
2008-07-26Add a micro version partGuillem Jover1-2/+3
2008-07-12Unify description0.0Guillem Jover1-1/+1
2008-07-12Move LIB_PKGCONFIG dependency to the libs targetGuillem Jover1-2/+2
2008-07-12Use sigprocmask instead of _sigprocmaskGuillem Jover1-2/+2
2008-07-12Define default CFLAGS overridable by the environmentGuillem Jover1-0/+3
2008-07-12Switch remaining variables to single expanded onesGuillem Jover1-6/+6
2008-07-12Remove useless comment headerGuillem Jover1-4/+0
2008-07-12Move each groups of related files to their own lineGuillem Jover1-11/+42
2008-07-12Make action targets PHONYGuillem Jover1-1/+5
2008-07-12New README fileGuillem Jover2-1/+33
2008-07-12Automatically generate libbsd.pc from libbsd.pc.inGuillem Jover3-7/+18
2008-07-12Add new path variablesGuillem Jover1-11/+22
2008-07-12Automatically generate the ChangeLog on 'make dist'Guillem Jover2-2/+8
2008-07-12Define a LIB_PKGCONFIG variableGuillem Jover1-2/+3
2008-07-12Move filename related variables to the beginning of the fileGuillem Jover1-6/+5
Switch them to single expanded varibles.
2008-07-12Define a LIB_VERSION variableGuillem Jover1-1/+2
2008-07-09Create an armored detached signature on 'make dist'Guillem Jover1-1/+3
2008-07-09Remove link_addr and link_ntoa symbols from the version scriptGuillem Jover1-1/+1
2008-07-09Add new setmode and getmode functions from FreeBSDGuillem Jover5-1/+573
2008-07-09Include the rest of the header filesGuillem Jover1-1/+5
2008-07-09Disable __bounded__ __attribute__Guillem Jover1-0/+4
2008-07-09Add support for 'make dist'Guillem Jover1-0/+10
2008-07-09fgetln: Fix coding styleGuillem Jover1-3/+3
2008-07-09fgetln: Fix function to make it actually workGuillem Jover1-6/+4
Reported by Thorsten Glaser.
2008-07-09Ansify function argumentsGuillem Jover1-4/+2
2008-07-09Move version and library name to the beginning of the fileGuillem Jover1-4/+4
2008-07-09Renumber 4th clause from BSD license to 3rdGuillem Jover7-7/+7
Those files have only three clauses.
2008-07-09Remove RCS tagGuillem Jover1-2/+0