Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-03 | Linux/Arm mmap64 implementation. | Ulrich Drepper | |
2000-01-03 | Remove mmap64 alias. | Ulrich Drepper | |
Optimise error handling a little. | |||
2000-01-03 | (_HAVE_STRING_ARCH_mempcpy): Define. | Ulrich Drepper | |
2000-01-03 | Definitions for math on Arm. | Ulrich Drepper | |
1999-12-29 | Remove K&R compatibility, add missing ints. | Ulrich Drepper | |
1999-12-29 | Don't include <asm/io.h>; remove K&R compatibility; add missing ints. | Ulrich Drepper | |
1999-12-28 | Remove oldgetrlimit and oldsetrlimit definitions. | Ulrich Drepper | |
1999-12-27 | Remove inclusion of <asm/resource.h>. | Ulrich Drepper | |
1999-12-27 | Add support for syscalls with more than five arguments. | Ulrich Drepper | |
(DOARGS_5, UNDOARGS_5): Don't corrupt the calling stack frame. | |||
1999-12-27 | Remove vm86. Set argument count for `syscall' to 7. | Ulrich Drepper | |
1999-12-24 | Add __libc_lseek64, __libc_pread, __libc_pread64, __libc_pwrite and | Ulrich Drepper | |
__libc_pwrite64. | |||
1999-12-21 | (CLEAR_CACHE): Fix a2 value. | Ulrich Drepper | |
1999-12-21 | Add missing #. | Ulrich Drepper | |
1999-12-21 | Linux/MIPS specific implementation of putpmsg. | Ulrich Drepper | |
1999-12-21 | Linux/MIPS specific implementation of putmsg. | Ulrich Drepper | |
1999-12-21 | Linux/MIPS specific implementation of getpmsg. | Ulrich Drepper | |
1999-12-21 | Linux/MIPS specific implementation of getmsg. | Ulrich Drepper | |
1999-12-21 | Linux/m68k specific implementation of putpmsg. | Ulrich Drepper | |
1999-12-21 | Linux/m68k specific implementation of putmsg. | Ulrich Drepper | |
1999-12-21 | Linux/m68k specific implementation of getpmsg. | Ulrich Drepper | |
1999-12-21 | Linux/m68k specific implementation of getmsg. | Ulrich Drepper | |
1999-12-19 | Linux/MIPS specific definitions for resource.h. | Ulrich Drepper | |
1999-12-19 | Linux/Alpha specific definitions for resource.h. | Ulrich Drepper | |
1999-12-18 | (CLEAR_CACHE): New macro to force a cache flush. | Ulrich Drepper | |
1999-12-18 | Not neeeded. | Ulrich Drepper | |
1999-12-18 | Protect 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-02 | Fix signedness of __rlim_t and __rlim64_t. | Ulrich Drepper | |
1999-12-02 | Add oldsetrlimit and oldgetrlimit. | Ulrich Drepper | |
1999-12-02 | Backwared compatible Linux/Alpha setrlimit64 implementation. | Ulrich Drepper | |
1999-12-02 | Backwared compatible Linux/Alpha getrlimit64 implementation. | Ulrich Drepper | |
1999-11-29 | * sysdeps/m68k/bits/byteswap.h (__bswap_32): Rename local variable | Andreas 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-23 | Fix 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-22 | Include <sys/types.h> to get key_t. | Andreas Jaeger | |
1999-11-22 | Add __syscall_setrlimit. | Andreas Jaeger | |
1999-11-18 | Remove greg_t, gregset_t, fpregset_t, and NGREG definitions. | Ulrich Drepper | |
1999-11-15 | Remove duplicate definitions. | Ulrich Drepper | |
1999-11-12 | Follow changes from i386 version. | Ulrich Drepper | |
1999-11-02 | Add more pr* types used by the debugger. | Ulrich Drepper | |
1999-11-01 | (SI_KERNEL): Added. | Ulrich Drepper | |
1999-11-01 | fetestexcept implementation for PowerPC. | Ulrich Drepper | |
1999-11-01 | fegetexcept implementation for PowerPC. | Ulrich Drepper | |
1999-11-01 | feupdateenv implementation for PowerPC. | Ulrich Drepper | |
1999-11-01 | fesetround implementation for PowerPC. | Ulrich Drepper | |
1999-11-01 | fesetenv implementation for PowerPC. | Ulrich Drepper | |
1999-11-01 | fegetround implementation for PowerPC. | Ulrich Drepper | |
1999-11-01 | fegetenv implementation for PowerPC. | Ulrich Drepper | |