aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-03-17* sysdeps/unix/sysv/linux/mips/configure.in: New. Pre-processAlexandre Oliva
2003-03-17* sysdeps/unix/sysv/linux/mips/sys/ptrace.h: New file.Alexandre Oliva
2003-03-17* sysdeps/mips/bits/wordsize.h: New file, appropriate for allAlexandre Oliva
2003-03-14* sysdeps/mips/fpu/bits/mathdef.h: New.Alexandre Oliva
2003-03-14* sysdeps/mips/sys/asm.h: Formatting changes.Alexandre Oliva
2003-03-14* sysdeps/mips/dl-machine.h: Include sys/asm.h.Alexandre Oliva
2003-03-14* sysdeps/unix/sysv/linux/mips/readelflib.c: New file.Alexandre Oliva
2003-03-14* sysdeps/unix/sysv/linux/mips/kernel_sigaction.hAlexandre Oliva
2003-03-14* sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Don'tAlexandre Oliva
2003-03-14* sysdeps/mips/memcpy.S: Map t0-3 to a4-7 on new abis.Alexandre Oliva
2003-03-14* sysdeps/mips/atomicity.h (exchange_and_add, atomic_add):Alexandre Oliva
2003-03-142003-03-13 Alexandre Oliva <aoliva@redhat.com>Roland McGrath
2003-03-13 Introduce and use localAndreas Jaeger
2003-03-12(__thread_start): Use jal instead of jalr to invoke subroutine soUlrich Drepper
2003-03-072003-03-04 Guido Guenther <agx@sigxcpu.org>Andreas Jaeger
2003-03-03Define MAP_POPULATE and MAP_NONBLOCK.Ulrich Drepper
2003-03-01(_dl_start_user): AccessAndreas Schwab
2003-02-26Revert unintentional commits.Roland McGrath
2003-02-25linuxthreads/ChangeLogRoland McGrath
2003-02-21Add soft-supp.h.Ulrich Drepper
2003-02-20(init_iosys): Yield ENODEV on unknown systems.Ulrich Drepper
2003-02-20Extra files to distribute for powerpc/nofpu.Ulrich Drepper
2003-02-20(INLINE_SYSCALL): Add missing arguments to INTERNAL_SYSCALL_ERROR_P andUlrich Drepper
2003-02-20Add MADV_* and POSIX_MADV_* constants.Andreas Schwab
2003-02-14(elf_machine_rela): Add instead of subtracting map->l_tls_offset.Ulrich Drepper
2003-02-12(ELF_MACHINE_RUNTIME_TRAMPOLINE): Fix masking of version index.Ulrich Drepper
2003-02-05Add posix_fadvise64 syscall.Ulrich Drepper
2003-01-31Remove __GI_* aliases, already added by make-syscalls.sh.Ulrich Drepper
2003-01-30(sysdep-CFLAGS): Don't define, not needed any more.Andreas Schwab
2003-01-27(SYSCALL_ERROR_LABEL): Define.Ulrich Drepper
2003-01-27Don't set errno in the _LIBC_REENTRANT case, use register names consistently.Ulrich Drepper
2003-01-27Add support for cancellation handling and handle both __NR_pwrite64 andUlrich Drepper
2003-01-27Add support for cancellation handling and handle both __NR_pread64 andUlrich Drepper
2003-01-25(_dl_start_user): Use pc-relative addressing to save GOT entries.Andreas Schwab
2003-01-222003-01-21 Jakub Jelinek <jakub@redhat.com>Roland McGrath
2003-01-17(EPILOGUE, GPSAVEREG): New.Ulrich Drepper
2003-01-17Helper code for TLS setup in static libc.Ulrich Drepper
2003-01-17(elf_machine_type_class): Add TLS relocs for class PLT.Ulrich Drepper
2003-01-15(__vfork): Conditionally branch to __fork even if __NR_vfork is not defined.Ulrich Drepper
2003-01-15(INTERNAL_SYSCALL, INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,Ulrich Drepper
2003-01-14(INLINE_SYSCALL): Undefined before defining.Ulrich Drepper
2003-01-12Add inline syscall definitions.Ulrich Drepper
2003-01-12Move inline syscall bits to sysdeps/unix/alpha/sysdep.h.Ulrich Drepper
2003-01-12Use correct definition of errno for NOT_IN_libc.Ulrich Drepper
2003-01-12(elf_machine_rela): Compute DTPREL64 and TPREL64 without loadbase applied.Ulrich Drepper
2003-01-12vfork implementation for LinuxThreads/Arm.Ulrich Drepper
2003-01-12(PSEUDO_RET): Correctly unstack lr.Ulrich Drepper
2003-01-12Add cancellation support.Ulrich Drepper
2003-01-12(elf_machine_rela): Move CHECK_STATIC_TLS before l_tls_offset use.Ulrich Drepper
2003-01-11 * sysdeps/unix/mips/fork.S: add PSEUDO_END.Andreas Jaeger