about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Update.Ulrich Drepper2004-10-283-2/+6
| | | | | | | 2004-10-27 Ulrich Drepper <drepper@redhat.com> * elf/dl-load.c (_dl_map_object): Use cache_rpath to check for existing rpath in main executable, not explicit test.
* Update.Ulrich Drepper2004-10-277-6/+56
| | | | | | | | | | | | | | | | 2004-10-27 Jakub Jelinek <jakub@redhat.com> * include/resolv.h (_res_opcodes): New extern. Add libresolv_hidden_proto. * resolv/res_debug.c (_res_opcodes): Remove. (__p_class_syms, __p_type_syms): Add libresolv_hidden_proto and libresolv_hidden_data_def. Remove attribute_hidden. * resolv/res_mkquery (_res_opcodes): Remove. * resolv/res_data.c (_res_opcodes): Remove attribute_hidden. Add libresolv_hidden_data_def. * elf/dl-open.c (_dl_open): Don't allow explicitly opening a DSO into an empty namespace.
* Update.Ulrich Drepper2004-10-274-67/+94
| | | | | | | | | | 2004-10-27 Ulrich Drepper <drepper@redhat.com> * elf/dl-fini.c (_dl_fini): Fix search for map in maps array. Reverse order of namespaces. * elf/Makefile: Add rules to build and run tst-dlmopen3. * elf/tst-dlmopen3.c: New file. * elf/tst-dlmopen1mod.c: Add check whether constructor runs.
* Update.Ulrich Drepper2004-10-273-3/+16
| | | | | | | | 2004-10-27 Jakub Jelinek <jakub@redhat.com> * sysdeps/generic/glob.c (globfree): Clear gl_pathv after freeing it. * posix/Makefile: Add rules to build and run bug-glob2 test. * posix/bug-glob2.c: New test.
* Test of globfree after failed glob call.Ulrich Drepper2004-10-271-0/+303
|
* * sysdeps/mach/hurd/i386/tls.h (HURD_TLS_DESC_DECL): New macro.Roland McGrath2004-10-273-13/+54
| | | | | | (_hurd_tls_init): Use it. (_hurd_tls_fork): New function. * sysdeps/mach/hurd/fork.c (__fork) [USE_TLS]: Call it.
* * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Initialize TCB->tcb.Roland McGrath2004-10-272-0/+8
|
* * sysdeps/gnu/netinet/udp.h (struct udphdr): Use u_int16_tRoland McGrath2004-10-262-8/+15
| | | | type instead of uint16_t. Formatting.
* * login/openpty.c (openpty): Add libutil_hidden_def.Roland McGrath2004-10-262-1/+4
|
* either libc_hidden_def or libnss_files_hidden_def, not hidden_def.Roland McGrath2004-10-262-3/+9
| | | | This file is also compiled into libnss_hesiod by #include.
* * sysdeps/unix/bsd/hp: Directory and all files removed.Roland McGrath2004-10-26378-15461/+15
| | | | | | | | | | | | | | | | These are now in the ports repository. * sysdeps/unix/bsd/osf: Likewise. * sysdeps/unix/bsd/sequent: Likewise. * sysdeps/unix/bsd/sony: Likewise. * sysdeps/unix/bsd/ultrix4: Likewise. * sysdeps/unix/sysv/aix: Likewise. * sysdeps/unix/sysv/hpux: Likewise. * sysdeps/unix/sysv/irix4: Likewise. * sysdeps/unix/sysv/isc2.2: Likewise. * sysdeps/unix/sysv/minix: Likewise. * sysdeps/unix/sysv/sco3.2.4: Likewise. * sysdeps/unix/sysv/sco3.2: Likewise. * sysdeps/unix/sysv/sysv4: Likewise.
* * nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define toRoland McGrath2004-10-262-1/+7
| | | | | libnss_files_hidden_def, not hidden_def. This file is also compiled into libnss_hesiod by #include.
* * configure.in (ASM_LINE_SEP): Move this setting to ...Roland McGrath2004-10-261-0/+7
| | | | | | * sysdeps/hppa/configure.in: ... here, new file. * sysdeps/hppa/configure: New generated file. * configure: Regenerated.
* 2004-10-25 Roland McGrath <roland@frob.com>Roland McGrath2004-10-264-72/+56
| | | | | | | * configure.in (ASM_LINE_SEP): Move this setting to ... * sysdeps/hppa/configure.in: ... here, new file. * sysdeps/hppa/configure: New generated file. * configure: Regenerated.
* (first_shoot): Fix typo.Ulrich Drepper2004-10-261-1/+1
|
* Update.Ulrich Drepper2004-10-255-8/+156
| | | | | | | | | | | | | 2004-10-25 Kaz Kojima <kkojima@rr.iij4u.or.jp> * sysdeps/sh/dl-machine.h: Include sysdep.h. (ELF_MACHINE_RUNTIME_TRAMPOLINE): Add CFI directives. (elf_machine_runtime_setup): Add always_inline attribute. (_dl_start_user): Pass the correct environ. (elf_machine_rela): Replace static inline by auto inline, add always_inline attribute. (elf_machine_rela_relative): Likewise. (elf_machine_lazy_rel): Likewise.
* Update.Ulrich Drepper2004-10-252-44/+42
| | | | * nis/nis_call.c: Pretty printing. Minor cleanups.
* Update.Ulrich Drepper2004-10-252-1/+7
| | | | | * nis/nis_addmember.c (nis_addmember): Add assert to check buffer bounds.
* Update.Ulrich Drepper2004-10-244-8/+23
| | | | * resolv/nss_dns/dns-host.c: Avoid using PLTs.
* Update.Ulrich Drepper2004-10-2410-2/+100
| | | | | | | | | | | | | * include/libc-symbols.h: Define hidden attribute macros for libnss_nisplus and libutil. * include/utmp.h: Add libutil_hidden_proto for login_tty. * login/login_tty.c: Add libutil_hidden_def. * nis/nisplus-parser.h: Add libnss_nisplus_hidden_proto for parsers. * nis/nss_nisplus/nisplus-parser.c: Add libnss_nisplus_hidden_def. * include/pty.h: New file. * include/rpcsvc/yp.h: New file. * include/rpcsvc/ypclnt.h: New file. * include/rpcsvc/ypupd.h: New file.
* Update.Ulrich Drepper2004-10-2421-191/+233
| | | | | | | | | | | | | | | | | | | | | | | | | * include/libc-symbols.h: Define hidden attribute macros for libnsl. * include/rpcsvc/nislib.h: Use libnsl_hidden_proto for various functions. * nis/nis_add.c: Add libnsl_hidden_def. Minor optimizations. * nis/nis_call.c: Likewise. * nis/nis_clone_obj.c: Likewise. * nis/nis_defaults.c: Likewise. * nis/nis_domain_of_r.c: Likewise. * nis/nis_error.c: Likewise. * nis/nis_file.c: Likewise. * nis/nis_free.c: Likewise. * nis/nis_local_names.c: Likewise. * nis/nis_lookup.c: Likewise. * nis/nis_modify.c: Likewise. * nis/nis_print.c: Likewise. * nis/nis_remove.c: Likewise. * nis/nis_subr.c: Likewise. * nis/nis_table.c: Likewise. * nis/nis_util.c: Likewise. * nis/yp_xdr.c: Likewise. * nis/ypclnt.c: Likewise. * nis/ypupdate_xdr.c: Likewise.
* Define hidden attribute macros for libnsl.Ulrich Drepper2004-10-241-0/+18
|
* Ancient files moved to ports repositoryRoland McGrath2004-10-24132-7537/+0
|
* Update.Ulrich Drepper2004-10-242-4/+8
| | | | * resolv/res_send.c (send_dg): Cope with failures.
* Update.Ulrich Drepper2004-10-246-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.
* Define hidden attribute macros for libnss_files.Ulrich Drepper2004-10-241-0/+18
|
* * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Don't return earlyRoland McGrath2004-10-242-4/+10
| | | | after an RPC succeeds.
* Moved ancient files to ports repositoryRoland McGrath2004-10-231-0/+3
| | | | | | * sysdeps/cris, sysdeps/unix/sysv/linux/cris: Likewise. * sysdeps/am29k, sysdeps/i860, sysdeps/i960, sysdeps/m88k: Likewise. * sysdeps/standalone, sysdeps/z8000: Likewise.
* Moved tahoe files to ports repositoryRoland McGrath2004-10-234-8/+1
| | | | * sysdeps/tahoe, sysdeps/unix/bsd/tahoe: Likewise.
* Moved vax files to ports repositoryRoland McGrath2004-10-2350-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.
* * Makefile (%.bz2, %.gz): Move these pattern rules ...Roland McGrath2004-10-231-0/+5
| | | | * Makerules: ... to here.
* 2004-10-22 Roland McGrath <roland@frob.com>Roland McGrath2004-10-232-3/+2
| | | | | * Makefile (%.bz2, %.gz): Move these pattern rules ... * Makerules: ... to here.
* Update.Ulrich Drepper2004-10-232-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.
* Update.Ulrich Drepper2004-10-231-0/+3
| | | | | * resolv/res_send.c: Remove compatibility code which is unused in glibc and probably bitrotten.
* Remove compatibility code which is unused in glibc and probably bitrotten.Ulrich Drepper2004-10-231-198/+2
|
* * elf/elf.h: Add R_MN10300_* relocation numbers.Roland McGrath2004-10-232-0/+33
|
* [BZ #471] Fix imported from gnulib.Roland McGrath2004-10-222-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.
* [BZ #468] Import a fix from gnulib.Roland McGrath2004-10-222-1/+5
| | | | | * time/mktime.c [! DEBUG]: Do not include <string.h>. It's needed only if DEBUG is nonzero.
* [BZ #470] Import fix from gnulib.Roland McGrath2004-10-222-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.
* [BZ #469] Imported from gnulib.Roland McGrath2004-10-222-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.
* [BZ #472]Roland McGrath2004-10-221-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.
* [BZ #472]Roland McGrath2004-10-221-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.
* Update.Ulrich Drepper2004-10-224-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>
* Update.Ulrich Drepper2004-10-222-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.
* Update.Ulrich Drepper2004-10-222-1/+11
| | | | | | | 2004-10-21 Ulrich Drepper <drepper@redhat.com> * posix/execvp.c (execvp): Also ignore ENODEV and ETIMEDOUT errno values.
* Update.Ulrich Drepper2004-10-211-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.
* (__lll_mutex_timedlock_wait): If woken but cannot get the lock, make sure 2 ↵Ulrich Drepper2004-10-211-4/+11
| | | | is stored in the futex and we looked at the old value. Fix a few other problems to return the correct value.
* * Makeconfig ($(common-objpfx)shlib-versions.v.i): Check also cvs/fedora-glibc-20041021T0701Roland McGrath2004-10-213-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.
* * manual/errno.texi (Error Codes): Add ENOKEY, EKEYEXPIRED, cvs/fedora-glibc-20041020T1016Roland McGrath2004-10-204-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-20 Roland McGrath <roland@redhat.com>Roland McGrath2004-10-203-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.