freebsd-src/lib/libutil++
Mark Johnston b1afa460f8 libutil++: Move to the utilities package
We should keep the clibs package as small as possible.  Currently it
contains some "extra" libraries, but this isn't a good argument for
adding more stuff.  Move it to the utilities package (the default for
bsd.lib.mk consumers), since libutil++ is an INTERNALLIB and thus only
installs man pages, so therefore doesn't need to be in FreeBSD-runtime.

Requested by:	kib
Reviewed by:	ivy, des
Fixes:		f4fd2aa07c ("libutil++: Move to clibs")
Differential Revision:	https://reviews.freebsd.org/D51898
2025-08-14 16:15:43 +00:00
..
tests libutil++: Add freebsd::pidfile wrapper class around struct pidfh 2025-08-04 15:38:07 -04:00
freebsd::addrinfo_up.3
freebsd::fd_up.3 libutil++: Add freebsd::fd_up class to manage file descriptors 2025-08-04 15:38:07 -04:00
freebsd::FILE_up.3
freebsd::malloc_up.3
freebsd::nvlist_up.3 libutil++: Add freebsd::nvlist_up wrapper class for std::unique_ptr<> 2025-08-04 15:38:07 -04:00
freebsd::pidfile.3 libutil++: Add freebsd::pidfile wrapper class around struct pidfh 2025-08-04 15:38:07 -04:00
freebsd::stringf.3
libutil++.hh libutil++: Appease GCC -Wshadow warnings in constructors 2025-08-07 14:26:46 -04:00
Makefile libutil++: Move to the utilities package 2025-08-14 16:15:43 +00:00
stringf.cc