Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/agc-symver]: src/lib/libutil Add symbol versioning info for libutil
details: https://anonhg.NetBSD.org/src/rev/0f4a82e94401
branches: agc-symver
changeset: 785637:0f4a82e94401
user: agc <agc%NetBSD.org@localhost>
date: Fri Mar 29 03:31:42 2013 +0000
description:
Add symbol versioning info for libutil
diffstat:
lib/libutil/Version.map | 113 ++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 113 insertions(+), 0 deletions(-)
diffs (117 lines):
diff -r 9d45a0f85190 -r 0f4a82e94401 lib/libutil/Version.map
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/libutil/Version.map Fri Mar 29 03:31:42 2013 +0000
@@ -0,0 +1,113 @@
+LIBUTIL_7.21.0.0 {
+global:
+ login_getpwclass;
+ setusercontext;
+ parsedate;
+ login;
+ loginx;
+ pw_copy;
+ pw_copyx;
+ pw_getpwconf;
+ pw_scan;
+ ttymsg;
+ ttyaction;
+ strpct;
+ strspct;
+ flags_to_string;
+ string_to_flags;
+ sockaddr_snprintf;
+ raise_default_signal;
+ forkpty;
+ openpty;
+ pidlock;
+ ttylock;
+ ttyunlock;
+ pidfile;
+ __pw_copy50;
+ __pw_copyx50;
+ __pw_getpwconf50;
+ pw_abort;
+ pw_edit;
+ pw_error;
+ pw_getconf;
+ pw_getprefix;
+ pw_init;
+ pw_lock;
+ pw_mkdb;
+ pw_prompt;
+ pw_setprefix;
+ __parsedate50;
+ __pddebug;
+ __pdnerrs;
+ __pdparse;
+ logwtmpx;
+ logwtmp;
+ logoutx;
+ logout;
+ login_tty;
+ __login_getpwclass50;
+ __setusercontext50;
+ login_close;
+ login_getcapbool;
+ login_getcapnum;
+ login_getcapsize;
+ login_getcapstr;
+ login_getcaptime;
+ login_getclass;
+ setclasscontext;
+ setuserenv;
+ setuserpath;
+ __loginx50;
+ __login50;
+ get_media_mode;
+ get_media_mode_string;
+ get_media_option_string;
+ get_media_options;
+ get_media_subtype;
+ get_media_subtype_string;
+ get_media_type_string;
+ lookup_media_word;
+ disklabel_scan;
+ disklabel_dkcksum;
+ freemntopts;
+ getmntoptnum;
+ getmntopts;
+ getmntoptstr;
+ getfsspecname;
+ getmaxpartitions;
+ getlabeloffset;
+ getlabelsector;
+ getlabelusesmbr;
+ getbootfile;
+ easprintf;
+ ecalloc;
+ efopen;
+ emalloc;
+ erealloc;
+ esetfunc;
+ estrdup;
+ estrlcat;
+ estrlcpy;
+ estrndup;
+ evasprintf;
+ getfstypename;
+ proc_compare;
+ snprintb;
+ snprintb_m;
+ secure_path;
+ __pw_scan50;
+ opendisk;
+ opendisk1;
+ getdiskcookedname;
+ getdiskrawname;
+ getrawpartition;
+};
+
+NetBSD_6.99.18.0 {
+} LIBUTIL_7.21.0.0;
+
+LIBUTIL_private_7.21.0.0 {
+local:
+ *;
+};
+
Home |
Main Index |
Thread Index |
Old Index