Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148662048
D51694.1787941630.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
D51694.1787941630.diff
View Options
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -51,6 +51,9 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20250802: libutil bumped to 10
+OLD_LIBS+=lib/libutil.so.9
+
# 20250801: libopencsd libraries moved to /usr/lib and made private
OLD_FILES+=lib/libopencsd.so.0
OLD_FILES+=usr/lib/libopencsd.a
diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile
--- a/lib/libutil/Makefile
+++ b/lib/libutil/Makefile
@@ -7,7 +7,7 @@
.PATH: ${SRCTOP}/lib/libc/gen # for pw_scan.c
LIB= util
-SHLIB_MAJOR= 9
+SHLIB_MAJOR= 10
SRCS= _secure_path.c auth.c cpuset.c expand_number.c flopen.c fparseln.c \
ftime.c getlocalbase.c gr_util.c \
@@ -29,6 +29,9 @@
CFLAGS+= -I${.CURDIR} -I${SRCTOP}/lib/libc/gen/
+VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def
+SYMBOL_MAPS= ${.CURDIR}/Symbol.map
+
MAN+= cpuset.3 expand_number.3 flopen.3 fparseln.3 ftime.3 getlocalbase.3 \
hexdump.3 humanize_number.3 kinfo_getallproc.3 kinfo_getfile.3 \
kinfo_getproc.3 kinfo_getvmmap.3 kinfo_getvmobject.3 kld.3 \
diff --git a/lib/libutil/Symbol.map b/lib/libutil/Symbol.map
new file mode 100644
--- /dev/null
+++ b/lib/libutil/Symbol.map
@@ -0,0 +1,127 @@
+FBSD_1.8 {
+ _secure_path;
+ auth_getval;
+ cpuset_parselist;
+ domainset_parselist;
+ expand_number;
+ flopen;
+ flopenat;
+ fparseln;
+ ftime;
+ getlocalbase;
+ gr_add;
+ gr_copy;
+ gr_dup;
+ gr_equal;
+ gr_fini;
+ gr_init;
+ gr_lock;
+ gr_make;
+ gr_mkdb;
+ gr_scan;
+ gr_tmp;
+ hexdump;
+ humanize_number;
+ kinfo_getfile;
+ kinfo_getallproc;
+ kinfo_getproc;
+ kinfo_getvmmap;
+ kinfo_getswapvmobject;
+ kinfo_getvmobject;
+ kld_isloaded;
+ kld_load;
+ auth_cat;
+ auth_checknologin;
+ login_close;
+ login_getcapbool;
+ login_getcapenum;
+ login_getcaplist;
+ login_getcapnum;
+ login_getcapsize;
+ login_getcapstr;
+ login_getcaptime;
+ login_getclass;
+ login_getclassbyname;
+ login_getpath;
+ login_getpwclass;
+ login_getstyle;
+ login_getuserclass;
+ setclasscontext;
+ setclasscpumask;
+ setclassenvironment;
+ setclassresources;
+ setusercontext;
+ login_setcryptfmt;
+ auth_hostok;
+ auth_timeok;
+ auth_ttyok;
+ login_hostok;
+ login_str2inlist;
+ login_strinlist;
+ login_timelist;
+ login_ttyok;
+ in_lt;
+ in_ltm;
+ in_ltms;
+ in_lts;
+ parse_lt;
+ login_tty;
+ build_iovec;
+ build_iovec_argf;
+ checkpath;
+ checkpath_allow_file;
+ chkdoreload;
+ free_iovec;
+ getmnt_silent;
+ getmntopts;
+ getmntpoint;
+ rmslashes;
+ pidfile_close;
+ pidfile_fileno;
+ pidfile_open;
+ pidfile_remove;
+ pidfile_signal;
+ pidfile_write;
+ properties_free;
+ properties_read;
+ property_find;
+ forkpty;
+ openpty;
+ pw_copy;
+ pw_dup;
+ pw_edit;
+ pw_equal;
+ pw_fini;
+ pw_init;
+ pw_initpwd;
+ pw_lock;
+ pw_make;
+ pw_make_v7;
+ pw_mkdb;
+ pw_scan;
+ pw_tempname;
+ pw_tmp;
+ quota_check_path;
+ quota_close;
+ quota_convert;
+ quota_fsname;
+ quota_maxid;
+ quota_off;
+ quota_on;
+ quota_open;
+ quota_qfname;
+ quota_read;
+ quota_write_limits;
+ quota_write_usage;
+ realhostname;
+ realhostname_sa;
+ trimdomain;
+ uu_lock;
+ uu_lock_txfr;
+ uu_lockerr;
+ uu_unlock;
+};
+
+FBSDprivate_1.0 {
+ __pw_initpwd;
+};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 28, 6:27 PM (17 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29480642
Default Alt Text
D51694.1787941630.diff (3 KB)
Attached To
Mode
D51694: libutil: Add symbol versioning
Attached
Detach File
Event Timeline
Log In to Comment