Commit Graph

7910 Commits

Author SHA1 Message Date
Roland McGrath
78a297b441 2001-12-22 Roland McGrath <roland@frob.com>
* mach/Versions (libc: GLIBC_2.2.5): Add mig_strncpy.
	* hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set
	and __hurd_self_sigstate.
2001-12-22 20:18:45 +00:00
Ulrich Drepper
34498bb0ac Update. 2001-12-19 00:21:56 +00:00
Ulrich Drepper
71614e31fb (clone): Subtract stack bias from child stack pointer before passing it to
clone syscall.
2001-12-19 00:21:31 +00:00
Ulrich Drepper
2ad1cb8bcc Update. 2001-12-14 18:14:55 +00:00
Ulrich Drepper
5482e79195 Define md5_uintptr. 2001-12-14 18:14:05 +00:00
Andreas Jaeger
d46d6ca3db Merge from mainline. 2001-12-14 15:56:38 +00:00
Ulrich Drepper
7efcf66997 Update. 2001-12-14 07:15:50 +00:00
Ulrich Drepper
b004df7ec3 (process_string_arg): Correctly handle zero precision with wide character
string format.
2001-12-14 07:15:10 +00:00
Ulrich Drepper
64e1abb5ad Update. 2001-12-14 07:03:26 +00:00
Ulrich Drepper
261e312c01 (cuserid): If we don't find the UID, but have a user supplied buffer, return
the empty buffer, not NULL.
2001-12-14 07:02:32 +00:00
Ulrich Drepper
0153375730 (pthread_key_delete): Don't contact the thread manager if no threads have
been created yet.
2001-12-14 06:47:35 +00:00
Ulrich Drepper
02906308e3 Update. 2001-12-14 06:36:45 +00:00
Ulrich Drepper
3453e1a343 (md5_process_bytes): Correct handling of alignment. 2001-12-14 06:34:47 +00:00
Ulrich Drepper
4317c6b0dc Update. 2001-12-13 03:58:16 +00:00
Ulrich Drepper
524b7b508b Update. 2001-12-13 03:42:49 +00:00
Ulrich Drepper
4969a35170 (__nis_findfastest_with_timeout): Mostly the code
from __nis_findfastest.  Take timeout value from parameter.
(__nis_findfastest): Call __nis_findfastest_with_timeout repeatedly.
2001-12-13 03:40:30 +00:00
Ulrich Drepper
02647f687d Define parameters controlling __nis_findfastest. 2001-12-13 03:39:53 +00:00
Ulrich Drepper
f13c308111 Update from translation team. 2001-12-12 23:48:22 +00:00
Andreas Jaeger
b6cf1bf099 * configure.in: Use -nostartfiles -nostdlib for linker tests, fix
combreloc test so that it works in this case.
2001-12-12 18:45:27 +00:00
Ulrich Drepper
043f810f6a Update. 2001-12-12 17:35:31 +00:00
Ulrich Drepper
f6602cfe6b (getanswer_r): Remove MAX_NR_ADDRS limitation. 2001-12-12 07:33:39 +00:00
Roland McGrath
83e0f2b953 2001-12-10 Roland McGrath <roland@frob.com>
* shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Set default
	set to GLIBC_2.2.5, not GLIBC_2.2.4.
2001-12-11 05:06:54 +00:00
Roland McGrath
088af173bf 2001-12-10 Roland McGrath <roland@frob.com>
* sysdeps/mach/hurd/bind.c (bind): Don't deallocate IFSOCK if we never
	set it.
2001-12-11 05:06:49 +00:00
Roland McGrath
8552c3e8be . 2001-12-11 05:04:39 +00:00
Roland McGrath
5ac9ff7020 . 2001-12-11 04:31:09 +00:00
Roland McGrath
8961b4b9a0 2001-12-10 Roland McGrath <roland@frob.com>
* sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde):
	Fix conditionals so this is set by default for stdio and not for libio.
	* sysdeps/mach/hurd/configure: Regenerated.
2001-12-11 04:29:56 +00:00
Ulrich Drepper
7778045087 Update. 2001-12-10 23:55:44 +00:00
Ulrich Drepper
41ab4177b4 (glob): Return only pattern if nothing matches and GLOB_NOCHECK is set. 2001-12-10 23:54:18 +00:00
Ulrich Drepper
f376f61121 Correct expected result for NOCHECK test. 2001-12-10 23:53:20 +00:00
Ulrich Drepper
b11c6636a5 Update from translation team. 2001-12-10 23:52:46 +00:00
Ulrich Drepper
10b9b5ee59 (ftw_startup): Check, if the path is search and readable. 2001-12-10 23:51:23 +00:00
Ulrich Drepper
1798c0ef87 Update. 2001-12-06 08:11:54 +00:00
Ulrich Drepper
129893c5da (__register_frame_info_bases, __register_frame_info_table_bases,
__deregister_frame_info_bases, _Unwind_Find_FDE): Add for GCC_3.0.
2001-12-06 08:10:06 +00:00
Ulrich Drepper
4d8abc5328 Make sure GLIBC_ versions come first. 2001-12-06 08:09:23 +00:00
Ulrich Drepper
a8aa369cc8 (libc): Add GCC_3.0. 2001-12-06 08:08:59 +00:00
Ulrich Drepper
675fb2ff2c Update. 2001-12-05 22:35:21 +00:00
Ulrich Drepper
64a860f269 Rewrite. 2001-12-05 22:34:49 +00:00
Ulrich Drepper
a592c67344 Update. 2001-12-05 18:56:19 +00:00
Ulrich Drepper
f2fc51ea22 (__ieee754_remainder): Fix overflow problem. 2001-12-05 18:53:42 +00:00
Ulrich Drepper
3af64d740a Fix handling of turnaround times. 2001-12-05 18:53:04 +00:00
Roland McGrath
988cca3323 . 2001-12-02 00:11:26 +00:00
Roland McGrath
4da0c639d1 2001-12-01 Roland McGrath <roland@frob.com>
* sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add
	missing backslash in test arguments.
	* sysdeps/mach/hurd/configure: Regenerated.
2001-12-02 00:11:20 +00:00
Ulrich Drepper
9e7e6a7087 Update. 2001-11-30 21:18:12 +00:00
Ulrich Drepper
6eba7ecef6 (pthread_handle_sigcancel) [THREAD_SELF]: Double check
that self is the manager thread, and initialize the thread register if not.
(thread_self_stack) [THREAD_SELF]: New function to find self via stack pointer.
2001-11-30 21:16:35 +00:00
Ulrich Drepper
f4e82d00ed Update. 2001-11-29 21:56:26 +00:00
Ulrich Drepper
a2bfb6272c Add new tests. 2001-11-29 21:55:31 +00:00
Ulrich Drepper
f47a6ad7db (next_brace_sub): Return NULL if braces don't match, fix {{a,b},c} globbing,
clean up.
2001-11-29 21:55:01 +00:00
Ulrich Drepper
a0323a1c8f Update. 2001-11-29 07:47:56 +00:00
Ulrich Drepper
3933755f8e (tests): Add ex18. 2001-11-29 07:46:55 +00:00
Ulrich Drepper
71911680d1 (struct pthread_key_delete_helper_args): New type.
(pthread_key_delete_helper): New static function.
(pthread_key_delete): Use the new thread manager
REQ_FOR_EACH_THREAD function to iterate over the threads and set
the delete key slot to a null value in each thread.
2001-11-29 07:45:41 +00:00