aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-10-24Update.Ulrich Drepper2-4/+8
* resolv/res_send.c (send_dg): Cope with failures.
2004-10-24Update.Ulrich Drepper6-7/+22
2004-10-24 Ulrich Drepper <drepper@redhat.com> * include/libc-symbols.h: Define hidden attribute macros for libnss_files. * include/netdb.h: Use libnss_files_hidden_proto for the parsers defined in libnss_files, not libc_hidden_proto. * include/netinet/ether.h: Likewise. * include/rpc/netdb.h: Likewise. * nss/nss_files/files-parse.c: Use hidden_def in parser definitions instead of libc_hidden_def. * nss/nss_files/files-netgrp.c: Add libnss_files_hidden_def to _nss_netgroup_parseline definition.
2004-10-24Define hidden attribute macros for libnss_files.Ulrich Drepper1-0/+18
2004-10-24* sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Don't return earlyRoland McGrath2-4/+10
after an RPC succeeds.
2004-10-23Moved ancient files to ports repositoryRoland McGrath1-0/+3
* sysdeps/cris, sysdeps/unix/sysv/linux/cris: Likewise. * sysdeps/am29k, sysdeps/i860, sysdeps/i960, sysdeps/m88k: Likewise. * sysdeps/standalone, sysdeps/z8000: Likewise.
2004-10-23Moved tahoe files to ports repositoryRoland McGrath4-8/+1
* sysdeps/tahoe, sysdeps/unix/bsd/tahoe: Likewise.
2004-10-23Moved vax files to ports repositoryRoland McGrath50-2926/+5
2004-10-23 Roland McGrath <roland@frob.com> * sysdeps/vax, sysdeps/unix/bsd/vax: Directories and all files removed. These are now in the ports repository.
2004-10-23* Makefile (%.bz2, %.gz): Move these pattern rules ...Roland McGrath1-0/+5
* Makerules: ... to here.
2004-10-232004-10-22 Roland McGrath <roland@frob.com>Roland McGrath2-3/+2
* Makefile (%.bz2, %.gz): Move these pattern rules ... * Makerules: ... to here.
2004-10-23Update.Ulrich Drepper2-137/+132
2004-10-23 Ulrich Drepper <drepper@redhat.com> * resolv/res_send.c (send_dg): Combine write and read to socket into one loop.
2004-10-23Update.Ulrich Drepper1-0/+3
* resolv/res_send.c: Remove compatibility code which is unused in glibc and probably bitrotten.
2004-10-23Remove compatibility code which is unused in glibc and probably bitrotten.Ulrich Drepper1-198/+2
2004-10-23* elf/elf.h: Add R_MN10300_* relocation numbers.Roland McGrath2-0/+33
2004-10-22[BZ #471] Fix imported from gnulib.Roland McGrath2-3/+12
* time/mktime.c (leapyear, ydms_tm_diff): Year is of type long int, not int, to avoid problems when tm_year == INT_MAX and tm_mon > 12. (__mktime_intenral): Compute year using long int arithmetic, not int arithmetic, to avoid problems on hosts where time_t and long are 64 bits but int is 32.
2004-10-22[BZ #468] Import a fix from gnulib.Roland McGrath2-1/+5
* time/mktime.c [! DEBUG]: Do not include <string.h>. It's needed only if DEBUG is nonzero.
2004-10-22[BZ #470] Import fix from gnulib.Roland McGrath2-0/+6
* time/mktime.c [!_LIBC] (__mktime_internal): Define to mktime_internal, to avoid clashes with any __mktime_internal function defined in the standard library.
2004-10-22[BZ #469] Imported from gnulib.Roland McGrath2-7/+17
* time/mktime.c (__isleap): Remove; all uses replaced by: (leapyear): New function, which avoids overflow by not adding 1900 to year before testing whether it is a leap year.
2004-10-22[BZ #472]Roland McGrath1-0/+6
2004-10-22 Paul Eggert <eggert@cs.ucla.edu> [BZ #472] Imported from gnulib. * time/mktime.c (Local Variables): Remove -DHAVE_TIME_R_POSIX; no longer used.
2004-10-22[BZ #472]Roland McGrath1-1/+1
2004-10-22 Paul Eggert <eggert@cs.ucla.edu> [BZ #472] Imported from gnulib. * time/mktime.c (Local Variables): Remove -DHAVE_TIME_R_POSIX; no longer used.
2004-10-22Update.Ulrich Drepper4-25/+116
* debug/execinfo.h: Remove __THROW from backtrace prototype. 2004-10-22 Jakub Jelinek <jakub@redhat.com> * sysdeps/i386/Makefile (CFLAGS-backtrace.c): Add -fexceptions. * sysdeps/i386/backtrace.c: Include <bits/libc-lock.h>, <dlfcn.h>, <stdlib.h> and <unwind.h>. Remove <bp-checks.h> include. (struct trace_arg): New type. (unwind_backtrace, unwind_getip, unwind_getcfa, unwind_getgr): New fn pointers resp. macros. (init, backtrace_helper): New functions. (__backtrace): Rewritten to use _Unwind_Backtrace first and fall back to frame pointer walking. 2004-10-22 Ulrich Drepper <drepper@redhat.com>
2004-10-22Update.Ulrich Drepper2-6/+5
2004-10-22 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/Versions: Things are still in flux, it seems. Undo last additions.
2004-10-22Update.Ulrich Drepper2-1/+11
2004-10-21 Ulrich Drepper <drepper@redhat.com> * posix/execvp.c (execvp): Also ignore ENODEV and ETIMEDOUT errno values.
2004-10-21Update.Ulrich Drepper1-0/+7
2004-10-21 Kaz Kojima <kkojima@rr.iij4u.or.jp> * sysdeps/unix/sysv/linux/sh/lowlevellock.S (__lll_mutex_timedlock_wait): If woken but cannot get the lock, make sure 2 is stored in the futex and we looked at the old value. Fix a few other problems to return the correct value.
2004-10-21(__lll_mutex_timedlock_wait): If woken but cannot get the lock, make sure 2 ↵Ulrich Drepper1-4/+11
is stored in the futex and we looked at the old value. Fix a few other problems to return the correct value.
2004-10-21* Makeconfig ($(common-objpfx)shlib-versions.v.i): Check alsocvs/fedora-glibc-20041021T0701Roland McGrath3-19/+59
$(config-sysdirs) for shlib-versions files. * Makeconfig ($(common-objpfx)soversions.i): Replace shell loop with use of ... * scripts/soversions.awk: ... this new file. Collect lib info and match any DEFAULT line before emitting anything, so DEFAULT can come later in the concatenation of shlib-versions files.
2004-10-20* manual/errno.texi (Error Codes): Add ENOKEY, EKEYEXPIRED,cvs/fedora-glibc-20041020T1016Roland McGrath4-1/+82
EKEYREVOKED, EKEYREJECTED. * sysdeps/unix/sysv/linux/Versions (libc: GLIBC_2.3.4): New errlist. * sysdeps/gnu/errlist.c: Regenerated * sysdeps/gnu/errlist-compat.awk: Don't bail if Versions gives a count higher than ERR_MAX reports. Instead, emit a #define ERR_MAX. * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.h): New target. (generated): Add errlist-compat.h. * sysdeps/gnu/errlist.awk: Make output #include <errlist-compat.h> to define ERR_MAX and use that for table size.
2004-10-202004-10-20 Roland McGrath <roland@redhat.com>Roland McGrath3-6/+25
* sysdeps/gnu/errlist-compat.awk: Don't bail if Versions gives a count higher than ERR_MAX reports. Instead, emit a #define ERR_MAX. * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.h): New target. (generated): Add errlist-compat.h. * sysdeps/gnu/errlist.awk: Make output #include <errlist-compat.h> to define ERR_MAX and use that for table size.
2004-10-20Update.Ulrich Drepper3-0/+13
2004-10-20 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/syscalls.list: Add entries for setaltroot, key_add, key_request, and keyctl syscalls. * sysdeps/unix/sysv/linux/Versions: Export them.
2004-10-20Regenerated from ../sysdeps/gnu/errlist.awk ../manual/errno.texiUlrich Drepper1-32/+0
2004-10-20* sysdeps/mach/readonly-area.c: New file.Roland McGrath1-0/+4
2004-10-202004-10-19 Roland McGrath <roland@frob.com>Roland McGrath1-0/+57
* sysdeps/mach/readonly-area.c: New file.
2004-10-20Regenerated from ../sysdeps/gnu/errlist.awk ../manual/errno.texiUlrich Drepper1-0/+32
2004-10-20typoRoland McGrath1-1/+1
* sysdeps/generic/ldsodefs.h (_dl_debug_state): Don't mark as
2004-10-19Update.Ulrich Drepper4-1/+12
2004-10-19 Ulrich Drepper <drepper@redhat.com> * elf/Versions [ld, GLIBC_PRIVATE]: Add _dl_debug_state. * elf/dl-debug.c (_dl_debug_state): Add rtld_hidden_def. * sysdeps/generic/ldsodefs.h (_dl_debug_state): Don't maek as hidden but use rtld_hidden_proto.
2004-10-19Update.Ulrich Drepper2-5/+15
2004-10-19 Alfred M. Szmidt <ams@gnu.org> * sysdeps/generic/readonly-area.c (__readonly_str): Renamed to ... (__readonly_area): ... this.
2004-10-19Update.Ulrich Drepper2-4/+31
2004-10-18 Jakub Jelinek <jakub@redhat.com> * sysdeps/generic/strcpy_chk.c (__strcpy_chk): Speed up by checking destlen only every 4 bytes.
2004-10-19Update.Ulrich Drepper2-12/+10
2004-10-19 Ulrich Drepper <drepper@redhat.com> * nss/getent.c (hosts_keys): Let inet_pton decide whether the string is an address or not.
2004-10-19Update.Ulrich Drepper2-1/+9
* elf/dl-addr.c (_dl_addr): Don't look at STT_TLS symbols. Use DL_SYMBOL_ADDRESS to set dli_saddr.
2004-10-19Update.Ulrich Drepper3-5/+19
2004-10-19 Jakub Jelinek <jakub@redhat.com> * debug/Makefile (catchsegv): Prefix $LIB with a backslash.
2004-10-19Update.Ulrich Drepper2-2/+13
2004-10-19 Ulrich Drepper <drepper@redhat.com> * debug/Makefile ($(objpfx)catchsegv): To support multilib platforms, use $LIB in path to slibdir. 2004-10-19 Jakub Jelinek <jakub@redhat.com> * debug/catchsegv.sh: Update copyright year. Use mktemp to create segv_output file.
2004-10-19Update copyright year. Use mktemp to create segv_output file.Ulrich Drepper1-7/+5
2004-10-19[BZ #406]Roland McGrath1-0/+9
2004-10-18 Roland McGrath <roland@redhat.com> [BZ #406] * Makefile (linuxthreads-CPPFLAGS): New variable; adds -DIS_IN_linuxthreads=1. * sysdeps/i386/tls.h: Protect "useldt.h" with [!IS_IN_linuxthreads && !DO_MODIFY_LDT]. * sysdeps/i386/i686/pt-machine.h: Revert last change.
2004-10-19[BZ #406]Roland McGrath3-5/+7
2004-10-18 Roland McGrath <roland@redhat.com> [BZ #406] * Makefile (linuxthreads-CPPFLAGS): New variable; adds -DIS_IN_linuxthreads=1. * sysdeps/i386/tls.h: Protect "useldt.h" with [!IS_IN_linuxthreads && !DO_MODIFY_LDT]. * sysdeps/i386/i686/pt-machine.h: Revert last change.
2004-10-18Update.cvs/fedora-glibc-20041018T2320Ulrich Drepper27-38/+803
2004-10-18 Jakub Jelinek <jakub@redhat.com> * elf/dl-libc.c (__libc_dlsym_private, __libc_register_dl_open_hook): New functions. (__libc_dlopen_mode): Call __libc_register_dl_open_hook and __libc_register_dlfcn_hook. * dlfcn/Makefile (routines, elide-routines.os): Set. Add rules to build and test tststatic2. * dlfcn/tststatic2.c: New test. * dlfcn/modstatic2.c: New test module. * dlfcn/dladdr.c: Call _dlfcn_hook from libdl.so if not NULL. Define __ prefixed routine in libc.a and in libdl.a just call it. * dlfcn/dladdr1.c: Likewise. * dlfcn/dlclose.c: Likewise. * dlfcn/dlerror.c: Likewise. * dlfcn/dlinfo.c: Likewise. * dlfcn/dlmopen.c: Likewise. * dlfcn/dlopen.c: Likewise. * dlfcn/dlopenold.c: Likewise. * dlfcn/dlsym.c: Likewise. * dlfcn/dlvsym.c: Likewise. * dlfcn/sdladdr.c: New file. * dlfcn/sdladdr1.c: New file. * dlfcn/sdlclose.c: New file. * dlfcn/sdlerror.c: New file. * dlfcn/sdlinfo.c: New file. * dlfcn/sdlopen.c: New file. * dlfcn/sdlsym.c: New file. * dlfcn/sdlvsym.c: New file. * dlfcn/Versions (libdl): Export _dlfcn_hook@GLIBC_PRIVATE. * include/dlfcn.h (DL_CALLER_DECL, DL_CALLER RETURN_ADDRESS): Define. (struct dlfcn_hook): New type. (_dlfcn_hook): New extern decl. (__dlopen, __dlclose, __dlsym, __dlerror, __dladdr, __dladdr1, __dlinfo, __dlmopen, __libc_dlsym_private, __libc_register_dl_open_hook, __libc_register_dlfcn_hook): New prototypes. (__dlvsym): Use DL_CALLER_DECL. * include/libc-symbols.h: Define libdl_hidden_proto and friends. * malloc/arena.c (_dl_open_hook): Extern decl. (ptmalloc_init): Don't call _dl_addr when dlopened from statically linked programs but don't use brk for them either.
2004-10-18(__libc_dlsym_private, __libc_register_dl_open_hook): New functions. ↵Ulrich Drepper1-13/+25
(__libc_dlopen_mode): Call __libc_register_dl_open_hook and __libc_register_dlfcn_hook.
2004-10-18* dlfcn/bug-dlsym1.c (main): Remove bogus setenv call.Roland McGrath1-0/+4
2004-10-182004-10-18 Roland McGrath <roland@redhat.com>Roland McGrath1-2/+0
* dlfcn/bug-dlsym1.c (main): Remove bogus setenv call.
2004-10-18Update.Ulrich Drepper1-0/+5
2004-10-18 Ulrich Drepper <drepper@redhat.com> * elf/dl-open.c (dl_open_worker): Avoid dereferencing map in statically linked code if there might none be found.
2004-10-18(dl_open_worker): Avoid dereferencing map in statically linked code if there ↵Ulrich Drepper1-1/+9
might none be found.
2004-10-18Update.cvs/fedora-glibc-20041018T0940Andreas Jaeger1-0/+9
2004-10-06 Maciej W. Rozycki <macro@mips.com> * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (__SYSCALL_CLOBBERS): Add "memory". * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (__SYSCALL_CLOBBERS): Likewise. * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (__SYSCALL_CLOBBERS): Likewise.