]> git.ipfire.org Git - thirdparty/glibc.git/log
thirdparty/glibc.git
26 years ago(exchange_and_add): Remove `volatile';
Ulrich Drepper [Fri, 9 Jul 1999 14:14:40 +0000 (14:14 +0000)] 
(exchange_and_add): Remove `volatile';
add `memory' clobber; optimise for constant `val'.
(atomic_add): Likewise.
(test_and_set): Remove `volatile'; add `memory' clobber; be more
like the original `test_and_set'.
(compare_and_swap): Remove `volatile'; add `memory' clobber;
optimise for constant `oldval'.
(always_swap): Remove `volatile'; add `memory' clobber.

26 years agoChanged to use p_nextlock instead of p_nextwaiting.
Ulrich Drepper [Fri, 9 Jul 1999 13:56:57 +0000 (13:56 +0000)] 
Changed to use p_nextlock instead of p_nextwaiting.

26 years agoAdded p_nextlock to initializers.
Ulrich Drepper [Fri, 9 Jul 1999 13:47:00 +0000 (13:47 +0000)] 
Added p_nextlock to initializers.

26 years agoAdded p_nextlock entry to separate queueing for a lock from queueing
Ulrich Drepper [Fri, 9 Jul 1999 13:46:33 +0000 (13:46 +0000)] 
Added p_nextlock entry to separate queueing for a lock from queueing
for a CV (sometimes a thread queues on a lock to serialize removing
itself from a CV queue).

26 years agoAdd question about arch version problems during compilation.
Ulrich Drepper [Thu, 8 Jul 1999 18:15:32 +0000 (18:15 +0000)] 
Add question about arch version problems during compilation.

26 years agoUpdate.
Ulrich Drepper [Thu, 8 Jul 1999 11:57:12 +0000 (11:57 +0000)] 
Update.

26 years agoReturn -1 instead of EOF and set errno if the stream is not a real file stream.
Ulrich Drepper [Thu, 8 Jul 1999 11:55:34 +0000 (11:55 +0000)] 
Return -1 instead of EOF and set errno if the stream is not a real file stream.

26 years agoUpdate.
Ulrich Drepper [Thu, 8 Jul 1999 11:53:38 +0000 (11:53 +0000)] 
Update.

26 years agoFix typos.
Ulrich Drepper [Thu, 8 Jul 1999 11:53:17 +0000 (11:53 +0000)] 
Fix typos.

26 years agoUpdate.
Ulrich Drepper [Thu, 8 Jul 1999 11:50:22 +0000 (11:50 +0000)] 
Update.

26 years agoCheck that /dev/pts is mounted.
Ulrich Drepper [Thu, 8 Jul 1999 11:50:04 +0000 (11:50 +0000)] 
Check that /dev/pts is mounted.
(_PATH_DEVPTS, DEVPTS_SUPER_MAGIC): New definitions.
(_PATH_DEVPTMX): Use _PATH_DEV.

26 years agoCorrect last patch. Handle getcwd (NULL, != 0) correctly.
Ulrich Drepper [Thu, 8 Jul 1999 11:49:46 +0000 (11:49 +0000)] 
Correct last patch.  Handle getcwd (NULL, != 0) correctly.
When resizing buffer make sure new size is large enough.

26 years agoDescribe problem.
Ulrich Drepper [Thu, 8 Jul 1999 11:49:21 +0000 (11:49 +0000)] 
Describe problem.

26 years ago(request2size): Also set errno if failing.
Ulrich Drepper [Thu, 8 Jul 1999 11:49:00 +0000 (11:49 +0000)] 
(request2size): Also set errno if failing.
(request2size): Take care of overflow in addition.

26 years agoUpdate.
Ulrich Drepper [Wed, 7 Jul 1999 11:58:40 +0000 (11:58 +0000)] 
Update.

