libbsd/Versions

93 lines
1.1 KiB
Plaintext
Raw Normal View History

2005-07-25 01:55:15 +02:00
LIBBSD_0.0 {
global:
arc4random;
arc4random_stir;
arc4random_addrandom;
bsd_getopt;
optreset;
errc;
warnc;
verrc;
vwarnc;
2005-07-25 01:55:15 +02:00
fgetln;
2005-12-18 05:02:56 +01:00
fmtcheck;
2006-03-29 15:55:22 +02:00
heapsort;
2006-08-25 15:39:32 +02:00
humanize_number;
inet_net_pton; /* XXX: Already provided by glibc, remove. */
getprogname;
setprogname;
strlcpy;
strlcat;
setmode;
getmode;
vis;
strvis;
strvisx;
unvis;
strunvis;
strunvisx;
MD5Init;
MD5Update;
MD5Pad;
MD5Final;
MD5Transform;
MD5End;
MD5File;
MD5FileChunk;
MD5Data;
2005-07-25 01:55:15 +02:00
local:
*;
};
2009-05-15 21:40:45 +02:00
LIBBSD_0.1 {
strmode;
2009-05-20 04:11:57 +02:00
__fdnlist; /* Private symbol, but libkvm uses it. */
nlist;
2009-05-15 21:40:45 +02:00
} LIBBSD_0.0;
LIBBSD_0.2 {
strtonum;
strnvis;
strnunvis;
dehumanize_number;
readpassphrase;
flopen;
pidfile_open;
pidfile_write;
pidfile_close;
pidfile_remove;
setproctitle;
arc4random_buf;
arc4random_uniform;
} LIBBSD_0.1;
2010-07-30 08:00:41 +02:00
LIBBSD_0.3 {
reallocf;
2010-12-17 10:50:56 +01:00
getpeereid;
mergesort;
radixsort;
sradixsort;
2011-05-14 17:58:08 +02:00
fpurge;
2010-07-30 08:00:41 +02:00
} LIBBSD_0.2;