about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update.Ulrich Drepper1999-02-212-3/+10
| | | | | | 1999-02-21 Andreas Jaeger <aj@arthur.rhein-neckar.de> * sysdeps/generic/glob.c (glob): Save previous errno.
* Update.Ulrich Drepper1999-02-212-8/+29
| | | | | | | 1999-02-21 Ulrich Drepper <drepper@cygnus.com> * sysdeps/generic/glob.c (glob): Enlarge buffers for reentrant lookup functions if it is too small.
* Update.Ulrich Drepper1999-02-203-11/+15
| | | | | | | * elf/dl-deps.c (_dl_map_object_deps): Don't add dummy objects created for tracing to the scope lists. * elf/do-lookup.h: Remove test for l_opencount == 0 after above change. DT_SYMTAB is always available according to ELF spec.
* Update.Ulrich Drepper1999-02-203-4/+212
| | | | | | * elf/dl-lookup.c (_dl_lookup_symbol_skip): Before first do_lookup call test whether there is any scope left. (_dl_lookup_versioned_symbol_skip): Likewise.
* Update.Ulrich Drepper1999-02-203-175/+23
| | | | | | | * elf/Makefile (distribute): Add do-lookup.h. * elf/do-lookup.h: New file. Split out from dl-lookup.c. * elf/dl-lookup.c: Move do_lookup function in separate file and include the file twice, for handling versioning and without it.
* Update.Ulrich Drepper1999-02-208-25/+30
| | | | | | | | | | | | | | | | * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): DT_PLTGOT entry is already relocated. * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Likewise. * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Likewise. * sysdeps/mips/dl-machine.h (elf_machine_runtime_setup): Likewise. * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): Likewise. * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_runtime_setup): Likewise. * sysdeps/mips/mips64/dl-machine.h (elf_machine_runtime_setup): Likewise. * sysdeps/mips/mips64/dl-machine.h: Likewise.
* Update.Ulrich Drepper1999-02-2020-129/+198
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * elf/dynamic-link.h (elf_get_dynamic_info): Take new argument with load address. Relocate d_ptr in DT_DTRTAB, DT_SYMTAB, DT_RELA, DT_REL, DT_JMPREL, DT_PLTGOT, and DT_VERSYM l_info entry. (_ELF_DYNAMIC_DO_RELOC): Take extra argument which specifies whether rel and rela relocations can both happen and skip one test if this is not possible. (ELF_DYNAMIC_DO_RELA, ELF_DYNAMIC_DO_REL): Call _ELF_DYNAMIC_DO_RELOC appropriately. * elf/dl-addr.c (_dl_addr): DT_SYMTAB and DT_STRTAB entries are already relocated. * elf/dl-deps.c (_dl_map_object_deps): DT_STRTAB entry is already relocated. * elf/dl-load.c (_dl_init_paths): DT_STRTAB entry is already relocated. (_dl_map_object_from_fd): Call elf_get_dynamic_info with new argument. (_dl_map_object): DT_STRTAB entry is already relocated. * elf/dl-lookup.c (do_lookup): DT_STRTAB and DT_SYMTAB entries are already relocated. * elf/dl-reloc.c (_dl_relocate_object): DT_STRTAB entry is already relocated. * elf/dl-runtime.c (fixup): DT_SYMTAB, DT_STRTAB, DT_JMPREL, and DT_VERSYM entries are already relocated. (profile_fixup): Likewise. * elf/dl-version.c: Rename VERSTAG macro into VERSYMIDX. Replace all users. (match_symbol): DT_STRTAB entry is already relocated. (_dl_check_map_versions): Likewise. Also fo DT_VERSYM. * elf/do-rel.h (elf_dynamic_do_rel): reladdr is now assumed to be relocated already. DT_SYMTAB and DT_VERSYM entries are also relocated. * elf/rtld.c (_dl_start): Pass extra argument to elf_get_dynamic_info. (find_needed): DT_STRTAB entry is already relocated. (dl_main): Pass extra argument to elf_get_dynamic_info. DT_STRTAB entry is already relocated. * sysdeps/alpha/dl-machine.h (elf_machine_fixup_plt): DT_JMPREL and DT_PLTGOT entries are already relocated. (elf_machine_rela): Likewise for DT_SYMTAB. * sysdeps/arm/dl-machine.h (elf_machine_rel): DT_STRTAB is already relocated. * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise. * sysdeps/m68k/dl-machine.h (elf_machine_rela): Likewise. * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise. * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise. * sysdeps/powerpc/dl-machine.c (__process_machine_rela): Likewise. * sysdeps/mips/dl-machine.h (elf_machine_got_rel): Likewise. (elf_machine_got_rel): Likewise for DT_SYMTAB and DT_STRTAB. * grp/initgroups.c (initgroups): If function in current module was successful don't stop but continue to process to get all the groups.
* Update.Ulrich Drepper1999-02-203-20/+33
| | | | | | * elf/dl-load.c (_dl_map_object_from_fd): Use global _dl_pf_to_proot array to convert p_flags value. * elf/dl-reloc.c (_dl_relocate_object): Likewise.
* Update.Ulrich Drepper1999-02-203-77/+12
| | | | | | | | | | 1999-02-20 Ulrich Drepper <drepper@cygnus.com> * elf/dynamic-link.h (elf_get_dynamic_info): Use memset instead of loop to clear `info'. * sysdeps/i386/i486/bits/string.h: If fill byte is constant let gcc do the work and don't use inline assembler.
* Update.Ulrich Drepper1999-02-193-72/+135
| | | | | | | | | | | 1999-02-19 Ulrich Drepper <drepper@cygnus.com> * elf/ldsodefs.h (_dl_signal_error): Mark as __noreturn__. * elf/dl-load.c (lose): Make it a function at the toplevel, mark as noreturn, and prevent it from being inlined. Define LOSE appropriately. (_dl_map_object_from_fd): Compare all bytes in e_ident at once. Optimize decoding of p_flags for certain platforms.
* Update.Ulrich Drepper1999-02-192-1/+6
| | | | | | | 1999-02-19 Philip Blundell <pb@nexus.co.uk> * Makeconfig (link-libc): When doing a static link, make sure that libgcc.a is included both before and after libc.a.
* Update.Ulrich Drepper1999-02-192-5/+18
| | | | | | | 1999-02-18 Thorsten Kukuk <kukuk@suse.de> * nis/nss_compat/compat-spwd.c: Fix handling of default values for sp_warn, sp_inact, sp_expire and sp_flag.
* Update.Ulrich Drepper1999-02-196-5/+128
| | | | | | | | | | | * elf/link.h (link_map): Add l_dev and l_ino. * elf/dl-load.c (_dl_map_object_from_fd): Test dev/ino of newly loaded shared object with all laoded objects. Initialize l_ino and l_dev in case it's new. * elf/rtld.c (dl_main): Explain situation is l_dev/l_ino with main object. * elf/Makefile: Compile and run new test. * elf/multiload.c: New file.
* Update.Ulrich Drepper1999-02-183-33/+27
| | | | | | | | | | * nss/nsswitch.h (service_user): Change name field from const char * to char[0]. (name_database_entry): Likewise. * nss/nsswitch.c (nss_parse_service_list): Adjust memory allocation for change of `service_user'. (nss_getline): Adjust memory allocation for change of `name_database_entry'.
* Update.Ulrich Drepper1999-02-182-3/+6
| | | | | * catgets/catgets.c: Correctly handle NLSPATH from environment [PR libc/980].
* Update.Ulrich Drepper1999-02-184-2/+87
| | | | | | | | 1999-02-18 Ulrich Drepper <drepper@cygnus.com> * io/Makefile (routines): Add lock64. * io/Versions: Add lockf64 for GLIBC_2.1.1. * sysdeps/generic/lockf64.c: New file.
* Update.Ulrich Drepper1999-02-161-0/+4
| | | | | | | 1999-02-16 Ulrich Drepper <drepper@cygnus.com> * string/bits/string2.h: Only use strncmp optimization if count argument is constant.
* Only use strncmp optimization if count argument is constant.Ulrich Drepper1999-02-161-6/+7
|
* 1999-02-16 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-02-161-0/+4
| | | | * sysdeps/mach/hurd/revoke.c: New file.
* 1999-02-16 Roland McGrath <roland@baalperazim.frob.com> Roland McGrath1999-02-161-0/+40
| | | | * sysdeps/mach/hurd/revoke.c: New file.
* (Running make install): Remove reference to nscd/README.Ulrich Drepper1999-02-161-1/+1
|
* Update.Ulrich Drepper1999-02-162-1/+8
| | | | | | | | 1999-02-16 Ulrich Drepper <drepper@cygnus.com> * wctype/wctype.h (_ISwbit): Cast result of shift operations to int to avoid warning about `ISO C restricts enumerator values to range of `int''.
* Update.Ulrich Drepper1999-02-1610-1861/+1922
| | | | | | | | 1999-02-16 Andreas Jaeger <aj@arthur.rhein-neckar.de> * elf/dlfcn.h: Fix typo. * sysdeps/generic/bits/dlfcn.h: Likewise. * sysdeps/mips/bits/dlfcn.h: Likewise.
* Update.Ulrich Drepper1999-02-163-3/+7
| | | | | | | * sysdeps/i386/i486/bits/string.h (memcmp): Correctly set flags for the case N == 0. * db2/Makefile (distribute): Add LICENSE.
* Update.Ulrich Drepper1999-02-162-0/+120
| | | | | | 1999-02-16 Ulrich Drepper <drepper@cygnus.com> * db2/Makefile: Update.
* Update.Ulrich Drepper1999-02-163-3/+37
| | | | | | | | | 1999-02-03 Jeff Bailey <jbailey@nisa.net> * sysdeps/unix/make_errlist.c: Add i18n and copyright to generated files. * sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c: Fix typo.
* Update.Ulrich Drepper1999-02-162-42/+30
| | | | | * time/mktime.c: Use ISO C form for function definitions and remove unnecessary prototypes.
* Update.Ulrich Drepper1999-02-162-1/+3
| | | | * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix typo in last change.
* Update.Ulrich Drepper1999-02-162-5/+4
| | | | | | 1999-02-16 Ulrich Drepper <drepper@cygnus.com> * time/time.h: Avoid unneccesary #ifdef.
* Update.Ulrich Drepper1999-02-163-5/+23
| | | | | | | | | | | | | | | | | | | 1999-02-15 Geoff Keating <geoffk@ozemail.com.au> * stdio-common/_itoa.c (_itoa): Correct parameters to udiv_qrnnd_preinv. 1999-02-14 Andreas Jaeger <aj@arthur.rhein-neckar.de> * misc/sys/cdefs.h: Undefine __PMT since it might be defined before (e.g. in glob.h). Closes PR libc/959. 1999-02-16 Andreas Jaeger <aj@arthur.rhein-neckar.de> * sysdeps/mips/fpu_control.h: Fix typo. Patch by Sylvain Pion <Sylvain.Pion@sophia.inria.fr>. Remove __setfpucw.
* Fix typo. Remove __setfpucw.Ulrich Drepper1999-02-161-10/+2
|
* 1999-02-10 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-02-151-0/+5
| | | | | * sysdeps/mach/hurd/pipe.c (__pipe): Don't call __socket_shutdown on the "unused" ends of the sockets. Let pipes be bidirectional.
* 1999-02-10 Roland McGrath <roland@baalperazim.frob.com> Roland McGrath1999-02-151-5/+1
| | | | | * sysdeps/mach/hurd/pipe.c (__pipe): Don't call __socket_shutdown on the "unused" ends of the sockets. Let pipes be bidirectional.
* Update.Ulrich Drepper1999-02-152-1/+6
| | | | | | | 1999-02-15 Ulrich Drepper <drepper@cygnus.com> * sysdeps/posix/getaddrinfo.c (getaddrinfo): Correct test for invalid ai_flags.
* Update.Ulrich Drepper1999-02-153-2/+10
| | | | | | | | | | 1999-02-15 Andreas Jaeger <aj@arthur.rhein-neckar.de> * manual/llio.texi (Waiting for I/O): Correct meaning. Patch by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/969]. * manual/setjmp.texi (Non-Local Exits and Signals): Fix typo. Patch by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/970].
* Update.Ulrich Drepper1999-02-152-0/+8
| | | | | | 1999-02-15 Ulrich Drepper <drepper@cygnus.com> * string/Versions: Add __strverscmp to GLIBC_2.1.1.
* Update.Ulrich Drepper1999-02-146-33/+130
| | | | | | | 1999-02-13 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * misc/syslog.c (vsyslog): Remember errno for %m format. Fix check for priority mask.
* Update.Ulrich Drepper1999-02-142-2/+7
| | | | | | | 1999-02-14 Ulrich Drepper <drepper@cygnus.com> * resolv/netdb.h (AI_NUMERICHOST): Change to 4. Reported by Craig Metz <cmetz@inner.net> .
* Update.Ulrich Drepper1999-02-144-3/+78
| | | | | | | | | | | | | | | | | | | | 1999-02-14 Andreas Jaeger <aj@arthur.rhein-neckar.de> * stdio-common/Makefile (tests): tllformat added. * stdio-common/tllformat.c: New program, based on tiformat.c with examples from Franz Sirl <Franz.Sirl-kernel@lauterbach.com>. 1999-02-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * posix/test-vfork.c: Fix exit status test. 1999-02-14 Andreas Jaeger <aj@arthur.rhein-neckar.de> * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Add some missing cases. Reported by Craig Metz <cmetz@inner.net> [PR libc/964]. 1999-02-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* (__libc_sa_len): Add some missing cases.Ulrich Drepper1999-02-141-1/+13
|
* * sysdeps/m68k/fpu/s_modf.c: Optimized by using __m81_test instead Andreas Schwab1999-02-132-3/+11
| | | | | | | | of separare explicit comparisons. Sun Feb 14 01:49:29 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * sysdeps/m68k/fpu/s_modf.c: Optimized by using __m81_test instead of separare explicit comparisons.
* Update.Ulrich Drepper1999-02-113-4/+4
|
* Fix typos.Ulrich Drepper1999-02-111-1/+1
| | | | * locales/in_ID: New file.
* Update.Ulrich Drepper1999-02-117-10/+169
| | | | | | | | | | | | | | 1999-02-11 Ulrich Drepper <drepper@cygnus.com> * localedata/locale/in_ID: New file. 1999-02-11 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * sysdeps/wordsize-64/inttypes.h: Always define ldiv_t if not yet defined. * sysdeps/wordsize-32/inttypes.h: Always define lldiv_t if not yet defined.
* Update.Ulrich Drepper1999-02-117-19/+54
|
* Update.Ulrich Drepper1999-02-106-11/+20
| | | | | | | | | | | | 1999-02-10 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/kernel_stat.h: Define _NO_LFS___PAD1. * sysdeps/unix/sysv/linux/xstatconv.c (xstat64_conv): Don't initialize __pad1 if _NO_LFS___PAD1 is defined. * sysdeps/unix/sysv/linux/bits/stat.h: Remove __pad1 from stat64 definition. * sysdeps/unix/sysv/linux/bits/types.h: Change __ino64_t to 64 bits. * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
* Update.Ulrich Drepper1999-02-0913-23/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * po/el.po: Update from translation team. 1999-02-09 Andreas Jaeger <aj@arthur.rhein-neckar.de> * intl/locale.alias: Fix slovenian entry [PR libc/948]. 1999-02-09 Andreas Jaeger <aj@arthur.rhein-neckar.de> * elf/sprof.c: assert.h isn't used anymore, remove inclusion. * inet/ruserpass.c: Likewise. * locale/programs/stringtrans.c: Likewise. * locale/programs/localedef.c: Likewise. * nscd/grpcache.c: Likewise. * nss/nss_files/files-XXX.c: Likewise. * stdlib/canonicalize.c: Likewise. * sysdeps/posix/sigwait.c: Likewise. 1999-02-09 Andreas Jaeger <aj@arthur.rhein-neckar.de> * sunrpc/pmap_rmt.c (clnt_broadcast): We need 32 bit comparison even on 64 bit platforms. * sunrpc/clnt_tcp.c (clnttcp_call): Likewise. Patch by Loic Prylli <Loic.Prylli@ens-lyon.fr>. 1999-02-09 Ulrich Drepper <drepper@cygnus.com>
* Update.Ulrich Drepper1999-02-092-1/+9
| | | | | | 1999-02-09 Ulrich Drepper <drepper@cygnus.com> * intl/dcgettext.c: Include locale.h is available.
* Update.Ulrich Drepper1999-02-081-3/+0
|
* Update.Ulrich Drepper1999-02-081-0/+3
| | | | | * sysdeps/libm-i387/s_asinhf.S: Fix typos which caused overwriting stack variables.