about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update.Ulrich Drepper2001-01-202-1/+14
| | | | | | | * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Initialize egid to 1. This helps those installing ld.so SUID (nobody will be that stupid, I hope). Don't define and use _dl_base_addr unless NEED_DL_BASE_ADDR is defined.
* Update.Ulrich Drepper2001-01-205-3/+98
| | | | | | | | | 2001-01-20 Ulrich Drepper <drepper@redhat.com> * io/ftw.c (ftw_dir): Add slash after directory name if there wasn't any. Reported by loris <loris@iol.it>. * io/Makefile (tests): Add bug-ftw2. * io/bug-ftw2.c: New file.
* Update.Ulrich Drepper2001-01-207-11/+454
| | | | | | | * stdlib/jrand48_r.c (__jrand48_r): Correct constructing of results. Reported by Jeff Higham <jhigham@algorithmics.com>. * stdlib/tst-rand48.c: New file. * stdlib/Makefile (tests): Add tst-rand48.
* Update.Ulrich Drepper2001-01-201-0/+5
| | | | | | | 2001-01-19 Ulrich Drepper <drepper@redhat.com> * locale/newlocale.c (__newlocale): Fix test for setting all categories.
* (__newlocale): Fix test for setting all categories.Ulrich Drepper2001-01-201-2/+2
|
* * sysdeps/mach/hurd/chroot.c (chroot): Revert 1999-02-27 changes, but change ↵Mark Kettenis2001-01-193-15/+70
| | | | | | | | | | | looking up the initial directory port in a similar way as done by _hurd_change_directory_port_from_name. * hurd/fchroot.c (fchroot): Likewise. 2001-01-19 Mark Kettenis <kettenis@gnu.org> * sysdeps/mach/hurd/chroot.c (chroot): Revert 1999-02-27 changes, but change looking up the initial directory port in a similar way as done by _hurd_change_directory_port_from_name. * hurd/fchroot.c (fchroot): Likewise.
* Update.Ulrich Drepper2001-01-194-85/+86
| | | | | | | | | | | * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): If HAVE_AUX_XID is defined don't look whether the AT_*ID values were set. If HAVE_AUX_PAGESIZE is defined don't look whether the pagesize is set. (_dl_show_auxv): Rewrite to avoid switch statement. * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_PAGESIZE for kernel >= 2.4.1. * sysdeps/unix/sysv/linux/ldsodefs.h: Define HAVE_AUX_XID. Define HAVE_AUX_PAGESIZE if __ASSUME_AT_PAGESIZE is defined.
* Update.Ulrich Drepper2001-01-194-7/+11
| | | | | | * sysdeps/unix/sysv/linux/fxstat64.c: Add one __builtin_expect. * sysdeps/unix/sysv/linux/lxstat64.c: Likewise. * sysdeps/unix/sysv/linux/xstat64.c: Likewise.
* Update.Ulrich Drepper2001-01-194-82/+77
| | | | | | | | | | * elf/rtld.c (process_envvars): Call __strtoul_internal instead of strtoul. * elf/dl-minimal.c (strtol, __strtol_internal, strtoul): Removed. (__sigjmp_save): Set __mask_was_saved to zero since we don't save anything. * dlfcn/eval.c (__strtol_internal): Define here. (eval): Use __strtol_internal instead of strtol.
* Update.Ulrich Drepper2001-01-182-5/+13
| | | | | | 2001-01-18 Ulrich Drepper <drepper@redhat.com> * elf/elf.h: Add a few more EF_MIPS_* constants.
* Update.Ulrich Drepper2001-01-174-6/+123
| | | | | | | | | 2001-01-17 Ulrich Drepper <drepper@redhat.com> * manual/Makefile (chapters): Add debug. * manual/debug.texi: New file. * manual/examples/execinfo.c: New file. Patch by suckfish@ihug.co.nz.
* Example for backtrace() functions.Ulrich Drepper2001-01-171-0/+37
|
* * sysdeps/m68k/bits/byteswap.h (__bswap_32): Add cast to avoidAndreas Schwab2001-01-171-0/+5
| | | | invalid asm.
* (__bswap_32): Add cast to avoid invalid asm.Andreas Schwab2001-01-171-10/+10
|
* Update.Andreas Jaeger2001-01-171-0/+4
| | | | | | 2001-01-17 Andreas Jaeger <aj@suse.de> * nscd/connections.c (nscd_run): Use proper format specifier.
* (nscd_run): Use proper format specifier.Andreas Jaeger2001-01-171-2/+2
|
* Update.Ulrich Drepper2001-01-175-17/+61
| | | | | | | | | | * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Move x86_cap_flags and x86_platforms data into new file after prepending _dl_. Change users. * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: New file. * sysdeps/unix/sysv/linux/i386/Dist: Add dl-procinfo.c. * sysdeps/unix/sysv/linux/i386/Makefile: Add rules to build dl-procinfo.c.
* Update.Ulrich Drepper2001-01-173-24/+32
| | | | * setjmp/setjmp.h: Cleanup definition of setjmp macro.
* Update.Ulrich Drepper2001-01-169-141/+135
| | | | | | | | | | | | * sysdeps/i386/elf/bsd-setjmp.S: Real implementation. * sysdeps/i386/elf/bsd-_setjmp.S: Removed. * sysdeps/i386/elf/setjmp.S (setjmp): Removed here. * sysdeps/i386/bsd-_setjmp.S: Real implementation. * sysdeps/i386/bsd-setjmp.S: Real implementation. * sysdeps/i386/bits/setjmp.h: Remove PUSH_SIGNAL_MASK definition. * sysdeps/i386/setjmp.S: Remove PIC support. This is the non-ELF version. * stdio-common/tstscanf.c (main): Add two testcases for '*' modifier.
* Update.Ulrich Drepper2001-01-161-0/+6
| | | | | | | | 2001-01-16 Ulrich Drepper <drepper@redhat.com> * sysdeps/i386/elf/setjmp.S (setjmp): Don't use __sigsetjmp code, do it here. (_setjmp): Likewise.
* (setjmp): Don't use __sigsetjmp code, do it here. (_setjmp): Likewise.Ulrich Drepper2001-01-161-9/+56
|
* Update.Andreas Jaeger2001-01-161-0/+5
| | | | | | | 2001-01-16 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h (SIGCONTEXT): Fix misapplied last patch.
* Fix typo in last patch.Andreas Jaeger2001-01-161-1/+1
|
* Update.Ulrich Drepper2001-01-162-6/+9
| | | | | * stdlib/random.c (__initstate): Clean up a cast. (__setstate): Likewise.
* Update.Ulrich Drepper2001-01-151-0/+5
| | | | | | | 2001-01-15 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove select syscall handling. The generic Linux version should work.
* Remove select syscall handling. The generic Linux version should work.Ulrich Drepper2001-01-151-2/+0
|
* Update.Andreas Jaeger2001-01-152-2/+4
| | | | * sysdeps/unix/sysv/linux/sys/sendfile.h: Fix typo.
* Update.Andreas Jaeger2001-01-151-0/+5
| | | | | | | 2001-01-15 Andreas Jaeger <aj@suse.de> * stdio-common/tstscanf.c (main): Add two testcases for '*' modifier.
* * stdio-common/tstscanf.c (main): Add two testcases for '*' Andreas Jaeger2001-01-151-1/+28
| | | | modifier.
* Update.Ulrich Drepper2001-01-151-1/+1
| | | | * sunrpc/xdr.c (xdr_long, xdr_u_long): Fix comments about these
* Update.Ulrich Drepper2001-01-152-181/+458
| | | | | | | | | | | | | | | | | | | | | | | | 2001-01-14 Jakub Jelinek <jakub@redhat.com> * nss/getent.c (print_aliases, aliases_keys, ethers_keys, netgroup_keys, print_rpc, rpc_keys, print_shadow, shadow_keys): New functions. (group_keys, hosts_keys, network_keys, passwd_keys, protocols_keys): If number is 0, list all. (services_keys): Likewise. Lookup aliases as well. (databases): New table. (build_doc): Prepare argp doc text with list of supported databases. (main): Change to table driven processing. 2001-01-14 Thorsten Kukuk <kukuk@suse.de> * sunrpc/xdr.c (xdr_long, xdr_u_long): Fix comments about this functions. 2001-01-03 Jakub Jelinek <jakub@redhat.com> * sunrpc/xdr.c (xdr_long, xdr_u_long): Return FALSE if trying to encode value which does not fit in the 32bit type.
* (xdr_long, xdr_u_long): Fix comments about this functions. (xdr_long, ↵Ulrich Drepper2001-01-151-3/+11
| | | | xdr_u_long): Return FALSE if trying to encode value which does not fit in the 32bit type.
* Update.Andreas Jaeger2001-01-151-20/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-01-15 Hiroyuki Machida <machida@sm.sony.co.jp> * sysdeps/unix/sysv/linux/mips/register-dump.h (REGISTER_DUMP): Change type of CTX to (struct sigcontext *). * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h (GET_PC): Likewise. (GET_FRAME): Likewise. (GET_STACK): Likewise. (SIGCONTEXT): Likewise. Add 2nd arg _code. (SIGCONTEXT_EXTRA_ARGS): Add 2nd arg _code. 2001-01-12 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> 2001-01-12 Ben Collins <bcollins@debian.org> patch. We must use unsigned int for l member of union. 2001-01-07 Ben Collins <bcollins@debian.org> 2001-01-05 Ben Collins <bcollins@debian.org> 2001-01-05 Ben Collins <bcollins@debian.org> if it is not available. Instead use it only if it is available. * elf/dl-support.c (DL_FIND_AUXV): New. Defined if not defined. (DCIGETTEXT): Change cache handing in the plural case. Don't call to the caller instead. Weaken comparison of string lengths, to account 2001-01-04 Kaz Kojima <kkojima@rr.iij4u.or.jp> 2001-01-03 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> 2001-01-02 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> 2001-01-02 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> 2001-01-02 Ben Collins <bcollins@debian.org> 2001-01-01 Ben Collins <bcollins@debian.org> 2000-12-22 Ben Collins <bcollins@debian.org> 2000-12-27 Ben Collins <bcollins@debian.org> 2000-12-23 Ben Collins <bcollins@debian.org> 2000-12-15 Ben Collins <bcollins@debian.org>
* * sysdeps/unix/sysv/linux/mips/register-dump.h (REGISTER_DUMP): Andreas Jaeger2001-01-152-8/+8
| | | | | | | | | Change type of CTX to (struct sigcontext *). * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h (GET_PC): Likewise. (GET_FRAME): Likewise. (GET_STACK): Likewise. (SIGCONTEXT): Likewise. Add 2nd arg _code. (SIGCONTEXT_EXTRA_ARGS): Add 2nd arg _code.
* Update.Ulrich Drepper2001-01-141-0/+4
| | | | | | 2001-01-13 Ulrich Drepper <drepper@redhat.com> * manual/texinfo.tex: Update from upstream version.
* Update from upstream version.Ulrich Drepper2001-01-141-34/+235
|
* Regenerated. glibc-2.2.1 cvs/glibc-2_2_1Andreas Jaeger2001-01-131-1/+1
|
* Fix crossreference.Andreas Jaeger2001-01-131-1/+1
|
* (ether_ntohost): Add year to copyright.Ulrich Drepper2001-01-131-1/+1
|
* Update.Ulrich Drepper2001-01-137-4/+53
| | | | | | | | | | | | | | 2001-01-13 Jakub Jelinek <jakub@redhat.com> * inet/ether_ntoh.c (lookup_function): Change arguments to match _nss_*_getntohost_r prototype. (ether_ntohost): Pass errno pointer to NSS function. 2001-01-12 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (MS_SYNC): Fix value. (MAP_LOCKED): New definition. (MAP_NORESERVE): New definition.
* Update.Ulrich Drepper2001-01-132-2/+15
| | | | | | | 2001-01-12 Ulrich Drepper <drepper@redhat.com> * assert/assert.h: Use static_cast instead of C-style cast for C++. Patch by Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>.
* Use static_cast instead of C-style cast for C++.Ulrich Drepper2001-01-131-11/+18
|
* Update.Andreas Jaeger2001-01-121-0/+1
| | | | * stdio-common/vfscanf.c (_IO_vfscanf): Likewise.
* Remove signed warnings.Andreas Jaeger2001-01-121-1/+1
|
* Update.Ulrich Drepper2001-01-121-0/+5
| | | | | | | 2001-01-12 Ben Collins <bcollins@debian.org> * sysdeps/generic/segfault.c (install_handler): Use access, not __access.
* (install_handler): Use access, not __access.Ulrich Drepper2001-01-121-1/+1
|
* Update.Andreas Jaeger2001-01-122-2/+16
| | | | | | | | | | | | | | | | 2001-01-12 Andreas Jaeger <aj@suse.de> * posix/fnmatch_loop.c (FCT): Remove signed warnings. * posix/wordexp.c (do_parse_glob): Likewise. * sysdeps/posix/sigblock.c (__sigblock): Likewise. * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise. * elf/dl-open.c (_dl_open): Likewise. * elf/dl-close.c (_dl_close): Likewise. * elf/dl-load.c (_dl_map_object): Likewise. * iconv/iconv_prog.c (process_fd): Likewise. * locale/localeinfo.h (struct locale_data): Use __flexarr instead of a zero-length array.
* * posix/fnmatch_loop.c (FCT): Remove signed warnings. Andreas Jaeger2001-01-128-16/+16
| | | | | | | | | | * posix/wordexp.c (do_parse_glob): Likewise. * sysdeps/posix/sigblock.c (__sigblock): Likewise. * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise. * elf/dl-open.c (_dl_open): Likewise. * elf/dl-close.c (_dl_close): Likewise. * elf/dl-load.c (_dl_map_object): Likewise. * iconv/iconv_prog.c (process_fd): Likewise.
* Update.Ulrich Drepper2001-01-1214-79/+76
| | | | | | | | | | | | | | | 2001-01-11 Jakub Jelinek <jakub@redhat.com> * stdlib/cxa_atexit.c (__cxa_atexit): Cast to (void *, int) func. * stdlib/cxa_finalize.c (__cxa_finalize): Add hidden second argument. * stdlib/cxa_on_exit.c: Remove. * stdlib/Makefile: Revert last patch. * stdlib/Versions: Likewise. * include/stdlib.h: Likewise. * stdlib/exit.h: Revert last patch. (struct exit_function): Add second argument to cxa fn. * stdlib/exit.c: Revert last patch. (exit): Add hidden second argument.
* Update.Ulrich Drepper2001-01-116-16/+30
| | | | | | | | | | | | 2001-01-11 H.J. Lu <hjl@gnu.org> * elf/dl-libc.c (do_dlopen): Move DL_STATIC_INIT to ... * elf/dl-open.c (_dl_open): Here. * sysdeps/unix/sysv/linux/ia64/dl-static.c (_dl_static_lock): Make it static. (_dl_static_init): Initialize the variables every time when possible. * sysdeps/unix/sysv/linux/ia64/ldsodefs.h (DL_STATIC_INIT): Undefine it first.