Jump to letter: [
          
            49ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        glibc-profile: The GNU libc libraries, including support for gprof profiling.
        
        
            | Name: | glibc-profile | 
            Vendor: | Scientific Linux | 
        
        
            | Version: | 2.3.4 | 
            License: | LGPL | 
        
        
            | Release: | 2.41 | 
            URL: |  | 
        
        
        
        - Summary
 
        - The glibc-profile package includes the GNU libc libraries and support
for profiling using the gprof program.  Profiling is analyzing a
program's functions to see how much CPU time they use and determining
which functions are calling other functions during execution.  To use
gprof to profile a program, your program needs to use the GNU libc
libraries included in glibc-profile (instead of the standard GNU libc
libraries included in the glibc package).
If you are going to use the gprof program to profile a program, you'll
need to install the glibc-profile package.
 
        
        
        Changelog
        
            - * Tue Apr 15 19:00:00 2008 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.4-2.41
 
            - fix yp_order (#435520, BZ#5854)
 
        
            - * Fri Mar 28 18:00:00 2008 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.4-2.40
 
            - fix sporadic hangs in clntudp_call (#339821)
- fix calloc with mlocked memory (#405781)
- fix x86_64 pthread_mutex_timedlock (#434601)
- change mtrim to trim all arenas, not just main_arena (#403231)
- getaddrinfo sorting changes (not turned on by default, to enable
  them /etc/gai.conf needs to be present, #385601)
- fix vfork+execvp memory leak (#437571)
- only service sshd condrestart if /etc/rc.d/init.d/sshd exists
  (#428859)
- fix nscd paranoia restarting when one of the caches is
  disabled (#346321, BZ#5112)
- add SHA-256 and SHA-512 hashing to crypt(3) (#228697)
- for RHEL5+ binaries/shared libraries that have DT_GNU_HASH
  and not DT_HASH dynamic tag, issue an error message instead
  of crashing with SIGFPE
 
        
            - * Wed Aug 29 19:00:00 2007 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.4-2.39
 
            - nis_list fix (#254115)