aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Collapse)Author
1998-03-11 * sysdeps/m68k/elf/start.S: Let __libc_start_main do most of theAndreas Schwab
init stuff.
1998-03-10Add various SOL_* constants.Ulrich Drepper
1998-03-10Adds lots of missing AF_* and PF_* constants.Ulrich Drepper
1998-03-09Rename 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 alreadyUlrich 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 wordAndreas Schwab
offsets into the GOT. (RTLD_START): Likewise.
1998-03-011998-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-26Make versioned symbols only for shared library.Ulrich Drepper
Fix ENOSYS branch.
1998-02-26Code to handle compatibility of syscall for adjtimex interface.Ulrich Drepper
1998-02-26Code to handle compatibility of syscall for adjtime interface.Ulrich Drepper
1998-02-26(sysdep_routines): Added adjtimex and old_adjtimex.Ulrich Drepper
1998-02-26Add _errno definition.Ulrich Drepper
1998-02-26Added ".set noat"/".set at".Ulrich Drepper
1998-02-26(feraiseexcept): Use a dummy for FE_DIVBYZERO. Kludge forUlrich Drepper
FE_UNDERFLOW.
1998-02-26(FE_TOWARDZERO): Correct typo.Ulrich Drepper
1998-02-24(struct kernel_sigaction): Define.Ulrich Drepper
1998-02-18Stub fileAndreas 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-12Pointer sizes.Ulrich Drepper
1998-02-10Add getres[ug]id.Ulrich Drepper
1998-02-10(EOVERFLOW): Added.Ulrich Drepper
1998-02-10Define __need_FOPEN_MAX, not _STDIO_H, before includingUlrich Drepper
<bits/stdio_lim.h>.
1998-02-10SysV 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-01Add rt_sigaction.S.Ulrich Drepper
1998-01-30Fix typo.Ulrich Drepper
1998-01-30Fix a typo.Ulrich Drepper
1998-01-30Correct typo (ccept->accept).Ulrich Drepper
1998-01-30Not to be used.Ulrich Drepper
1998-01-30Add bits/mman.h.Ulrich Drepper
1998-01-30Add net/route.h.Ulrich Drepper
1998-01-26* sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out theRichard Henderson
unimplemented OSF/1 definitions so that they are not accidentally seen.
1998-01-26* sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declarationRichard 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-25Add change to support sigaction on kernels > 2.1.7x.Ulrich Drepper
1998-01-25Define _STATBUF_ST_RDEV.Ulrich Drepper
1998-01-25Define SIG_HOLD.Ulrich Drepper
1998-01-25Add definition of __t_scalar_t and __t_uscalar_t.Ulrich Drepper
1998-01-25(ELF_MACHINE_RUNTIME_TRAMPOLINE): Remove the 3rd arg and addUlrich Drepper
declaration for _dl_runtime_resolve and _dl_runtime_profile.
1998-01-21Define the cancelable socket functions as __libc_xxx with __xxx asUlrich Drepper
weak alias.
1998-01-21Allow __socket to be redefined.Ulrich Drepper
1998-01-21Add definition of FP_ILOGB0 and FP_ILOGNAN.Ulrich Drepper
1997-12-28Add __mmap64 and mmap64 aliases to mmap.Ulrich Drepper
1997-12-28Empty file since mmap == mmap64.Ulrich Drepper
1997-12-28Replace sa_handler with k_sa_handler.Ulrich Drepper
1997-12-25Linux/Alpha specific route.hUlrich Drepper