about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update.Ulrich Drepper2001-11-103-12/+33
| | | | | | | | | 2001-11-10 Ulrich Drepper <drepper@redhat.com> * elf/dl-load.c (_dl_map_object_from_fd): Remove use of _dl_pf_to_prot. Use arithmetic operation using PF_TO_PROT macro. * sysdeps/generic/ldsodefs.h (PF_TO_PROT): New macro. * elf/dl-reloc.c (_dl_relocate_object): Likewise.
* (_dl_map_object_from_fd): Remove use of _dl_pf_to_prot. Use arithmetic ↵Ulrich Drepper2001-11-101-24/+12
| | | | operation using PF_TO_PROT macro.
* Update.Andreas Jaeger2001-11-103-2/+252
| | | | | | | | 2001-11-10 Andreas Jaeger <aj@suse.de> * sysdeps/ieee754/ldbl-128/e_log2l.c: New file. * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise. Contributed by Stephen L Moshier <moshier@mediaone.net>.
* 128-bit long double implementation of e_log2.Andreas Jaeger2001-11-101-0/+237
|
* (is_dst): Pretty printing.Ulrich Drepper2001-11-101-2/+2
|
* Update.Ulrich Drepper2001-11-102-35/+42
| | | | | | | | | | 2001-11-09 Ulrich Drepper <drepper@redhat.com> * elf/dl-minimal.c (realloc): Handle NULL for first parameter correctly. * elf/dl-load.c (is_dst): New function. (_dl_dst_count): Use is_dst to check for DST variable. (_dl_dst_substitute): Likewise.
* (realloc): Handle NULL for first parameter correctly.Ulrich Drepper2001-11-101-0/+2
|
* Hurd/PowerPC port contributed by Peter Bruin <pjbruin@dds.nl>.Roland McGrath2001-11-1012-1/+1276
| | | | | | | | | | | | | | * NEWS: Mention it. * sysdeps/mach/hurd/powerpc/exc2signal.c: New file. * sysdeps/mach/hurd/powerpc/init-first.c: New file. * sysdeps/mach/hurd/powerpc/intr-msg.h: New file. * sysdeps/mach/hurd/powerpc/longjmp-ts.c: New file. * sysdeps/mach/hurd/powerpc/register-dump.h: New file. * sysdeps/mach/hurd/powerpc/sigreturn.c: New file. * sysdeps/mach/hurd/powerpc/static-start.S: New file. * sysdeps/mach/hurd/powerpc/trampoline.c: New file. * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: New file. * sysdeps/mach/hurd/powerpc/Dist: New file.
* * hurd/privports.c (__get_privileged_ports):Roland McGrath2001-11-101-0/+7
| | | | | | Only contact the proc server if necessary for this call. Suggested by Neal H Walfield <neal@cs.uml.edu>. Check error return for mach_port_mod_refs.
* 2001-11-09 Roland McGrath <roland@frob.com>Roland McGrath2001-11-101-5/+14
| | | | | | | * hurd/privports.c (__get_privileged_ports): Only contact the proc server if necessary for this call. Suggested by Neal H Walfield <neal@cs.uml.edu>. Check error return for mach_port_mod_refs.
* Update.Ulrich Drepper2001-11-091-2/+4
| | | | | | | * elf/dl-load.c (lose): Remove some unnecessary code. The new object is always the last in the list. (_dl_map_object_from_fd): Delete code to remove from object list when DF_1_NOOPEN is seen. This is done in lose.
* (lose): Remove some unnecessary code. The new object is always the last in ↵Ulrich Drepper2001-11-091-4/+8
| | | | the list.
* * sysdeps/unix/sysv/linux/m68k/bits/resource.h: New file.Andreas Schwab2001-11-091-0/+4
|
* New file to fix RLIM_INFINITY.Andreas Schwab2001-11-091-0/+209
|
* Update.Ulrich Drepper2001-11-092-13/+5
| | | | | | | 2001-11-09 Ulrich Drepper <drepper@redhat.com> * elf/dl-load.c (_dl_map_object_from_fd): Delete code to remove from object list when DF_1_NOOPEN is seen. This is done in lose.
* Update.Ulrich Drepper2001-11-082-48/+52
| | | | | | 2001-11-08 Ulrich Drepper <drepper@redhat.com> * elf/dl-object.c (_dl_new_object): Various small optimizations.
* Update.Ulrich Drepper2001-11-085-128/+135
| | | | | | | | | | | * sysdeps/generic/dl-cache.c: Optimize SEARCH_CACHE and HWCAP_CHECK macro code. * elf/dl-misc.c (_dl_sysdep_read_whole_file): Optimize code a bit. Now returns MAP_FAILED on error. * elf/rtld.c: Adjust caller. * sysdeps/generic/dl-cache.c: Likewise. * sysdeps/generic/ldsodefs.h: Adjust description.
* Update.Ulrich Drepper2001-11-073-94/+103
| | | | | | | 2001-11-07 Ulrich Drepper <drepper@redhat.com> * elf/dl-version.c (match_symbol): Optimize error handling for size. (_dl_check_map_versions): Likewise.
* Update.Ulrich Drepper2001-11-072-12/+18
| | | | | | | | | 2001-11-06 Ulrich Drepper <drepper@redhat.com> * elf/dl-load.c (_dl_map_object_from_fd): Don't call _dl_signal_error directly, always use lose. Set fd to -1 after file is closed. (lose): Don't call close if fd == -1.
* Update.Ulrich Drepper2001-11-072-294/+298
| | | | | | | 2001-11-07 Kaoru Fukui <k_fukui@highway.ne.jp> * manual/charset.texi: Fix typo @w[ISO 6937] to @w{ISO 6937}. Also fix typo @code {mbsinit} to @code{mbsinit}.
* Update.Ulrich Drepper2001-11-073-24/+24
| | | | | | | * elf/dl-profile.c: Replace state variable with simple flag named running. Remove commented-out code. * elf/dl-reloc.c (_dl_relocate_object): Likewise.
* Update.Ulrich Drepper2001-11-072-82/+160
| | | | | | | | 2001-11-06 Ulrich Drepper <drepper@redhat.com> * elf/dl-load.c (decompose_rpath): Optimize error handling for size. (_dl_init_paths): Likewise. (_dl_map_object_from_fd): Likewise.
* Update.Ulrich Drepper2001-11-061-0/+1
| | | | * sysdeps/generic/ldsodefs.h (DL_DEBUG_HELP): New macro.
* (DL_DEBUG_HELP): New macro.Ulrich Drepper2001-11-061-0/+2
|
* * sysdeps/mach/powerpc/sysdep.h: Include sysdeps/unix/powerpc/sysdep.hRoland McGrath2001-11-062-2/+4
| | | | instead of sysdeps/powerpc/elf/sysdep.h and sysdeps/unix/sysdep.h.
* * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't includeRoland McGrath2001-11-061-0/+6
| | | | | sysdeps/powerpc/elf/sysdep.h. Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
* 2001-11-06 Roland McGrath <roland@frob.com>Roland McGrath2001-11-061-1/+0
| | | | | | * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't include sysdeps/powerpc/elf/sysdep.h. Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
* Update.Ulrich Drepper2001-11-061-1/+1
| | | | (process_envvars): Some more optimizations.
* Update.Ulrich Drepper2001-11-062-112/+76
| | | | | | * elf/rtld.c (process_dl_debug): Rewritten. Optimized for size not speed. (process_envvars): More some optimizations.
* Update.Ulrich Drepper2001-11-066-42/+55
| | | | | | | | | | | | | * elf/elf.h: Add dynamic tag definitions for prelinking. * elf/rtld.c (process_envvars): Avoid using array of string pointers. Rewrite code to remove environment varables for SUID binaries. Small optimization in LD_PROFILE handling. * sysdeps/generic/unsecvars.h: Adjust format for process_envvars changes. * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise. * sysdeps/generic/dl-sysdep.c: Don't initialize _dl_cpuclock_offset.
* Update.Ulrich Drepper2001-11-053-22/+21
| | | | | | | * elf/dl-reloc.c (_dl_reloc_bad_type): Rewrite to not use writable strings. Change type of second parameter. * sysdeps/generic/ldsodefs.h: Adjust _dl_reloc_bad_type prototype for last change.
* Update.Ulrich Drepper2001-11-052-2/+18
| | | | | | | | | | | | | | 2001-11-05 Ulrich Drepper <drepper@redhat.com> * io/fts.h: Prevent using <fts.h> with _FILE_OFFSET_BITS=64. 2001-11-04 Joseph S. Myers <jsm28@cam.ac.uk> * manual/string.texi: Fix typos. * manual/examples/argp-ex2.c: Likewise. * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h (REGISTER_DUMP): * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h (REGISTER_DUMP):
* Fix typos.Ulrich Drepper2001-11-052-2/+2
|
* * sysdeps/powerpc/elf/sysdep.h: Remove this file, because it overridesRoland McGrath2001-11-051-0/+9
| | | | | | | | the more-specific unix/sysv/linux/powerpc file and breaks everything. * sysdeps/powerpc/sysdep.h (ALIGNARG, ASM_TYPE_DIRECTIVE, ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, DO_CALL, JUMPTARGET, PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): These macros moved here here, put under [__ELF__].
* 2001-11-05 Roland McGrath <roland@frob.com>Roland McGrath2001-11-052-139/+121
| | | | | | | | | * sysdeps/powerpc/elf/sysdep.h: Remove this file, because it overrides the more-specific unix/sysv/linux/powerpc file and breaks everything. * sysdeps/powerpc/sysdep.h (ALIGNARG, ASM_TYPE_DIRECTIVE, ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, DO_CALL, JUMPTARGET, PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): These macros moved here here, put under [__ELF__].
* Update.Ulrich Drepper2001-11-052-2891/+2901
| | | | | | | | 2001-11-05 Ulrich Drepper <drepper@redhat.com> * manual/charset.texi: Extensive editing work. * manual/nss.texi: Likewise. Changes by Dennis Grace <dgrace@us.ibm.com>.
* Editing.Ulrich Drepper2001-11-051-2892/+2892
|
* * hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flagsRoland McGrath2001-11-041-0/+5
| | | | parameter to dir_mkfile.
* 2001-11-04 Roland McGrath <roland@frob.com>Roland McGrath2001-11-041-2/+2
| | | | | * hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flags parameter to dir_mkfile.
* Update.Ulrich Drepper2001-11-033-2/+36
| | | | | | | | | | | 2001-11-02 Jakub Jelinek <jakub@redhat.com> * string/bits/string2.h (__strndup): If n is smaller than len, set len to n + 1. * string/tester.c (test_strndup): New function. (main): Call it. * sunrpc/rpc_main.c: Optimize variable definitions a bit.
* Update.Ulrich Drepper2001-11-022-7/+9
| | | | * sunrpc/rpc_main.c: Optomize variable definitions a bit.
* Update.Ulrich Drepper2001-11-023-2/+25
| | | | | * sunrpc/Makefile (rpcgen-cmd): Use ../scripts/cpp in rpcgen calls. * scripts/cpp: New file.
* Update.Ulrich Drepper2001-11-012-21/+45
| | | | | | | 2001-11-01 Ulrich Drepper <drepper@redhat.com> * elf/dl-load.c (_dl_map_object): Correct test of DF_1_NODEFLIB for rtld_search_dirs content. Minor optimizations.
* Update.Ulrich Drepper2001-11-013-12/+20
| | | | | | | | | | | | | | 2001-10-31 Ulrich Drepper <drepper@redhat.com> * elf/dl-load.c (_dl_map_object): Make code a bit more compact by avoiding unnecessary duplication. 2001-10-31 Jakub Jelinek <jakub@redhat.com> * elf/dl-load.c (_dl_map_object): If library was found using LD_LIBRARY_PATH, don't try RUNPATH list. 2001-10-29 Kevin Ryde <user42@zip.com.au>
* Update.Ulrich Drepper2001-10-311-0/+7
| | | | | | | | | 2001-10-31 Martin Schwidefsky <schwidefsky@de.ibm.com> * sysdeps/unix/sysv/linux/s390/s390-32/register-dump (REGISTER_DUMP): Correct second argument of register_dump call. * sysdeps/unix/sysv/linux/s390/s390-64/register-dump (REGISTER_DUMP): Likewise.
* (REGISTER_DUMP): Correct second argument of register_dump call.Ulrich Drepper2001-10-312-2/+2
|
* Removed Makefile since it's not needed anymore with current GCC.Andreas Jaeger2001-10-312-4/+4
| | | | | | 2001-10-31 Andreas Jaeger <aj@suse.de> * sysdeps/x86_64/Makefile: Remove, we do not need it anymore.
* Update.Ulrich Drepper2001-10-3119-12/+639
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-10-31 Ulrich Drepper <drepper@redhat.com> * iconvdata/Makefile: Add support for IBM1132, IBM1133, and IBM1162 modules. * iconvdata/TESTS: Likewise. * iconvdata/gconv-modules: Likewise. * iconvdata/ibm1132.c: New file. * iconvdata/ibm1132.h: New file. * iconvdata/ibm1133.c: New file. * iconvdata/ibm1133.h: New file. * iconvdata/ibm1162.c: New file. * iconvdata/ibm1162.h: New file. * iconvdata/testdata/IBM1132: New file. * iconvdata/testdata/IBM1132..UTF8: New file. * iconvdata/testdata/IBM1133: New file. * iconvdata/testdata/IBM1133..UTF8: New file. * iconvdata/testdata/IBM1162: New file. * iconvdata/testdata/IBM1162..UTF8: New file. Patches by Masahide Washizawa <WASHI@jp.ibm.com>. * string/string.h: Fix typo in comment. * wcsmbs/wchar.h: Likewise. 2001-10-30 Joseph S. Myers <jsm28@cam.ac.uk> * manual/getopt.texi (getopt_long, getopt_long_only): Include const in type of longopts parameter. * sysdeps/ieee754/dbl-64/mpa.h: Add prototypes for internal functions. * manual/stdio.texi (Integer Conversions): Corrections to sample printf
* (getopt_long, getopt_long_only): Include const in type of longopts parameter.Ulrich Drepper2001-10-311-2/+2
|
* Update.Andreas Jaeger2001-10-292-0/+12
| | | | | | | 2001-10-29 Andreas Jaeger <aj@suse.de> * sysdeps/ieee754/dbl-64/mpa.h: Add prototypes for internal functions.