aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Collapse)Author
2000-01-03Linux/Arm mmap64 implementation.Ulrich Drepper
2000-01-03Remove mmap64 alias.Ulrich Drepper
Optimise error handling a little.
2000-01-03(_HAVE_STRING_ARCH_mempcpy): Define.Ulrich Drepper
2000-01-03Definitions for math on Arm.Ulrich Drepper
1999-12-29Remove K&R compatibility, add missing ints.Ulrich Drepper
1999-12-29Don't include <asm/io.h>; remove K&R compatibility; add missing ints.Ulrich Drepper
1999-12-28Remove oldgetrlimit and oldsetrlimit definitions.Ulrich Drepper
1999-12-27Remove inclusion of <asm/resource.h>.Ulrich Drepper
1999-12-27Add support for syscalls with more than five arguments.Ulrich Drepper
(DOARGS_5, UNDOARGS_5): Don't corrupt the calling stack frame.
1999-12-27Remove vm86. Set argument count for `syscall' to 7.Ulrich Drepper
1999-12-24Add __libc_lseek64, __libc_pread, __libc_pread64, __libc_pwrite andUlrich Drepper
__libc_pwrite64.
1999-12-21(CLEAR_CACHE): Fix a2 value.Ulrich Drepper
1999-12-21Add missing #.Ulrich Drepper
1999-12-21Linux/MIPS specific implementation of putpmsg.Ulrich Drepper
1999-12-21Linux/MIPS specific implementation of putmsg.Ulrich Drepper
1999-12-21Linux/MIPS specific implementation of getpmsg.Ulrich Drepper
1999-12-21Linux/MIPS specific implementation of getmsg.Ulrich Drepper
1999-12-21Linux/m68k specific implementation of putpmsg.Ulrich Drepper
1999-12-21Linux/m68k specific implementation of putmsg.Ulrich Drepper
1999-12-21Linux/m68k specific implementation of getpmsg.Ulrich Drepper
1999-12-21Linux/m68k specific implementation of getmsg.Ulrich Drepper
1999-12-19Linux/MIPS specific definitions for resource.h.Ulrich Drepper
1999-12-19Linux/Alpha specific definitions for resource.h.Ulrich Drepper
1999-12-18(CLEAR_CACHE): New macro to force a cache flush.Ulrich Drepper
1999-12-18Not neeeded.Ulrich Drepper
1999-12-18Protect definitions for math.h against double inclusion.Ulrich Drepper
1999-12-08(elf_machine_rel): Fixup R_ARM_PC24 relocs if possible.Ulrich Drepper
1999-12-04(__t_scalar_t, __t_uscalar_t): Make long types.Ulrich Drepper
1999-12-02Fix signedness of __rlim_t and __rlim64_t.Ulrich Drepper
1999-12-02Add oldsetrlimit and oldgetrlimit.Ulrich Drepper
1999-12-02Backwared compatible Linux/Alpha setrlimit64 implementation.Ulrich Drepper
1999-12-02Backwared compatible Linux/Alpha getrlimit64 implementation.Ulrich Drepper
1999-11-29 * sysdeps/m68k/bits/byteswap.h (__bswap_32): Rename local variableAndreas Schwab
__v to __bswap_32_v. (__bswap_64): Rename local variables __v and __r to __bswap_64_v and __bswap_64_r to avoid clash with __bswap_32 macro.
1999-11-23 (elf_machine_dynamic): New function.Andreas Jaeger
(elf_machine_got): Removed, not needed anymore. (ELF_MACHINE_RELOC_NOPLT): Removed. (ELF_MACHINE_JMP_SLOT): Added. (_RTLD_PROLOGUE): We use gcc, no need to check for __STDC__. (_RTLD_EPILOGUE): Likewise. (RESOLVE_GOTSYM): Use R_MIPS_REL32. (ELF_MACHINE_RUNTIME_TRAMPOLINE): Likewise.
1999-11-23Fix typo in applying last patch.Andreas Jaeger
1999-11-23 * sysdeps/mips/dl-machine.h (elf_machine_dynamic): New function.Andreas Jaeger
(elf_machine_got): Removed, not needed anymore. (ELF_MACHINE_RELOC_NOPLT): Removed. (ELF_MACHINE_JMP_SLOT): Added. (_RTLD_PROLOGUE): We use gcc, no need to check for __STDC__. (_RTLD_EPILOGUE): Likewise. (RESOLVE_GOTSYM): Use R_MIPS_REL32. (ELF_MACHINE_RUNTIME_TRAMPOLINE): Likewise. Based on patches from Maciej W. Rozycki <macro@ds2.pg.gda.pl> and Ralf Baechle <baechle@uni-koblenz.de>.
1999-11-22Include <sys/types.h> to get key_t.Andreas Jaeger
1999-11-22Add __syscall_setrlimit.Andreas Jaeger
1999-11-18Remove greg_t, gregset_t, fpregset_t, and NGREG definitions.Ulrich Drepper
1999-11-15Remove duplicate definitions.Ulrich Drepper
1999-11-12Follow changes from i386 version.Ulrich Drepper
1999-11-02Add more pr* types used by the debugger.Ulrich Drepper
1999-11-01(SI_KERNEL): Added.Ulrich Drepper
1999-11-01fetestexcept implementation for PowerPC.Ulrich Drepper
1999-11-01fegetexcept implementation for PowerPC.Ulrich Drepper
1999-11-01feupdateenv implementation for PowerPC.Ulrich Drepper
1999-11-01fesetround implementation for PowerPC.Ulrich Drepper
1999-11-01fesetenv implementation for PowerPC.Ulrich Drepper
1999-11-01fegetround implementation for PowerPC.Ulrich Drepper
1999-11-01fegetenv implementation for PowerPC.Ulrich Drepper