26 years agoRevert bogus 'unset IFS' change. It doesn't belong in the tests, but in
Ulrich Drepper [Wed, 7 Jul 1999 11:58:30 +0000 (11:58 +0000)] 
Revert bogus 'unset IFS' change.  It doesn't belong in the tests, but in
the wordexp implementation.

26 years ago(exec_comm): Unset IFS so that subshells don't split fields.
Ulrich Drepper [Wed, 7 Jul 1999 11:58:14 +0000 (11:58 +0000)] 
(exec_comm): Unset IFS so that subshells don't split fields.

26 years agoUpdate.
Ulrich Drepper [Tue, 6 Jul 1999 16:07:40 +0000 (16:07 +0000)] 
Update.

26 years agoAdd support for some more motherboards.
Ulrich Drepper [Tue, 6 Jul 1999 16:07:24 +0000 (16:07 +0000)] 
Add support for some more motherboards.

26 years agoUpdate.
Ulrich Drepper [Tue, 6 Jul 1999 15:53:40 +0000 (15:53 +0000)] 
Update.

26 years agoUpdate.
Ulrich Drepper [Tue, 6 Jul 1999 15:53:12 +0000 (15:53 +0000)] 
Update.

26 years agoRewrite fragment for ldd on Linux/SPARC.
Ulrich Drepper [Tue, 6 Jul 1999 15:52:48 +0000 (15:52 +0000)] 
Rewrite fragment for ldd on Linux/SPARC.

26 years agoUpdate.
Ulrich Drepper [Tue, 6 Jul 1999 15:45:32 +0000 (15:45 +0000)] 
Update.

26 years ago(__cmsg_nxthdr): "return 0" instead of "return NULL" to make C++ happy.
Ulrich Drepper [Tue, 6 Jul 1999 15:45:16 +0000 (15:45 +0000)] 
(__cmsg_nxthdr): "return 0" instead of "return NULL" to make C++ happy.

26 years agoUpdate.
Ulrich Drepper [Tue, 6 Jul 1999 15:40:57 +0000 (15:40 +0000)] 
Update.

26 years ago(_IO_new_fdopen): Set EINVAL if MODE is not allowed by the file access
Ulrich Drepper [Tue, 6 Jul 1999 15:40:36 +0000 (15:40 +0000)] 
(_IO_new_fdopen): Set EINVAL if MODE is not allowed by the file access
mode of the open file.

26 years agoUpdate.
Ulrich Drepper [Tue, 6 Jul 1999 15:28:29 +0000 (15:28 +0000)] 
Update.

26 years ago(request2size): Check for overflow and return NULL whenever it is encountered.
Ulrich Drepper [Tue, 6 Jul 1999 15:27:54 +0000 (15:27 +0000)] 
(request2size): Check for overflow and return NULL whenever it is encountered.

26 years ago(Host Names): Fix typo in last change.
Ulrich Drepper [Tue, 6 Jul 1999 15:11:25 +0000 (15:11 +0000)] 
(Host Names): Fix typo in last change.

26 years agoUpdate.
Ulrich Drepper [Fri, 2 Jul 1999 12:04:16 +0000 (12:04 +0000)] 
Update.

26 years agoUpdate from main branch.
Ulrich Drepper [Fri, 2 Jul 1999 11:13:51 +0000 (11:13 +0000)] 
Update from main branch.

26 years agoUpdate.
Ulrich Drepper [Mon, 28 Jun 1999 12:43:21 +0000 (12:43 +0000)] 
Update.

26 years ago(Copying and Concatenation): Mention that strndup is a GNU extension.
Ulrich Drepper [Mon, 28 Jun 1999 12:31:33 +0000 (12:31 +0000)] 
(Copying and Concatenation): Mention that strndup is a GNU extension.

26 years ago(__getpw): Fix check for error return.
Ulrich Drepper [Mon, 28 Jun 1999 12:30:20 +0000 (12:30 +0000)] 
(__getpw): Fix check for error return.

