about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Update.Ulrich Drepper2004-04-045-15/+33
| | | | | | * string/test-ffs.c: Also test ffsl and ffsll. * sysdeps/powerpc/ffs.c: Don't define ffsl for ppc64.
* Update.Ulrich Drepper2004-04-043-19/+23
| | | | | | * sysdeps/powerpc/powerpc64/bits/atomic.h: Never use matching constraints for asm mem parameters. * sysdeps/powerpc/bits/atomic.h: Likewise.
* Update.Ulrich Drepper2004-04-044-24/+26
| | | | | * sysdeps/powerpc/elf/libc-start.c: no need for a separate function for __aux_init_cache.
* Update.Ulrich Drepper2004-04-048-51/+67
| | | | | | | | * inet/test-ifaddrs.c: Fight warnings. * argp/argp-help.c: Fight warnings. * include/time.h: Declare __difftime.
* Update.Ulrich Drepper2004-04-032-0/+7
| | | | | | | | 2004-04-03 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/internal_statvfs.c: Restructure to avoid duplication in 64-bit version. * sysdeps/unix/sysv/linux/wordsize-64/internal_statvfs64.c: New file.
* Restructure to avoid duplication in 64-bit version.Ulrich Drepper2004-04-031-125/+134
|
* Update.Andreas Jaeger2004-04-031-0/+4
| | | | | | 2004-04-03 Andreas Jaeger <aj@suse.de> * nis/nss-nis.c: Include <string.h> for strncmp.
* Include <string.h> for strncmp.Andreas Jaeger2004-04-031-0/+1
|
* Regenerated.Ulrich Drepper2004-04-031-1/+29
|
* Update.Ulrich Drepper2004-04-037-7/+48
| | | | | | | | | | | | | 2004-03-30 H.J. Lu <hongjiu.lu@intel.com> * Makeconfig (link-libc-static): Use $(static-gnulib) instead of $(gnulib). (libgcc_eh): New variable. (gnulib): Use it variable. (static-gnulib): New variable. * Makerules (LDLIBS-c.so): Use $(static-gnulib) instead of $(gnulib). * config.make.in (have-as-needed): New variable. * configure.in: Check if linker supports --as-needed.
* Update.Ulrich Drepper2004-04-0312-57/+143
| | | | | | | | | | | | | | | | | | | | | | | | 2004-04-02 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/internal_statvfs64.c: New file. * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add internal_statvfs64. * sysdeps/unix/sysv/linux/internal_statvfs.c: Allow to be used to compile 64bit version. * sysdeps/unix/sysv/linux/statvfs64.c: Use __fstatfs64 and skip compatibility code if __ASSUME_STATFS64 is defined. * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise. * sysdeps/unix/sysv/linux/statfs64.c: Don't add __no_statfs64 if __ASSUME_STATFS64 != 0. 2004-04-02 Thorsten Kukuk <kukuk@firun.suse.de> * nis/nss_nis/nis-ethers.c (saveit): Fix return codes in error case. * nis/nss_nis/nis-initgroups.c (saveit): Likewise. * nis/nss_nis/nis-proto.c (saveit): Likewise. * nis/nss_nis/nis-rpc.c (saveit): Likewise. * nis/nss_nis/nis-service.c (saveit): Likewise.
* Update.Ulrich Drepper2004-04-025-80/+119
| | | | | | | | | | | | | | | | | | | | | 2004-04-02 Jakub Jelinek <jakub@redhat.com> * nis/nss: Add SERVICES_AUTHORITATIVE. * nis/nss-nis.h (NSS_FLAG_SET, NSS_FLAG_NETID_AUTHORITATIVE, NSS_FLAG_SERVICES_AUTHORITATIVE): Define. (_nis_default_nss_flags, _nis_check_default_nss): New decls. (_nis_default_nss): New inline. * nis/nss-nis.c: Include ctype.h, stdio.h and stdio_ext.h. (_nis_default_nss_flags, default_nss): New variables. (_nis_check_default_nss): New function. * nis/nss_nis/nis-initgroups.c: Don't include stdio.h and stdio_ext.h. (check_default_nss, default_nss): Move to nss-nis.c. (init): Removed. (_nss_nis_initgroups_dyn): Use _nis_default_nss (). * nis/nss_nis/nis-services.c (_nss_nis_getservbyname_r): If NSS_FLAG_SERVICES_AUTHORITATIVE and services.byservicename lookup fails, return immediately.
* Add SERVICES_AUTHORITATIVE.Ulrich Drepper2004-04-021-3/+11
|
* * elf/tst-execstack.c (do_test): Make F static.Roland McGrath2004-04-021-0/+4
|
* 2004-04-01 Roland McGrath <roland@redhat.com>Roland McGrath2004-04-021-1/+1
| | | | * elf/tst-execstack.c (do_test): Make F static.
* Update.Ulrich Drepper2004-04-026-9/+17
| | | | | | | | | | * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Use __sigprocmask not sigprocmask. * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise. * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise. * time/mktime.c: Likewise. * misc/getpass.c: Likewise.
* Update.Ulrich Drepper2004-04-018-10/+26
| | | | | | | | | | | * include/string.h: Add libc_hidden_builtin_proto for memcmp. * sysdeps/generic/memcmp.c: Add libc_hidden_builtin_def. * sysdeps/i386/memcmp.S: Likewise. * sysdeps/i386/i686/memcmp.S: Likewise. * sysdeps/ia64/memcmp.S: Likewise. * sysdeps/sparc/sparc64/memcmp.S: Likewise. * sysdeps/unix/sysv/linux/sigprocmask.c: Include <string.h>.
* Update.Ulrich Drepper2004-04-012-4/+8
| | | | | | | * time/difftime.c (__difftime): New renamed. Make old name alias. Use __difftime in recursive call. * sysdeps/powerpc/fpu/bits/mathinline.h: Add __signbitf and
* Update.Ulrich Drepper2004-04-012-2/+5
| | | | | * sysdeps/unix/sysv/linux/powerpc/ioctl.c (__ioctl): Use __tcgetattr() instead of tcgetattr().
* Update.Ulrich Drepper2004-04-012-31/+38
| | | | | * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S [SHARED]: Use __GI_exit.
* Update.Ulrich Drepper2004-04-012-1/+8
| | | | | * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S [SHARED]: Use __GI__exit.
* Update.Ulrich Drepper2004-04-012-7/+32
| | | | | * sysdeps/powerpc/fpu/bits/mathinline.h: Addn __signbitf and __signbit inlines.
* Update.Ulrich Drepper2004-04-014-6/+11
| | | | | | | * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Use __sigprocmask not sigprocmask. * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise. * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
* Update.Ulrich Drepper2004-04-012-2/+8
| | | | | | | | 2004-04-01 Ulrich Drepper <drepper@redhat.com> * elf/elf.h: Define more ppc64 specific dynamic tags. * libio/fileops.c (new_do_write): Return _IO_size_t to make 64-bit
* Update.Ulrich Drepper2004-04-012-46/+53
| | | | | | | | | | | | | 2004-04-01 Jakub Jelinek <jakub@redhat.com> * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): If protocol is NULL, instead of trying yp_match (name/tcp), yp_match (name/udp), yp_all, try yp_match (name), yp_all. 2004-04-01 Ulrich Drepper <drepper@redhat.com> * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Add handling for ignored entries. Ignore AT_IGNOREPPC.
* (_dl_show_auxv): Add handling for ignored entries. Ignore AT_IGNOREPPC.Ulrich Drepper2004-04-011-3/+7
|
* Update.Andreas Jaeger2004-04-011-0/+5
| | | | | | | 2004-03-31 Andreas Jaeger <aj@suse.de> * libio/fileops.c (new_do_write): Return _IO_size_t to make 64-bit clean.
* (new_do_write): Return _IO_size_t to make 64-bit clean.Andreas Jaeger2004-04-011-2/+2
|
* Update.Ulrich Drepper2004-04-012-2/+6
| | | | | | | 2004-03-31 Ulrich Drepper <drepper@redhat.com> * locale/programs/localedef.c (construct_output_path): Remove remnants of CEN locale names.
* Update.Ulrich Drepper2004-03-311-0/+8
| | | | | | | | | | 2004-03-30 Thorsten Kukuk <kukuk@suse.de> * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Add IUTF8. * sysdeps/unix/sysv/linux/bits/termios.h: Likewise. * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise. * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
* Add IUTF8.Ulrich Drepper2004-03-315-0/+5
|
* * sysdeps/alpha/remqu.S: Detect power-of-two special case.Richard Henderson2004-03-312-4/+19
| | | | | | 2004-03-30 Richard Henderson <rth@redhat.com> * sysdeps/alpha/remqu.S: Detect power-of-two special case.
* Update.Ulrich Drepper2004-03-319-7/+116
| | | | | | | 2004-03-30 Ulrich Drepper <drepper@redhat.com> * sysdeps/generic/libc-start.c (LIBC_START_MAIN) [HAVE_CLEANUP_JMP_BUF]: Call __nptl_deallocate_tsd.
* Update.Ulrich Drepper2004-03-313-56/+44
| | | | | | | | | | | | | | | | | 2004-03-30 Jakub Jelinek <jakub@redhat.com> * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): If protocol == NULL, try name/tcp and name/udp first before falling back into the sequential scanning. Use services.byname database for sequential scanning. (_nss_nis_getservbyport_r): Likewise. Just allocate sizeof (int) * 3 chars for integer. * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Convert proto to host by order for snprintf. * nss/getent.c (services_keys): Don't implement lookups with missing protocol using getservent loop, just pass NULL.
* Update.Ulrich Drepper2004-03-302-5/+8
| | | | | * sysdeps/unix/sysv/linux/i386/setgroups.c (setgroups): Avoid comparison with limit if we can rely on the syscall being available.
* Update.Ulrich Drepper2004-03-304-2/+20
| | | | | * nis/Makefile (distribute): Add nss. * nis/nss: New file.
* Update.Ulrich Drepper2004-03-303-13/+217
| | | | | | | | | | 2004-03-30 Ulrich Drepper <drepper@redhat.com> * nis/nss_nis/nis-initgroups.c: Implement getting the information from the netid.byname map if the system administrator allows this. * grp/initgroups.c (initgroups): Limit the initial allocation to 64 entries to not allocate too much on systems with really high limits.
* Update.Ulrich Drepper2004-03-302-54/+128
| | | | | | | | | | 2004-03-30 Jakub Jelinek <jakub@redhat.com> * nis/nss_nis/nis-service.c (struct search_t): New type. (dosearch): New function. (_nss_nis_getservbyname_r): Use it. Call yp_get_default_domain unconditionally. (_nss_nis_getservbyport_r): Likewise.
* Update.Ulrich Drepper2004-03-298-6/+24
| | | | | | | | 2004-03-29 Alexandre Oliva <aoliva@redhat.com> * sysdeps/unix/sysv/linux/sched_getaffinity.c: Prepend GLIBC_ to version names is SHLIB_COMPAT check. * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
* Update.Ulrich Drepper2004-03-291-9/+9
| | | | | | | | | | | | * nis/nss_nis/nis-rpc.c (saveit): Improve memory handling. No need to * nis/nss_nis/nis-proto.c (saveit): Improve memory handling. No need (internal_nis_endprotoent): Adjust accordingly. * nis/nss_nis/nis-initgroups.c (saveit): Improve memory handling. No need to allocate multiple blocks. * nis/nss_nis/nis-ethers.c (saveit): Improve memory handling. No need to allocate multiple blocks. * nis/nss_nis/nis-service.c (saveit): Improve memory handling. No need to allocate multiple blocks.
* Update.Ulrich Drepper2004-03-296-111/+79
| | | | | | | | | | | | | | | | | | * nis/nss_nis/nis-rpc.c (saveit): Improve memory. No need to allocate multiple blocks. (internal_nis_endrpcent): Adjust accordingly. * nis/nss_nis/nis-proto.c (saveit): Improve memory. No need to allocate multiple blocks. (internal_nis_endprotoent): Adjust accordingly. * nis/nss_nis/nis-initgroups.c (saveit): Improve memory. No need to allocate multiple blocks. (_nss_nis_initgroups_dyn): Adjust accordingly. * nis/nss_nis/nis-ethers.c (saveit): Improve memory. No need to allocate multiple blocks. (internal_nis_endetherent): Adjust accordingly. * nis/nss_nis/nis-service.c (saveit): Improve memory. No need to allocate multiple blocks. (internal_nis_endservent): Adjust accordingly.
* Update.Ulrich Drepper2004-03-292-1/+5
| | | | | | 2004-03-29 Ulrich Drepper <drepper@redhat.com> * nss/getXXbyYY_r.c: Return 0 for NSS_STATUS_NOTFOUND.
* Update.Ulrich Drepper2004-03-292-4/+7
| | | | | | | 2004-03-26 Thorsten Kukuk <kukuk@suse.de> * nis/nss_nis/nis-grp.c (_nss_nis_getgrnam_r): Don't set errno if group does not exist.
* Update.Ulrich Drepper2004-03-282-26/+40
| | | | | | | 2004-03-28 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Handle _SC_SIGQUEUE_MAX.
* Update.Ulrich Drepper2004-03-2712-79/+159
| | | | | | | | | | | | | | | | | | | | 2004-03-26 Ulrich Drepper <drepper@redhat.com> * elf/dl-caller.c: New file. * include/caller.h: New file. * Makefile (distribute): Add include/caller.h. * elf/Makefile (dl-routines): Add dl-caller. * elf/dl-load.c (_dl_map_object_from_fd): Record l_text_end. * elf/dl-open.c (check_libc_caller): Removed. (dl_open_worker): Use __check_caller instead. * elf/rtld.c (_rtld_global_ro): Initialize _dl_check_caller. (_dl_start_final): Record l_text_end for ld.so map. (dl_main): Record l_text_end for main object and vdso. * include/link.h (struct link_map): Add l_text_end field. * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_check_caller field. Define enum allowmask. Add declaration of _dl_check_caller. * sysdeps/unix/sysv/linux/dl-execstack.c: Also use __check_caller test.
* Header with call site checker definitions.Ulrich Drepper2004-03-271-0/+32
|
* * sysdeps/alpha/Makefile <gnulib> (sysdep_routines): Merge divrem ↵Richard Henderson2004-03-2712-248/+1309
| | | | | | | | | | | | | | | | | | | variable, add unsigned variants. * sysdeps/alpha/divrem.h: Remove file. * sysdeps/alpha/div_libc.h: New file. * sysdeps/alpha/divl.S: Rewrite from scratch. * sysdeps/alpha/reml.S: Likewise. * sysdeps/alpha/divq.S: Likewise. * sysdeps/alpha/remq.S: Likewise. * sysdeps/alpha/divlu.S: New file. * sysdeps/alpha/remlu.S: New file. * sysdeps/alpha/divqu.S: New file. * sysdeps/alpha/remqu.S: New file. 2004-03-26 Richard Henderson <rth@redhat.com> * sysdeps/alpha/Makefile <gnulib> (sysdep_routines): Merge divrem variable, add unsigned variants. * sysdeps/alpha/divrem.h: Remove file. * sysdeps/alpha/div_libc.h: New file. * sysdeps/alpha/divl.S: Rewrite from scratch. * sysdeps/alpha/reml.S: Likewise. * sysdeps/alpha/divq.S: Likewise. * sysdeps/alpha/remq.S: Likewise. * sysdeps/alpha/divlu.S: New file. * sysdeps/alpha/remlu.S: New file. * sysdeps/alpha/divqu.S: New file. * sysdeps/alpha/remqu.S: New file.
* Update.Ulrich Drepper2004-03-262-1/+5
| | | | | | 2004-03-26 Ulrich Drepper <drepper@redhat.com> * elf/dl-open.c (check_libc_caller): Fix typo.
* Update.Ulrich Drepper2004-03-261-1/+5
| | | | | | | | 2004-03-26 Jakub Jelinek <jakub@redhat.com> * elf/tst-dlmodcount.c: Include stddef.h and stdlib.h. * sysdeps/alpha/backtrace.c: New file.
* Include stddef.h and stdlib.h.Ulrich Drepper2004-03-261-0/+2
|