source: appendixa/glibc-desc.xml@ df8644d

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 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/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since df8644d was 04a3351, checked in by Alex Gronenwoud <alex@…>, 21 years ago

Changing the style of the 'Content' subsections.

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

  • Property mode set to 100644
File size: 4.9 KB
Line 
1<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
2
3<sect2><title>Short descriptions</title>
4
5<para><command>catchsegv</command> can be used to create a stack trace
6when a program terminates with a segmentation fault.</para>
7
8<para><command>gencat</command> generates message catalogues.</para>
9
10<para><command>getconf</command> displays the system configuration values
11for filesystem specific variables.</para>
12
13<para><command>getent</command> gets entries from an administrative
14database.</para>
15
16<para><command>glibcbug</command> creates a bug report and mails it to the
17bug email address.</para>
18
19<para><command>iconv</command> performs character set conversion.</para>
20
21<para><command>iconvconfig</command> creates fastloading iconv module
22configuration file.</para>
23
24<para><command>ldconfig</command> configures the dynamic linker runtime
25bindings.</para>
26
27<para><command>ldd</command> reports which shared libraries are required
28by each given program or shared library.</para>
29
30<para><command>lddlibc4</command> assists ldd with object files.</para>
31
32<para><command>locale</command> is a Perl program that tells the compiler
33to enable or disable the use of POSIX locales for built-in operations.</para>
34
35<para><command>localedef</command> compiles locale specifications.</para>
36
37<para><command>mtrace</command>...</para>
38
39<para><command>nscd</command> is a name service cache daemon providing a
40cache for the most common name service requests.</para>
41
42<para><command>nscd_nischeck</command> checks whether or not secure mode
43is necessary for NIS+ lookup.</para>
44
45<para><command>pcprofiledump</command> dumps information generated by
46PC profiling.</para>
47
48<para><command>pt_chown</command> is a helper program for grantpt to set
49the owner, group and access permissions of a slave pseudo terminal.</para>
50
51<para><command>rpcgen</command> generates C code to implement the
52RPC protocol.</para>
53
54<para><command>rpcinfo</command> makes an RPC call to an RPC server.</para>
55
56<para><command>sln</command> is used to make symbolic links. The program
57is statically linked, so it is useful for making symbolic links to dynamic
58libraries if the dynamic linking system for some reason is nonfunctional.</para>
59
60<para><command>sprof</command> reads and displays shared object profiling
61data.</para>
62
63<para><command>tzselect</command> asks the user about the location of the
64system and reports the corresponding time zone description.</para>
65
66<para><command>xtrace</command> traces the execution of a program by
67printing the currently executed function.</para>
68
69<para><command>zdump</command> is the time zone dumper.</para>
70
71<para><command>zic</command> is the time zone compiler.</para>
72
73<para><command>ld.so</command> is the helper program for shared library
74executables.</para>
75
76<para><command>libBrokenLocale</command> is used by programs, such as
77Mozilla, to solve broken locales.</para>
78
79<para><command>libSegFault</command> is a segmentation fault signal
80handler. It tries to catch segfaults.</para>
81
82<para><command>libanl</command> is an asynchronous name lookup
83library.</para>
84
85<para><command>libbsd-compat</command> provides the portability needed
86in order to run certain BSD programs under Linux.</para>
87
88<para><command>libc</command> is the main C library -- a collection of
89commonly used functions.</para>
90
91<para><command>libcrypt</command> is the cryptography library.</para>
92
93<para><command>libdl</command> is the dynamic linking interface library.</para>
94
95<para><command>libg</command> is a runtime library for g++.</para>
96
97<para><command>libieee</command> is the IEEE floating point library.</para>
98
99<para><command>libm</command> is the mathematical library.</para>
100
101<para><command>libmcheck</command> contains code run at boot.</para>
102
103<para><command>libmemusage</command> is used by memusage to help collect
104information about the memory usage of a program.</para>
105
106<para><command>libnsl</command> is the network services library.</para>
107
108<para><command>libnss*</command> are the Name Service Switch libraries,
109containing functions for resolving host names, user names, group names,
110aliases, services, protocols,and the like.</para>
111
112<para><command>libpcprofile</command> contains profiling functions used
113to track the amount of CPU time spent in which source code lines.</para>
114
115<para><command>libpthread</command> is the POSIX threads library.</para>
116
117<para><command>libresolv</command> contains functions for creating,
118sending, and interpreting packets to the Internet domain name servers.</para>
119
120<para><command>librpcsvc</command>contains functions providing
121miscellaneous RPC services.</para>
122
123<para><command>librt</command> contains functions providing most of the
124interfaces specified by the POSIX.1b Realtime Extension.</para>
125
126<para><command>libthread_db</command> contains functions useful for
127building debuggers for multi-threaded programs.</para>
128
129<para><command>libutil</command> contains code for "standard" functions
130used in many different Unix utilities.</para>
131
132</sect2>
133
Note: See TracBrowser for help on using the repository browser.