26 years agoUpdate.
Ulrich Drepper [Sat, 26 Jun 1999 18:21:09 +0000 (18:21 +0000)] 
Update.

26 years ago(_dl_map_object_deps): When looking for the next
Ulrich Drepper [Sat, 26 Jun 1999 18:20:58 +0000 (18:20 +0000)] 
(_dl_map_object_deps): When looking for the next
occurence of the aux object start with the current list entry, not
the new one.  Adjust tail pointer in the unique list.  Explain how
the meaning of the variables changes.

26 years agoUpdate.
Ulrich Drepper [Fri, 25 Jun 1999 16:35:05 +0000 (16:35 +0000)] 
Update.

26 years ago(strnlen): Remove extra prototype.
Ulrich Drepper [Fri, 25 Jun 1999 16:34:25 +0000 (16:34 +0000)] 
(strnlen): Remove extra prototype.

26 years ago.
Roland McGrath [Fri, 25 Jun 1999 14:48:27 +0000 (14:48 +0000)] 
.

26 years ago1999-06-25 Roland McGrath <roland@baalperazim.frob.com>
Roland McGrath [Fri, 25 Jun 1999 14:48:20 +0000 (14:48 +0000)] 
1999-06-25  Roland McGrath  <roland@baalperazim.frob.com>
* hurd.h, hurd/hurd/fd.h, hurd/hurd/port.h, hurd/hurd/signal.h,
hurd/hurd/threadvar.h, hurd/hurd/userlink.h: Instead of
_EXTERN_INLINE, use a macro specific to each file,
_HURD_FD_H_EXTERN_INLINE and the like.
* hurd/Makefile (inline-headers): New variable.
(routines): Remove hurdinline.  Add $(inlines).
(inlines): New variable.
($(inlines:%=$(objpfx)%.c)): New static pattern rule to generate them.
(generated): Append those here.
* hurd/hurdinline.c: File removed.

26 years ago.
Roland McGrath [Fri, 25 Jun 1999 14:47:11 +0000 (14:47 +0000)] 
.

26 years ago1999-06-25 Roland McGrath <roland@baalperazim.frob.com>
Roland McGrath [Fri, 25 Jun 1999 14:46:27 +0000 (14:46 +0000)] 
1999-06-25  Roland McGrath  <roland@baalperazim.frob.com>
* hurd.h, hurd/fd.h, hurd/port.h, hurd/signal.h, hurd/threadvar.h,
hurd/userlink.h: Instead of _EXTERN_INLINE, use a macro specific to
each file, _HURD_FD_H_EXTERN_INLINE and the like.
* hurd/Makefile (inline-headers): New variable.
(routines): Remove hurdinline.  Add $(inlines).
(inlines): New variable.
($(inlines:%=$(objpfx)%.c)): New static pattern rule to generate them.
(generated): Append those here.
* hurd/hurdinline.c: File removed.

26 years ago.
Roland McGrath [Fri, 25 Jun 1999 13:45:53 +0000 (13:45 +0000)] 
.

26 years ago1999-06-25 Roland McGrath <roland@baalperazim.frob.com>
Roland McGrath [Fri, 25 Jun 1999 13:45:39 +0000 (13:45 +0000)] 
1999-06-25  Roland McGrath  <roland@baalperazim.frob.com>
* sysdeps/generic/glob64.c: Include <stddef.h> for NULL.

26 years ago.
Roland McGrath [Fri, 25 Jun 1999 13:30:55 +0000 (13:30 +0000)] 
.

26 years ago1999-06-25 Roland McGrath <roland@baalperazim.frob.com>
Roland McGrath [Fri, 25 Jun 1999 13:29:26 +0000 (13:29 +0000)] 
1999-06-25  Roland McGrath  <roland@baalperazim.frob.com>
* mach/Versions (libc: GLIBC_2.0): Add __mig_strncpy.

26 years agoUpdate from main branch.
Ulrich Drepper [Thu, 24 Jun 1999 13:27:58 +0000 (13:27 +0000)] 
Update from main branch.

