GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/glibc.git
gentoo/2.19
gentoo/2.25
gentoo/2.26
gentoo/2.27
gentoo/2.28
gentoo/2.29
gentoo/2.29-hygiene
gentoo/2.30
gentoo/2.31
gentoo/2.32
gentoo/2.32-rv32
gentoo/2.33
gentoo/2.34
gentoo/2.35
gentoo/2.36
gentoo/2.37
gentoo/2.38
gentoo/2.39
gentoo/2.40
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
elf
/
ldconfig.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ldconfig: trace origin paths with -v
DJ Delorie
2020-03-11
1
-6
/
+24
*
Update copyright dates not handled by scripts/update-copyrights.
Joseph Myers
2020-01-01
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2020-01-01
1
-1
/
+1
*
ldconfig: Do not print a warning for a missing ld.so.conf file
Florian Weimer
2019-12-11
1
-2
/
+3
*
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-09-07
1
-1
/
+1
*
Add fall-through comments.
Joseph Myers
2019-02-12
1
-0
/
+1
*
Update copyright dates not handled by scripts/update-copyrights.
Joseph Myers
2019-01-01
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
1
-1
/
+1
*
Update copyright dates not handled by scripts/update-copyrights.
Joseph Myers
2018-01-01
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
1
-1
/
+1
*
ldconfig: set LC_COLLATE to C [BZ #22505]
Aurelien Jarno
2017-12-16
1
-0
/
+4
*
Assume that _DIRENT_HAVE_D_TYPE is always defined.
Florian Weimer
2017-10-30
1
-15
/
+2
*
Update copyright dates not handled by scripts/update-copyrights.
Joseph Myers
2017-01-01
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-01-01
1
-1
/
+1
*
ldconfig: Do not remove stale symbolic links with -X [BZ #19610]
Florian Weimer
2016-03-07
1
-3
/
+4
*
Update copyright dates not handled by scripts/update-copyrights.
Joseph Myers
2016-01-04
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-01-04
1
-1
/
+1
*
Update copyright dates not handled by scripts/update-copyrights.
Joseph Myers
2015-01-02
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-01-02
1
-1
/
+1
*
Expand comments in elf/ldconfig.c (search_dir)
Carlos O'Donell
2014-11-29
1
-2
/
+24
*
Use glibc_likely instead __builtin_expect.
Ondřej Bílka
2014-02-10
1
-2
/
+2
*
Update remaining copyright dates
Allan McRae
2014-01-01
1
-1
/
+1
*
Update copyright notices with scripts/update-copyrights
Allan McRae
2014-01-01
1
-1
/
+1
*
Update comments in ldconfig.c and dl-hwcaps.c.
Carlos O'Donell
2013-05-22
1
-6
/
+8
*
Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).
Ryan S. Arnold
2013-05-16
1
-0
/
+1
*
Add comments to vDSO hwcap loading process.
Carlos O'Donell
2013-05-14
1
-0
/
+6
*
Update copyright years.
David S. Miller
2013-01-01
1
-2
/
+2
*
Support --with-pkgversion and --with-bugurl.
Joseph Myers
2012-11-09
1
-3
/
+6
*
Make ldconfig message clearer
Andreas Jaeger
2012-05-09
1
-2
/
+4
*
Replace FSF snail mail address with URLs.
Paul Eggert
2012-02-09
1
-2
/
+1
*
Update copyright year
Ulrich Drepper
2012-01-01
1
-2
/
+2
*
ldconfig: don't crash on empty path in config file
Andreas Schwab
2011-05-03
1
-6
/
+9
*
Update copyright year.
Ulrich Drepper
2011-01-17
1
-3
/
+3
*
Allow aux_cache_file open()ing to fail silently even in the chroot mode.
Petr Baudis
2010-11-22
1
-8
/
+4
*
Fix a const warning in ldconfig.
Roland McGrath
2010-05-07
1
-1
/
+1
*
Fix ldconfig to handle symlinks in chroot correctly.
Ulrich Drepper
2010-05-03
1
-1
/
+12
*
One more bug in ldconfig -r handling.
Ulrich Drepper
2010-05-03
1
-1
/
+3
*
Fix aux cache handling in ldconfig with chroot.
Ulrich Drepper
2010-04-05
1
-7
/
+14
*
Update copyright year.
Ulrich Drepper
2010-03-15
1
-2
/
+2
*
* debug/xtrace.sh: Unify translatable messages.
Ulrich Drepper
2009-02-06
1
-1
/
+21
*
* posix/getconf.c: Update copyright year.
Ulrich Drepper
2009-01-02
1
-2
/
+2
*
Remove useless "if" before "free".
Ulrich Drepper
2008-03-19
1
-2
/
+1
*
* posix/getconf.c: Update copyright year.
Ulrich Drepper
2008-01-02
1
-2
/
+2
*
2007-08-01 Andreas Jaeger <aj@suse.de>
Ulrich Drepper
2007-08-12
1
-53
/
+95
*
* elf/ldconfig.c: Allow GPLv2 or any later version.
Roland McGrath
2007-07-16
1
-2
/
+3
*
[BZ #4344]
Jakub Jelinek
2007-04-13
1
-4
/
+4
*
[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...
Ulrich Drepper
2007-01-11
1
-9
/
+13
*
.
Jakub Jelinek
2007-07-31
1
-13
/
+9
*
* posix/getconf.c: Update copyright year.
Ulrich Drepper
2007-01-03
1
-2
/
+2
*
[BZ #3483]
Ulrich Drepper
2006-11-10
1
-1
/
+7
[next]