1
0

glibc-desc.xml 4.8 KB

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