Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-24 | Move <bsd/queue.h> to <bsd/sys/queue.h> | Guillem Jover | 4 | -608/+644 | |
This maps more closely the location of the real header. For transitional purposes keep a <bsd/queue.h> that warns and includes <bsd/sys/queue.h>. | |||||
2009-10-24 | Move <bsd/cdefs.h> to <bsd/sys/cdefs.h> | Guillem Jover | 4 | -64/+101 | |
This maps more closely the location of the real header. For transitional purposes keep a <bsd/cdefs.h> that warns and includes <bsd/sys/cdefs.h>. | |||||
2009-10-24 | Update <sys/queue.h> | Guillem Jover | 1 | -61/+130 | |
Taken from FreeBSD. | |||||
2009-10-24 | Add strtonum function | Guillem Jover | 5 | -0/+233 | |
Taken from FreeBSD. | |||||
2009-10-24 | Do not append a slash after DESTDIR | Guillem Jover | 1 | -13/+13 | |
2009-10-11 | Update git web interface URL | Guillem Jover | 1 | -1/+1 | |
FreeDesktop.Org switched from gitweb to cgit. | |||||
2009-08-30 | Release libbsd 0.1.6 | Guillem Jover | 1 | -1/+1 | |
2009-08-30 | Fix typos in M32R local-elf.h endian definitions | Hirokazu Takata | 1 | -2/+2 | |
2009-07-17 | Release libbsd 0.1.5 | Guillem Jover | 1 | -1/+1 | |
2009-07-17 | Add __pure2 dummy macro | Guillem Jover | 1 | -0/+4 | |
2009-07-17 | Add more dummy id macros | Guillem Jover | 1 | -0/+16 | |
2009-07-17 | Fix typos in AVR32 and SH local-elf.h endian definitions | Nobuhiro Iwamatsu | 1 | -2/+2 | |
2009-05-29 | Release libbsd 0.1.4 | Guillem Jover | 1 | -1/+1 | |
2009-05-29 | Define N_SYMSIZE in case the system does not do it | Guillem Jover | 1 | -0/+3 | |
Fixes build failures on some non-Linux ports. Based-on-patch-by: Petr Salinger <Petr.Salinger@seznam.cz> | |||||
2009-05-29 | Create a relative symlink for .so if libdir and usrlibdir are the same | Guillem Jover | 1 | -0/+6 | |
2009-05-25 | Change @libdir@ in the pkg-config file to be $(usrlibdir) | Guillem Jover | 1 | -1/+1 | |
The variable in the .pc file points to the directory where the .so symlink is present, which is never going to be something like /lib, but something like /usr/lib. | |||||
2009-05-25 | Preserve the variables unexpanded in the pkg-config file | Guillem Jover | 1 | -12/+11 | |
2009-05-25 | Release libbsd 0.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.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.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 files | 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 tarball | 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 description | 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 | |