summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-12Move setmode and getmode declarations to <bsd/unistd.h>Guillem Jover3-7/+46
2009-12-12Mark inclusion of <time.h> from <bsd/bsd.h> deprecatedGuillem Jover1-0/+2
2009-12-12Move arc4random declarations to <bsd/stdlib.h>Guillem Jover3-8/+6
2009-12-12Deprecate <bsd/inet.h>Guillem Jover2-6/+4
2009-12-12Remove traces of fgetwln, it was never includedGuillem Jover2-3/+0
2009-12-12Define NetBSD version 5.0 for .Nx to avoid groff warningGuillem Jover1-0/+2
2009-12-11Correct library name in man pagesGuillem Jover11-7/+26
2009-12-10Expand on API guarantee for fgetlnThorsten Glaser2-1/+2
2009-12-10Make RCS macros take argumentsThorsten Glaser1-3/+3
2009-12-10Track bug IDs for __unused collisionThorsten Glaser1-0/+1
2009-12-10Add readpassphrase functionGuillem Jover5-0/+398
2009-12-10Add dehumanize_number functionGuillem Jover4-0/+123
2009-10-24Add strnvis and strnunvis functionsGuillem Jover4-2/+105
2009-10-24Move <bsd/ip_icmp.h> to <bsd/netinet/ip_icmp.h>Guillem Jover4-187/+224
2009-10-24Add new <bsd/sys/tree.h> headerGuillem Jover3-0/+767
2009-10-24Move <bsd/queue.h> to <bsd/sys/queue.h>Guillem Jover4-608/+644
2009-10-24Move <bsd/cdefs.h> to <bsd/sys/cdefs.h>Guillem Jover4-64/+101
2009-10-24Update <sys/queue.h>Guillem Jover1-61/+130
2009-10-24Add strtonum functionGuillem Jover5-0/+233
2009-10-24Do not append a slash after DESTDIRGuillem Jover1-13/+13
2009-10-11Update git web interface URLGuillem Jover1-1/+1
2009-08-30Release libbsd 0.1.60.1.6Guillem Jover1-1/+1
2009-08-30Fix typos in M32R local-elf.h endian definitionsHirokazu Takata1-2/+2
2009-07-17Release libbsd 0.1.50.1.5Guillem Jover1-1/+1
2009-07-17Add __pure2 dummy macroGuillem Jover1-0/+4
2009-07-17Add more dummy id macrosGuillem Jover1-0/+16
2009-07-17Fix typos in AVR32 and SH local-elf.h endian definitionsNobuhiro Iwamatsu1-2/+2
2009-05-29Release libbsd 0.1.40.1.4Guillem Jover1-1/+1
2009-05-29Define N_SYMSIZE in case the system does not do itGuillem Jover1-0/+3
2009-05-29Create a relative symlink for .so if libdir and usrlibdir are the sameGuillem Jover1-0/+6
2009-05-25Change @libdir@ in the pkg-config file to be $(usrlibdir)Guillem Jover1-1/+1
2009-05-25Preserve the variables unexpanded in the pkg-config fileGuillem Jover1-12/+11
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
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
2009-05-25Add some man page linksGerardo Exequiel Pozzi5-0/+8
2009-05-25Use the correct path when including a.out.hGuillem Jover1-1/+1
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
2009-05-15Change fgetln to return the correct length valueGuillem Jover1-8/+9