]> sourceware.org Git - glibc.git/log
glibc.git
18 years agotypo
Roland McGrath [Sun, 24 Jul 2005 21:47:52 +0000 (21:47 +0000)]
typo

2005-07-24  Ulrich Drepper  <drepper@redhat.com>

18 years ago[BZ #1125]
Roland McGrath [Sun, 24 Jul 2005 21:44:32 +0000 (21:44 +0000)]
[BZ #1125]

bz tag
[BZ #1125]

18 years ago[BZ #1125]
Ulrich Drepper [Sun, 24 Jul 2005 21:41:49 +0000 (21:41 +0000)]
[BZ #1125]

* posix/Makefile (tests): Add tst-execvp4.
* posix/tst-execvp4.c: New file.

2005-07-24  Jakub Jelinek  <jakub@redhat.com>

[BZ #1125]
* posix/execvp.c (execvp): Change path_malloc to
char *, free that pointer on failure.

-2005-07-24  Ulrich Drepper  <drepper@redhat.com>

18 years ago* wcsmbs/Makefile: Add rules to build and run tst-wchar-h.
Ulrich Drepper [Sun, 24 Jul 2005 20:03:14 +0000 (20:03 +0000)]
* wcsmbs/Makefile: Add rules to build and run tst-wchar-h.

* wcsmbs/tst-wchar-h.c: New file.

18 years ago* wcsmbs/bits/wchar2.h: Use __FILE not FILE.
Ulrich Drepper [Sun, 24 Jul 2005 19:52:01 +0000 (19:52 +0000)]
* wcsmbs/bits/wchar2.h: Use __FILE not FILE.

* stdio-common/fxprintf.c (__fxprintf): Define variable more local.

18 years ago* stdio-common/fxprintf.c (__fxprintf): Declare functions more local.
Ulrich Drepper [Fri, 22 Jul 2005 15:12:23 +0000 (15:12 +0000)]
* stdio-common/fxprintf.c (__fxprintf): Declare functions more local.

2005-07-22  Jakub Jelinek  <jakub@redhat.com>

* wcsmbs/bits/wchar2.h (__vfwprintf_chk, __vwprintf_chk): Use
__gnuc_va_list rather than _G_va_list.

18 years ago(__vfwprintf_chk, __vwprintf_chk): Use __gnuc_va_list rather than _G_va_list.
Ulrich Drepper [Fri, 22 Jul 2005 15:06:27 +0000 (15:06 +0000)]
(__vfwprintf_chk, __vwprintf_chk): Use __gnuc_va_list rather than _G_va_list.

18 years ago[BZ #869]
Roland McGrath [Fri, 22 Jul 2005 07:10:10 +0000 (07:10 +0000)]
[BZ #869]

2005-07-22  Roland McGrath  <roland@redhat.com>
[BZ #869]
* Makerules ($(objpfx)stubs): Fix last change.

18 years ago* nscd/Makefile ($(objpfx)nscd): Pass $(nscd-cflags) to $(LINK.o).
Roland McGrath [Fri, 22 Jul 2005 05:35:27 +0000 (05:35 +0000)]
* nscd/Makefile ($(objpfx)nscd): Pass $(nscd-cflags) to $(LINK.o).

18 years ago* stdlib/Makefile (headers): Move bits/wchar.h to ... cvs/fedora-glibc-20050722T0433
Roland McGrath [Fri, 22 Jul 2005 04:25:52 +0000 (04:25 +0000)]
* stdlib/Makefile (headers): Move bits/wchar.h to ...

* wcsmbs/Makefile (headers): ... here.  Add bits/wchar2.h too.

18 years ago2005-07-21 Roland McGrath <roland@redhat.com>
Roland McGrath [Fri, 22 Jul 2005 04:25:47 +0000 (04:25 +0000)]
2005-07-21  Roland McGrath  <roland@redhat.com>

* stdlib/Makefile (headers): Move bits/wchar.h to ...
* wcsmbs/Makefile (headers): ... here.  Add bits/wchar2.h too.

18 years ago* wcsmbs/bits/wchar2.h (swprintf): Remove format argument.
Ulrich Drepper [Thu, 21 Jul 2005 16:23:54 +0000 (16:23 +0000)]
* wcsmbs/bits/wchar2.h (swprintf): Remove format argument.

* debug/tst-chk1.c (do_test): Add test for swprintf with format
being the last argument.

2005-07-21  Thorsten Kukuk  <kukuk@suse.de>

* debug/getgroups_chk.c (__getgroups_chk): Fix return value.

* stdio-common/fxprintf.c: Include string.h.

18 years ago* sysdeps/x86_64/fpu/libm-test-ulps: Adjust expected atan2f results. cvs/fedora-glibc-20050721T0814
Ulrich Drepper [Wed, 20 Jul 2005 18:20:48 +0000 (18:20 +0000)]
* sysdeps/x86_64/fpu/libm-test-ulps: Adjust expected atan2f results.

* sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
* sysdeps/s390/fpu/libm-test-ulps: Likewise.

            Darin Petkov  <darin@tensilica.com>

18 years ago2005-07-20 Bob Wilson <bob.wilson@acm.org>
Ulrich Drepper [Wed, 20 Jul 2005 18:02:49 +0000 (18:02 +0000)]
2005-07-20  Bob Wilson  <bob.wilson@acm.org>

            Darin Petkov <darin@tensilica.com>

* sysdeps/ieee754/flt-32/e_atan2f.c (pi_lo): Correct exponent value.

18 years ago* include/stdio.h (__fxprintf): Remove wfmt argument.
Ulrich Drepper [Wed, 20 Jul 2005 17:51:14 +0000 (17:51 +0000)]
* include/stdio.h (__fxprintf): Remove wfmt argument.

* stdio-common/fxprintf.c: Include assert.h, ctype.h and wchar.h.
(__fxprintf): Remove wfmt argument, create wfmt format string on
the fly from fmt.
* argp/argp-fmtstream.c: Adjust all __fxprintf callers.
* argp/argp-help.c: Likewise.
* assert/assert-perr.c: Likewise.
* assert/assert.c: Likewise.
* gmon/gmon.c: Likewise.
* inet/rcmd.c: Likewise.
* malloc/obstack.c: Likewise.
* misc/error.c: Likewise.
* misc/getpass.c: Likewise.
* posix/getopt.c: Likewise.
* resolv/res_hconf.c: Likewise.
* stdio-common/perror.c: Likewise.
* stdio-common/psignal.c: Likewise.
* stdlib/fmtmsg.c: Likewise.
* sunrpc/auth_unix.c: Likewise.
* sunrpc/clnt_perr.c: Likewise.
* sunrpc/clnt_tcp.c: Likewise.
* sunrpc/clnt_udp.c: Likewise.
* sunrpc/clnt_unix.c: Likewise.
* sunrpc/svc_simple.c: Likewise.
* sunrpc/svc_tcp.c: Likewise.
* sunrpc/svc_udp.c: Likewise.
* sunrpc/svc_unix.c: Likewise.
* sunrpc/xdr.c: Likewise.
* sunrpc/xdr_array.c: Likewise.
* sunrpc/xdr_rec.c: Likewise.
* sunrpc/xdr_ref.c: Likewise.
* sysdeps/generic/wordexp.c: Likewise.

18 years ago* wcsmbs/bits/wchar2.h: Add definitions for wcrtomb, mbsrtowcs,
Ulrich Drepper [Wed, 20 Jul 2005 07:43:27 +0000 (07:43 +0000)]
* wcsmbs/bits/wchar2.h: Add definitions for wcrtomb, mbsrtowcs,

wcsrtombs, mbsnrtowcs, and wcsnrtombs.
* debug/Makefile (routines): Add wcrtomb_chk, mbsrtowcs_chk,
wcsrtombs_chk, mbsnrtowcs_chk, and wcsnrtombs_chk.
* debug/Versions: Add __wcrtomb_chk, __mbsrtowcs_chk,
__wcsrtombs_chk, __mbsnrtowcs_chk, and __wcsnrtombs_chk.
* debug/tst-chk1.c: Add tests for new functions.
* debug/mbsnrtowcs_chk.c: New file.
* debug/mbsrtowcs_chk.c: New file.
* debug/wcrtomb_chk.c: New file.
* debug/wcsnrtombs_chk.c: New file.
* debug/wcsrtombs_chk.c: New file.

* include/stdio.h: Add declaration for __fxprintf.

18 years ago* stdio-common/Makefile (aux): Add fxprintf.
Ulrich Drepper [Tue, 19 Jul 2005 23:46:55 +0000 (23:46 +0000)]
* stdio-common/Makefile (aux): Add fxprintf.

* stdio-common/fxprintf.c: New file.
* include/stdio.h: Add declaration for stdio.h.
* argp/argp-fmtstream.c: Use __fxprintf instead of inline stream
orientation test and two separate function calls.
* argp/argp-help.c: Likewise.
* assert/assert-perr.c: Likewise.
* assert/assert.c: Likewise.
* gmon/gmon.c: Likewise.
* inet/rcmd.c: Likewise.
* malloc/obstack.c: Likewise.
* misc/error.c: Likewise.
* misc/getpass.c: Likewise.
* posix/getopt.c: Likewise.
* resolv/res_hconf.c: Likewise.
* stdio-common/perror.c: Likewise.
* stdio-common/psignal.c: Likewise.
* stdlib/fmtmsg.c: Likewise.
* sunrpc/auth_unix.c: Likewise.
* sunrpc/clnt_perr.c: Likewise.
* sunrpc/clnt_tcp.c: Likewise.
* sunrpc/clnt_udp.c: Likewise.
* sunrpc/clnt_unix.c: Likewise.
* sunrpc/svc_simple.c: Likewise.
* sunrpc/svc_tcp.c: Likewise.
* sunrpc/svc_udp.c: Likewise.
* sunrpc/svc_unix.c: Likewise.
* sunrpc/xdr.c: Likewise.
* sunrpc/xdr_array.c: Likewise.
* sunrpc/xdr_rec.c: Likewise.
* sunrpc/xdr_ref.c: Likewise.
* sysdeps/generic/wordexp.c: Likewise.

* misc/Makefile: Add rules to build and run tst-error1.
* misc/tst-error1.c: New file.
* misc/error.c: Fix memory leak and possibly endless loop.

18 years ago* configure.in: Check for -fstack-protector gcc option.
Ulrich Drepper [Tue, 19 Jul 2005 15:35:50 +0000 (15:35 +0000)]
* configure.in: Check for -fstack-protector gcc option.

* config.make.in (have-ssp): Add template.
* nscd/Makefile (nscd-cflags): Add -fstack-protector if supported.

* nscd/nscd.c (main): Don't ignore result of chdir call.

18 years ago(main): Don't ignore result of chdir call.
Ulrich Drepper [Tue, 19 Jul 2005 15:30:46 +0000 (15:30 +0000)]
(main): Don't ignore result of chdir call.

18 years ago[BZ #869, BZ #1113]
Roland McGrath [Tue, 19 Jul 2005 03:55:04 +0000 (03:55 +0000)]
[BZ #869, BZ #1113]

2005-07-18  Roland McGrath  <roland@redhat.com>
[BZ #869]
* Makerules ($(objpfx)stubs): Do cd into $(objdir) to reduce size of
objdump command line.

[BZ #1113]

18 years ago[BZ #869]
Roland McGrath [Tue, 19 Jul 2005 03:54:55 +0000 (03:54 +0000)]
[BZ #869]

2005-07-18  Roland McGrath  <roland@redhat.com>
[BZ #869]
* Makerules ($(objpfx)stubs): Do cd into $(objdir) to reduce size of
objdump command line.

18 years ago* nscd/Makefile (nscd-cflags): Add _FORTIFY_SOURCE.
Ulrich Drepper [Mon, 18 Jul 2005 22:28:46 +0000 (22:28 +0000)]
* nscd/Makefile (nscd-cflags): Add _FORTIFY_SOURCE.

* nscd/connections.c: Fix a few wur warnings.

18 years ago* nscd/grpcache.c (cache_addgr): Use correct maximum for group ID
Ulrich Drepper [Mon, 18 Jul 2005 21:07:28 +0000 (21:07 +0000)]
* nscd/grpcache.c (cache_addgr): Use correct maximum for group ID

length.  Patch by Ivan Gyurdiev <ivg2@cornell.edu>.

* debug/confstr_chk.c: New file.
* debug/getdomainname_chk.c: New file.
* debug/getgroups_chk.c: New file.
* debug/gethostname_chk.c: New file.
* debug/getlogin_r_chk.c: New file.
* debug/ttyname_r_chk.c: New file.
* posix/bits/unistd.h: Add definitions for new debug versions.
* debug/tst-chk1.c: Add tests for new functions.
* debug/Versions: Export new functions.
* debug/Makefile (routines): Add new files.

* stdlib/bits/stdlib.h: Fix typo.

* manual/Makefile (libc/index.html): Depend on dir-add.texi.

18 years agoFix typo.
Ulrich Drepper [Mon, 18 Jul 2005 20:53:13 +0000 (20:53 +0000)]
Fix typo.

18 years ago[BZ #1104, BZ #1105, BZ #1106, BZ #1107, BZ #1108, BZ #1109, BZ #1110, BZ #1111]
Roland McGrath [Mon, 18 Jul 2005 04:15:35 +0000 (04:15 +0000)]
[BZ #1104, BZ #1105, BZ #1106, BZ #1107, BZ #1108, BZ #1109, BZ #1110, BZ #1111]

BZ tags
[BZ #1106]
[BZ #1106]
[BZ #1111]
[BZ #1109]
[BZ #1106]
[BZ #1104]
[BZ #1106]
[BZ #1105]
[BZ #1110]
[BZ #1110]
[BZ #1107]
[BZ #1108]

18 years ago[BZ #549, BZ #653, BZ #1079, BZ #1080, BZ #1081, BZ #1082, BZ #1083, BZ #1085, BZ...
Roland McGrath [Mon, 18 Jul 2005 03:26:39 +0000 (03:26 +0000)]
[BZ #549, BZ #653, BZ #1079, BZ #1080, BZ #1081, BZ #1082, BZ #1083, BZ #1085, BZ #1086, BZ #1087, BZ #1088, BZ #1090, BZ #1093, BZ #1094, BZ #1095, BZ #1096, BZ #1097, BZ #1098, BZ #1099, BZ #1100, BZ #1101, BZ #1103]

BZ tags
[BZ #1079]
[BZ #1080]
[BZ #1101]
[BZ #1097]
[BZ #653]
[BZ #1088]
[BZ #1088]
[BZ #1085]
[BZ #1096]
[BZ #1086]
[BZ #1086]
[BZ #1086]
[BZ #1083]
[BZ #1093]
[BZ #1094]
[BZ #1081]
[BZ #1090]
[BZ #1082]
[BZ #1087]
[BZ #1098]
[BZ #549]
[BZ #1101]
[BZ #1095]
[BZ #1100]
[BZ #1103]
[BZ #1100]
[BZ #1099]

18 years ago * manual/Makefile (libc/index.html): Depend on dir-add.texi.
Roland McGrath [Mon, 18 Jul 2005 00:05:08 +0000 (00:05 +0000)]
    * manual/Makefile (libc/index.html): Depend on dir-add.texi.

18 years ago2005-07-13 Thorsten Kukuk <kukuk@suse.de>
Roland McGrath [Mon, 18 Jul 2005 00:04:52 +0000 (00:04 +0000)]
2005-07-13  Thorsten Kukuk  <kukuk@suse.de>

        * manual/Makefile (libc/index.html): Add dir-add.texi.

18 years ago2005-07-13 Thorsten Kukuk <kukuk@suse.de>
Roland McGrath [Mon, 18 Jul 2005 00:04:48 +0000 (00:04 +0000)]
2005-07-13  Thorsten Kukuk  <kukuk@suse.de>

        * manual/Makefile (libc/index.html): Add dir-add.texi.

18 years ago* stdlib/bits/stdlib.h: Use __REDIRECT_NTH instead of __REDIRECT
Ulrich Drepper [Sat, 16 Jul 2005 05:59:07 +0000 (05:59 +0000)]
* stdlib/bits/stdlib.h: Use __REDIRECT_NTH instead of __REDIRECT

* wcsmbs/bits/wchar2.h: Likewise.

18 years ago* wcsmbs/bits/wchar2.h: Use __REDIRECT_NTH instead of __REDIRECT
Ulrich Drepper [Fri, 15 Jul 2005 23:50:29 +0000 (23:50 +0000)]
* wcsmbs/bits/wchar2.h: Use __REDIRECT_NTH instead of __REDIRECT

where necessary.

18 years agoPretty printing.
Ulrich Drepper [Fri, 15 Jul 2005 14:48:49 +0000 (14:48 +0000)]
Pretty printing.

18 years agoUpdate.
Andreas Jaeger [Fri, 15 Jul 2005 10:49:02 +0000 (10:49 +0000)]
Update.

2005-07-15  Andreas Jaeger  <aj@suse.de>

* debug/Makefile (tst-lfschk3-ENV): New, set locale.
(tst-lfschk2-ENV): New.
(tst-lfschk1-ENV): New.
(tst-chk3-ENV): New.
(tst-chk2-ENV): New.
(tst-chk1-ENV): New.

* include/stdlib.h: Remove malloc attribute from __posix_memalign.
* stdlib/stdlib.h: Likewise.

18 years ago* include/stdlib.h: Remove malloc attribute from __posix_memalign.
Andreas Jaeger [Fri, 15 Jul 2005 10:47:20 +0000 (10:47 +0000)]
* include/stdlib.h: Remove malloc attribute from __posix_memalign.

* stdlib/stdlib.h: Likewise.

18 years ago* wcsmbs/bits/wchar2.h: New file.
Ulrich Drepper [Fri, 15 Jul 2005 10:32:45 +0000 (10:32 +0000)]
* wcsmbs/bits/wchar2.h: New file.

* include/bits/wchar2.h: New file.
* wcsmbs/wchar.h: Include <bits/wchar2.h> if fortification is
requested.
* wcsmbs/wcsncpy.c: Add __wcsncpy alias.
* string/bits/string3.h: Add fortified stpncpy definitions.
* sysdeps/generic/stpncpy_chk.c: New file.
* libio/vswprintf.c: Move _IO_wstrnfile definition to strfile.h.
Export _IO_wstrn_jumps.
* libio/strfile.h: Define _IO_wstrnfile and declare _IO_wstrn_jumps.
* include/wchar.h: Declare __wcsncpy and __vswprintf_chk.
* debug/fgetws_chk.c: New file.
* debug/fgetws_u_chk.c: New file.
* debug/fwprintf_chk.c: New file.
* debug/swprintf_chk.c: New file.
* debug/vfwprintf_chk.c: New file.
* debug/vswprintf_chk.c: New file.
* debug/vwprintf_chk.c: New file.
* debug/wcpcpy_chk.c: New file.
* debug/wcpncpy_chk.c: New file.
* debug/wcscat_chk.c: New file.
* debug/wcscpy_chk.c: New file.
* debug/wcsncat_chk.c: New file.
* debug/wcsncpy_chk.c: New file.
* debug/wmemcpy_chk.c: New file.
* debug/wmemmove_chk.c: New file.
* debug/wmempcpy_chk.c: New file.
* debug/wmemset_chk.c: New file.
* debug/wprintf_chk.c: New file.
* debug/tst-chk1.c: Add tests for new functions.
* debug/Versions: Export new functions.
* debug/Makefile (routines): Add new functions.

18 years ago* nscd/nscd_helper.c: Add a few __builtin_expect.
Ulrich Drepper [Thu, 14 Jul 2005 02:53:33 +0000 (02:53 +0000)]
* nscd/nscd_helper.c: Add a few __builtin_expect.

18 years ago* nscd/connections.c (send_ro_fd): Make sure BUF is aligned correctly.
Ulrich Drepper [Thu, 14 Jul 2005 02:17:58 +0000 (02:17 +0000)]
* nscd/connections.c (send_ro_fd): Make sure BUF is aligned correctly.

18 years ago* nscd/nscd_helper.c (wait_on_socket): New function.
Ulrich Drepper [Wed, 13 Jul 2005 22:47:24 +0000 (22:47 +0000)]
* nscd/nscd_helper.c (wait_on_socket): New function.

(get_mapping): Use wait_on_socket instead of poll.  The former handles
EINTR of poll correctly.
(__nscd_open_socket): Likewise.
(get_mapping): Make sure BUF is aligned correctly.
(get_mapping): Use munmap on correct pointer.

18 years ago* include/libc-symbols.h: Define macros for librt hidden symbols.
Ulrich Drepper [Wed, 13 Jul 2005 06:26:17 +0000 (06:26 +0000)]
* include/libc-symbols.h: Define macros for librt hidden symbols.

* include/time.h: Add librt_hidden_proto definition for clock_gettime.
* sysdeps/generic/clock_gettime.c: Add librt_hidden_def.
* sysdeps/unix/clock_gettime.c: Likewise.

18 years ago* stdlib/bits/stdlib.h: New file.
Ulrich Drepper [Wed, 13 Jul 2005 06:09:58 +0000 (06:09 +0000)]
* stdlib/bits/stdlib.h: New file.

* stdlib/stdlib.h: Include <bits/stdlib.h> if fortification is
requested.
* Makefile (headers): Add bits/stdlib.h.
* include/bits/stdlib.h: New file.
* debug/Depend: New file.
* debug/ptsname_r_chk.c: New file.
* debug/realpath_chk.c: New file.
* debug/wctomb_chk.c: New file.
* debug/Makefile (routines): Add ptsname_r_chk, realpath_chk, and
wctomb_chk.
* debug/Versions: Export __ptsname_r_chk, __realpath_chk, and
__wctomb_chk.
* debug/tst-chk1.c: Add tests for __ptsname_r_chk, __realpath_chk, and
__wctomb_chk.

18 years ago* sysdeps/unix/sysv/linux/ia64/has_cpuclock.c: Include not-cancel.h.
Ulrich Drepper [Tue, 12 Jul 2005 21:38:07 +0000 (21:38 +0000)]
* sysdeps/unix/sysv/linux/ia64/has_cpuclock.c: Include not-cancel.h.

(has_cpuclock): Use open_not_cancel_2 instead of open, read_not_cancel
instead of read and close_not_cancel_no_status instead of close.

18 years ago* sysdeps/s390/s390-64/bcopy.S (__bcopy): Use
Ulrich Drepper [Tue, 12 Jul 2005 21:22:37 +0000 (21:22 +0000)]
* sysdeps/s390/s390-64/bcopy.S (__bcopy): Use

HIDDEN_BUILTIN_JUMPTARGET to jump to memmove.

18 years ago* sysdeps/pthread/pthread.h (PTHREAD_MUTEX_INITIALIZER,
Ulrich Drepper [Mon, 11 Jul 2005 16:41:29 +0000 (16:41 +0000)]
* sysdeps/pthread/pthread.h (PTHREAD_MUTEX_INITIALIZER,

PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP,
PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP,
PTHREAD_MUTEX_ADAPTIVE_NP, PTHREAD_RWLOCK_INITIALIZER,
PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP,
PTHREAD_COND_INITIALIZER): Supply zeros for all fields
in the structure.
* Makefile (tests): Add tst-initializers1.
(CFLAGS-tst-initializers1.c): Set.
* tst-initializers1.c: New test.

2005-07-11  Jakub Jelinek  <jakub@redhat.com>

18 years ago* sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h (pthread_rwlock_t):
Ulrich Drepper [Mon, 11 Jul 2005 15:49:23 +0000 (15:49 +0000)]
* sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h (pthread_rwlock_t):

Make sure __flags are located at offset 48 from the start of the
structure.

18 years ago2005-06-27 Carlos O'Donell <carlos@systemhalted.org>
Ulrich Drepper [Sun, 10 Jul 2005 22:06:09 +0000 (22:06 +0000)]
2005-06-27  Carlos O'Donell  <carlos@systemhalted.org>

* posix/regcomp.c (re_compile_internal): Call __libc_lock_init

18 years ago2005-06-27 Carlos O'Donell <carlos@systemhalted.org>
Ulrich Drepper [Sun, 10 Jul 2005 22:02:15 +0000 (22:02 +0000)]
2005-06-27  Carlos O'Donell <carlos@systemhalted.org>

* posix/regcomp.c (re_compile_internal): __libc_lock_init
after init_dfa.

19 years ago* sysdeps/x86_64/fpu/s_sincosl.S: Use retq not ret. Remove
Ulrich Drepper [Fri, 8 Jul 2005 22:26:24 +0000 (22:26 +0000)]
* sysdeps/x86_64/fpu/s_sincosl.S: Use retq not ret.  Remove

alignment.
* sysdeps/x86_64/fpu/s_sincos.S: New file.

19 years ago* include/fenv.h: Add libm_hidden_proto for fesetround and
Ulrich Drepper [Fri, 8 Jul 2005 18:54:49 +0000 (18:54 +0000)]
* include/fenv.h: Add libm_hidden_proto for fesetround and

feholdexcept.
* sysdeps/alpha/fpu/feholdexcpt.c: Add libm_hidden_def.
* sysdeps/alpha/fpu/fesetround.c: Likewise.
* sysdeps/generic/feholdexcpt.c: Likewise.
* sysdeps/generic/fesetround.c: Likewise.
* sysdeps/i386/fpu/feholdexcpt.c: Likewise.
* sysdeps/i386/fpu/fesetround.c: Likewise.
* sysdeps/ia64/fpu/feholdexcpt.c: Likewise.
* sysdeps/ia64/fpu/fesetround.c: Likewise.
* sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
* sysdeps/powerpc/fpu/fesetround.c: Likewise.
* sysdeps/s390/fpu/feholdexcpt.c: Likewise.
* sysdeps/s390/fpu/fesetround.c: Likewise.
* sysdeps/sh/sh4/fpu/feholdexcpt.c: Likewise.
* sysdeps/sh/sh4/fpu/fesetround.c: Likewise.
* sysdeps/sparc/fpu/feholdexcpt.c: Likewise.
* sysdeps/sparc/fpu/fesetround.c: Likewise.
* sysdeps/x86_64/fpu/feholdexcpt.c: Likewise.
* sysdeps/x86_64/fpu/fesetround.c: Likewise.
* sysdeps/generic/s_significand.c (__significand): Use __ilogb not
ilogb.
* sysdeps/generic/s_significandf.c (__significandf): Use __ilogbf
not ilogbf.

19 years ago* sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Use __sin and
Ulrich Drepper [Fri, 8 Jul 2005 17:59:03 +0000 (17:59 +0000)]
* sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Use __sin and

__cos, not sin and cos.

19 years ago[BZ #408]
Ulrich Drepper [Fri, 8 Jul 2005 16:20:37 +0000 (16:20 +0000)]
[BZ #408]

2005-07-08  Ulrich Drepper  <drepper@redhat.com>
[BZ #408]
* locales/vi_VN: Update locale.

19 years ago* resolv/res_send.c (send_dg): Recognize referral results and cvs/fedora-glibc-20050708T0811
Ulrich Drepper [Fri, 8 Jul 2005 06:50:06 +0000 (06:50 +0000)]
* resolv/res_send.c (send_dg): Recognize referral results and

treat them as server errors.
Based on a patch by Jason Vas Dias <jvdias@redhat.com>.

2005-07-08  Carlos O'Donell  <carlos@systemhalted.org>

19 years ago(send_dg): Recognize referral results and treat them as server errors.
Ulrich Drepper [Fri, 8 Jul 2005 06:49:08 +0000 (06:49 +0000)]
(send_dg): Recognize referral results and treat them as server errors.

19 years ago* sysdeps/hppa/setjmp.S (__sigsetjmp): Use %r1 not %r19.
Roland McGrath [Fri, 8 Jul 2005 06:11:29 +0000 (06:11 +0000)]
* sysdeps/hppa/setjmp.S (__sigsetjmp): Use %r1 not %r19.

19 years ago2005-07-08 Carlos O'Donell <carlos@systemhalted.org>
Roland McGrath [Fri, 8 Jul 2005 06:10:39 +0000 (06:10 +0000)]
2005-07-08  Carlos O'Donell <carlos@systemhalted.org>

* sysdeps/hppa/add_n.s (__mpn_add_n): Use sr0 or r0, not 0.
* sysdeps/hppa/lshift.s (__mpn_lshift): Likewise.
* sysdeps/hppa/rshift.s (__mpn_rshift): Likewise.
* sysdeps/hppa/sub_n.s (__mpn_sub_n): Likewise.
* sysdeps/hppa/udiv_qrnnd.s (__udiv_qrnnd): Likewise.
* sysdeps/hppa/hppa1.1/udiv_qrnnd.s (__udiv_qrnnd): Likewise.

19 years ago2005-07-08 Carlos O'Donell <carlos@systemhalted.org>
Roland McGrath [Fri, 8 Jul 2005 06:10:13 +0000 (06:10 +0000)]
2005-07-08  Carlos O'Donell <carlos@systemhalted.org>

* sysdeps/hppa/add_n.s (__mpn_add_n): Use sr0 or r0, not 0.
* sysdeps/hppa/lshift.s (__mpn_lshift): Likewise.
* sysdeps/hppa/rshift.s (__mpn_rshift): Likewise.
* sysdeps/hppa/sub_n.s (__mpn_sub_n): Likewise.
* sysdeps/hppa/udiv_qrnnd.s (__udiv_qrnnd): Likewise.
* sysdeps/hppa/hppa1.1/udiv_qrnnd.s (__udiv_qrnnd): Likewise.

19 years ago* sysdeps/generic/s_ctan.c (__ctan): Likewise.
Ulrich Drepper [Thu, 7 Jul 2005 23:46:51 +0000 (23:46 +0000)]
* sysdeps/generic/s_ctan.c (__ctan): Likewise.

* sysdeps/generic/s_ctanf.c (__ctanf): Likewise.
* sysdeps/generic/s_ctanl.c (__ctanl): Likewise.

19 years ago* sysdeps/generic/s_ctanh.c (__ctanh): Handle case of zero den better.
Ulrich Drepper [Thu, 7 Jul 2005 23:31:46 +0000 (23:31 +0000)]
* sysdeps/generic/s_ctanh.c (__ctanh): Handle case of zero den better.

* sysdeps/generic/s_ctanhf.c (__ctanhf): Likewise.
* sysdeps/generic/s_ctanhl.c (__ctanhl): Likewise.

19 years ago(__ctanhl): Handle case of zero den better.
Ulrich Drepper [Thu, 7 Jul 2005 23:29:00 +0000 (23:29 +0000)]
(__ctanhl): Handle case of zero den better.

19 years ago* Makeconfig: Comment fix.
Roland McGrath [Thu, 7 Jul 2005 23:20:03 +0000 (23:20 +0000)]
* Makeconfig: Comment fix.

19 years ago2005-07-02 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 7 Jul 2005 23:19:57 +0000 (23:19 +0000)]
2005-07-02  Roland McGrath  <roland@redhat.com>

* Makeconfig: Comment fix.

19 years ago[BZ #974]
Ulrich Drepper [Thu, 7 Jul 2005 23:00:02 +0000 (23:00 +0000)]
[BZ #974]

2005-04-13  H.J. Lu  <hongjiu.lu@intel.com>
[BZ #974]
* csu/elf-init.c (__preinit_array_start): Take int, char **, char **.
(__preinit_array_end): Likewise.
(__init_array_start): Likewise.
(__init_array_end): Likewise.
(__libc_csu_init): Take int argc, char **argv, char **envp.
Call preinit_array and init_array with argc, argv, envp.
* sysdeps/generic/libc-start.c (LIBC_START_MAIN): Remove
INIT_MAIN_ARGS.
* sysdeps/powerpc/elf/libc-start.c (INIT_MAIN_ARGS): Removed.
* elf/Makefile (distribute): Add tst-array5.c, tst-array5-static.c,
tst-array5dep.c, and tst-array5.exp.
(tests): Add tst-array5.
(tests-static): Add tst-array5-static.
($(objpfx)tst-array5): New target.
($(objpfx)tst-array5.out): Likewise.
($(objpfx)tst-array5-static.out): Likewise.
* elf/tst-array5-static.c: New file.
* elf/tst-array5-static.exp: Likewise.
* elf/tst-array5.c: Likewise.
* elf/tst-array5.exp: Likewise.
* elf/tst-array5dep.c: Likewise.

19 years ago* sysdeps/unix/sysv/linux/bits/sched.h: Adjust clone prototype.
Ulrich Drepper [Thu, 7 Jul 2005 21:15:50 +0000 (21:15 +0000)]
* sysdeps/unix/sysv/linux/bits/sched.h: Adjust clone prototype.

19 years ago* elf/stackguard-macros.h (STACK_CHK_GUARD): Fix s390/s390x definition.
Ulrich Drepper [Thu, 7 Jul 2005 06:10:18 +0000 (06:10 +0000)]
* elf/stackguard-macros.h (STACK_CHK_GUARD): Fix s390/s390x definition.

Reported by Ulrich Weigand <uweigand@de.ibm.com>.

* elf/stackguard-macros.h (STACK_CHK_GUARD): Add ia64 definition.

19 years ago* elf/dl-error.c (_dl_signal_error): When testing for executable
Ulrich Drepper [Thu, 7 Jul 2005 06:02:07 +0000 (06:02 +0000)]
* elf/dl-error.c (_dl_signal_error): When testing for executable

being relocated, take into account that nothing might even be loaded.

19 years ago* elf/dl-reloc.c [PROF] (_dl_relocate_object): Define
Ulrich Drepper [Thu, 7 Jul 2005 02:39:45 +0000 (02:39 +0000)]
* elf/dl-reloc.c [PROF] (_dl_relocate_object): Define

consider_profiling always to zero.  Don't count of compiler to
remove unreached if block.
* sysdeps/x86_64/dl-trampoline.S [PROF] (_dl_runtime_profile):
Don't compile.
* sysdeps/i386/dl-trampoline.S [PROF] (_dl_runtime_profile): Likewise.
* sysdeps/ia64/dl-trampoline.S [PROF] (_dl_runtime_profile): Likewise.
* sysdeps/s390/s390-64/dl-trampoline.S [PROF] (_dl_runtime_profile):
Likewise.
* sysdeps/s390/s390-32/dl-trampoline.S [PROF] (_dl_runtime_profile):
Likewise.
* sysdeps/powerpc/powerpc64/dl-trampoline.S [PROF]
(_dl_profile_resolve): Likewise.
* sysdeps/powerpc/powerpc32/dl-trampoline.S [PROF]
(_dl_profile_resolve): Likewise.
* gmon/Makefile: Add rules to build and run tst-profile-static.
* gmon/tst-profile-static.c: New file.
* Makeconfig (+link-static): Allow passing program-specific flags.

19 years ago* nis/nss_compat/compat-grp.c (internal_getgrgid_r): Check if NSS
Ulrich Drepper [Wed, 6 Jul 2005 21:06:29 +0000 (21:06 +0000)]
* nis/nss_compat/compat-grp.c (internal_getgrgid_r): Check if NSS

module provides getgrgid_r.
(getgrnam_plusgroup): Preserve original return value.
* nis/nss_compat/compat-pwd.c (getpwnam_plususer): Preserve
original return value.
* nis/nss_compat/compat-spwd.c (getspnam_plususer): Likewise.

19 years ago* posix/regex_internal.c (build_wcs_buffer): Use MB_LEN_MAX not
Ulrich Drepper [Tue, 5 Jul 2005 22:01:42 +0000 (22:01 +0000)]
* posix/regex_internal.c (build_wcs_buffer): Use MB_LEN_MAX not

MB_CUR_MAX.
(build_wcs_upper_buffer): Likewise.

19 years ago* csu/elf-init.c (__libc_csu_fini): Pretty printing.
Ulrich Drepper [Tue, 5 Jul 2005 20:14:21 +0000 (20:14 +0000)]
* csu/elf-init.c (__libc_csu_fini): Pretty printing.

19 years ago* locales/en_US: Remove duplicate am_pn entry.
Ulrich Drepper [Tue, 5 Jul 2005 18:36:57 +0000 (18:36 +0000)]
* locales/en_US: Remove duplicate am_pn entry.

19 years ago(__libc_csu_fini): Pretty printing.
Ulrich Drepper [Tue, 5 Jul 2005 16:49:20 +0000 (16:49 +0000)]
(__libc_csu_fini): Pretty printing.

19 years ago* NEWS: Note LinuxThreads removal.
Roland McGrath [Sun, 3 Jul 2005 04:43:32 +0000 (04:43 +0000)]
* NEWS: Note LinuxThreads removal.

19 years ago* manual/install.texi (Installation): Don't mention linuxthreads.
Roland McGrath [Sun, 3 Jul 2005 04:40:53 +0000 (04:40 +0000)]
* manual/install.texi (Installation): Don't mention linuxthreads.

(Configuring and compiling): Don't use linuxthreads as example.

* sysdeps/unix/sysv/linux/configure.in: Check for nptl add-on only,
not linuxthreads.
* sysdeps/unix/sysv/linux/configure: Regenerated.
* resolv/Depend: Add nptl.
* rt/Depend: Likewise.

* linuxthreads, linuxthreads_db: Directories removed (preserved in
ports repository).

19 years agolinuxthreads, linuxthreads_db: Directories removed (preserved in ports repository).
Roland McGrath [Sun, 3 Jul 2005 04:40:34 +0000 (04:40 +0000)]
linuxthreads, linuxthreads_db: Directories removed (preserved in ports repository).

19 years ago[BZ #1037]
Roland McGrath [Sat, 2 Jul 2005 22:40:54 +0000 (22:40 +0000)]
[BZ #1037]

2005-06-27  Jakub Jelinek  <jj@ultra.linux.cz>
[BZ #1037]
* sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: -mv8 is deprecated,
use -mcpu=v8.

19 years ago[BZ #1037]
Roland McGrath [Sat, 2 Jul 2005 22:40:34 +0000 (22:40 +0000)]
[BZ #1037]

2005-06-27  Jakub Jelinek  <jj@ultra.linux.cz>
[BZ #1037]
* sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: -mv8 is deprecated,
use -mcpu=v8.

19 years ago[BZ #1016] cvs/fedora-glibc-20050627T0850
Ulrich Drepper [Sun, 26 Jun 2005 19:06:12 +0000 (19:06 +0000)]
[BZ #1016]

2005-06-16  Jakub Jelinek  <jakub@redhat.com>
[BZ #1016]
* sysdeps/ia64/strlen.S (strlen): Change l2 into a local label.

19 years ago* nscd/nscd_stat.c (receive_print_stats): Replace YESSTR/NOSTR
Ulrich Drepper [Sun, 26 Jun 2005 18:28:35 +0000 (18:28 +0000)]
* nscd/nscd_stat.c (receive_print_stats): Replace YESSTR/NOSTR

with own translation.

* sunrpc/xdr.c (xdr_hyper, xdr_u_hyper): When decoding, cast
t2 to uint32_t instead of ulong.
* sunrpc/Makefile (tests): Add tst-xdrmem.
* sunrpc/tst-xdrmem.c: New test.

19 years ago* Versions.def (ld): Add GLIBC_2.4.
Ulrich Drepper [Sun, 26 Jun 2005 18:14:26 +0000 (18:14 +0000)]
* Versions.def (ld): Add GLIBC_2.4.

* configure.in: Add --enable-stackguard-randomization option.
(ENABLE_STACKGUARD_RANDOMIZE): New define.
* config.h.in (ENABLE_STACKGUARD_RANDOMIZE): Add.
* sysdeps/unix/sysv/linux/dl-osinfo.h: Include stdint.h.
(_dl_setup_stack_chk_guard): New inline function.
* sysdeps/generic/dl-osinfo.h: Include stdint.h.
(_dl_setup_stack_chk_guard): New inline function.
* elf/rtld.c (__stack_chk_guard): New variable.
(dl_main): Remove all traces of TLS_INIT_TP_EXPENSIVE.
Set __stack_chk_guard to _dl_setup_stack_chk_guard (),
use THREAD_SET_STACK_GUARD if defined.
* elf/Versions (ld): Export __stack_chk_guard@@GLIBC_2.4.
* sysdeps/generic/libc-start.c (__stack_chk_guard): New variable.
(__libc_start_main): Set __stack_chk_guard to
_dl_setup_stack_chk_guard (), use THREAD_SET_STACK_GUARD if defined.
* sysdeps/generic/libc-tls.c (__libc_setup_tls): Remove all
traces of TLS_INIT_TP_EXPENSIVE.
* debug/Versions (libc): Export __stack_chk_fail@@GLIBC_2.4.
* debug/Makefile (routines): Add stack_chk_fail.
(static-only-routines): Add stack_chk_fail_local.
* debug/stack_chk_fail_local.c: New file.
* debug/stack_chk_fail.c: New file.
* elf/Makefile: Add rules to build and run tst-stackguard1{,-static}
tests.
* elf/tst-stackguard1.c: New file.
* elf/tst-stackguard1-static.c: New file.
* elf/stackguard-macros.h: New file.

19 years ago* resource/Makefile (tests): Add tst-getrlimit.
Ulrich Drepper [Tue, 21 Jun 2005 19:09:12 +0000 (19:09 +0000)]
* resource/Makefile (tests): Add tst-getrlimit.

* resource/tst-getrlimit.c: New file.

19 years ago* sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTPRIO): Fix typo.
Ulrich Drepper [Tue, 21 Jun 2005 18:39:48 +0000 (18:39 +0000)]
* sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTPRIO): Fix typo.

* sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.

19 years ago* nscd/nscd.init: Get more in line with lsb3. cvs/fedora-glibc-20050620T1522 cvs/fedora-glibc-20050620T1530
Ulrich Drepper [Mon, 20 Jun 2005 15:49:08 +0000 (15:49 +0000)]
* nscd/nscd.init: Get more in line with lsb3.

* nscd/nscd.c: Adjust some error codes to fit in better with lsb3.
* nscd/connections.c: Likewise.

19 years ago* sysdeps/unix/sysv/linux/sys/quota.h: Add definitions and types for
Ulrich Drepper [Mon, 20 Jun 2005 15:25:49 +0000 (15:25 +0000)]
* sysdeps/unix/sysv/linux/sys/quota.h: Add definitions and types for

_LINUX_QUOTA_VERSION >= 2.
(_LINUX_QUOTA_VERSION): Define if not yet defined.

19 years ago* sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_NICE,
Ulrich Drepper [Mon, 20 Jun 2005 15:08:12 +0000 (15:08 +0000)]
* sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_NICE,

RLIMIT_RTPRIO): Add.
(RLIMIT_NLIMITS): Adjust.
* sysdeps/unix/sysv/linux/alpha/bits/resource.h (RLIMIT_NICE,
RLIMIT_RTPRIO): Add.
(RLIMIT_NLIMITS): Adjust.
* sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_NICE,
RLIMIT_RTPRIO): Add.
(RLIMIT_NLIMITS): Adjust.
* sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIMIT_NICE,
RLIMIT_RTPRIO): Add.
(RLIMIT_NLIMITS): Adjust.

19 years ago* time/mktime.c: Always include <string.h> for prototype of
Ulrich Drepper [Sat, 18 Jun 2005 02:31:11 +0000 (02:31 +0000)]
* time/mktime.c: Always include <string.h> for prototype of

implicitly used memcpy.

* sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c
(truncate64): Use __truncate, not truncate.
(__have_no_truncate64): Renamed from have_no_truncate64.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c
(__have_no_truncate64): Renamed from have_no_truncate64.

19 years ago* sysdeps/powerpc/fpu/libm-test-ulps: Adjust ulps for complex
Ulrich Drepper [Sat, 18 Jun 2005 02:04:15 +0000 (02:04 +0000)]
* sysdeps/powerpc/fpu/libm-test-ulps: Adjust ulps for complex

float functions for gcc 4.

19 years ago* sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_runtime_setup):
Ulrich Drepper [Fri, 17 Jun 2005 23:11:35 +0000 (23:11 +0000)]
* sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_runtime_setup):

Handle prelinked libraries and binaries with new style PLT.

2005-06-07  Jakub Jelinek  <jakub@redhat.com>

* elf/elf.h (R_PPC_REL16, R_PPC_REL16_LO, R_PPC_REL16_HI,
R_PPC_REL16_HA): Define.

2005-06-14  Alan Modra  <amodra@bigpond.net.au>

* config.h.in (HAVE_ASM_PPC_REL16): Add.
* elf/elf.h (DT_PPC_GOT, DT_PPC_NUM): Define.
* elf/tls-macros.h (PowerPC32): Include config.h.  Add variants of
TLS_IE, TLS_LD and TLS_GD for new PLT/GOT layout.
* sysdeps/powerpc/powerpc32/configure.in: New file,
* sysdeps/powerpc/powerpc32/dl-dtprocnum.h: New file.
* sysdeps/powerpc/powerpc32/dl-machine.h (DT_PPC): Define.
(ppc_got): New inline function.
(elf_machine_dynamic): Use ppc_got.  Add attribute const.
(elf_machine_load_address): Add attribute const.  Don't use int vars.
Use bcl rather than bl to save trashing branch target stack.  Use
elf_machine_dynamic rather than duplicating code here.
(elf_machine_runtime_setup): New inline function replacing define.
Handle new PLT.
(elf_machine_fixup_plt): Handle new PLT.
(elf_machine_rela): Likewise.
* sysdeps/powerpc/powerpc32/sysdep.h: Include config.h.
(CALL_MCOUNT): Don't set up counter vars.
* sysdeps/powerpc/powerpc32/ppc-mcount.S: Correct comment.
* sysdeps/powerpc/powerpc32/elf/start.S (start_addressesp): Don't
define when HAVE_ASM_PPC_REL16.
(_start): Add HAVE_ASM_PPC_REL16 code.
* sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Don't bl
into the GOT when HAVE_ASM_PPC_REL16.
* sysdeps/powerpc/powerpc32/memset.S (memset): Likewise.
* sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Ditto.
* sysdeps/powerpc/powerpc32/fpu/s_ceil.S (__ceil): Likewise.
* sysdeps/powerpc/powerpc32/fpu/s_ceilf.S (__ceilf): Likewise.
* sysdeps/powerpc/powerpc32/fpu/s_floor.S (__floor): Likewise.
* sysdeps/powerpc/powerpc32/fpu/s_floorf.S (__floorf): Likewise.
* sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Likewise.
* sysdeps/powerpc/powerpc32/fpu/s_rint.S (__rint): Likewise.
* sysdeps/powerpc/powerpc32/fpu/s_rintf.S (__rintf): Likewise.
* sysdeps/powerpc/powerpc32/fpu/s_round.S (__round): Likewise.
* sysdeps/powerpc/powerpc32/fpu/s_roundf.S (__roundf): Likewise.
* sysdeps/powerpc/powerpc32/fpu/s_trunc.S (__trunc): Likewise.
* sysdeps/powerpc/powerpc32/fpu/s_truncf.S (__truncf): Likewise.
* sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp):
Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S (__brk): Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
(__getcontext): Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
(__setcontext): Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
(__swapcontext): Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (stackblock):
Comment.
(__socket): Bomb if NARGS >= 7.  Invoke CGOTSETUP and CGOTRESTORE.

2005-06-17  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/posix/sigignore.c: Include <string.h> to tell the compiler
to use __GI_memset.
* sysdeps/posix/signal.c: Likewise.
* sysdeps/posix/sigset.c: Likewise.
* sysdeps/posix/sysv_signal.c: Likewise.
* sysdeps/unix/sysv/linux/sleep.c: Likewise.
* sysdeps/unix/sysv/linux/sysctl.c: Likewise.
* sysdeps/unix/sysv/linux/system.c: Likewise.

19 years ago* hesiod/hesiod.c (hesiod_init): Don't check for ctx->classes[0] == 0
Ulrich Drepper [Wed, 15 Jun 2005 06:44:01 +0000 (06:44 +0000)]
* hesiod/hesiod.c (hesiod_init): Don't check for ctx->classes[0] == 0

or both classes equal here.
(parse_config_file): If both classes are equal, clear the second one.

19 years ago* hesiod/hesiod_p.h (struct hesiod_p): Add classes array.
Ulrich Drepper [Wed, 15 Jun 2005 04:14:52 +0000 (04:14 +0000)]
* hesiod/hesiod_p.h (struct hesiod_p): Add classes array.

* hesiod/hesiod.c (hesiod_init): Initialize classes.  Fail if no
valid classes were given or if both are equal.
(hesiod_resolve): Use ctx->classes instead of hardcoded C_IN
and C_HS order.
(parse_config_file): Handle classes keyword.
* hesiod/README.hesiod: Mention addition of the classes keyword.

19 years ago* configure.in: Add test for availability of libaudit.
Ulrich Drepper [Tue, 14 Jun 2005 22:52:30 +0000 (22:52 +0000)]
* configure.in: Add test for availability of libaudit.

* config.h.in: Define HAVE_LIBAUDIT.
* config.make.in: Define have-libaudit.
* nscd/Makefile: If libaudit is available, link nscd with it.
* nscd/selinux.c: If HAVE_LIBAUDIT is defined, log using libaudit.
Patch by Steve Grubb <sgrubb@redhat.com>.

19 years ago* debug/pread64_chk.c: Use __libc_pread64 instead of __pread64.
Ulrich Drepper [Tue, 14 Jun 2005 15:55:44 +0000 (15:55 +0000)]
* debug/pread64_chk.c: Use __libc_pread64 instead of __pread64.

* sysdeps/posix/posix_fallocate64.c: Likewise.
* include/string.h: Use libc_hidden_proto for strnlen.
* sysdeps/generic/strnlen.c: Add libc_hidden_def.
* include/libintl.h: Use libc_hidden_proto for __dcgettext.
* intl/dcgettext.c: Add libc_hidden_def.
* include/execinfo.h: Add libc_hidden_proto for __backtrace and
__backtrace_symbols_fd.
* sysdeps/generic/backtrace.c: Add libc_hidden_def.
* sysdeps/generic/backtracesymsfd.c: Likewise.
* sysdeps/generic/elf/backtracesymsfd.c: Likewise.
* sysdeps/i386/backtrace.c: Likewise.
* sysdeps/ia64/backtrace.c: Likewise.
* sysdeps/powerpc/powerpc32/backtrace.c: Likewise.
* sysdeps/powerpc/powerpc64/backtrace.c: Likewise.
* sysdeps/s390/s390-32/backtrace.c: Likewise.
* sysdeps/s390/s390-64/backtrace.c: Likewise.

19 years ago[BZ #966]
Ulrich Drepper [Tue, 14 Jun 2005 00:56:49 +0000 (00:56 +0000)]
[BZ #966]

2005-06-13  Ulrich Drepper  <drepper@redhat.com>
* sysdeps/unix/clock_gettime.c (clock_gettime): Implement case
where HANDLED_REALTIME is not defined.  [BZ #966]

2005-06-13  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/netlinkaccess.h (__netlink_sendreq,
__netlink_receive): Remove prototypes.
(__netlink_request): New prototype.
* sysdeps/unix/sysv/linux/ifaddrs.c: Include <alloca.h> and
<stdint.h>.
(__netlink_sendreq): Make static.
(__netlink_receive): Rename to...
(__netlink_request): ... this.  Add type argument, call
__netlink_sendreq.  If MSG_TRUNC is set after recvmsg, retry
with a bigger buffer.  Don't record buffers that contain no
messages we are expecting.
(getifaddrs): Use __netlink_request instead of __netlink_sendreq
and __netlink_receive pairs.  Formatting.
* sysdeps/unix/sysv/linux/if_index.c (if_nameindex_netlink): Use
__netlink_request instead of __netlink_sendreq and __netlink_receive
pair.

2005-06-13  Thorsten Kukuk  <kukuk@suse.de>

* sysdeps/unix/sysv/linux/netinet/if_tr.h: Don't include kernel
headers, instead copy important structs/defines.

2005-06-13  Jakub Jelinek  <jakub@redhat.com>

* elf/rtld.c (dl_main): Move DT_DEBUG setup before first
_dl_debug_state call.

19 years ago* elf/dl-error.c (_dl_signal_error): Store information about use of
Ulrich Drepper [Sun, 12 Jun 2005 16:29:51 +0000 (16:29 +0000)]
* elf/dl-error.c (_dl_signal_error): Store information about use of

real malloc in the catch object.
(_dl_catch_error): Forward information about malloc use to caller
in new parameter.
(_dl_out_of_memory): Make static.
* elf/dl-deps.c: Adjust callers of _dl_catch_error.
* elf/dl-libc.c: Likewise.
* elf/dl-open.c: Likewise.
* elf/rtld.c: Likewise.
Add new --audit option.
* sysdeps/generic/ldsodefs.h: Remove _dl_out_of_memory declaration.
(rtld_global_ro._dl_signal_error): Add new parameter.
* include/dlfcn.h (_dl_catch_error): Add new parameter.
* dlfcn/dlfcn.c (_dlerror_run): Pass additional parameter to
_dl_catch_error.  Only free if the returned newly value says so.

19 years agoRemove _dl_out_of_memory declaration. (rtld_global_ro._dl_signal_error): Add new...
Ulrich Drepper [Sun, 12 Jun 2005 16:21:20 +0000 (16:21 +0000)]
Remove _dl_out_of_memory declaration. (rtld_global_ro._dl_signal_error): Add new parameter.

19 years ago[BZ #622]
Roland McGrath [Wed, 8 Jun 2005 20:22:55 +0000 (20:22 +0000)]
[BZ #622]

2005-05-28  Jakub Jelinek  <jakub@redhat.com>
[BZ #622]
* locales/pa_IN (am_pm): Fix typos.
Patch by Denis Barbier <barbier@linuxfr.org>.

19 years ago[BZ #959]
Roland McGrath [Fri, 3 Jun 2005 20:37:31 +0000 (20:37 +0000)]
[BZ #959]

2005-06-01  Roland McGrath  <roland@redhat.com>
[BZ #959]
* posix/tst-mmap.c (main): Fill the test file with enough data for the
page size.

19 years ago[BZ #959]
Roland McGrath [Fri, 3 Jun 2005 20:37:25 +0000 (20:37 +0000)]
[BZ #959]

2005-06-01  Roland McGrath  <roland@redhat.com>
[BZ #959]
* posix/tst-mmap.c (main): Fill the test file with enough data for the
page size.

19 years ago..
Ulrich Drepper [Mon, 30 May 2005 20:25:42 +0000 (20:25 +0000)]
..

2005-05-30  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): If
GLRO(dl_osversion) has been already set to a value smaller than
_dl_discover_osversion (), don't overwrite it here.

* sysdeps/alpha/divl.S: Use it.
* sysdeps/alpha/divq.S: Likewise
* sysdeps/alpha/divqu.S: Likewise.
* sysdeps/alpha/reml.S: Likewise.
* sysdeps/alpha/remq.S: Likewise.
* sysdeps/alpha/remqu.S: Likewise.
* gmon/gmon.c: Add space in weak_alias use.

19 years ago(DL_SYSDEP_OSCHECK): If GLRO(dl_osversion) has been already set to a value smaller...
Ulrich Drepper [Mon, 30 May 2005 20:22:25 +0000 (20:22 +0000)]
(DL_SYSDEP_OSCHECK): If GLRO(dl_osversion) has been already set to a value smaller than _dl_discover_osversion (), don't overwrite it here.

19 years ago* sysdeps/mach/i386/syscall.S (syscall): Call END.
Roland McGrath [Sun, 29 May 2005 22:12:28 +0000 (22:12 +0000)]
* sysdeps/mach/i386/syscall.S (syscall): Call END.

19 years ago2005-05-24 Thomas Schwinge <schwinge@nic-nac-project.de>
Roland McGrath [Sun, 29 May 2005 22:07:20 +0000 (22:07 +0000)]
2005-05-24  Thomas Schwinge  <schwinge@nic-nac-project.de>

* sysdeps/mach/i386/syscall.S (syscall): Call END.

This page took 0.087694 seconds and 5 git commands to generate.