mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-17 08:21:07 +00:00
Update.
2000-01-12 Ulrich Drepper <drepper@cygnus.com> * iconvdata/gconv-modules: Add aliases ISO-IR-199 and ISO-IR-203. Reported by Bruno Haible <haible@ilog.fr>. 2000-01-11 Andreas Schwab <schwab@suse.de> * sysdeps/i386/fpu/libm-test-ulps: Adjust some epsilons. 2000-01-10 Thorsten Kukuk <kukuk@suse.de> * nss/getent.c: Add ipv6 support for hosts. 2000-01-05 Philip Blundell <pb@futuretv.com> * sysdeps/unix/sysv/linux/arm/Versions: Add getrlimit, setrlimit, getrlimit64, setrlimit64 for GLIBC_2.1.3. * sysdeps/unix/sysv/linux/arm/syscalls.list: Add oldgetrlimit, oldsetrlimit. * sysdeps/unix/sysv/linux/arm/oldsetrlimit64.c: New file. * sysdeps/unix/sysv/linux/arm/oldgetrlimit64.c: Likewise. * sysdeps/unix/sysv/linux/arm/setrlimit64.c: Likewise. * sysdeps/unix/sysv/linux/arm/getrlimit64.c: Likewise. * sysdeps/unix/sysv/linux/arm/setrlimit.c: Likewise. * sysdeps/unix/sysv/linux/arm/getrlimit.c: Likewise. * sysdeps/unix/sysv/linux/arm/Makefile [subdir=resource] (sysdep_routines): Add oldgetrlimit64, oldsetrlimit64. [subdir=misc] (sysdep_headers): Add sys/elf.h. 2000-01-09 Andreas Jaeger <aj@suse.de> * manual/install.texi (Tools for Compilation): Update required compiler version. (Configuring and compiling): Restore old comments about configparms; modify to reflect current usage. 2000-01-09 Philip Blundell <philb@gnu.org> * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't attempt name resolution if the hints included AI_NUMERICHOST.
This commit is contained in:
parent
2e8048e533
commit
ce75c139ac
42
ChangeLog
42
ChangeLog
@ -1,3 +1,45 @@
|
||||
2000-01-12 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* iconvdata/gconv-modules: Add aliases ISO-IR-199 and ISO-IR-203.
|
||||
Reported by Bruno Haible <haible@ilog.fr>.
|
||||
|
||||
2000-01-11 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* sysdeps/i386/fpu/libm-test-ulps: Adjust some epsilons.
|
||||
|
||||
2000-01-10 Thorsten Kukuk <kukuk@suse.de>
|
||||
|
||||
* nss/getent.c: Add ipv6 support for hosts.
|
||||
|
||||
2000-01-05 Philip Blundell <pb@futuretv.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/arm/Versions: Add getrlimit, setrlimit,
|
||||
getrlimit64, setrlimit64 for GLIBC_2.1.3.
|
||||
* sysdeps/unix/sysv/linux/arm/syscalls.list: Add oldgetrlimit,
|
||||
oldsetrlimit.
|
||||
* sysdeps/unix/sysv/linux/arm/oldsetrlimit64.c: New file.
|
||||
* sysdeps/unix/sysv/linux/arm/oldgetrlimit64.c: Likewise.
|
||||
* sysdeps/unix/sysv/linux/arm/setrlimit64.c: Likewise.
|
||||
* sysdeps/unix/sysv/linux/arm/getrlimit64.c: Likewise.
|
||||
* sysdeps/unix/sysv/linux/arm/setrlimit.c: Likewise.
|
||||
* sysdeps/unix/sysv/linux/arm/getrlimit.c: Likewise.
|
||||
|
||||
* sysdeps/unix/sysv/linux/arm/Makefile [subdir=resource]
|
||||
(sysdep_routines): Add oldgetrlimit64, oldsetrlimit64.
|
||||
[subdir=misc] (sysdep_headers): Add sys/elf.h.
|
||||
|
||||
2000-01-09 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* manual/install.texi (Tools for Compilation): Update required
|
||||
compiler version.
|
||||
(Configuring and compiling): Restore old comments about
|
||||
configparms; modify to reflect current usage.
|
||||
|
||||
2000-01-09 Philip Blundell <philb@gnu.org>
|
||||
|
||||
* sysdeps/posix/getaddrinfo.c (gaih_inet): Don't attempt name
|
||||
resolution if the hints included AI_NUMERICHOST.
|
||||
|
||||
2000-01-11 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* sysdeps/mips/__longjmp.c (__longjmp): Change call to abort into
|
||||
|
@ -346,6 +346,7 @@ module ISO-8859-13// INTERNAL ISO8859-13 1
|
||||
module INTERNAL ISO-8859-13// ISO8859-13 1
|
||||
|
||||
# from to module cost
|
||||
alias ISO-IR-199// ISO-8859-14//
|
||||
alias LATIN8// ISO-8859-14//
|
||||
alias L8// ISO-8859-14//
|
||||
alias ISO_8859-14:1998// ISO-8859-14//
|
||||
@ -353,6 +354,7 @@ module ISO-8859-14// INTERNAL ISO8859-14 1
|
||||
module INTERNAL ISO-8859-14// ISO8859-14 1
|
||||
|
||||
# from to module cost
|
||||
alias ISO-IR-203// ISO-8859-15//
|
||||
alias ISO_8859-15:1998// ISO-8859-15//
|
||||
module ISO-8859-15// INTERNAL ISO8859-15 1
|
||||
module INTERNAL ISO-8859-15// ISO8859-15 1
|
||||
|
@ -107,6 +107,22 @@ struct pthread_atomic {
|
||||
int p_spinlock;
|
||||
};
|
||||
|
||||
/* Context info for read write locks. The pthread_rwlock_info structure
|
||||
is information about a lock that has been read-locked by the thread
|
||||
in whose list this structure appears. The pthread_rwlock_context
|
||||
is embedded in the thread context and contains a pointer to the
|
||||
head of the list of lock info structures, as well as a count of
|
||||
read locks that are untracked, because no info structure could be
|
||||
allocated for them. */
|
||||
|
||||
struct _pthread_rwlock_t;
|
||||
|
||||
typedef struct _pthread_rwlock_info {
|
||||
struct _pthread_rwlock_info *pr_next;
|
||||
struct _pthread_rwlock_t *pr_lock;
|
||||
int pr_lock_count;
|
||||
} pthread_readlock_info;
|
||||
|
||||
struct _pthread_descr_struct {
|
||||
pthread_descr p_nextlive, p_prevlive;
|
||||
/* Double chaining of active threads */
|
||||
@ -149,6 +165,9 @@ struct _pthread_descr_struct {
|
||||
called on thread */
|
||||
char p_woken_by_cancel; /* cancellation performed wakeup */
|
||||
pthread_extricate_if *p_extricate; /* See above */
|
||||
pthread_readlock_info *p_readlock_list; /* List of readlock info structs */
|
||||
pthread_readlock_info *p_readlock_free; /* Free list of structs */
|
||||
int p_untracked_readlock_count; /* Readlocks not tracked by list */
|
||||
struct __res_state *p_resp; /* Pointer to resolver state */
|
||||
struct __res_state p_res; /* per-thread resolver state */
|
||||
/* New elements must be added at the end. */
|
||||
|
@ -497,6 +497,8 @@ static int pthread_handle_create(pthread_t *thread, const pthread_attr_t *attr,
|
||||
static void pthread_free(pthread_descr th)
|
||||
{
|
||||
pthread_handle handle;
|
||||
pthread_readlock_info *iter, *next;
|
||||
|
||||
ASSERT(th->p_exited);
|
||||
/* Make the handle invalid */
|
||||
handle = thread_handle(th->p_tid);
|
||||
@ -509,6 +511,23 @@ static void pthread_free(pthread_descr th)
|
||||
#endif
|
||||
/* One fewer threads in __pthread_handles */
|
||||
__pthread_handles_num--;
|
||||
|
||||
/* Destroy read lock list, and list of free read lock structures.
|
||||
If the former is not empty, it means the thread exited while
|
||||
holding read locks! */
|
||||
|
||||
for (iter = th->p_readlock_list; iter != NULL; iter = next)
|
||||
{
|
||||
next = iter->pr_next;
|
||||
free(iter);
|
||||
}
|
||||
|
||||
for (iter = th->p_readlock_free; iter != NULL; iter = next)
|
||||
{
|
||||
next = iter->pr_next;
|
||||
free(iter);
|
||||
}
|
||||
|
||||
/* If initial thread, nothing to free */
|
||||
if (th == &__pthread_initial_thread) return;
|
||||
if (!th->p_userstack)
|
||||
|
@ -74,7 +74,10 @@ struct _pthread_descr_struct __pthread_initial_thread = {
|
||||
{{{0, }}, 0, NULL}, /* td_eventbuf_t p_eventbuf */
|
||||
ATOMIC_INITIALIZER, /* struct pthread_atomic p_resume_count */
|
||||
0, /* char p_woken_by_cancel */
|
||||
NULL /* struct pthread_extricate_if *p_extricate */
|
||||
NULL, /* struct pthread_extricate_if *p_extricate */
|
||||
NULL, /* pthread_readlock_info *p_readlock_list; */
|
||||
NULL, /* pthread_readlock_info *p_readlock_free; */
|
||||
0 /* int p_untracked_readlock_count; */
|
||||
};
|
||||
|
||||
/* Descriptor of the manager thread; none of this is used but the error
|
||||
@ -122,7 +125,10 @@ struct _pthread_descr_struct __pthread_manager_thread = {
|
||||
{{{0, }}, 0, NULL}, /* td_eventbuf_t p_eventbuf */
|
||||
ATOMIC_INITIALIZER, /* struct pthread_atomic p_resume_count */
|
||||
0, /* char p_woken_by_cancel */
|
||||
NULL /* struct pthread_extricate_if *p_extricate */
|
||||
NULL, /* struct pthread_extricate_if *p_extricate */
|
||||
NULL, /* pthread_readlock_info *p_readlock_list; */
|
||||
NULL, /* pthread_readlock_info *p_readlock_free; */
|
||||
0 /* int p_untracked_readlock_count; */
|
||||
};
|
||||
|
||||
/* Pointer to the main thread (the father of the thread manager thread) */
|
||||
|
@ -54,3 +54,8 @@ static inline int remove_from_queue(pthread_descr * q, pthread_descr th)
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
static inline int queue_is_empty(pthread_descr * q)
|
||||
{
|
||||
return *q == NULL;
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Read-write lock implementation.
|
||||
Copyright (C) 1998 Free Software Foundation, Inc.
|
||||
Copyright (C) 1998, 2000 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Contributed by Xavier Leroy <Xavier.Leroy@inria.fr>
|
||||
and Ulrich Drepper <drepper@cygnus.com>, 1998.
|
||||
@ -21,11 +21,167 @@
|
||||
|
||||
#include <errno.h>
|
||||
#include <pthread.h>
|
||||
#include <stdlib.h>
|
||||
#include "internals.h"
|
||||
#include "queue.h"
|
||||
#include "spinlock.h"
|
||||
#include "restart.h"
|
||||
|
||||
/*
|
||||
* Check whether the calling thread already owns one or more read locks on the
|
||||
* specified lock. If so, return a pointer to the read lock info structure
|
||||
* corresponding to that lock.
|
||||
*/
|
||||
|
||||
static pthread_readlock_info *
|
||||
rwlock_is_in_list(pthread_descr self, pthread_rwlock_t *rwlock)
|
||||
{
|
||||
pthread_readlock_info *info;
|
||||
|
||||
for (info = self->p_readlock_list; info != NULL; info = info->pr_next)
|
||||
{
|
||||
if (info->pr_lock == rwlock)
|
||||
return info;
|
||||
}
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/*
|
||||
* Add a new lock to the thread's list of locks for which it has a read lock.
|
||||
* A new info node must be allocated for this, which is taken from the thread's
|
||||
* free list, or by calling malloc. If malloc fails, a null pointer is
|
||||
* returned. Otherwise the lock info structure is initialized and pushed
|
||||
* onto the thread's list.
|
||||
*/
|
||||
|
||||
static pthread_readlock_info *
|
||||
rwlock_add_to_list(pthread_descr self, pthread_rwlock_t *rwlock)
|
||||
{
|
||||
pthread_readlock_info *info = self->p_readlock_free;
|
||||
|
||||
if (info != NULL)
|
||||
self->p_readlock_free = info->pr_next;
|
||||
else
|
||||
info = malloc(sizeof *info);
|
||||
|
||||
if (info == NULL)
|
||||
return NULL;
|
||||
|
||||
info->pr_lock_count = 1;
|
||||
info->pr_lock = rwlock;
|
||||
info->pr_next = self->p_readlock_list;
|
||||
self->p_readlock_list = info;
|
||||
|
||||
return info;
|
||||
}
|
||||
|
||||
/*
|
||||
* If the thread owns a read lock over the given pthread_rwlock_t,
|
||||
* and this read lock is tracked in the thread's lock list,
|
||||
* this function returns a pointer to the info node in that list.
|
||||
* It also decrements the lock count within that node, and if
|
||||
* it reaches zero, it removes the node from the list.
|
||||
* If nothing is found, it returns a null pointer.
|
||||
*/
|
||||
|
||||
static pthread_readlock_info *
|
||||
rwlock_remove_from_list(pthread_descr self, pthread_rwlock_t *rwlock)
|
||||
{
|
||||
pthread_readlock_info **pinfo;
|
||||
|
||||
for (pinfo = &self->p_readlock_list; *pinfo != NULL; pinfo = &(*pinfo)->pr_next)
|
||||
{
|
||||
if ((*pinfo)->pr_lock == rwlock)
|
||||
{
|
||||
pthread_readlock_info *info = *pinfo;
|
||||
if (--info->pr_lock_count == 0)
|
||||
*pinfo = info->pr_next;
|
||||
return info;
|
||||
}
|
||||
}
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/*
|
||||
* This function checks whether the conditions are right to place a read lock.
|
||||
* It returns 1 if so, otherwise zero. The rwlock's internal lock must be
|
||||
* locked upon entry.
|
||||
*/
|
||||
|
||||
static int
|
||||
rwlock_can_rdlock(pthread_rwlock_t *rwlock, int have_lock_already)
|
||||
{
|
||||
/* Can't readlock; it is write locked. */
|
||||
if (rwlock->__rw_writer != NULL)
|
||||
return 0;
|
||||
|
||||
/* Lock prefers readers; get it. */
|
||||
if (rwlock->__rw_kind == PTHREAD_RWLOCK_PREFER_READER_NP)
|
||||
return 1;
|
||||
|
||||
/* Lock prefers writers, but none are waiting. */
|
||||
if (queue_is_empty(&rwlock->__rw_write_waiting))
|
||||
return 1;
|
||||
|
||||
/* Writers are waiting, but this thread already has a read lock */
|
||||
if (have_lock_already)
|
||||
return 1;
|
||||
|
||||
/* Writers are waiting, and this is a new lock */
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* This function helps support brain-damaged recursive read locking
|
||||
* semantics required by Unix 98, while maintaining write priority.
|
||||
* This basically determines whether this thread already holds a read lock
|
||||
* already. It returns 1 if so, otherwise it returns 0.
|
||||
*
|
||||
* If the thread has any ``untracked read locks'' then it just assumes
|
||||
* that this lock is among them, just to be safe, and returns 1.
|
||||
*
|
||||
* Also, if it finds the thread's lock in the list, it sets the pointer
|
||||
* referenced by pexisting to refer to the list entry.
|
||||
*
|
||||
* If the thread has no untracked locks, and the lock is not found
|
||||
* in its list, then it is added to the list. If this fails,
|
||||
* then *pout_of_mem is set to 1.
|
||||
*/
|
||||
|
||||
static int
|
||||
rwlock_have_already(pthread_descr *pself, pthread_rwlock_t *rwlock,
|
||||
pthread_readlock_info **pexisting, int *pout_of_mem)
|
||||
{
|
||||
pthread_readlock_info *existing = NULL;
|
||||
int out_of_mem = 0, have_lock_already = 0;
|
||||
pthread_descr self = *pself;
|
||||
|
||||
if (rwlock->__rw_kind == PTHREAD_RWLOCK_PREFER_WRITER_NP)
|
||||
{
|
||||
if (!self)
|
||||
self = thread_self();
|
||||
|
||||
existing = rwlock_is_in_list(self, rwlock);
|
||||
|
||||
if (existing != NULL || self->p_untracked_readlock_count > 0)
|
||||
have_lock_already = 1;
|
||||
else
|
||||
{
|
||||
existing = rwlock_add_to_list(self, rwlock);
|
||||
if (existing == NULL)
|
||||
out_of_mem = 1;
|
||||
}
|
||||
}
|
||||
|
||||
*pout_of_mem = out_of_mem;
|
||||
*pexisting = existing;
|
||||
*pself = self;
|
||||
|
||||
return have_lock_already;
|
||||
}
|
||||
|
||||
int
|
||||
pthread_rwlock_init (pthread_rwlock_t *rwlock,
|
||||
const pthread_rwlockattr_t *attr)
|
||||
@ -68,24 +224,26 @@ pthread_rwlock_destroy (pthread_rwlock_t *rwlock)
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
int
|
||||
pthread_rwlock_rdlock (pthread_rwlock_t *rwlock)
|
||||
{
|
||||
pthread_descr self = NULL;
|
||||
pthread_readlock_info *existing;
|
||||
int out_of_mem, have_lock_already;
|
||||
|
||||
while (1)
|
||||
have_lock_already = rwlock_have_already(&self, rwlock,
|
||||
&existing, &out_of_mem);
|
||||
|
||||
for (;;)
|
||||
{
|
||||
__pthread_lock (&rwlock->__rw_lock, self);
|
||||
if (rwlock->__rw_writer == NULL
|
||||
|| (rwlock->__rw_kind == PTHREAD_RWLOCK_PREFER_READER_NP
|
||||
&& rwlock->__rw_readers != 0))
|
||||
/* We can add a reader lock. */
|
||||
break;
|
||||
|
||||
/* Suspend ourselves, then try again */
|
||||
if (self == NULL)
|
||||
self = thread_self ();
|
||||
|
||||
__pthread_lock (&rwlock->__rw_lock, self);
|
||||
|
||||
if (rwlock_can_rdlock(rwlock, have_lock_already))
|
||||
break;
|
||||
|
||||
enqueue (&rwlock->__rw_read_waiting, self);
|
||||
__pthread_unlock (&rwlock->__rw_lock);
|
||||
suspend (self); /* This is not a cancellation point */
|
||||
@ -94,26 +252,56 @@ pthread_rwlock_rdlock (pthread_rwlock_t *rwlock)
|
||||
++rwlock->__rw_readers;
|
||||
__pthread_unlock (&rwlock->__rw_lock);
|
||||
|
||||
if (have_lock_already || out_of_mem)
|
||||
{
|
||||
if (existing != NULL)
|
||||
existing->pr_lock_count++;
|
||||
else
|
||||
self->p_untracked_readlock_count++;
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
int
|
||||
pthread_rwlock_tryrdlock (pthread_rwlock_t *rwlock)
|
||||
{
|
||||
int result = EBUSY;
|
||||
pthread_descr self = thread_self();
|
||||
pthread_readlock_info *existing;
|
||||
int out_of_mem, have_lock_already;
|
||||
int retval = EBUSY;
|
||||
|
||||
__pthread_lock (&rwlock->__rw_lock, NULL);
|
||||
if (rwlock->__rw_writer == NULL
|
||||
|| (rwlock->__rw_kind == PTHREAD_RWLOCK_PREFER_READER_NP
|
||||
&& rwlock->__rw_readers != 0))
|
||||
have_lock_already = rwlock_have_already(&self, rwlock,
|
||||
&existing, &out_of_mem);
|
||||
|
||||
__pthread_lock (&rwlock->__rw_lock, self);
|
||||
|
||||
/* 0 is passed to here instead of have_lock_already.
|
||||
This is to meet Single Unix Spec requirements:
|
||||
if writers are waiting, pthread_rwlock_tryrdlock
|
||||
does not acquire a read lock, even if the caller has
|
||||
one or more read locks already. */
|
||||
|
||||
if (rwlock_can_rdlock(rwlock, 0))
|
||||
{
|
||||
++rwlock->__rw_readers;
|
||||
result = 0;
|
||||
retval = 0;
|
||||
}
|
||||
|
||||
__pthread_unlock (&rwlock->__rw_lock);
|
||||
|
||||
return result;
|
||||
if (retval == 0)
|
||||
{
|
||||
if (have_lock_already || out_of_mem)
|
||||
{
|
||||
if (existing != NULL)
|
||||
existing->pr_lock_count++;
|
||||
else
|
||||
self->p_untracked_readlock_count++;
|
||||
}
|
||||
}
|
||||
|
||||
return retval;
|
||||
}
|
||||
|
||||
|
||||
@ -210,6 +398,28 @@ pthread_rwlock_unlock (pthread_rwlock_t *rwlock)
|
||||
__pthread_unlock (&rwlock->__rw_lock);
|
||||
if (th != NULL)
|
||||
restart (th);
|
||||
|
||||
/* Recursive lock fixup */
|
||||
|
||||
if (rwlock->__rw_kind == PTHREAD_RWLOCK_PREFER_WRITER_NP)
|
||||
{
|
||||
pthread_descr self = thread_self();
|
||||
pthread_readlock_info *victim = rwlock_remove_from_list(self, rwlock);
|
||||
|
||||
if (victim != NULL)
|
||||
{
|
||||
if (victim->pr_lock_count == 0)
|
||||
{
|
||||
victim->pr_next = self->p_readlock_free;
|
||||
self->p_readlock_free = victim;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
if (self->p_untracked_readlock_count > 0)
|
||||
self->p_untracked_readlock_count--;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
@ -95,7 +95,7 @@ typedef int pthread_once_t;
|
||||
|
||||
#ifdef __USE_UNIX98
|
||||
/* Read-write locks. */
|
||||
typedef struct
|
||||
typedef struct _pthread_rwlock_t
|
||||
{
|
||||
struct _pthread_fastlock __rw_lock; /* Lock to guarantee mutual exclusion */
|
||||
int __rw_readers; /* Number of readers */
|
||||
|
@ -97,6 +97,7 @@ enum
|
||||
{
|
||||
PTHREAD_RWLOCK_PREFER_READER_NP,
|
||||
PTHREAD_RWLOCK_PREFER_WRITER_NP,
|
||||
PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP,
|
||||
PTHREAD_RWLOCK_DEFAULT_NP = PTHREAD_RWLOCK_PREFER_WRITER_NP
|
||||
};
|
||||
#endif /* Unix98 */
|
||||
|
@ -281,6 +281,7 @@ CHARMAP
|
||||
<.M> /xB7 <U00B7> MIDDLE DOT
|
||||
<z<> /xB8 <U017E> LATIN SMALL LETTER Z WITH CARON
|
||||
<c<> /xB9 <U010D> LATIN SMALL LETTER C WITH CARON
|
||||
<s_,> /xBA <U0219> LATIN SMALL LETTER S WITH COMMA BELOW
|
||||
</>/>> /xBB <U00BB> RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
|
||||
<OE> /xBC <U0152> LATIN CAPITAL LIGATURE OE
|
||||
<oe> /xBD <U0153> LATIN SMALL LIGATURE OE
|
||||
|
31
nss/getent.c
31
nss/getent.c
@ -1,6 +1,6 @@
|
||||
/* Copyright (c) 1998, 1999 Free Software Foundation, Inc.
|
||||
/* Copyright (c) 1998, 1999, 2000 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1998.
|
||||
Contributed by Thorsten Kukuk <kukuk@suse.de>, 1998.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public License as
|
||||
@ -35,6 +35,7 @@
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <arpa/nameser.h>
|
||||
|
||||
/* Get libc version number. */
|
||||
#include <version.h>
|
||||
@ -251,7 +252,9 @@ static inline void
|
||||
print_hosts (struct hostent *host)
|
||||
{
|
||||
unsigned int i;
|
||||
char *ip = inet_ntoa(* (struct in_addr *) host->h_addr_list[0]);
|
||||
char buf[INET6_ADDRSTRLEN];
|
||||
const char *ip = inet_ntop (host->h_addrtype, host->h_addr_list[0],
|
||||
buf, sizeof (buf));
|
||||
|
||||
fputs (ip, stdout);
|
||||
for (i = strlen (ip); i < 16; ++i)
|
||||
@ -276,18 +279,22 @@ hosts_keys (int number, char *key[])
|
||||
|
||||
for (i = 0; i < number; ++i)
|
||||
{
|
||||
struct hostent *host;
|
||||
struct hostent *host = NULL;
|
||||
|
||||
if (isdigit (key[i][0]))
|
||||
if (strchr (key[i], ':') != NULL)
|
||||
{
|
||||
struct in_addr addr;
|
||||
addr.s_addr = inet_addr (key[i]);
|
||||
|
||||
host = gethostbyaddr ((char *)&addr, sizeof (struct in_addr),
|
||||
AF_INET);
|
||||
char addr[IN6ADDRSZ];
|
||||
if (inet_pton (AF_INET6, key[i], &addr))
|
||||
host = gethostbyaddr (addr, sizeof (addr), AF_INET6);
|
||||
}
|
||||
else
|
||||
host = gethostbyname (key[i]);
|
||||
else if (isdigit (key[i][0]))
|
||||
{
|
||||
char addr[INADDRSZ];
|
||||
if (inet_pton (AF_INET, key[i], &addr))
|
||||
host = gethostbyaddr (addr, sizeof (addr), AF_INET);
|
||||
}
|
||||
else if ((host = gethostbyname2 (key[i], AF_INET6)) == NULL)
|
||||
host = gethostbyname2 (key[i], AF_INET);
|
||||
|
||||
if (host == NULL)
|
||||
result = 2;
|
||||
|
@ -648,8 +648,8 @@ idouble: 2
|
||||
Test "j1 (10.0) == 0.043472746168861436670":
|
||||
float: 1
|
||||
ifloat: 1
|
||||
double: 1
|
||||
idouble: 1
|
||||
double: 2
|
||||
idouble: 2
|
||||
Test "j1 (2.0) == 0.57672480775687338720":
|
||||
double: 1
|
||||
idouble: 1
|
||||
@ -674,8 +674,8 @@ ifloat: 1
|
||||
Test "jn (1, 10.0) == 0.043472746168861436670":
|
||||
float: 1
|
||||
ifloat: 1
|
||||
double: 1
|
||||
idouble: 1
|
||||
double: 2
|
||||
idouble: 2
|
||||
Test "jn (1, 2.0) == 0.57672480775687338720":
|
||||
double: 1
|
||||
idouble: 1
|
||||
@ -715,6 +715,8 @@ Test "jn (3, 0.7) == 0.0069296548267508408077":
|
||||
double: 2
|
||||
idouble: 2
|
||||
Test "jn (3, 2.0) == 0.12894324947440205110":
|
||||
float: 1
|
||||
ifloat: 1
|
||||
double: 1
|
||||
idouble: 1
|
||||
Test "jn (3, 10.0) == 0.058379379305186812343":
|
||||
@ -889,6 +891,8 @@ idouble: 1
|
||||
Test "y0 (10.0) == 0.055671167283599391424":
|
||||
float: 1
|
||||
ifloat: 1
|
||||
double: 2
|
||||
idouble: 2
|
||||
Test "y0 (8.0) == 0.22352148938756622053":
|
||||
float: 1
|
||||
ifloat: 1
|
||||
@ -951,6 +955,8 @@ idouble: 1
|
||||
Test "yn (0, 10.0) == 0.055671167283599391424":
|
||||
float: 1
|
||||
ifloat: 1
|
||||
double: 2
|
||||
idouble: 2
|
||||
Test "yn (0, 8.0) == 0.22352148938756622053":
|
||||
float: 1
|
||||
ifloat: 1
|
||||
@ -1015,6 +1021,8 @@ Test "yn (3, 0.7) == -15.819479052819633505":
|
||||
double: 2
|
||||
idouble: 2
|
||||
Test "yn (3, 2.0) == -1.1277837768404277861":
|
||||
float: 1
|
||||
ifloat: 1
|
||||
double: 1
|
||||
idouble: 1
|
||||
Test "yn (3, 10.0) == -0.25136265718383732978":
|
||||
@ -1352,9 +1360,9 @@ double: 2
|
||||
idouble: 2
|
||||
|
||||
Function: "j1":
|
||||
double: 1
|
||||
double: 2
|
||||
float: 1
|
||||
idouble: 1
|
||||
idouble: 2
|
||||
ifloat: 1
|
||||
|
||||
Function: "jn":
|
||||
|
@ -381,7 +381,7 @@ gaih_inet (const char *name, const struct gaih_service *service,
|
||||
return -EAI_ADDRFAMILY;
|
||||
}
|
||||
|
||||
if (at->family == AF_UNSPEC)
|
||||
if (at->family == AF_UNSPEC && (req->ai_flags & AI_NUMERICHOST) == 0)
|
||||
{
|
||||
struct hostent *h;
|
||||
struct gaih_addrtuple **pat = &at;
|
||||
|
@ -1,5 +1,6 @@
|
||||
ifeq ($(subdir),misc)
|
||||
sysdep_routines += setfsgid setfsuid setresgid setresuid ioperm
|
||||
sysdep_headers += sys/elf.h
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),signal)
|
||||
@ -7,3 +8,7 @@ sysdep_routines += rt_sigsuspend rt_sigprocmask rt_sigtimedwait \
|
||||
rt_sigqueueinfo rt_sigaction rt_sigpending \
|
||||
sigrestorer
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),resource)
|
||||
sysdep_routines += oldgetrlimit64 oldsetrlimit64
|
||||
endif
|
||||
|
@ -4,4 +4,8 @@ libc {
|
||||
inb; inw; inl;
|
||||
outb; outw; outl;
|
||||
}
|
||||
GLIBC_2.1.3 {
|
||||
# New rlimit interface
|
||||
getrlimit; setrlimit; getrlimit64; setrlimit64;
|
||||
}
|
||||
}
|
||||
|
1
sysdeps/unix/sysv/linux/arm/getrlimit.c
Normal file
1
sysdeps/unix/sysv/linux/arm/getrlimit.c
Normal file
@ -0,0 +1 @@
|
||||
#include <sysdeps/unix/sysv/linux/i386/getrlimit.c>
|
1
sysdeps/unix/sysv/linux/arm/getrlimit64.c
Normal file
1
sysdeps/unix/sysv/linux/arm/getrlimit64.c
Normal file
@ -0,0 +1 @@
|
||||
#include <sysdeps/unix/sysv/linux/i386/getrlimit64.c>
|
1
sysdeps/unix/sysv/linux/arm/oldgetrlimit64.c
Normal file
1
sysdeps/unix/sysv/linux/arm/oldgetrlimit64.c
Normal file
@ -0,0 +1 @@
|
||||
#include <sysdeps/unix/sysv/linux/i386/oldgetrlimit64.c>
|
1
sysdeps/unix/sysv/linux/arm/oldsetrlimit64.c
Normal file
1
sysdeps/unix/sysv/linux/arm/oldsetrlimit64.c
Normal file
@ -0,0 +1 @@
|
||||
#include <sysdeps/unix/sysv/linux/i386/oldsetrlimit64.c>
|
1
sysdeps/unix/sysv/linux/arm/setrlimit.c
Normal file
1
sysdeps/unix/sysv/linux/arm/setrlimit.c
Normal file
@ -0,0 +1 @@
|
||||
#include <sysdeps/unix/sysv/linux/i386/setrlimit.c>
|
1
sysdeps/unix/sysv/linux/arm/setrlimit64.c
Normal file
1
sysdeps/unix/sysv/linux/arm/setrlimit64.c
Normal file
@ -0,0 +1 @@
|
||||
#include <sysdeps/unix/sysv/linux/i386/setrlimit64.c>
|
@ -12,3 +12,5 @@ s_setresuid setresuid setresuid 3 __syscall_setresuid
|
||||
s_setreuid setreuid setreuid 2 __syscall_setreuid
|
||||
s_setuid setuid setuid 1 __syscall_setuid
|
||||
syscall - syscall 7 syscall
|
||||
oldgetrlimit EXTRA getrlimit 2 __old_getrlimit getrlimit@GLIBC_2.0
|
||||
oldsetrlimit EXTRA setrlimit 2 __old_setrlimit setrlimit@GLIBC_2.0
|
||||
|
Loading…
Reference in New Issue
Block a user