Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-25 | Release libbsd 0.1.30.1.3 | Guillem Jover | 1 | -1/+1 | |
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 | Release libbsd 0.1.20.1.2 | Guillem Jover | 1 | -1/+1 | |
2009-05-25 | Install humanize_number(3) man page | Guillem Jover | 1 | -0/+1 | |
2009-05-25 | Use N_SYMSIZE instead of directly accessing ‘struct exec’ | Guillem Jover | 1 | -1/+1 | |
On Linux alpha ‘struct exec’ does not have an a_syms member, and the N_SYMSIZE is mapped to 0. | |||||
2009-05-25 | Add some man page links | Gerardo Exequiel Pozzi | 5 | -0/+8 | |
Add man page links for strlcat, getmode and arc4random_*. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | |||||
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-25 | Add man/md5.3bsd to .gitignore | Guillem Jover | 1 | -0/+1 | |
2009-05-21 | Fix typos (‘ELFDATA2MSG’ → ‘ELFDATA2MSB’) | Guillem Jover | 1 | -3/+3 | |
2009-05-20 | Release libbsd 0.1.10.1.1 | Guillem Jover | 1 | -1/+1 | |
2009-05-20 | Install nlist header and man page | Guillem Jover | 1 | -0/+2 | |
2009-05-20 | Use UTF-8 copyright symbols for non-imported files0.1.0 | Guillem Jover | 14 | -17/+17 | |
2009-05-20 | Add nlist function | Guillem Jover | 6 | -0/+735 | |
2009-05-20 | Add strmode function | Guillem Jover | 5 | -3/+305 | |
2009-05-15 | Fix buffer leaks in fgetln | Guillem Jover | 1 | -2/+2 | |
Cache the size and the buffer allocated by getline as static variables. | |||||
2009-05-15 | Change fgetln to return the correct length value | Guillem Jover | 1 | -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-26 | Do not include .gitignore in the dist tarball0.0.1 | Guillem Jover | 1 | -1/+1 | |
2008-07-26 | Install md5.3 as md5.3bsd | Guillem Jover | 1 | -3/+3 | |
This man page is pretty common in other source projects, so we use a suffix to distinguish it. | |||||
2008-07-26 | Add a TODO list | Guillem Jover | 1 | -0/+4 | |
2008-07-26 | Add a new header file to expose inet_net_pton prototype | Guillem Jover | 2 | -0/+36 | |
2008-07-26 | Add a micro version part | Guillem Jover | 1 | -2/+3 | |
2008-07-12 | Unify description0.0 | Guillem Jover | 1 | -1/+1 | |
2008-07-12 | Move LIB_PKGCONFIG dependency to the libs target | Guillem Jover | 1 | -2/+2 | |
2008-07-12 | Use sigprocmask instead of _sigprocmask | Guillem Jover | 1 | -2/+2 | |
2008-07-12 | Define default CFLAGS overridable by the environment | Guillem Jover | 1 | -0/+3 | |
2008-07-12 | Switch remaining variables to single expanded ones | Guillem Jover | 1 | -6/+6 | |
2008-07-12 | Remove useless comment header | Guillem Jover | 1 | -4/+0 | |
2008-07-12 | Move each groups of related files to their own line | Guillem Jover | 1 | -11/+42 | |
2008-07-12 | Make action targets PHONY | Guillem Jover | 1 | -1/+5 | |
2008-07-12 | New README file | Guillem Jover | 2 | -1/+33 | |
2008-07-12 | Automatically generate libbsd.pc from libbsd.pc.in | Guillem Jover | 3 | -7/+18 | |
2008-07-12 | Add new path variables | Guillem Jover | 1 | -11/+22 | |
2008-07-12 | Automatically generate the ChangeLog on 'make dist' | Guillem Jover | 2 | -2/+8 | |
2008-07-12 | Define a LIB_PKGCONFIG variable | Guillem Jover | 1 | -2/+3 | |
2008-07-12 | Move filename related variables to the beginning of the file | Guillem Jover | 1 | -6/+5 | |
Switch them to single expanded varibles. | |||||
2008-07-12 | Define a LIB_VERSION variable | Guillem Jover | 1 | -1/+2 | |
2008-07-09 | Create an armored detached signature on 'make dist' | Guillem Jover | 1 | -1/+3 | |
2008-07-09 | Remove link_addr and link_ntoa symbols from the version script | Guillem Jover | 1 | -1/+1 | |
2008-07-09 | Add new setmode and getmode functions from FreeBSD | Guillem Jover | 5 | -1/+573 | |
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 | Add support for 'make dist' | Guillem Jover | 1 | -0/+10 | |
2008-07-09 | fgetln: Fix coding style | Guillem Jover | 1 | -3/+3 | |
2008-07-09 | fgetln: Fix function to make it actually work | Guillem Jover | 1 | -6/+4 | |
Reported by Thorsten Glaser. | |||||
2008-07-09 | Ansify function arguments | Guillem Jover | 1 | -4/+2 | |
2008-07-09 | Move version and library name to the beginning of the file | Guillem Jover | 1 | -4/+4 | |
2008-07-09 | Renumber 4th clause from BSD license to 3rd | Guillem Jover | 7 | -7/+7 | |
Those files have only three clauses. | |||||
2008-07-09 | Remove RCS tag | Guillem Jover | 1 | -2/+0 | |