Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-08 | (elf_machine_rel): Fix thinko in usage of RESOLVE() (r_type, not | Ulrich Drepper | |
reloc->r_type). | |||
2001-09-08 | termio definitions for AIX. | Ulrich Drepper | |
2001-09-08 | Library startup code for AIX. | Ulrich Drepper | |
2001-09-08 | Program startup code for AIX. | Ulrich Drepper | |
2001-09-08 | Alias __libc_fcntl to __fcntl. | Ulrich Drepper | |
2001-09-08 | Startup code for glibc on AIX. | Ulrich Drepper | |
2001-09-08 | Not needed anymore. | Ulrich Drepper | |
2001-09-08 | (aix-syscalls.o): More linker command line options. | Ulrich Drepper | |
2001-09-08 | Fix usage of new _dl_signal_error() format. | Ulrich Drepper | |
2001-09-08 | Forward declare struct link_map. | Ulrich Drepper | |
2001-09-05 | Include <errno.h>. | Ulrich Drepper | |
(__syscall_gethostname): Add prototype. | |||
2001-09-03 | gethostname implementation for Linux/Alpha. | Ulrich Drepper | |
2001-09-01 | Startup code for Alpha/ELF. | Ulrich Drepper | |
2001-09-01 | Not needed anymore. | Ulrich Drepper | |
2001-09-01 | Support for high-precision timers on Alpha. | Ulrich Drepper | |
2001-09-01 | (elf_machine_rela): Remove unused code. | Ulrich Drepper | |
Don't add old memory content for R_ALPHA_REFQUAD. | |||
2001-08-30 | (elf_machine_rela): Don't handle | Ulrich Drepper | |
R_ALPHA_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC. Only check for rtld map if RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined. | |||
2001-08-30 | Adjust j0 ULPs. | Ulrich Drepper | |
2001-08-30 | Adjust j0 ULPs. | Ulrich Drepper | |
2001-08-29 | Updated. | Andreas Schwab | |
2001-08-29 | (__dl_runtime_resolve): Pass ELF_RTYPE_CLASS_PLT, instead of R_MIPS_REL32, to | Ulrich Drepper | |
_dl_lookup_versioned_symbol () and _dl_lookup_symbol (). | |||
2001-08-26 | (elf_machine_lookup_noplt_p, elf_machine_lookup_noexec_p): Remove. | Ulrich Drepper | |
(elf_machine_type_class): Define. | |||
2001-08-24 | 2001-08-24 Maciej W. Rozycki macro@ds2.pg.gda.pl | Andreas Jaeger | |
* sysdeps/unix/sysv/linux/mips/configure.in: Define AC_SUBST to empty to prevent junk from being generated. sysdeps/unix/sysv/linux/mips/configure: Regenerated. | |||
2001-08-24 | (elf_machine_rel_relative): New function. | Ulrich Drepper | |
2001-08-24 | (elf_machine_rel_relative): Use ElfW(Rel) in argument. | Ulrich Drepper | |
2001-08-24 | (elf_machine_rela_relative): Rename from elf_machine_rel_relative. Fix ↵ | Ulrich Drepper | |
argument types. | |||
2001-08-24 | (elf_machine_rela_relative): Rename from elf_machine_rel_relative. | Ulrich Drepper | |
2001-08-24 | Define elf_machine_rel_relative. Minor optimizations. | Ulrich Drepper | |
2001-08-16 | Fix type of __id_t, __useconds_t and __intptr_t. | Ulrich Drepper | |
2001-08-16 | Add rule to import kernel symbols. | Ulrich Drepper | |
2001-08-15 | (atomic_add): Don't allow address register for operand 0. | Andreas Schwab | |
2001-08-13 | (MCOUNT): Don't use delay slot for jal since jal is a macro. | Andreas Jaeger | |
2001-08-11 | Use __getopt_clean_environment only if USE_NONOPTION_FLAGS is defined. | Ulrich Drepper | |
2001-08-11 | (elf_machine_runtime_setup): Only set _dl_profile_map for the right object. | Ulrich Drepper | |
2001-07-31 | * sysdeps/unix/sysv/linux/sparc/bits/poll.h (NPOLLFILE): Removed. | Andreas Jaeger | |
* sysdeps/unix/sysv/linux/mips/bits/poll.h (NPOLLFILE): Removed. * sysdeps/unix/sysv/linux/m68k/bits/poll.h (NPOLLFILE): Removed. * sysdeps/unix/sysv/linux/bits/poll.h (NPOLLFILE): Removed. * sysdeps/generic/bits/poll.h (NPOLLFILE): Removed. | |||
2001-07-28 | Add dl-support.c, dl-addr.c, and dl-error.c. | Ulrich Drepper | |
2001-07-28 | Add sys/procfs.h. | Ulrich Drepper | |
2001-07-28 | Not needed anymore. | Ulrich Drepper | |
2001-07-28 | Remove non-existing files. | Ulrich Drepper | |
2001-07-22 | Don't mark asm input operand as clobbered. | Andreas Schwab | |
2001-07-22 | (INLINE_SYSCALL): Don't mark asm input operand as clobbered. | Andreas Schwab | |
2001-07-20 | Synch with kernel. | Andreas Jaeger | |
2001-07-17 | Fix last change. | Andreas Schwab | |
2001-07-16 | Not needed anymore. | Ulrich Drepper | |
2001-07-16 | (MAP_BASE_ADDR): Removed. | Ulrich Drepper | |
(elf_machine_got_rel): Defined only if RTLD_BOOTSTRAP is not defined. (RESOLVE_GOTSYM): Rewrite to use RESOLVE. | |||
2001-07-15 | Special versions for Linux/m68k. | Andreas Schwab | |
2001-07-15 | Check _dl_pagesize first. Default to 4096, not EXEC_PAGESIZE. | Andreas Schwab | |
2001-07-08 | Improve nsendmsg prototype. | Ulrich Drepper | |
2001-07-08 | (sendmsg): Fix return type. | Ulrich Drepper | |
2001-07-08 | (recvmsg): Fix return type. | Ulrich Drepper | |