26 years agoUpdate.
Ulrich Drepper [Thu, 24 Jun 1999 13:27:43 +0000 (13:27 +0000)] 
Update.

26 years agoUpdate.
Ulrich Drepper [Thu, 24 Jun 1999 13:10:35 +0000 (13:10 +0000)] 
Update.

26 years agoAdd "notfound" data to cache, not iov pointer.
Ulrich Drepper [Thu, 24 Jun 1999 13:09:46 +0000 (13:09 +0000)] 
Add "notfound" data to cache, not iov pointer.

26 years agoUpdate.
Ulrich Drepper [Wed, 23 Jun 1999 12:41:58 +0000 (12:41 +0000)] 
Update.

26 years ago(special): Add test for large ndigit parameter.
Ulrich Drepper [Wed, 23 Jun 1999 12:41:25 +0000 (12:41 +0000)] 
(special): Add test for large ndigit parameter.

26 years agoDefine NDIGIT_MAX.
Ulrich Drepper [Wed, 23 Jun 1999 12:41:05 +0000 (12:41 +0000)] 
Define NDIGIT_MAX.

26 years agoDefine NDIGIT_MAX.
Ulrich Drepper [Wed, 23 Jun 1999 12:40:47 +0000 (12:40 +0000)] 
Define NDIGIT_MAX.
(fcvt_r): Limit precision in snprintf call to NDIGIT_MAX.

26 years agoDefine NDIGIT_MAX.
Ulrich Drepper [Wed, 23 Jun 1999 12:40:32 +0000 (12:40 +0000)] 
Define NDIGIT_MAX.
(gcvt): Limit precision in sprintf call to NDIGIT_MAX.
Do not dynamically allocate the static buffers.  They are small enough.

26 years agoUpdate.
Ulrich Drepper [Wed, 23 Jun 1999 10:48:44 +0000 (10:48 +0000)] 
Update.

26 years agoUpdate from main branch.
Ulrich Drepper [Wed, 23 Jun 1999 10:48:34 +0000 (10:48 +0000)] 
Update from main branch.

26 years agoUpdate.
Ulrich Drepper [Tue, 22 Jun 1999 10:19:37 +0000 (10:19 +0000)] 
Update.

26 years agoDon't return a zero result if the high bits of two words differ.
Ulrich Drepper [Tue, 22 Jun 1999 10:12:25 +0000 (10:12 +0000)] 
Don't return a zero result if the high bits of two words differ.

26 years ago(x_inline): Cleanup pointer assignments.
Ulrich Drepper [Tue, 22 Jun 1999 10:09:56 +0000 (10:09 +0000)] 
(x_inline): Cleanup pointer assignments.

26 years ago(_IO_old_proc_open): Apply change from 1999-03-29 to iopopen also here.
Ulrich Drepper [Tue, 22 Jun 1999 10:08:44 +0000 (10:08 +0000)] 
(_IO_old_proc_open): Apply change from 1999-03-29 to iopopen also here.

26 years agoCorrect counting of subsections.
Ulrich Drepper [Tue, 22 Jun 1999 10:07:33 +0000 (10:07 +0000)] 
Correct counting of subsections.

26 years ago.
Roland McGrath [Sat, 19 Jun 1999 12:17:00 +0000 (12:17 +0000)] 
.

26 years ago1999-06-16 Roland McGrath <roland@baalperazim.frob.com>
Roland McGrath [Sat, 19 Jun 1999 12:15:13 +0000 (12:15 +0000)] 
1999-06-16  Roland McGrath  <roland@baalperazim.frob.com>
* sysdeps/unix/sysv/linux/siglist.c: Moved to ...
* sysdeps/gnu/siglist.c: ... here.
Use <siglist.h> instead of "siglist.h", to ensure sysdeps-search.
Use <bits/wordsize.h> instead of <sizes.h> to determine PTR_SIZE_STR.
* sysdeps/gnu/siglist.h: New file, contents from linux version.
Add entry for SIGLOST protected by #ifdef.
* sysdeps/unix/sysv/linux/siglist.h: Just #include that file,
and define OLD_SIGLIST_SIZE_STR.
* sysdeps/mach/hurd/siglist.h: New file, likewise.

