index
:
glibc
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
elf
Age
Commit message (
Expand
)
Author
Files
Lines
2006-07-10
* elf/dl-lookup.c (dl_new_hash): New functions.
Ulrich Drepper
5
-122
/
+208
2006-06-27
* elf/dl-load.c (open_path): Fix test to determine whether DSO is
Ulrich Drepper
1
-1
/
+1
2006-06-27
* elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
Ulrich Drepper
1
-13
/
+22
2006-06-17
[BZ #2792]
Ulrich Drepper
1
-6
/
+6
2006-05-24
[BZ #2683]
Ulrich Drepper
1
-1
/
+2
2006-05-10
* posix/wordexp.c (w_addword): Free word if realloc fails and it
Ulrich Drepper
2
-2
/
+22
2006-04-30
* elf/dl-load.c (_dl_map_object_from_fd): Move state change
Ulrich Drepper
1
-11
/
+12
2006-04-30
* elf/ldd.bash.in: If --verify loop fails to find a dynamic linker
Ulrich Drepper
1
-6
/
+1
2006-04-08
* elf/rtld.c (process_envvars): Fix handling of LD_POINTER_GUARD.
Ulrich Drepper
1
-1
/
+1
2006-04-07
* elf/ldconfig.c (main): Use rawmemchr instead of strchr.
Ulrich Drepper
1
-1
/
+1
2006-04-07
* libio/fmemopen.c (fmemopen): Free stream memory in case of
Ulrich Drepper
1
-6
/
+7
2006-04-01
[BZ #2415]
Ulrich Drepper
1
-1
/
+4
2006-03-19
* elf/rtld.c (dl_main): Run final self-relocation after setting up TLS.
Roland McGrath
4
-16
/
+81
2006-03-15
[BZ #2451]
Ulrich Drepper
3
-9
/
+51
2006-03-06
* version.h (VERSION): 2.4
Roland McGrath
1
-1
/
+14
2006-03-02
* elf/check-textrel.c: Don't include "config.h".
Ulrich Drepper
1
-1
/
+0
2006-03-02
006-03-02 Jakub Jelinek <jakub@redhat.com>
Ulrich Drepper
1
-0
/
+9
2006-03-01
* elf/tst-tls-dlinfo.c: New file.
Roland McGrath
15
-23
/
+211
2006-02-28
* elf/rtld-Rules (subdir-args): New variable.
Roland McGrath
1
-2
/
+8
2006-02-26
* elf/do-lookup.h (do_lookup_x): No need to compare SKIP to NULL
Ulrich Drepper
2
-3
/
+3
2006-02-26
(do_sym): For RTLD_NEXT, pass MATCH for dl_lookup_symbol_x, not L.
Ulrich Drepper
1
-1
/
+1
2006-02-25
* elf/elf.h (HWCAP_SPARC_BLKINIT): New macro.
Roland McGrath
1
-4
/
+5
2006-02-24
* elf/sofini.c (__FRAME_END__): Mark as const.
Roland McGrath
2
-6
/
+6
2006-02-22
* configure.in (libc_cv_gcc_dwarf2_unwind_info): Delete.
Roland McGrath
2
-56
/
+0
2006-01-18
2006-01-18 Jakub Jelinek <jakub@redhat.com>
Roland McGrath
1
-0
/
+2
2006-01-12
* elf/check-textrel.c: Add missing argument.
Ulrich Drepper
1
-1
/
+1
2006-01-11
* Makerules: Define build-module-asneeded.
Ulrich Drepper
2
-5
/
+15
2006-01-11
* elf/check-localplt.c: New file.
Ulrich Drepper
2
-0
/
+315
2006-01-10
2006-01-09 Roland McGrath <roland@redhat.com>
Roland McGrath
1
-2
/
+2
2006-01-09
(AB): Also check for writable and executable segments.
Ulrich Drepper
1
-6
/
+14
2006-01-07
* elf/tst-tls8.c (do_test): Use $ORIGIN in module names.
Ulrich Drepper
1
-2
/
+2
2006-01-04
* abi-tags (*-.*-syllable.*): New match, with ABI value 5.
Roland McGrath
1
-1
/
+2
2006-01-01
Update copyright year.
Ulrich Drepper
3
-6
/
+6
2005-12-30
2005-12-08 Steven Munroe <sjmunroe@us.ibm.com>
Ulrich Drepper
1
-0
/
+7
2005-12-27
* posix/tst-execle1.c (do_test): Add a const.
Roland McGrath
1
-1
/
+1
2005-12-27
* elf/tst-tls13.c (do_test): Avoid using the library path when
Ulrich Drepper
1
-3
/
+3
2005-12-21
* elf/cache.c: Use <> rather than "" #includes.
Roland McGrath
6
-11
/
+11
2005-12-21
* sysdeps/generic/unwind-dw2.c (extract_cie_info): Add a cast.
Roland McGrath
1
-1
/
+1
2005-12-21
* elf/readlib.c: Fix include of readelflib.c.
Ulrich Drepper
1
-1
/
+1
2005-12-18
* sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Define C
Ulrich Drepper
1
-2
/
+4
2005-12-18
* elf/Versions [GLIBC_PRIVATE]: Export __pointer_chk_guard if defined.
Ulrich Drepper
2
-1
/
+33
2005-12-17
* elf/dl-error.c (_dl_catch_error): Use __sigsetgjmp instead of
Ulrich Drepper
1
-1
/
+2
2005-12-17
* elf/dl-error.c (_dl_signal_error): Use __longjmp instead of longjmp.
Ulrich Drepper
2
-8
/
+3
2005-12-14
Moved to csu/errno-loc.c.
Ulrich Drepper
2
-0
/
+257
2005-12-14
2005-12-13 Ulrich Drepper <drepper@redhat.com>
Ulrich Drepper
11
-0
/
+2236
2005-12-07
* catgets/gencat.c: Use GPL, not LGPL.
Ulrich Drepper
4
-46
/
+38
2005-11-19
2005-11-19 Roland McGrath <roland@redhat.com>
Roland McGrath
1
-1
/
+1
2005-11-17
2005-11-17 Roland McGrath <roland@redhat.com>
Roland McGrath
1
-1
/
+1
2005-11-15
* elf/dl-open.c [!SHARED]: Remove _dl_tls_static_size definition.
Ulrich Drepper
1
-6
/
+0
2005-11-08
* elf/elf.h (R_M32R_REL32): New macro.
Roland McGrath
1
-0
/
+1
[next]