Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-03-11 | * sysdeps/m68k/elf/start.S: Let __libc_start_main do most of the | Andreas Schwab | |
init stuff. | |||
1998-03-10 | Add various SOL_* constants. | Ulrich Drepper | |
1998-03-10 | Adds lots of missing AF_* and PF_* constants. | Ulrich Drepper | |
1998-03-09 | Rename function to __ffs and make ffs a weak alias. | Ulrich Drepper | |
1998-03-09 | * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_HANDLER): | Andreas Schwab | |
Readd lost negate. * sysdeps/m68k/sysdep.h: Remove the stabs stuff again. | |||
1998-03-06 | (SYSCALL_ERROR_HANDLER): Don't store into global errno if we already | Ulrich Drepper | |
store through __errno_location. | |||
1998-03-06 | * sysdeps/m68k/add_n.S: Use ENTRY and END macros. | Andreas Schwab | |
* sysdeps/m68k/lshift.S: Likewise. * sysdeps/m68k/rshift.S: Likewise. * sysdeps/m68k/sub_n.S: Likewise. * sysdeps/m68k/m68020/addmul_1.S: Likewise. * sysdeps/m68k/m68020/mul_1.S: Likewise. * sysdeps/m68k/m68020/submul_1.S: Likewise. * sysdeps/unix/sysv/linux/m68k/sysdep.S: Use ENTRY macro. [_LIBC_REENTRANT]: Don't store into global errno. * sysdeps/m68k/sysdep.h: New file. * sysdeps/unix/sysv/linux/m68k/sysdep.h: Use it. Use the macros ENTRY, CALL_MCOUNT, JUMPTARGET and syscall_error from there. (DO_CALL): Change to expect syscall name as argument. (PSEUDO): Pass syscall_name to DO_CALL. (SYSCALL_ERROR_HANDLER) [_LIBC_REENTRANT]: Don't store into global errno. | |||
1998-03-04 | * sysdeps/m68k/dl-machine.h: (elf_machine_load_address): Use word | Andreas Schwab | |
offsets into the GOT. (RTLD_START): Likewise. | |||
1998-03-01 | 1998-03-01 18:52 H.J. Lu (hjl@gnu.org) | Richard Henderson | |
* sysdeps/unix/sysv/linux/alpha/syscalls.list (osf_settimeofday, osf_getitimer, osf_setitimer, osf_utimes, osf_getrusage, osf_wait4): Removed __xxxx symbol for GLIBC_2.0. | |||
1998-03-01 | * shlib-versions: Match alpha*. | Richard Henderson | |
* sysdeps/unix/sysv/linux/alpha/syscalls.list: Add adjtimex. * sysdeps/unix/sysv/linux/alpha/adjtimex.S: Remove. * sysdeps/alpha/fpu/bits/mathinline.h (isunordered et al): New. Implement copysign* with and without __ prefix. Likewise for fabs; use builtin for gcc 2.8. (floor*): New. (fdim*): New. * elf/elf.h (EF_SPARC*, EF_ALPHA*, SHT_ALPHA*, SHF_ALPHA*): New. (R_SPARC*): Match current v9 ABI. * sysdeps/wordsize-64/stdint.h (intptr_t): Is a long. * sunrpc/clnt_udp.c (clntudp_call): Use socklen_t. * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise. * sunrpc/svc_tcp.c (svctcp_create, rendezvous_request): Likewise. * sysdeps/generic/getresgid.c: Use prototype form because of warning. * sysdeps/unix/sysv/linux/getdents.c: Likewise. * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise. * sysdeps/unix/grantpt.c (argv): Fix consts. * sysdeps/unix/sysv/linux/getpt.c: Include <string.h> * sysdeps/unix/sysv/linux/sigaction.c: Likewise. | |||
1998-02-26 | (_NSIG): Changed to 64. | Ulrich Drepper | |
1998-02-26 | Make versioned symbols only for shared library. | Ulrich Drepper | |
Fix ENOSYS branch. | |||
1998-02-26 | Code to handle compatibility of syscall for adjtimex interface. | Ulrich Drepper | |
1998-02-26 | Code to handle compatibility of syscall for adjtime interface. | Ulrich Drepper | |
1998-02-26 | (sysdep_routines): Added adjtimex and old_adjtimex. | Ulrich Drepper | |
1998-02-26 | Add _errno definition. | Ulrich Drepper | |
1998-02-26 | Added ".set noat"/".set at". | Ulrich Drepper | |
1998-02-26 | (feraiseexcept): Use a dummy for FE_DIVBYZERO. Kludge for | Ulrich Drepper | |
FE_UNDERFLOW. | |||
1998-02-26 | (FE_TOWARDZERO): Correct typo. | Ulrich Drepper | |
1998-02-24 | (struct kernel_sigaction): Define. | Ulrich Drepper | |
1998-02-18 | Stub file | Andreas Schwab | |
1998-02-17 | (rt_sigreturn): Make compatible with older kernels. | Ulrich Drepper | |
1998-02-16 | (_ioperm): Map all ports starting from 0 not only from `from'. | Ulrich Drepper | |
1998-02-12 | Pointer sizes. | Ulrich Drepper | |
1998-02-10 | Add getres[ug]id. | Ulrich Drepper | |
1998-02-10 | (EOVERFLOW): Added. | Ulrich Drepper | |
1998-02-10 | Define __need_FOPEN_MAX, not _STDIO_H, before including | Ulrich Drepper | |
<bits/stdio_lim.h>. | |||
1998-02-10 | SysV compliant context switch interface. | Ulrich Drepper | |
1998-02-04 | * sysdeps/unix/sysv/linux/alpha/clone.S: Elide terminal ldgp for PROF. | Richard Henderson | |
* sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix typos. * sysdeps/unix/sysv/linux/alpha/bits/time.h (struct timeval): Follow POSIX and make tv_sec a time_t. * sysdeps/unix/sysv/linux/alpha/getitimer.S: New file to handle new tv64 syscall as well as fall back to tv32. * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise. * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise. * sysdeps/unix/sysv/linux/alpha/select.S: Likewise. * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise. * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise. * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise. * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise. * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add tv32 entries. | |||
1998-02-01 | Add rt_sigaction.S. | Ulrich Drepper | |
1998-01-30 | Fix typo. | Ulrich Drepper | |
1998-01-30 | Fix a typo. | Ulrich Drepper | |
1998-01-30 | Correct typo (ccept->accept). | Ulrich Drepper | |
1998-01-30 | Not to be used. | Ulrich Drepper | |
1998-01-30 | Add bits/mman.h. | Ulrich Drepper | |
1998-01-30 | Add net/route.h. | Ulrich Drepper | |
1998-01-26 | * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out the | Richard Henderson | |
unimplemented OSF/1 definitions so that they are not accidentally seen. | |||
1998-01-26 | * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declaration | Richard Henderson | |
of the trampoline function into the macro. * sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF. * sysdeps/unix/sysv/linux/alpha/syscalls.list: Revert last change; kernel 2.1.82 has this fixed. * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: New file. * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: New file. | |||
1998-01-25 | Add change to support sigaction on kernels > 2.1.7x. | Ulrich Drepper | |
1998-01-25 | Define _STATBUF_ST_RDEV. | Ulrich Drepper | |
1998-01-25 | Define SIG_HOLD. | Ulrich Drepper | |
1998-01-25 | Add definition of __t_scalar_t and __t_uscalar_t. | Ulrich Drepper | |
1998-01-25 | (ELF_MACHINE_RUNTIME_TRAMPOLINE): Remove the 3rd arg and add | Ulrich Drepper | |
declaration for _dl_runtime_resolve and _dl_runtime_profile. | |||
1998-01-21 | Define the cancelable socket functions as __libc_xxx with __xxx as | Ulrich Drepper | |
weak alias. | |||
1998-01-21 | Allow __socket to be redefined. | Ulrich Drepper | |
1998-01-21 | Add definition of FP_ILOGB0 and FP_ILOGNAN. | Ulrich Drepper | |
1997-12-28 | Add __mmap64 and mmap64 aliases to mmap. | Ulrich Drepper | |
1997-12-28 | Empty file since mmap == mmap64. | Ulrich Drepper | |
1997-12-28 | Replace sa_handler with k_sa_handler. | Ulrich Drepper | |
1997-12-25 | Linux/Alpha specific route.h | Ulrich Drepper | |