summaryrefslogtreecommitdiff
path: root/Versions
AgeCommit message (Collapse)AuthorFilesLines
2011-05-29Remove blank lines at EOFGuillem Jover1-1/+0
2011-05-16Add fpurge functionGuillem Jover1-0/+2
2011-05-14Move each version symbol declaration into its own lineGuillem Jover1-5/+19
2011-05-14Add new radixsort and sradixsort functionsGuillem Jover1-0/+2
Taken from FreeBSD.
2011-05-14Add new mergesort functionGuillem Jover1-0/+2
Taken from FreeBSD.
2011-05-14Add getpeereid functionGuillem Jover1-0/+1
2011-02-23Add reallocf functionAurelien Jarno1-0/+4
2010-01-10Add arc4random_buf and arc4random_uniform functionsGuillem Jover1-0/+3
Update arc4random module from FreeBSD.
2010-01-10Replace setproctitle dummy macro with a function stubGuillem Jover1-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-10Add pidfile functionsGuillem Jover1-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-10Add flopen functionGuillem Jover1-0/+2
Taken from FreeBSD.
2009-12-12Deprecate <bsd/inet.h>Guillem Jover1-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-12Remove traces of fgetwln, it was never includedGuillem Jover1-1/+0
This function was exposed in the header file and the versioning symbol file, but the actual code was never here.
2009-12-10Add readpassphrase functionGuillem Jover1-0/+2
Taken from OpenBSD.
2009-12-10Add dehumanize_number functionGuillem Jover1-0/+2
Taken from NetBSD.
2009-10-24Add strnvis and strnunvis functionsGuillem Jover1-0/+3
Taken from OpenBSD.
2009-10-24Add strtonum functionGuillem Jover1-0/+4
Taken from FreeBSD.
2009-05-20Add nlist functionGuillem Jover1-0/+3
2009-05-20Add strmode functionGuillem Jover1-0/+5
2008-07-09Remove link_addr and link_ntoa symbols from the version scriptGuillem Jover1-1/+1
2008-07-09Add new setmode and getmode functions from FreeBSDGuillem Jover1-0/+4
2008-06-18Add arc4random_stir and arc4random_addrandom functionsGuillem Jover1-0/+2
2008-06-18Replace current md5 code with one from MirBSD and OpenBSDGuillem Jover1-0/+6
This adds the following public functions: MD5Transform, MD5End, MD5File, MD5FileChunk, MD5Data
2008-05-06link_addr: New functionAurelien Jarno1-0/+1
2008-05-06humanize_number: New functionPetr Salinger1-0/+1
2008-05-06Add heapsortRobert Millan1-0/+1
2008-05-06Add vis and unvisRobert Millan1-0/+2
2008-05-06Add getprogname and setprognameRobert Millan1-0/+1
2008-05-06Revert 39db45e45a8d49a92d1d897a532e48480e561f75Guillem Jover1-1/+1
2008-05-06Remove optresetGuillem Jover1-1/+1
2008-05-06Add bsd_getoptRobert Millan1-0/+1
2008-05-06Revert c849ba32af231fba36f4500d0d3290821f4dd7b7Robert Millan1-2/+2
Will use bsd_getopt() wrapper instead.
2008-05-06reset_getopt: New function (borrowed from e2fsprogs)Robert Millan1-2/+2
2008-05-06Add errc, warnc, verrc and vwarncRobert Millan1-0/+1
2008-05-06Added manpages and fixed fmtcheckAurelien Jarno1-0/+1
2008-05-06fmtcheck: New functionAurelien Jarno1-0/+1
2008-05-06Versions: Add MD5Init, MD5Update, MD5Pad and MD5Final to LIBBSD_0.0Guillem Jover1-0/+4
2008-05-06Add versioned symbols supportGuillem Jover1-0/+10