about summary refs log tree commit diff
path: root/elf
Commit message (Collapse)AuthorAgeFilesLines
* Updated to fedora-glibc-20060501T0751Jakub Jelinek2006-05-012-17/+13
|
* Updated to fedora-glibc-20060424T0820Jakub Jelinek2006-04-244-9/+13
|
* Updated to fedora-glibc-20060328T0900 cvs/fedora-Jakub Jelinek2006-03-285-25/+132
|
* Updated to fedora-glibc-20060306T1239 cvs/fedora-glibc-2_4-1Jakub Jelinek2006-03-061-0/+2
|
* * elf/check-textrel.c: Don't include config.h.Jakub Jelinek2006-03-061-1/+0
|
* * elf/check-textrel.c: Include config.h.Jakub Jelinek2006-03-021-0/+9
| | | | | | | | | (AB(handle_file)): Don't fail if PF_X | PF_W on architectures known to have executable writable PLT. * sysdeps/powerpc/powerpc32/configure.in (HAVE_PPC_SECURE_PLT): New test. * sysdeps/powerpc/powerpc32/configure: Rebuilt. * config.h.in (HAVE_PPC_SECURE_PLT): Add.
* Updated to fedora-glibc-20060301T0647Jakub Jelinek2006-03-0121-95/+234
|
* Updated to fedora-glibc-20060130T0922Jakub Jelinek2006-01-304-8/+343
|
* Updated to fedora-glibc-20060109T2152 cvs/fedora-glibc-2_3_90-30Jakub Jelinek2006-01-091-2/+2
|
* Updated to fedora-glibc-20060106T0916 cvs/fedora-glibc-2_3_90-28Jakub Jelinek2006-01-061-1/+2
|
* Updated to fedora-glibc-20060102T1045Jakub Jelinek2006-01-026-10/+17
|
* * elf/ldconfig.c (search_dir): Skip prelink temporaries. cvs/fedora-glibc-2_3_90-23Jakub Jelinek2005-12-271-1/+12
|
* Updated to fedora-glibc-20051227T1426Jakub Jelinek2005-12-277-13/+13
|
* Updated to fedora-glibc-20051219T1003 cvs/fedora-glibc-2_3_90-19Jakub Jelinek2005-12-1921-56/+2571
|
* * elf/elf.h: Revert last change. cvs/fedora-glibc-2_3_90-18Jakub Jelinek2005-11-191-1/+1
|
* Updated to fedora-glibc-20051119T1959Jakub Jelinek2005-11-191-1/+1
|
* Updated to fedora-glibc-20051115T0809Jakub Jelinek2005-11-154-17/+5
|
* Updated to fedora-glibc-20051020T0651Jakub Jelinek2005-10-203-15/+18
|
* Updated to fedora-glibc-20051010T1417Jakub Jelinek2005-10-103-4/+22
|
* Updated to fedora-glibc-20051003T2040Jakub Jelinek2005-10-033-29/+59
|
* Updated to fedora-glibc-20050912T0656Jakub Jelinek2005-09-122-12/+5
|
* Updated to fedora-glibc-20050808T2126Jakub Jelinek2005-08-082-8/+8
|
* * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):Jakub Jelinek2005-08-081-1/+1
| | | | | | | Shift marked &errno down on big-endian instead of up. * elf/tst-stackguard1.c (do_test): Fix a typo. nptl/ * tst-stackguard1.c (do_test): Likewise.
* * sysdeps/unix/sysv/dl-osinfo.h: Include errno.h, hp-timing.h,Jakub Jelinek2005-07-291-2/+6
| | | | | | | | | | | | | endian.h. (_dl_setup_stack_chk_guard): Even without --enable-stackguard-randomization attempt to do some guard randomization using hp-timing (if available) and kernel stack and mmap randomization. * elf/tst-stackguard1.c (do_test): Don't fail if the poor man's randomization doesn't work well enough. nptl/ * tst-stackguard1.c (do_test): Don't fail if the poor man's randomization doesn't work well enough.
* Updated to fedora-glibc-20050708T0811Jakub Jelinek2005-07-089-8/+109
|
* 2.3.90-1 cvs/fedora-glibc-2_3_90-1Jakub Jelinek2005-06-274-140/+3
|
* Updated to fedora-glibc-20050627T0850Jakub Jelinek2005-06-276-26/+270
|
* Updated to fedora-glibc-20050620T1530Jakub Jelinek2005-06-207-64/+159
|
* Updated to fedora-glibc-20050523T1354Jakub Jelinek2005-05-231-0/+1
|
* Updated to fedora-glibc-20050520T0919Jakub Jelinek2005-05-202-10/+12
|
* * elf/rtld.c (dl_main): Call _dl_init_linuxthreads_pathsJakub Jelinek2005-04-272-1/+35
| | | | | | | if GLRO(dl_osversion) <= 0x20413. * elf/dl-load.c (_dl_init_paths): Allocate one extra pointer in rtld_search_dirs.dirs. (_dl_init_linuxthreads_paths): New function.
* Updated to fedora-glibc-20050427T1043Jakub Jelinek2005-04-277-18/+152
|
* Updated to fedora-glibc-20050415T0909 cvs/fedora-glibc-2_3_5-1Roland McGrath2005-04-157-111/+262
|
* Updated to fedora-glibc-20050401T1444Jakub Jelinek2005-04-013-2/+19
|
* Updated to fedora-glibc-20050324T0715 cvs/fedora-glibc-2_3_4-17Jakub Jelinek2005-03-247-5/+70
|
* Updated to fedora-glibc-20050319T1907 cvs/fedora-glibc-2_3_4-15Jakub Jelinek2005-03-1936-541/+752
|
* . cvs/fedora-glibc-2_3_4-11Jakub Jelinek2005-03-031-0/+6
|
* Updated to fedora-glibc-20050303T1335Jakub Jelinek2005-03-038-32/+113
|
* Updated to fedora-glibc-20050302T1820Jakub Jelinek2005-03-037-19/+35
|
* * elf/rtld.c (dlmain): If LD_TRACE_PRELINKING, clear l_relocated flagJakub Jelinek2005-02-121-4/+7
| | | | before relocating ld.so again.
* * elf/rtld.c (_dl_start): Set bootstrap_map.l_relocated evenJakub Jelinek2005-02-111-1/+1
| | | | for already prelinked ld.so.
* Updated to fedora-glibc-20050208T2213 cvs/fedora-glibc-2_3_4-7Jakub Jelinek2005-02-081-1/+1
|
* Updated to fedora-glibc-20050208T0948 cvs/fedora-glibc-2_3_4-6Jakub Jelinek2005-02-0823-448/+1741
|
* Updated to fedora-glibc-20050106T1443Jakub Jelinek2005-01-062-5/+5
|
* Updated to fedora-glibc-20041214T1058 cvs/fedora-glibc-2_3_3-92Jakub Jelinek2004-12-141-1/+0
|
* Updated to fedora-glibc-20041213T2323 cvs/fedora-glibc-2_3_3-91Jakub Jelinek2004-12-131-2/+2
|
* Updated to fedora-glibc-20041210T0634Jakub Jelinek2004-12-101-3/+23
|
* * elf/ldd.bash.in: For -u, set bind_now=yes. cvs/fedora-glibc-2_3_3-89Jakub Jelinek2004-12-082-7/+11
| | | | | | | | If eval $add_env '"$file"' exits with exitcode 5, retry with eval $add_env \${RTLD} '"$file"'. Remove | cat usage, it breaks exit code propagation. * elf/rtld.c (process_envvars): If __libc_enable_secure and mode != normal, exit with exitcode 5.
* Updated to fedora-glibc-20041207T1331Jakub Jelinek2004-12-071-3/+9
|
* Updated to fedora-glibc-20041115T0915Jakub Jelinek2004-11-152-6/+21
|