26 years agoUpdate.
Ulrich Drepper [Fri, 18 Jun 1999 19:06:16 +0000 (19:06 +0000)] 
Update.

26 years ago(charmaps): Exclude SCCS.
Ulrich Drepper [Fri, 18 Jun 1999 19:05:40 +0000 (19:05 +0000)] 
(charmaps): Exclude SCCS.
(locales): Likewise.
(repertoiremaps): Likewise.

26 years agoInclude setjmp.h.
Ulrich Drepper [Fri, 18 Jun 1999 19:05:09 +0000 (19:05 +0000)] 
Include setjmp.h.

26 years agoUpdate.
Ulrich Drepper [Thu, 17 Jun 1999 15:20:19 +0000 (15:20 +0000)] 
Update.

26 years agoAdd missing line disciplines.
Ulrich Drepper [Thu, 17 Jun 1999 15:19:56 +0000 (15:19 +0000)] 
Add missing line disciplines.

26 years agoUpdate.
Ulrich Drepper [Thu, 17 Jun 1999 12:42:14 +0000 (12:42 +0000)] 
Update.

26 years agoReturn -1 in case nscd is not available and value > 0 for error.
Ulrich Drepper [Thu, 17 Jun 1999 12:41:46 +0000 (12:41 +0000)] 
Return -1 in case nscd is not available and value > 0 for error.

26 years agoExpect return alue to be ERANGE if buffer is too small.
Ulrich Drepper [Thu, 17 Jun 1999 12:41:26 +0000 (12:41 +0000)] 
Expect return alue to be ERANGE if buffer is too small.

26 years agoReturn error code not -1.
Ulrich Drepper [Thu, 17 Jun 1999 12:40:53 +0000 (12:40 +0000)] 
Return error code not -1.

26 years agoUpdate.
Ulrich Drepper [Thu, 17 Jun 1999 12:36:45 +0000 (12:36 +0000)] 
Update.

26 years ago(AX25_PIDINCL): Added.
Ulrich Drepper [Thu, 17 Jun 1999 12:36:27 +0000 (12:36 +0000)] 
(AX25_PIDINCL): Added.

26 years agoLinux/SPARC sysmacros.
Ulrich Drepper [Thu, 17 Jun 1999 12:36:06 +0000 (12:36 +0000)] 
Linux/SPARC sysmacros.

26 years agoLinux/Alpha sysmacros.
Ulrich Drepper [Thu, 17 Jun 1999 12:35:52 +0000 (12:35 +0000)] 
Linux/Alpha sysmacros.

26 years ago[!__GNUC__]: Use correct word order.
Ulrich Drepper [Thu, 17 Jun 1999 12:35:18 +0000 (12:35 +0000)] 
[!__GNUC__]: Use correct word order.

26 years agoUpdate.
Ulrich Drepper [Thu, 17 Jun 1999 10:46:21 +0000 (10:46 +0000)] 
Update.

26 years agoDon't fail always when oact is NULL.
Ulrich Drepper [Thu, 17 Jun 1999 10:45:49 +0000 (10:45 +0000)] 
Don't fail always when oact is NULL.

26 years agoUpdate.
Ulrich Drepper [Thu, 17 Jun 1999 10:41:26 +0000 (10:41 +0000)] 
Update.

26 years ago(_dl_init_paths): Add one more element to aelem to not write beyond allocated
Ulrich Drepper [Thu, 17 Jun 1999 10:41:12 +0000 (10:41 +0000)] 
(_dl_init_paths): Add one more element to aelem to not write beyond allocated
memory.

