source: appendixa/glibc-desc.xml@ ab3b93b

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

Writing 'file system' as two words everywhere.

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

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