Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-28 | Replace use of old output functions with the new ones. | Ulrich Drepper | |
2001-02-23 | Define alias __libc_write. | Ulrich Drepper | |
2001-02-23 | Define __need_NULL before including <stddef.h>. | Ulrich Drepper | |
2001-02-23 | Not needed anymore. | Ulrich Drepper | |
2001-02-23 | Remove restf.S and savef.S. | Ulrich Drepper | |
2001-02-23 | [$(subdir) == misc] (sysdep_routines): Remove restf.S and savef.S. | Ulrich Drepper | |
2001-02-22 | * sysdeps/mips/bsd-_setjmp.S (_setjmp): Reorder instructions to | Andreas Jaeger | |
avoid problems on MIPS I. * sysdeps/mips/bsd-setjmp.S (setjmp): Likewise. * sysdeps/mips/dl-machine.h (RTLD_START): Remove duplicate ".set noreorder". | |||
2001-02-17 | m68k exp2l implementation. | Ulrich Drepper | |
2001-02-17 | m68k exp2f implementation. | Ulrich Drepper | |
2001-02-17 | m68k exp2 implementation. | Ulrich Drepper | |
2001-02-17 | Renamed to e_exp2. | Ulrich Drepper | |
2001-02-16 | (ftruncate): Add __ftruncate64 alias. | Ulrich Drepper | |
2001-02-16 | Correctly handle m68k long double format. | Andreas Schwab | |
2001-02-13 | Define __ftruncate64 and make old name a weak alias. | Ulrich Drepper | |
2001-02-09 | Little optimization. | Ulrich Drepper | |
2001-02-09 | Alpha ev67 optimized implementation for strrchr. | Ulrich Drepper | |
2001-02-07 | Add missing word alignment. | Ulrich Drepper | |
2001-02-07 | Honour __NO_MATH_INLINES. | Ulrich Drepper | |
2001-02-05 | (elf_machine_rel): Correct handling of PC24 relocs with negative value. | Ulrich Drepper | |
2001-02-03 | Remove comma at end of enum. | Ulrich Drepper | |
2001-02-03 | File was using crlf. | Ulrich Drepper | |
2001-01-31 | Include <float.h>. | Ulrich Drepper | |
2001-01-28 | Don't define CLK_TCK for XPG6. | Ulrich Drepper | |
2001-01-27 | Liunx/Alpha version of statvfs definitions. | Ulrich Drepper | |
2001-01-27 | (struct sockaddr_storage): Define ss_family and __ss_family. | Ulrich Drepper | |
(struct msghdr): Change type of msg_iovlen to int and type of msg_controllen to socklen_t. | |||
2001-01-27 | Linux/Alpha specific socket.h definitions. | Ulrich Drepper | |
2001-01-27 | (struct sockaddr_storage): Define ss_family and __ss_family. | Ulrich Drepper | |
2001-01-27 | Don't define __fd_mask, __NFDBITS, __FDELT, __FDMASK, and __fd_set here. | Ulrich Drepper | |
2001-01-27 | Define sigev_notify_attr with real type. | Ulrich Drepper | |
2001-01-27 | Define NPOLLFILE only if __USE_MISC. | Ulrich Drepper | |
2001-01-27 | Use nfds_t type in function definition. | Ulrich Drepper | |
2001-01-26 | [libc] (GLIBC_2.2.2): Add wordexp. | Ulrich Drepper | |
2001-01-26 | Correct definition of wordexp_t. | Ulrich Drepper | |
2001-01-17 | (__bswap_32): Add cast to avoid invalid asm. | Andreas Schwab | |
2001-01-16 | Fix typo in last patch. | Andreas Jaeger | |
2001-01-15 | Remove select syscall handling. The generic Linux version should work. | Ulrich Drepper | |
2001-01-15 | * sysdeps/unix/sysv/linux/mips/register-dump.h (REGISTER_DUMP): | Andreas Jaeger | |
Change type of CTX to (struct sigcontext *). * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h (GET_PC): Likewise. (GET_FRAME): Likewise. (GET_STACK): Likewise. (SIGCONTEXT): Likewise. Add 2nd arg _code. (SIGCONTEXT_EXTRA_ARGS): Add 2nd arg _code. | |||
2001-01-07 | Add uitrunc.c, savef.S, and restf.S. | Ulrich Drepper | |
2001-01-07 | Add alphaev6/stxncpy.S and alphaev6/stxcpy.S. | Ulrich Drepper | |
2001-01-07 | Remove sys/acct.h. | Ulrich Drepper | |
2000-12-27 | Don't go through unrolled loop if we would go through it only once. | Ulrich Drepper | |
2000-12-27 | Interpret numeric parameter correctly. | Ulrich Drepper | |
2000-12-27 | Include internals.h to get prototypes. | Andreas Jaeger | |
2000-12-18 | * sysdeps/s390/pt-machine.h (testandset): Use long int as return | Andreas Jaeger | |
value. * sysdeps/arm/pt-machine.h (testandset): Likewise. * sysdeps/hppa/pt-machine.h (testandset): Likewise. * sysdeps/m68k/pt-machine.h (testandset): Likewise. * sysdeps/sh/pt-machine.h (testandset): Likewise. * sysdeps/sparc/sparc32/pt-machine.h (testandset): Likewise. * sysdeps/sparc/sparc64/pt-machine.h (testandset): Likewise. | |||
2000-12-16 | (struct stat): Align with AIX version. | Ulrich Drepper | |
(struct stat64): Likewise. | |||
2000-12-11 | Declare kernel_sigset_t and use it. | Andreas Jaeger | |
Patch by Hiroyuki Machida <machida@sm.sony.co.jp>. | |||
2000-12-11 | Alpha ev6 sqrtf function. | Ulrich Drepper | |
2000-12-11 | Alpha ev6 sqrt functions. | Ulrich Drepper | |
2000-12-11 | Additional directory searched for alphaev67. | Ulrich Drepper | |
2000-12-10 | Fix a typo. | Ulrich Drepper | |