source: appendixa/glibc-desc.xml@ f64f4b5

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 12.2 12.2-rc1 6.0 6.1 6.1.1 6.3 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk v4_0 v4_1 v5_0 v5_1 v5_1_1 xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/loongarch-12.2 xry111/mips64el xry111/multilib xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since f64f4b5 was 4ceb3a1, checked in by Gerard Beekmans <gerard@…>, 22 years ago

applied Alex's listed-items.patch

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1942 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 8.3 KB
RevLine 
[e69a59f]1<sect2><title>Contents of Glibc-&glibc-contversion;</title>
[6370fa6]2
[bdc08c1]3<sect3><title>Program Files</title>
[6370fa6]4
[bdc08c1]5<para>catchsegv, gencat, getconf, getent, glibcbug, iconv, iconvconfig,
6ldconfig, ldd, lddlibc4, locale, localedef, mtrace, nscd, nscd_nischeck,
7pcprofiledump, pt_chown, rpcgen, rpcinfo, sln, sprof, tzselect, xtrace,
8zdump and zic</para></sect3>
9
10<sect3><title>Descriptions</title>
11
12<sect4><title>catchsegv</title>
[227d26b]13<para>catchsegv can be used to create a stack trace when a program
14terminates with a segmentation fault.</para></sect4>
[bdc08c1]15
16<sect4><title>gencat</title>
17<para>gencat generates message catalogues.</para></sect4>
18
19<sect4><title>getconf</title>
[227d26b]20<para>getconf displays the system configuration values for filesystem
21specific variables.</para></sect4>
[bdc08c1]22
23<sect4><title>getent</title>
24<para>getent gets entries from an administrative database.</para></sect4>
25
26<sect4><title>glibcbug</title>
27<para>glibcbug creates a bug report about glibc and and mails it to the
28bug email address.</para></sect4>
29
30<sect4><title>iconv</title>
31<para>iconv performs character set conversion.</para></sect4>
32
33<sect4><title>iconvconfig</title>
34<para>iconvconfig creates fastloading iconv module
35configuration file.</para></sect4>
36
37<sect4><title>ldconfig</title>
38<para>ldconfig configures the dynamic linker run time bindings.</para></sect4>
39
40<sect4><title>ldd</title>
41<para>ldd prints the shared libraries required by each program or shared
42library specified on the command line.</para></sect4>
43
44<sect4><title>lddlibc4</title>
[02ef5b58]45<para>lddlibc4 assists ldd with object files.</para></sect4>
[bdc08c1]46
47<sect4><title>locale</title>
[227d26b]48<para>locale is a Perl program which tells the compiler to enable
49(or disable) the use of POSIX locales for built-in operations.</para></sect4>
[bdc08c1]50
51<sect4><title>localedef</title>
52<para>localedef compiles locale specifications.</para></sect4>
53
54<sect4><title>mtrace</title>
[227d26b]55<para>mtrace prints the multicast path from a source to a receiver (an IP
56trace query).</para></sect4>
[bdc08c1]57
58<sect4><title>nscd</title>
59<para>nscd is a daemon that provides a cache for the most common name
60service requests.</para></sect4>
61
62<sect4><title>nscd_nischeck</title>
[227d26b]63<para>nscd_nischeck checks whether or not secure mode is necessary for
64NIS+ lookup.</para></sect4>
[bdc08c1]65
66<sect4><title>pcprofiledump</title>
67<para>pcprofiledump dumps information generated by
68PC profiling.</para></sect4>
69
70<sect4><title>pt_chown</title>
71<para>pt_chown sets the owner, group and access permission of the
72slave pseudo terminal corresponding to the master pseudo terminal passed
73on file descriptor `3'. This is the helper program for the `grantpt'
[227d26b]74function. It is not intended to be run directly from the command
75line.</para></sect4>
[bdc08c1]76
77<sect4><title>rpcgen</title>
[227d26b]78<para>rpcgen generates C code to implement the RPC protocol.</para></sect4>
[bdc08c1]79
80<sect4><title>rpcinfo</title>
[227d26b]81<para>rpcinfo makes an RPC call to an RPC server.</para></sect4>
[bdc08c1]82
83<sect4><title>sln</title>
84<para>sln symbolically links dest to source. It is statically linked,
85needing no dynamic linking at all. Thus sln is useful to make symbolic
86links to dynamic libraries if the dynamic linking system for some reason
87is nonfunctional.</para></sect4>
88
89<sect4><title>sprof</title>
90<para>sprof reads and displays shared object profiling data.</para></sect4>
91
92<sect4><title>tzselect</title>
93<para>tzselect asks the user for information about the current location and
94outputs the resulting time zone description to standard output.</para></sect4>
95
96<sect4><title>xtrace</title>
97<para>xtrace traces execution of program by printing the currently executed
98function.</para></sect4>
99
100<sect4><title>zdump</title>
101<para>zdump is the time zone dumper.</para></sect4>
[6370fa6]102
[bdc08c1]103<sect4><title>zic</title>
104<para>zic is the time zone compiler.</para></sect4>
[6370fa6]105
[bdc08c1]106</sect3>
107
108<sect3><title>Library Files</title>
109<para>ld.so, libBrokenLocale.[a,so], libBrokenLocale_p.a,
110libSegFault.so, libanl.[a,so], libanl_p.a, libbsd-compat.a, libc.[a,so],
111libc_nonshared.a, libc_p.a, libcrypt.[a,so], libcrypt_p.a, libdl.[a,so],
112libdl_p.a, libg.a, libieee.a, libm.[a,so], libm_p.a, libmcheck.a,
113libmemusage.so, libnsl.a, libnsl_p.a, libnss_compat.so, libnss_dns.so,
114libnss_files.so, libnss_hesiod.so, libnss_nis.so, libnss_nisplus.so,
115libpcprofile.so, libpthread.[a,so], libpthread_p.a, libresolv.[a,so],
116libresolv_p.a, librpcsvc.a, librpcsvc_p.a, librt.[a,so], librt_p.a,
117libthread_db.so, libutil.[a,so] and libutil_p.a</para></sect3>
118
119<sect3><title>Descriptions</title>
120
121<sect4><title>ld.so</title>
122<para>ld.so is the helper program for shared library
123executables.</para></sect4>
124
[c5ba0d6]125<sect4><title>libBrokenLocale, libBrokenLocale_p</title>
[227d26b]126<para>Used by software, such as Mozilla, to solve broken locales.</para></sect4>
[bdc08c1]127
[c5ba0d6]128<sect4><title>libSegFault</title>
[227d26b]129<para>libSegFault is a segmentation fault signal handler. It tries to catch
130segfaults.</para></sect4>
[bdc08c1]131
[c5ba0d6]132<sect4><title>libanl, libanl_p</title>
[227d26b]133<para>libanl is an asynchronous name lookup library.</para></sect4>
[bdc08c1]134
[c5ba0d6]135<sect4><title>libbsd-compat</title>
[02ef5b58]136<para>libbsd-compat provides the portability needed in order to run certain
137programs in Linux.</para></sect4>
[bdc08c1]138
[c5ba0d6]139<sect4><title>libc, libc_nonshared, libc_p</title>
[cf24ff1]140<para>These files constitute the main C library. The C library is a
[bdc08c1]141collection of commonly used functions in programs.
[58484755]142This way a programmer doesn't need to create his own functions for every
[7d90bd3]143single task. The most common things like writing a string to the screen
[b822811]144are already present and at the disposal of the programmer.</para>
[6370fa6]145
[cf24ff1]146<para>The C library (actually almost every library) comes in two flavors:
147a dynamic and a static one. In short, when a program uses a static C
148library, the code from the C library is copied into the executable file.
149When a program uses a dynamic library, the executable will not
[6370fa6]150contain the code from the C library, but instead a routine that loads
151the functions from the library at the time the program is run. This
[bdc08c1]152means a significant decrease in the file size of a program. The
[cf24ff1]153documentation that comes with the C library describes this in more
[bdc08c1]154detail, as it is too complicated to explain here in one or two
155lines.</para></sect4>
156
[c5ba0d6]157<sect4><title>libcrypt, libcrypt_p</title>
[bdc08c1]158<para>libcrypt is the cryptography library.</para></sect4>
159
[c5ba0d6]160<sect4><title>libdl, libdl_p</title>
[02ef5b58]161<para>libdl is the dynamic linking interface library.</para></sect4>
[bdc08c1]162
[c5ba0d6]163<sect4><title>libg</title>
[02ef5b58]164<para>libg is a runtime library for g++.</para></sect4>
[bdc08c1]165
[c5ba0d6]166<sect4><title>libieee</title>
[02ef5b58]167<para>libieee is the IEEE floating point library.</para></sect4>
[bdc08c1]168
[c5ba0d6]169<sect4><title>libm, libm_p</title>
[bdc08c1]170<para>libm is the mathematical library.</para></sect4>
171
[c5ba0d6]172<sect4><title>libmcheck</title>
[65396f5]173<para>libmcheck contains code run at boot.</para></sect4>
[bdc08c1]174
[c5ba0d6]175<sect4><title>libmemusage</title>
[65396f5]176<para>libmemusage is used by memusage to help collect information about the
177memory usage of a program.</para></sect4>
[bdc08c1]178
[c5ba0d6]179<sect4><title>libnsl, libnsl_p</title>
[f49cf1a]180<para>libnsl is the network services library.</para></sect4>
[bdc08c1]181
[c5ba0d6]182<sect4><title>libnss_compat, libnss_dns, libnss_files,
183libnss_hesiod, libnss_nis, libnss_nisplus</title>
[f49cf1a]184<para>The basic idea is to put the implementation of the different services
185offered to access the databases in separate modules. This has some
186advantages:</para>
187<itemizedlist>
[4ceb3a1]188<listitem><para>contributors can add new services without adding them to
189GNU C library,</para></listitem>
190<listitem><para>the modules can be updated separately,</para></listitem>
191<listitem><para>the C library image is smaller.</para></listitem>
[f49cf1a]192</itemizedlist></sect4>
[bdc08c1]193
[c5ba0d6]194<sect4><title>libpcprofile</title>
[46105cf]195<para>Code used by the kernel to track CPU time spent in functions, source
196code lines, and instructions.</para></sect4>
[bdc08c1]197
[c5ba0d6]198<sect4><title>libpthread, libpthread_p</title>
[f49cf1a]199<para>The POSIX threads library.</para></sect4>
[bdc08c1]200
[c5ba0d6]201<sect4><title>libresolv, libresolv_p</title>
[f49cf1a]202<para>Functions in this library provide for creating, sending, and
203interpreting packets to the Internet domain name servers.</para></sect4>
[bdc08c1]204
[c5ba0d6]205<sect4><title>librpcsvc, librpcsvc_p</title>
[f49cf1a]206<para>Functions in this library provide miscellaneous RPC services.</para></sect4>
[bdc08c1]207
[c5ba0d6]208<sect4><title>librt, librt_p</title>
[f49cf1a]209<para>Functions in this library provide most of the interfaces specified by
210the POSIX.1b Realtime Extension.</para></sect4>
[bdc08c1]211
[c5ba0d6]212<sect4><title>libthread_db</title>
[f49cf1a]213<para>Functions is this library are useful for building debuggers for
214multi-threaded programs.</para></sect4>
[bdc08c1]215
[f49cf1a]216<sect4><title>libutil, libutil_p</title>
[32cee45c]217<para>Contains code for "standard" functions used in many different Unix
[f49cf1a]218utilities.</para></sect4>
[bdc08c1]219
220</sect3>
[6370fa6]221
222</sect2>
223
Note: See TracBrowser for help on using the repository browser.