Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-29 | Remove blank lines at EOF | Guillem Jover | 1 | -1/+0 | |
2011-05-16 | Add fpurge function | Guillem Jover | 1 | -0/+2 | |
2011-05-14 | Move each version symbol declaration into its own line | Guillem Jover | 1 | -5/+19 | |
2011-05-14 | Add new radixsort and sradixsort functions | Guillem Jover | 1 | -0/+2 | |
Taken from FreeBSD. | |||||
2011-05-14 | Add new mergesort function | Guillem Jover | 1 | -0/+2 | |
Taken from FreeBSD. | |||||
2011-05-14 | Add getpeereid function | Guillem Jover | 1 | -0/+1 | |
2011-02-23 | Add reallocf function | Aurelien Jarno | 1 | -0/+4 | |
2010-01-10 | Add arc4random_buf and arc4random_uniform functions | Guillem Jover | 1 | -0/+3 | |
Update arc4random module from FreeBSD. | |||||
2010-01-10 | Replace setproctitle dummy macro with a function stub | Guillem Jover | 1 | -0/+2 | |
This way we can replace it later on with a real implementation so that applications can immediately benefit from it w/o the need to recompile them. | |||||
2010-01-10 | Add pidfile functions | Guillem Jover | 1 | -0/+5 | |
Taken from FreeBSD. Remove MAXPATHLEN from ‘struct pidfh’ and allocate pf_path dynamically, as some systems do not have such limits. Use dev_t instead of __dev_t. Replace EDOOFUS with EINVAL. | |||||
2010-01-10 | Add flopen function | Guillem Jover | 1 | -0/+2 | |
Taken from FreeBSD. | |||||
2009-12-12 | Deprecate <bsd/inet.h> | Guillem Jover | 1 | -1/+2 | |
The only function declared in that header file was inet_net_pton, which is already provided by glibc. Will be removed on the next SONAME bump. | |||||
2009-12-12 | Remove traces of fgetwln, it was never included | Guillem Jover | 1 | -1/+0 | |
This function was exposed in the header file and the versioning symbol file, but the actual code was never here. | |||||
2009-12-10 | Add readpassphrase function | Guillem Jover | 1 | -0/+2 | |
Taken from OpenBSD. | |||||
2009-12-10 | Add dehumanize_number function | Guillem Jover | 1 | -0/+2 | |
Taken from NetBSD. | |||||
2009-10-24 | Add strnvis and strnunvis functions | Guillem Jover | 1 | -0/+3 | |
Taken from OpenBSD. | |||||
2009-10-24 | Add strtonum function | Guillem Jover | 1 | -0/+4 | |
Taken from FreeBSD. | |||||
2009-05-20 | Add nlist function | Guillem Jover | 1 | -0/+3 | |
2009-05-20 | Add strmode function | Guillem Jover | 1 | -0/+5 | |
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 | 1 | -0/+4 | |
2008-06-18 | Add arc4random_stir and arc4random_addrandom functions | Guillem Jover | 1 | -0/+2 | |
2008-06-18 | Replace current md5 code with one from MirBSD and OpenBSD | Guillem Jover | 1 | -0/+6 | |
This adds the following public functions: MD5Transform, MD5End, MD5File, MD5FileChunk, MD5Data | |||||
2008-05-06 | link_addr: New function | Aurelien Jarno | 1 | -0/+1 | |
2008-05-06 | humanize_number: New function | Petr Salinger | 1 | -0/+1 | |
2008-05-06 | Add heapsort | Robert Millan | 1 | -0/+1 | |
2008-05-06 | Add vis and unvis | Robert Millan | 1 | -0/+2 | |
2008-05-06 | Add getprogname and setprogname | Robert Millan | 1 | -0/+1 | |
2008-05-06 | Revert 39db45e45a8d49a92d1d897a532e48480e561f75 | Guillem Jover | 1 | -1/+1 | |
2008-05-06 | Remove optreset | Guillem Jover | 1 | -1/+1 | |
2008-05-06 | Add bsd_getopt | Robert Millan | 1 | -0/+1 | |
2008-05-06 | Revert c849ba32af231fba36f4500d0d3290821f4dd7b7 | Robert Millan | 1 | -2/+2 | |
Will use bsd_getopt() wrapper instead. | |||||
2008-05-06 | reset_getopt: New function (borrowed from e2fsprogs) | Robert Millan | 1 | -2/+2 | |
2008-05-06 | Add errc, warnc, verrc and vwarnc | Robert Millan | 1 | -0/+1 | |
2008-05-06 | Added manpages and fixed fmtcheck | Aurelien Jarno | 1 | -0/+1 | |
2008-05-06 | fmtcheck: New function | Aurelien Jarno | 1 | -0/+1 | |
2008-05-06 | Versions: Add MD5Init, MD5Update, MD5Pad and MD5Final to LIBBSD_0.0 | Guillem Jover | 1 | -0/+4 | |
2008-05-06 | Add versioned symbols support | Guillem Jover | 1 | -0/+10 | |