26 years agoKeep lock while printing output lines.
Ulrich Drepper [Thu, 17 Jun 1999 10:40:55 +0000 (10:40 +0000)] 
Keep lock while printing output lines.

26 years ago(jn_test): Adjust delta.
Ulrich Drepper [Thu, 17 Jun 1999 10:40:35 +0000 (10:40 +0000)] 
(jn_test): Adjust delta.

26 years agoUpdate.
Ulrich Drepper [Wed, 16 Jun 1999 10:36:06 +0000 (10:36 +0000)] 
Update.

26 years ago(re_error_msgid): Remove extra commas.
Ulrich Drepper [Wed, 16 Jun 1999 10:35:56 +0000 (10:35 +0000)] 
(re_error_msgid): Remove extra commas.

26 years agoUpdate.
Ulrich Drepper [Wed, 16 Jun 1999 10:30:53 +0000 (10:30 +0000)] 
Update.

26 years ago(sysdep_dirs): Exclude SCCS.
Ulrich Drepper [Wed, 16 Jun 1999 10:30:37 +0000 (10:30 +0000)] 
(sysdep_dirs): Exclude SCCS.

26 years agoUpdate.
Ulrich Drepper [Tue, 15 Jun 1999 12:08:33 +0000 (12:08 +0000)] 
Update.

26 years agoIt is not generally true that if (unsigned)a*(unsigned)b overflows,
Ulrich Drepper [Tue, 15 Jun 1999 12:08:14 +0000 (12:08 +0000)] 
It is not generally true that if (unsigned)a*(unsigned)b overflows,
then the result is less than 'a'.

26 years agoDocument is_char in printf_info structure.
Ulrich Drepper [Sun, 13 Jun 1999 15:21:00 +0000 (15:21 +0000)] 
Document is_char in printf_info structure.

26 years agoUpdate.
Ulrich Drepper [Sun, 13 Jun 1999 15:20:01 +0000 (15:20 +0000)] 
Update.

26 years agoDisable signbit* inline functions for gcc <= 2.7.x.
Ulrich Drepper [Sun, 13 Jun 1999 15:19:13 +0000 (15:19 +0000)] 
Disable signbit* inline functions for gcc <= 2.7.x.
Add __extension__ to signbit definitions to calm down gcc.

26 years ago.
Roland McGrath [Sun, 13 Jun 1999 13:57:19 +0000 (13:57 +0000)] 
.

26 years ago1999-06-13 Roland McGrath <roland@baalperazim.frob.com>
Roland McGrath [Sun, 13 Jun 1999 13:56:47 +0000 (13:56 +0000)] 
1999-06-13  Roland McGrath  <roland@baalperazim.frob.com>
* hurd/hurdsock.c (_hurd_socket_server): Fix fencepost error in last
change.

26 years agoUpdate from main branch.
Ulrich Drepper [Sun, 13 Jun 1999 10:40:50 +0000 (10:40 +0000)] 
Update from main branch.

26 years ago.
Roland McGrath [Sun, 13 Jun 1999 10:02:58 +0000 (10:02 +0000)] 
.

26 years ago1999-06-12 Mark Kettenis <kettenis@gnu.org>
Roland McGrath [Sun, 13 Jun 1999 10:02:10 +0000 (10:02 +0000)] 
1999-06-12  Mark Kettenis  <kettenis@gnu.org>
* Makeconfig (static-start-installed-name): Set to
$(start-installed-name) if not defined.
(+link-static): Use $(static-start-installed-name) instead of
$(start-installed-name).
* sysdeps/mach/hurd/i386/Makefile (static-start-installed-name):
Set to crt0.o.

26 years agocopyright year
Roland McGrath [Sun, 13 Jun 1999 09:53:22 +0000 (09:53 +0000)] 
copyright year

26 years ago.
Roland McGrath [Sun, 13 Jun 1999 09:52:16 +0000 (09:52 +0000)] 
.