]> git.ipfire.org Git - thirdparty/glibc.git/log
thirdparty/glibc.git
16 years ago[BZ #5427]
Ulrich Drepper [Sat, 8 Dec 2007 01:38:23 +0000 (01:38 +0000)] 
[BZ #5427]

* iconvdata/hp-roman9.c: New file.
* iconvdata/Makefile: Add rules for hp-roman9.c.
* iconvdata/tst-tables.sh: Add HP-ROMAN9.

* iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
* iconvdata/Makefile: Adjust appropriately.

keyword for gcc's braced-groups.

16 years ago[BZ #5441, BZ #5452, BZ #5454]
Ulrich Drepper [Fri, 7 Dec 2007 16:50:11 +0000 (16:50 +0000)] 
[BZ #5441, BZ #5452, BZ #5454]

2007-12-07  Ulrich Drepper  <drepper@redhat.com>
[BZ #5441]
* stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
structure, it's allocated with alloca.
* stdio-common/Makefile (tests): Add bug21.
* stdio-common/bug21.c: New file.

2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>

[BZ #5452]
* sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
  keyword for gcc's braced-groups.

2007-12-07  Ulrich Drepper  <drepper@redhat.com>

[BZ #5454]
* inet/ether_line.c: Strip hostname of whitespaces.
* inet/Makefile (tests): Add tst-ether_line.
* inet/tst-ether_line.c: New file.

16 years ago* locales/si_LK (mon): Fix February and November spelling.
Ulrich Drepper [Wed, 5 Dec 2007 06:52:49 +0000 (06:52 +0000)] 
* locales/si_LK (mon): Fix February and November spelling.

Patch by Danishka Navin <snavin@redhat.com>.

16 years ago* sysdeps/unix/sysv/linux/sh/lowlevellock.S (__lll_timedlock_wait):
Ulrich Drepper [Wed, 5 Dec 2007 02:31:48 +0000 (02:31 +0000)] 
* sysdeps/unix/sysv/linux/sh/lowlevellock.S (__lll_timedlock_wait):

Store 2 before returning ETIMEDOUT.

16 years ago[BZ #5439]
Ulrich Drepper [Mon, 3 Dec 2007 06:17:25 +0000 (06:17 +0000)] 
[BZ #5439]

* sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.

16 years ago[BZ #5435]
Ulrich Drepper [Mon, 3 Dec 2007 04:57:30 +0000 (04:57 +0000)] 
[BZ #5435]

* sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.

16 years ago* stdlib/tst-setcontext.c: Catch the case where the links gets
Ulrich Drepper [Mon, 3 Dec 2007 04:12:05 +0000 (04:12 +0000)] 
* stdlib/tst-setcontext.c: Catch the case where the links gets

messed up and we do not reach main again.

16 years ago* po/ca.po: Update from translation team.
Ulrich Drepper [Mon, 3 Dec 2007 00:04:09 +0000 (00:04 +0000)] 
* po/ca.po: Update from translation team.

16 years ago* posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
Ulrich Drepper [Mon, 26 Nov 2007 22:53:40 +0000 (22:53 +0000)] 
* posix/unistd.h: Declare fsync also for __USE_XOPEN2K.

16 years agoDefine __need_FILE also for __USE_XOPEN2K.
Ulrich Drepper [Mon, 26 Nov 2007 22:50:59 +0000 (22:50 +0000)] 
Define __need_FILE also for __USE_XOPEN2K.

* wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.

16 years agoDefine REG_ENOSYS also for Unix98.
Ulrich Drepper [Mon, 26 Nov 2007 13:07:53 +0000 (13:07 +0000)] 
Define REG_ENOSYS also for Unix98.

* posix/regex.h (REG_ENOSYS): Likewise.

16 years agoDeclare fsync also for Unix98.
Ulrich Drepper [Mon, 26 Nov 2007 12:53:17 +0000 (12:53 +0000)] 
Declare fsync also for Unix98.

2007-11-26  Ulrich Drepper  <drepper@redhat.com>

* posix/unistd.h: Declare fsync also for Unix98.

16 years agomemory allocation failed.
Ulrich Drepper [Sun, 25 Nov 2007 21:35:54 +0000 (21:35 +0000)] 
memory allocation failed.

16 years agoClear array before use.
Ulrich Drepper [Sun, 25 Nov 2007 21:29:30 +0000 (21:29 +0000)] 
Clear array before use.

* nscd/hstcache.c (cache_addhst): Likewise.
* nscd/grpcache.c (cache_addgr): Likewise.
* nscd/servicescache.c (cache_addserv): Likewise.
* nscd/pwdcache.c (cache_addpw): Likewise.
* nscd/initgrcache.c (addinitgroupsX): Likewise.

16 years ago* nscd/nscd.h (MAX_STACK_USE): Define.
Ulrich Drepper [Sun, 25 Nov 2007 21:08:01 +0000 (21:08 +0000)] 
* nscd/nscd.h (MAX_STACK_USE): Define.

* nscd/mem.c (MAX_STACK_USE): Remove definition here.
(gc): Initialize stack_used based on allocation in prune_cache.
* nscd/cache.c (prune_cache): Use heap for mark array if necessary.
Clear array bfore use.

* nscd/aicache.c (addhstaiX): Update statistics counter in case
memory allocate failed.

16 years ago* sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
Ulrich Drepper [Sat, 24 Nov 2007 03:23:39 +0000 (03:23 +0000)] 
* sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open

and creat system calls.

16 years ago* sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
Ulrich Drepper [Sat, 24 Nov 2007 03:12:25 +0000 (03:12 +0000)] 
* sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.

* nscd/mem.c (gc): Don't allocate arrays on the stack if they can
Return zero in case the thread library is not NPTL.

16 years ago* sysdeps/unix/sysv/linux/x86_64/lowlevellock.S (__lll_timedlock_wait):
Ulrich Drepper [Sat, 24 Nov 2007 01:16:53 +0000 (01:16 +0000)] 
* sysdeps/unix/sysv/linux/x86_64/lowlevellock.S (__lll_timedlock_wait):

Store 2 before returning ETIMEDOUT.
* sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise
* sysdeps/unix/sysv/linux/lowlevellock.c: Likewise.
(__lll_lock_wait_private): Optimize.
(__lll_lock_wait): Likewise.

16 years ago* sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
Ulrich Drepper [Fri, 23 Nov 2007 15:21:46 +0000 (15:21 +0000)] 
* sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,

strncat): Define as macros to avoid compile errors.

16 years ago* sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Add open and
Ulrich Drepper [Fri, 23 Nov 2007 15:20:57 +0000 (15:20 +0000)] 
* sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and

creat entries.

16 years ago* sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
Ulrich Drepper [Fri, 23 Nov 2007 15:19:41 +0000 (15:19 +0000)] 
* sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):

Add netiucv/iucv.h.
* sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
* sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
protocol.
* sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
* sysdeps/unix/sysv/linux/s390/opensock.c: New file.
* sysdeps/unix/sysv/linux/s390/sa_len.c: New file.

16 years agoPartially based on a patch by Petr Baudis <pasky@suse.cz>.
Ulrich Drepper [Fri, 23 Nov 2007 06:39:08 +0000 (06:39 +0000)] 
Partially based on a patch by Petr Baudis <pasky@suse.cz>.

16 years ago[BZ #5382]
Ulrich Drepper [Fri, 23 Nov 2007 06:37:58 +0000 (06:37 +0000)] 
[BZ #5382]

* nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
* nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
* nscd/mem.c (gc): Don't allocate arrays on stack if it can
overflow it.

* sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
Return zero in case thread library is not NPTL.

16 years ago[BZ #5375]
Ulrich Drepper [Fri, 23 Nov 2007 03:03:59 +0000 (03:03 +0000)] 
[BZ #5375]

* resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
initializing interface list.

16 years ago[BZ #5378]
Ulrich Drepper [Fri, 23 Nov 2007 02:36:37 +0000 (02:36 +0000)] 
[BZ #5378]

* nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
use result of nss_getgrgid_r if nothing was found.  For other
error return with a failure.
Partially based on a patch by Petr Baudis <pasky@suse.cz>.

16 years ago* locale/programs/ld-collate.c (collate_read): Fix loop to match
Ulrich Drepper [Thu, 22 Nov 2007 22:21:08 +0000 (22:21 +0000)] 
* locale/programs/ld-collate.c (collate_read): Fix loop to match

macro name.

16 years ago* sysdeps/pthread/pthread.h (pthread_cleanup_push,
Ulrich Drepper [Tue, 20 Nov 2007 22:48:12 +0000 (22:48 +0000)] 
* sysdeps/pthread/pthread.h (pthread_cleanup_push,

pthread_cleanup_push_defer_np): Add extra (void *) cast to shut up
g++ 4.1 and 4.2 -Wstrict-aliasing warnings.

16 years ago* sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
Ulrich Drepper [Tue, 20 Nov 2007 00:41:22 +0000 (00:41 +0000)] 
* sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.

(get_scope): For IPv4 scope, use scopes table.
(fini): Free scopes table if necessary.
(free_scopelist): New function.
(scopecmp): New function.
(gaiconf_init): Also handle scopev4 entries.
* posix/tst-rfc3484.c (do_test): Initialize scopes.
* posix/tst-rfc3484-2.c (do_test): Likewise.
* posix/gai.conf: Document scopev4 defaults.
* posix/Makefile (tests): Add tst-rfc3484-3.
* posix/tst-rfc3484-3.c: New file.

16 years ago* sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
Ulrich Drepper [Mon, 19 Nov 2007 17:31:40 +0000 (17:31 +0000)] 
* sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for

Teredo tunnels.

16 years ago* posix/gai.conf: Update for current default tables.
Ulrich Drepper [Mon, 19 Nov 2007 17:31:04 +0000 (17:31 +0000)] 
* posix/gai.conf: Update for current default tables.

2007-11-19  Ulrich Drepper  <drepper@redhat.com>

16 years ago* po/tr.po: Update from translation team.
Ulrich Drepper [Mon, 19 Nov 2007 10:10:46 +0000 (10:10 +0000)] 
* po/tr.po: Update from translation team.

16 years agoUpdate from translation team.
Ulrich Drepper [Mon, 19 Nov 2007 10:09:36 +0000 (10:09 +0000)] 
Update from translation team.

16 years ago* manual/arith.texi (Remainder Functions): Spelling fix.
Roland McGrath [Mon, 19 Nov 2007 01:00:59 +0000 (01:00 +0000)] 
* manual/arith.texi (Remainder Functions): Spelling fix.

From Shaun Silk <genix@mysoul.com.au>.

16 years ago* sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
Roland McGrath [Sun, 18 Nov 2007 22:51:20 +0000 (22:51 +0000)] 
* sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.

16 years ago2007-11-18 Roland McGrath <roland@frob.com>
Roland McGrath [Sun, 18 Nov 2007 22:51:16 +0000 (22:51 +0000)] 
2007-11-18  Roland McGrath  <roland@frob.com>

* sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.

16 years ago* po/zh_CN.po: Update from translation team.
Ulrich Drepper [Sun, 18 Nov 2007 05:43:03 +0000 (05:43 +0000)] 
* po/zh_CN.po: Update from translation team.

16 years ago* sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
Ulrich Drepper [Sat, 17 Nov 2007 08:49:48 +0000 (08:49 +0000)] 
* sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):

Add sys/signalfd.h and sys/eventfd.h.

16 years ago[BZ #5346]
Ulrich Drepper [Sat, 17 Nov 2007 07:37:47 +0000 (07:37 +0000)] 
[BZ #5346]

2007-11-15  Bruno Haible  <bruno@clisp.org>
[BZ #5346]
* intl/dcigettext.c (struct known_translation_t): Turn msgid into a
union.
(transcmp): Use the appropriate part of s1->msgid and s2->msgid.
(DCIGETTEXT): Change the allocation of the 'search' variable so that
it needs only fixed stack space. Delay the initialization of
msgid_len until it is needed.

16 years ago(struct known_translation_t): Turn msgid into a union. (transcmp): Use the appropriat...
Ulrich Drepper [Sat, 17 Nov 2007 07:37:30 +0000 (07:37 +0000)] 
(struct known_translation_t): Turn msgid into a union. (transcmp): Use the appropriate part of s1->msgid and s2->msgid. (DCIGETTEXT): Change the allocation of the 'search' variable so that it needs only fixed stack space. Delay the initialization of msgid_len until it is needed.

16 years agoUpdate.
Andreas Jaeger [Thu, 15 Nov 2007 19:06:20 +0000 (19:06 +0000)] 
Update.

2007-11-15  Andreas Jaeger  <aj@suse.de>

* sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.

16 years agoFix size of union.
Andreas Jaeger [Thu, 15 Nov 2007 19:06:06 +0000 (19:06 +0000)] 
Fix size of union.

16 years ago* po/ko.po: Update from translation team.
Ulrich Drepper [Thu, 15 Nov 2007 16:42:36 +0000 (16:42 +0000)] 
* po/ko.po: Update from translation team.

16 years ago* sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
Ulrich Drepper [Thu, 15 Nov 2007 00:03:41 +0000 (00:03 +0000)] 
* sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify

significantly.  The device type is also part of the ifinfomsg data.

16 years ago* po/nl.po: Likewise.
Ulrich Drepper [Wed, 14 Nov 2007 20:46:56 +0000 (20:46 +0000)] 
* po/nl.po: Likewise.

16 years ago* po/sv.po: Update from translation team.
Ulrich Drepper [Wed, 14 Nov 2007 20:45:46 +0000 (20:45 +0000)] 
* po/sv.po: Update from translation team.

16 years ago* nscd/cache.c (prune_cache): If cache is empty, instruct caller
Ulrich Drepper [Wed, 14 Nov 2007 15:26:10 +0000 (15:26 +0000)] 
* nscd/cache.c (prune_cache): If cache is empty, instruct caller

to wake up in 24 hours.

16 years ago* nscd/gai.c (__ioctl): Define. Include check_native.c.
Ulrich Drepper [Wed, 14 Nov 2007 15:14:05 +0000 (15:14 +0000)] 
* nscd/gai.c (__ioctl): Define.  Include check_native.c.

16 years ago* po/cs.po: Update from translation team.
Ulrich Drepper [Wed, 14 Nov 2007 07:01:23 +0000 (07:01 +0000)] 
* po/cs.po: Update from translation team.

* po/pl.po: Likewise.

16 years ago* include/ifaddrs.h: Remove in6ai_temporary.
Ulrich Drepper [Wed, 14 Nov 2007 06:58:35 +0000 (06:58 +0000)] 
* include/ifaddrs.h: Remove in6ai_temporary.

(struct in6addrinfo): Add index element.
Declare __check_native.
* inet/Makefile (aux): Add check_native.
* sysdeps/unix/sysv/linux/check_native.c: New file.
* sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
IFA_F_TEMPORARY.  Pass back ifa_index.
* sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
(rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
call __check_native if necessary.
(getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
to sort addresses.  Pass information about the results.
* posix/tst-rfc3484.c: Adjust for addition of index field and change
of rfc3484_sort interface.
* posix/tst-rfc3484-2.c: Likewise.

16 years ago* stdlib/stdlib.h: Define __compar_d_fn_t. Declare qsort_r.
Ulrich Drepper [Tue, 13 Nov 2007 17:21:43 +0000 (17:21 +0000)] 
* stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.

* include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
for _quicksort.
* stdlib/msort.c (qsort): Now a wrapper around qsort_r.
(qsort_r): Renamed from qsort.  Take additional parameter and pass it
on as third parameter to compare function and _quicksort.
* stdlib/qsort.c (_quicksort): Take additional parameter and pass on
to the compare function.
* stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
* Versions.def: Add GLIBC_2.8 for libc.

16 years ago* posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
Ulrich Drepper [Tue, 13 Nov 2007 17:06:28 +0000 (17:06 +0000)] 
* posix/tst-rfc3484.c: Adjust for addition of prefixlen field.

* posix/tst-rfc3484-2.c: Likewise.

16 years ago* include/kernel-features.h: Moved to...
Ulrich Drepper [Tue, 13 Nov 2007 16:28:48 +0000 (16:28 +0000)] 
* include/kernel-features.h: Moved to...

* sysdeps/mach/hurd/kernel-features.h: ...here.

16 years agoHurd-specific kernel-features.h.
Ulrich Drepper [Tue, 13 Nov 2007 16:28:42 +0000 (16:28 +0000)] 
Hurd-specific kernel-features.h.

16 years ago* sysdeps/i386/i586/memcpy_chk.S: New file.
Roland McGrath [Tue, 13 Nov 2007 01:56:21 +0000 (01:56 +0000)] 
* sysdeps/i386/i586/memcpy_chk.S: New file.

* sysdeps/i386/i586/mempcpy_chk.S: Likewise.
* sysdeps/i386/i586/memset_chk.S: Likewise.

16 years ago2007-09-13 H.J. Lu <hongjiu.lu@intel.com>
Roland McGrath [Tue, 13 Nov 2007 01:56:18 +0000 (01:56 +0000)] 
2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>

* sysdeps/i386/i586/memcpy_chk.S: New file.
* sysdeps/i386/i586/mempcpy_chk.S: Likewise.
* sysdeps/i386/i586/memset_chk.S: Likewise.

16 years ago* include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
Ulrich Drepper [Mon, 12 Nov 2007 23:55:58 +0000 (23:55 +0000)] 
* include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.

* sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
list of interfaces.  Also store prefix length.
* sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
(rfc3484_sort): In rule 9, for IPv4 addresses count only matching
prefix if source and destination address are in the same subnet.
(getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
Always look for matching record in in6ai list.
Correct source_addr_len value for IPv6->IPv4 converted records.

16 years ago(struct in6addrinfo): Add prefixlen field.
Ulrich Drepper [Mon, 12 Nov 2007 23:55:15 +0000 (23:55 +0000)] 
(struct in6addrinfo): Add prefixlen field.

16 years ago* include/kernel-features.h: New file.
Roland McGrath [Mon, 12 Nov 2007 00:10:56 +0000 (00:10 +0000)] 
* include/kernel-features.h: New file.

16 years ago2007-11-11 Roland McGrath <roland@frob.com>
Roland McGrath [Mon, 12 Nov 2007 00:10:51 +0000 (00:10 +0000)] 
2007-11-11  Roland McGrath  <roland@frob.com>

* include/kernel-features.h: New file.

16 years ago* sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
Ulrich Drepper [Sat, 10 Nov 2007 19:40:16 +0000 (19:40 +0000)] 
* sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary

complications for 64-bit platforms.

16 years ago* sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
Ulrich Drepper [Sat, 10 Nov 2007 19:36:06 +0000 (19:36 +0000)] 
* sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..

* sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
* sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
open64_2.
* sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
entries.
* sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
* sysdeps/wordsize-64/alphasort.c: New file.
* sysdeps/wordsize-64/alphasort64.c: New file.
* sysdeps/wordsize-64/fseeko.c: New file.
* sysdeps/wordsize-64/fseeko64.c: New file.
* sysdeps/wordsize-64/ftello.c: New file.
* sysdeps/wordsize-64/ftello64.c: New file.
* sysdeps/wordsize-64/ftw.c: New file.
* sysdeps/wordsize-64/ftw64.c: New file.
* sysdeps/wordsize-64/iofgetpos.c: New file.
* sysdeps/wordsize-64/iofgetpos64.c: New file.
* sysdeps/wordsize-64/iofopen.c: New file.
* sysdeps/wordsize-64/iofopen64.c: New file.
* sysdeps/wordsize-64/iofsetpos.c: New file.
* sysdeps/wordsize-64/iofsetpos64.c: New file.
* sysdeps/wordsize-64/lockf.c: New file.
* sysdeps/wordsize-64/lockf64.c: New file.
* sysdeps/wordsize-64/mkostemp.c: New file.
* sysdeps/wordsize-64/mkostemp64.c: New file.
* sysdeps/wordsize-64/mkstemp.c: New file.
* sysdeps/wordsize-64/mkstemp64.c: New file.
* sysdeps/wordsize-64/scandir.c: New file.
* sysdeps/wordsize-64/scandir64.c: New file.
* sysdeps/wordsize-64/tmpfile.c: New file.
* sysdeps/wordsize-64/tmpfile64.c: New file.
* sysdeps/wordsize-64/versionsort.c: New file.
* sysdeps/wordsize-64/versionsort64.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.

* crypt/sha256-crypt.c: Fix a comment.
* crypt/sha512-crypt.c: Likewise.

16 years ago[BZ #5240]
Ulrich Drepper [Fri, 9 Nov 2007 09:09:07 +0000 (09:09 +0000)] 
[BZ #5240]

* sysdeps/unix/sysv/linux/lowlevellock.c (__lll_timedlock_wait):
If we time out, try one last time to lock the futex to avoid
losing a wakeup signal.
* sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
* sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.

16 years ago[BZ #5245]
Ulrich Drepper [Thu, 8 Nov 2007 17:24:34 +0000 (17:24 +0000)] 
[BZ #5245]

2007-11-08  Ulrich Drepper  <drepper@redhat.com>
[BZ #5245]
* sysdeps/pthread/createthread.c (do_clone): Translate clone error
if necessary.

16 years ago* sysdeps/x86_64/memset.S: Add sfence after movnti.
Ulrich Drepper [Thu, 8 Nov 2007 01:07:04 +0000 (01:07 +0000)] 
* sysdeps/x86_64/memset.S: Add sfence after movnti.

16 years ago[BZ #5277]
Ulrich Drepper [Thu, 8 Nov 2007 00:04:24 +0000 (00:04 +0000)] 
[BZ #5277]

2007-11-07  Ulrich Drepper  <drepper@redhat.com>
[BZ #5277]
* iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
because output buffer is too small break, don't loop.
* iconvdata/Makefile (tests): Add bug-iconv6.
* iconvdata/bug-iconv6.c: New file.

16 years ago* stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
Ulrich Drepper [Tue, 6 Nov 2007 21:38:49 +0000 (21:38 +0000)] 
* stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size

with size_t type.
* stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
size_t.  Add casts where needed.

16 years ago* locales/dz_BT: Fix representation of data.
Ulrich Drepper [Tue, 6 Nov 2007 18:50:21 +0000 (18:50 +0000)] 
* locales/dz_BT: Fix representation of data.

16 years ago* nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
Ulrich Drepper [Tue, 6 Nov 2007 18:26:44 +0000 (18:26 +0000)] 
* nscd/selinux.c (nscd_request_avc_has_perm): When compiled with

old headers, don't call avc_has_perm if we don't have the
permission information.

16 years ago* elf/rtld.c (dl_main): Use the page size to find the map start.
Ulrich Drepper [Tue, 6 Nov 2007 01:12:33 +0000 (01:12 +0000)] 
* elf/rtld.c (dl_main): Use the page size to find the map start.

16 years ago* time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
Ulrich Drepper [Tue, 6 Nov 2007 01:04:13 +0000 (01:04 +0000)] 
* time/tzfile.c (__tzfile_read): Fix check for version 0 data files.

Patch by Szymon Siwek <sls@poczta.wp.pl>.

16 years ago* nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
Ulrich Drepper [Tue, 6 Nov 2007 00:45:40 +0000 (00:45 +0000)] 
* nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only

when the lookup call failed.

* nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
Add prune_cond and wakeup_time.
(CACHE_PRUNE_INTERNAL): Define.
Update declarations of prune_cache and setup_thread.
* nscd/connections.c (dbs): Update initializers.
(CACHE_PRUNE_INTERNAL): Moved to nscd.h.
(nscd_init): Default number of threads is now 4.
(invalidate_cache): Take lock before calling prune_cache.
(handle_request): If SELinux forbids the request, say so.
(readylist_cond): Use static initializer.
(nscd_run_prune): New function.  Used only by pruning threads.
(nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
here.
(fd_ready): Update nscd_run reference.
(start_threads): No need to initialize readylist_cond.
Start pruning threads separately.
* nscd/nscd_setup_thread.c: Change return value type to int and always
return 0.
* sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
to int and return nonzero value if we can use the TID address hack.
* nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
the database is later than the new entry's timeout, update the
wakeup time and wake the cleanup thread.
(prune_cache): Return seconds the next entry in the database is still
valid.  Remove locking for pruning here.
* nscd/nscd.conf: Document default number of threads.

16 years ago* sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
Ulrich Drepper [Wed, 31 Oct 2007 19:25:15 +0000 (19:25 +0000)] 
* sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure

stack is properly aligned for the target function.
Correct unwind info.

16 years ago* elf/rtld.c (dl_main): Initialize stack and pointer guard early
Ulrich Drepper [Wed, 31 Oct 2007 15:28:30 +0000 (15:28 +0000)] 
* elf/rtld.c (dl_main): Initialize stack and pointer guard early

when using auditing libraries.

16 years ago* resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
Ulrich Drepper [Tue, 30 Oct 2007 00:58:03 +0000 (00:58 +0000)] 
* resolv/Versions [libresolv] (GLIBC_PRIVATE): Add

_nss_dns_getnetbyaddr2_r.
* resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
extra parameter to getanswer_r.
(_nss_dns_getnetbyaddr_r): Now a wrapper around
_nss_dns_getnetbyaddr2_r.

16 years ago* nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
Ulrich Drepper [Tue, 30 Oct 2007 00:48:09 +0000 (00:48 +0000)] 
* nscd/Makefile (nscd-modules): Replace gethstbynm2_r with

gethstbynm3_r.
* nscd/gethstbynm2_r.c: Remove.
* nscd/gethstbynm3_r.c: New file.
* nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
__gethostbyaddr_r.
* nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
__gethostbyaddr_r compatibility wrapper.
* nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
determining timeout of entry.
(lookup): Take new parameter and pass it to __gethostbyname3_r and
__gethostbyaddr2_r.
(addhstbyX): Pass reference to variable for TTL to lookup and
cache_addhst.
* nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
__nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
and __nss_next2.  Remove __nss_services_lookup.
* nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
Add compat wrapper.
* nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
__nss_next2.
* nss/getXXent_r.c: Likewise.
* nss/getnssent_r.c: Likewise.
* nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
does not exist in module, try the optional second name.
(__nss_next2): New function.
(__nss_next): Now wrapper around __nss_next2.
* nss/nsswitch.h: Adjust __nss_lookup prototype.
Declare __nss_next2.
Adjust definition of db_lookup_function type.
* nss/service-lookup.c: Define NO_COMPAT.
* include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
* inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
* inet/ether_ntoh.c: Likewise.
* sunrpc/netname.c: Likewise.
* sunrpc/publickey.c: Likewise.
* inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
* inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
* inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
* inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
* inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.

* nscd/aicache.c (addhstaiX): Fix default TTL handling.

* inet/getnetgrent.c (setup): Encrypt static pointer.

16 years agoDeclare __gethostbyaddr2_r and __gethostbyname3_r.
Ulrich Drepper [Tue, 30 Oct 2007 00:43:16 +0000 (00:43 +0000)] 
Declare __gethostbyaddr2_r and __gethostbyname3_r.

16 years agoUpdate to latest upstream version
Andreas Jaeger [Mon, 29 Oct 2007 05:41:06 +0000 (05:41 +0000)] 
Update to latest upstream version

16 years ago[BZ #5204]
Ulrich Drepper [Sun, 28 Oct 2007 19:46:50 +0000 (19:46 +0000)] 
[BZ #5204]

* crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
* crypt/sha512c-test.c: Likewise.

16 years ago* stdio-common/Makefile (tests): Add bug20.
Ulrich Drepper [Sun, 28 Oct 2007 16:45:27 +0000 (16:45 +0000)] 
* stdio-common/Makefile (tests): Add bug20.

* stdio-common/bug20.c: New file.

16 years ago[BZ #5225]
Ulrich Drepper [Sun, 28 Oct 2007 08:58:24 +0000 (08:58 +0000)] 
[BZ #5225]

* stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
to keep track of end of %[ format string element.

16 years ago[BZ #5222]
Ulrich Drepper [Sun, 28 Oct 2007 08:24:07 +0000 (08:24 +0000)] 
[BZ #5222]

2007-10-28  Ulrich Drepper  <drepper@redhat.com>
[BZ #5222]
* elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
path elements in counting mode.

16 years ago[BZ #5040]
Ulrich Drepper [Sun, 28 Oct 2007 01:34:10 +0000 (01:34 +0000)] 
[BZ #5040]

* sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.

16 years ago[BZ #3112]
Ulrich Drepper [Sun, 28 Oct 2007 01:29:21 +0000 (01:29 +0000)] 
[BZ #3112]

2007-10-27  Andreas Jaeger  <aj@suse.de>
[BZ #3112]
* sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
(__cleanup): Free shared library when exiting.
* sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
(__cleanup): Free shared library when exiting.

16 years ago[BZ #2549]
Ulrich Drepper [Sun, 28 Oct 2007 01:14:40 +0000 (01:14 +0000)] 
[BZ #2549]

2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
[BZ #2549]
* math/libm-test.inc (check_float_internal): Support
denormalized return.

16 years ago[BZ #5208]
Ulrich Drepper [Sun, 28 Oct 2007 01:08:55 +0000 (01:08 +0000)] 
[BZ #5208]

2007-10-23  Andreas Jaeger  <aj@suse.de>
[BZ #5208]
* sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
__LONG_LONG_PAIR to handle little endian byte order.
Suggested by abhishekrai@google.com

16 years ago* malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
Ulrich Drepper [Sun, 28 Oct 2007 00:59:34 +0000 (00:59 +0000)] 
* malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.

16 years ago* nscd/cache.c (prune_cache): Move test for modified file outside
Ulrich Drepper [Fri, 26 Oct 2007 23:52:34 +0000 (23:52 +0000)] 
* nscd/cache.c (prune_cache): Move test for modified file outside

of locking.

16 years ago(prune_cache): Move test for modified file outside of locking.
Ulrich Drepper [Fri, 26 Oct 2007 23:51:31 +0000 (23:51 +0000)] 
(prune_cache): Move test for modified file outside of locking.

16 years ago* manual/texinfo.tex: Update to latest version.
Andreas Jaeger [Mon, 22 Oct 2007 05:00:46 +0000 (05:00 +0000)] 
* manual/texinfo.tex: Update to latest version.

* manual/sysinfo.texi (System Parameters): Fix Formatting.

* manual/arith.texi (Status bit operations): Fix formatting.

* manual/errno.texi (Error Messages): Fix formatting.

* manual/sysinfo.texi (System Parameters): Fix formatting.

* manual/libc.texinfo: Update VERSION and UPDATED.
2007-10-21  Andreas Jaeger  <aj@suse.de>

* manual/texinfo.tex: Update to latest version.

* manual/sysinfo.texi (System Parameters): Fix Formatting.

* manual/arith.texi (Status bit operations): Fix formatting.

* manual/errno.texi (Error Messages): Fix formatting.

* manual/sysinfo.texi (System Parameters): Fix formatting.

* manual/libc.texinfo: Update VERSION and UPDATED.

16 years ago* elf/Makefile ($(objpfx)ld.so): Use $(AWK).
Roland McGrath [Sat, 20 Oct 2007 00:54:29 +0000 (00:54 +0000)] 
* elf/Makefile ($(objpfx)ld.so): Use $(AWK).

16 years ago2007-10-19 Roland McGrath <roland@redhat.com>
Roland McGrath [Sat, 20 Oct 2007 00:54:16 +0000 (00:54 +0000)] 
2007-10-19  Roland McGrath  <roland@redhat.com>

* elf/Makefile ($(objpfx)ld.so): Use $(AWK).
* scripts/check-errnos.sh: Likewise.

16 years ago2007-10-06 David S. Miller <davem@davemloft.net>
Jakub Jelinek [Fri, 19 Oct 2007 06:59:33 +0000 (06:59 +0000)] 
2007-10-06  David S. Miller  <davem@davemloft.net>

* configure.in: Add sparcv9v2 and sparc64v2.
* scripts/config.sub: Likewise.
* configure: Regenerate.
* elf/elf.h (HWCAP_SPARC_N2): New.
* sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
* sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
(HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
* sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
* sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
* sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
* sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
2007-10-06  David S. Miller  <davem@davemloft.net>

* configure.in: Add sparcv9v2 and sparc64v2.
* scripts/config.sub: Likewise.
* configure: Regenerate.
* elf/elf.h (HWCAP_SPARC_N2): New.
* sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
* sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
(HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
* sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
* sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
* sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
* sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.

16 years ago* sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
Ulrich Drepper [Thu, 18 Oct 2007 22:25:09 +0000 (22:25 +0000)] 
* sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call

even if the poll result indicates there is data to read.
Patch by Jeff Moyer <jmoyer@redhat.com>.

16 years ago(clntudp_call): Don't block in recvfrom call even if the poll result indicates there...
Ulrich Drepper [Thu, 18 Oct 2007 22:23:57 +0000 (22:23 +0000)] 
(clntudp_call): Don't block in recvfrom call even if the poll result indicates there is data to read.

16 years ago* elf/elf.h (NT_PPC_VMX): New macro.
Roland McGrath [Thu, 18 Oct 2007 08:49:49 +0000 (08:49 +0000)] 
* elf/elf.h (NT_PPC_VMX): New macro.

2007-10-17  Ulrich Drepper  <drepper@redhat.com>

16 years ago2007-10-18 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 18 Oct 2007 08:49:44 +0000 (08:49 +0000)] 
2007-10-18  Roland McGrath  <roland@redhat.com>

* elf/elf.h (NT_PPC_VMX): New macro.

16 years agoStart 2.8 development.
Ulrich Drepper [Thu, 18 Oct 2007 05:45:49 +0000 (05:45 +0000)] 
Start 2.8 development.

2007-10-17  Ulrich Drepper  <drepper@redhat.com>

* version.h (VERSION): Set to 2.7.90.

16 years ago* sysdeps/x86_64/memset.S (bzero): Renamed to __bzero. Add cvs/glibc-2_7 cvs/glibc-2_7-base glibc-2.7
Jakub Jelinek [Thu, 18 Oct 2007 00:09:32 +0000 (00:09 +0000)] 
* sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add

weak_alias.
2007-10-17  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
weak_alias.

16 years ago* sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
Roland McGrath [Wed, 17 Oct 2007 22:32:40 +0000 (22:32 +0000)] 
* sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.

* sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.

16 years ago2007-10-17 Roland McGrath <roland@frob.com>
Roland McGrath [Wed, 17 Oct 2007 22:32:35 +0000 (22:32 +0000)] 
2007-10-17  Roland McGrath  <roland@frob.com>

* sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
* sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.