Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-12 | Use sigprocmask instead of _sigprocmask | Guillem Jover | 1 | -2/+2 | |
2008-07-09 | Add new setmode and getmode functions from FreeBSD | Guillem Jover | 1 | -0/+444 | |
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 | Renumber 4th clause from BSD license to 3rd | Guillem Jover | 3 | -3/+3 | |
Those files have only three clauses. | |||||
2008-06-18 | Remove link_addr and link_ntoa functions | Guillem Jover | 1 | -156/+0 | |
The address familiy used is kernel dependent, so the application will have to be ported regardless. | |||||
2008-06-18 | Add arc4random_stir and arc4random_addrandom functions | Guillem Jover | 1 | -0/+28 | |
2008-06-18 | Replace current md5 code with one from MirBSD and OpenBSD | Guillem Jover | 5 | -359/+349 | |
This adds the following public functions: MD5Transform, MD5End, MD5File, MD5FileChunk, MD5Data | |||||
2008-06-18 | Add license header | Guillem Jover | 1 | -0/+26 | |
With Hector's agreement. | |||||
2008-06-13 | Sync humanize_number from NetBSD | Guillem Jover | 1 | -2/+7 | |
Add the missing man page. | |||||
2008-06-13 | Convert TNF licenses to new 2 clause variant | Guillem Jover | 2 | -14/+0 | |
This follows NetBSD upstream: <http://mail-index.netbsd.org/source-changes/2008/04/30/msg005553.html> | |||||
2008-05-06 | Add license header | Robert Millan | 1 | -0/+26 | |
2008-05-06 | Relicense err.c and progname.c to avoid trouble with 4-clause BSD code | Robert Millan | 2 | -32/+50 | |
2008-05-06 | Remove UC Berkeley advertising clause | Guillem Jover | 4 | -16/+0 | |
As per <ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change>. | |||||
2008-05-06 | link_addr: New function | Aurelien Jarno | 1 | -0/+160 | |
2008-05-06 | humanize_number: New function | Petr Salinger | 1 | -0/+145 | |
2008-05-06 | Revert 1d87476250217a87319df48a8f473415c0515106 | Robert Millan | 1 | -9/+3 | |
2008-05-06 | Duplicate setprogname argument | Robert Millan | 1 | -3/+9 | |
For some reason, accessing the argv vector directly may cause SIGSEV. | |||||
2008-05-06 | Add heapsort | Robert Millan | 1 | -0/+179 | |
2008-05-06 | Fix some c++isms | Aurelien Jarno | 2 | -3/+5 | |
2008-05-06 | Directly call the function fmtcheck instead of using __weak_reference | Aurelien Jarno | 1 | -2/+2 | |
2008-05-06 | Add vis and unvis | Robert Millan | 2 | -0/+490 | |
2008-05-06 | Fix syntax error | Robert Millan | 1 | -2/+2 | |
2008-05-06 | Initialize __progname as NULL | Robert Millan | 1 | -1/+1 | |
2008-05-06 | Add getprogname and setprogname | Robert Millan | 1 | -0/+36 | |
2008-05-06 | Move sources to src/ | Guillem Jover | 10 | -0/+1278 | |