Guillem Jover
80c3954e3c
Use the correct path when including a.out.h
...
Reported-by: Aurélien Jarno <aurelien@aurel32.net>
2009-05-25 06:23:01 +02:00
Guillem Jover
4c3e03efeb
Add man/md5.3bsd to .gitignore
2009-05-25 06:22:22 +02:00
Guillem Jover
9b30dae909
Fix typos (‘ELFDATA2MSG’ → ‘ELFDATA2MSB’)
2009-05-21 05:04:09 +02:00
Guillem Jover
25dd60b9cc
Release libbsd 0.1.1
2009-05-20 05:14:32 +02:00
Guillem Jover
5b16707e95
Install nlist header and man page
2009-05-20 05:13:31 +02:00
Guillem Jover
1f0b016e97
Use UTF-8 copyright symbols for non-imported files
2009-05-20 04:20:21 +02:00
Guillem Jover
dcaec44a6f
Add nlist function
2009-05-20 04:14:19 +02:00
Guillem Jover
8dbfb3529b
Add strmode function
2009-05-20 04:14:07 +02:00
Guillem Jover
74ae34e792
Fix buffer leaks in fgetln
...
Cache the size and the buffer allocated by getline as static variables.
2009-05-15 21:26:09 +02:00
Guillem Jover
deb9f56ceb
Change fgetln to return the correct length value
...
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>
2009-05-15 21:23:03 +02:00
Guillem Jover
aefc6f441a
Do not include .gitignore in the dist tarball
2008-07-26 22:42:39 +03:00
Guillem Jover
f2d93325e6
Install md5.3 as md5.3bsd
...
This man page is pretty common in other source projects, so we use a
suffix to distinguish it.
2008-07-26 22:39:29 +03:00
Guillem Jover
5e1a782119
Add a TODO list
2008-07-26 22:36:14 +03:00
Guillem Jover
4c9c8ed74c
Add a new header file to expose inet_net_pton prototype
2008-07-26 22:35:31 +03:00
Guillem Jover
6dc84320cc
Add a micro version part
2008-07-26 22:25:22 +03:00
Guillem Jover
acc23243fb
Unify description
2008-07-12 08:09:09 +03:00
Guillem Jover
9a2b946fce
Move LIB_PKGCONFIG dependency to the libs target
2008-07-12 08:09:09 +03:00
Guillem Jover
ad52f2eb4c
Use sigprocmask instead of _sigprocmask
2008-07-12 08:09:09 +03:00
Guillem Jover
2729ca824d
Define default CFLAGS overridable by the environment
2008-07-12 08:09:09 +03:00
Guillem Jover
83210a83a4
Switch remaining variables to single expanded ones
2008-07-12 08:09:09 +03:00
Guillem Jover
69c94c50d9
Remove useless comment header
2008-07-12 08:09:09 +03:00
Guillem Jover
2d5c088a17
Move each groups of related files to their own line
2008-07-12 08:09:09 +03:00
Guillem Jover
3de930e682
Make action targets PHONY
2008-07-12 08:09:09 +03:00
Guillem Jover
e9cb0d1cf4
New README file
2008-07-12 08:09:05 +03:00
Guillem Jover
87d6d65633
Automatically generate libbsd.pc from libbsd.pc.in
2008-07-12 07:39:25 +03:00
Guillem Jover
ff8539bc03
Add new path variables
2008-07-12 07:39:25 +03:00
Guillem Jover
8c7f053ab0
Automatically generate the ChangeLog on 'make dist'
2008-07-12 07:39:25 +03:00
Guillem Jover
c1615a50d3
Define a LIB_PKGCONFIG variable
2008-07-12 07:39:25 +03:00
Guillem Jover
e42791d0d3
Move filename related variables to the beginning of the file
...
Switch them to single expanded varibles.
2008-07-12 07:39:22 +03:00
Guillem Jover
1e1ab18758
Define a LIB_VERSION variable
2008-07-12 07:38:26 +03:00
Guillem Jover
ba7ece7791
Create an armored detached signature on 'make dist'
2008-07-09 09:25:34 +03:00
Guillem Jover
84d311d038
Remove link_addr and link_ntoa symbols from the version script
2008-07-09 09:07:58 +03:00
Guillem Jover
38829bdc8b
Add new setmode and getmode functions from FreeBSD
2008-07-09 09:07:03 +03:00
Guillem Jover
a5f7d1a8f1
Include the rest of the header files
2008-07-09 09:04:51 +03:00
Guillem Jover
8b95dc5865
Disable __bounded__ __attribute__
2008-07-09 09:04:27 +03:00
Guillem Jover
96358a2ad6
Add support for 'make dist'
2008-07-09 08:47:09 +03:00
Guillem Jover
fafffd1f7e
fgetln: Fix coding style
2008-07-09 08:26:07 +03:00
Guillem Jover
47109e39d5
fgetln: Fix function to make it actually work
...
Reported by Thorsten Glaser.
2008-07-09 08:22:30 +03:00
Guillem Jover
da92787d48
Ansify function arguments
2008-07-09 07:46:23 +03:00
Guillem Jover
fc163cee2f
Move version and library name to the beginning of the file
2008-07-09 07:23:49 +03:00
Guillem Jover
1512d0d4ab
Renumber 4th clause from BSD license to 3rd
...
Those files have only three clauses.
2008-07-09 07:22:30 +03:00
Guillem Jover
7b1c361f4d
Remove RCS tag
2008-07-09 07:17:20 +03:00
Guillem Jover
b0f64624bb
Add missing license headers
...
With permission from Robert Millan and Aurelien Jarno.
2008-07-09 07:16:20 +03:00
Guillem Jover
efa9658ba6
Remove link_addr and link_ntoa functions
...
The address familiy used is kernel dependent, so the application will
have to be ported regardless.
2008-06-18 08:51:53 +03:00
Guillem Jover
a5709cbc88
Add license header
2008-06-18 08:47:58 +03:00
Guillem Jover
bf4eeb29f0
Add arc4random_stir and arc4random_addrandom functions
2008-06-18 08:44:18 +03:00
Guillem Jover
26ab4750ee
Add a pkg-config file
2008-06-18 08:25:48 +03:00
Guillem Jover
b37f1039ef
Replace current md5 code with one from MirBSD and OpenBSD
...
This adds the following public functions:
MD5Transform, MD5End, MD5File, MD5FileChunk, MD5Data
2008-06-18 08:19:41 +03:00
Guillem Jover
20bf55ffa5
Include missing stddef.h
2008-06-18 08:09:51 +03:00
Guillem Jover
d699e4bc0e
Add license header
...
With Hector's agreement.
2008-06-18 08:05:54 +03:00